Work putting one object over the other

This commit is contained in:
cristhian aguilera
2026-02-03 10:31:10 -03:00
parent 10e6792217
commit 45bbdcb9f5
9 changed files with 275 additions and 44 deletions

View File

@@ -20,3 +20,11 @@ big_height = 125.9
small_height = 106.0
bottom_height = 68.0
normal_height = 220.0
# Physical object heights in mm (used for stack-aware placement)
[object_heights]
cube_big = 40.0
cube_small = 40.0
cylinder_big = 40.0
cylinder_small = 40.0
default = 40.0