Inscread plate strap size

Also fix mass printing on all objects

Signed-off-by: Arnaud Morin <arnaud.gfpv@mailops.fr>
This commit is contained in:
Arnaud Morin
2026-09-21 22:22:01 +02:00
parent e70d2abed2
commit e29f86fa70
9 changed files with 42 additions and 65 deletions

View File

@@ -3,6 +3,7 @@
#
import cadquery as cq
from frame_params import TPU_DENSITY
def lollipop():
@@ -126,6 +127,5 @@ show_object(result)
if __name__ == "__main__":
TPU_DENSITY = 1.21e-3 # g/mm3
print("lollipop %.2f g in TPU" % (result.val().Volume() * TPU_DENSITY))
v = result.val().Volume()
print("%-12s %.2f g" % ("lollipop", v * TPU_DENSITY))