Update def

This commit is contained in:
3dg-Lester 2021-01-16 07:51:37 +08:00
parent 82b867086b
commit 7b37a6d4dd
3 changed files with 21 additions and 3 deletions

View file

@ -8,7 +8,13 @@
"machine_width": { "default_value": 230 },
"machine_depth": { "default_value": 230 },
"machine_height": { "default_value": 280 },
"machine_head_with_fans_polygon": { "default_value": [[-47, 37],[-47, -23],[47, -23],[47, 37]]},
"machine_head_with_fans_polygon": { "default_value": [
[-47, 37],
[-47, -23],
[47, -23],
[47, 37]
]
},
"gantry_height": { "value": 28 },
"speed_print": { "value": 50.0 },

View file

@ -7,7 +7,13 @@
"machine_width": { "default_value": 300 },
"machine_depth": { "default_value": 300 },
"machine_height": { "default_value": 400 },
"machine_head_with_fans_polygon": { "default_value": [[-47, 37],[-47, -23],[47, -23],[47, 37]]},
"machine_head_with_fans_polygon": { "default_value": [
[-47, 37],
[-47, -23],
[47, -23],
[47, 37]
]
},
"gantry_height": { "value": 28 },
"speed_print": { "value": 50.0 },

View file

@ -8,7 +8,13 @@
"machine_width": { "default_value": 220 },
"machine_depth": { "default_value": 220 },
"machine_height": { "default_value": 220 },
"machine_head_with_fans_polygon": { "default_value": [[-30,19],[30,19],[30,-49],[-30,-49]] },
"machine_head_with_fans_polygon": { "default_value": [
[-30,19],
[30,19],
[30,-49],
[-30,-49]
]
},
"gantry_height": { "value": 65 },