mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Fix printer height
This commit is contained in:
parent
145311d615
commit
ad803c22fd
2 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@
|
||||||
"machine_name": { "default_value": "Proton X Rail" },
|
"machine_name": { "default_value": "Proton X Rail" },
|
||||||
"machine_width": { "default_value": 304 },
|
"machine_width": { "default_value": 304 },
|
||||||
"machine_depth": { "default_value": 304 },
|
"machine_depth": { "default_value": 304 },
|
||||||
"machine_height": { "default_value": 650 },
|
"machine_height": { "default_value": 675 },
|
||||||
"machine_max_acceleration_x": {
|
"machine_max_acceleration_x": {
|
||||||
"value": 500
|
"value": 500
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -13,6 +13,6 @@
|
||||||
"machine_name": { "default_value": "Proton X Rod" },
|
"machine_name": { "default_value": "Proton X Rod" },
|
||||||
"machine_width": { "default_value": 304 },
|
"machine_width": { "default_value": 304 },
|
||||||
"machine_depth": { "default_value": 304 },
|
"machine_depth": { "default_value": 304 },
|
||||||
"machine_height": { "default_value": 650 }
|
"machine_height": { "default_value": 675 }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue