修正双喷打印不能重叠的问题

This commit is contained in:
laiqiqi 2020-12-22 13:35:37 +08:00
parent 11f8e19bc4
commit 3ff95582a5

View File

@ -7,6 +7,7 @@
"machine_width": { "default_value": 360 }, "machine_width": { "default_value": 360 },
"machine_depth": { "default_value": 250 }, "machine_depth": { "default_value": 250 },
"machine_height": { "default_value": 200 }, "machine_height": { "default_value": 200 },
"machine_head_with_fans_polygon":{"default_value":[[0, 0], [0, 0], [0, 0], [0, 0]]},
"machine_extruder_count": { "machine_extruder_count": {
"default_value": 2 "default_value": 2
} }