Skip to content

Commit

Permalink
GM -> G (for grams)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdegenstein authored Aug 28, 2023
1 parent 84ea102 commit b7ffd0b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/build123d/build_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@
THOU = IN / 1000

# MASS CONSTANTS
GM = 1
KG = 1000 * GM
LB = 453.59237 * GM
G = 1
KG = 1000 * G
LB = 453.59237 * G

operations_apply_to = {
"add": ["BuildPart", "BuildSketch", "BuildLine"],
Expand Down

0 comments on commit b7ffd0b

Please sign in to comment.