mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 06:23:59 -06:00
Update def
This commit is contained in:
parent
82b867086b
commit
7b37a6d4dd
3 changed files with 21 additions and 3 deletions
|
@ -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 },
|
||||
|
|
|
@ -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 },
|
||||
|
|
|
@ -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 },
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue