Change default machine_height

This commit is contained in:
MarkMan0 2021-04-08 13:22:07 +02:00
parent ee50ad21cd
commit 8a091aa0d2
2 changed files with 2 additions and 2 deletions

View File

@ -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": 675 }, "machine_height": { "default_value": 300 },
"machine_max_acceleration_x": { "machine_max_acceleration_x": {
"value": 500 "value": 500
}, },

View File

@ -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": 675 } "machine_height": { "default_value": 300 }
} }
} }