From 8a091aa0d2ebd9729f28ec5e8630a9be173694aa Mon Sep 17 00:00:00 2001 From: MarkMan0 Date: Thu, 8 Apr 2021 13:22:07 +0200 Subject: [PATCH] Change default machine_height --- resources/definitions/inat_proton_x_rail.def.json | 2 +- resources/definitions/inat_proton_x_rod.def.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/definitions/inat_proton_x_rail.def.json b/resources/definitions/inat_proton_x_rail.def.json index 70badb7350..ffaca10bdf 100644 --- a/resources/definitions/inat_proton_x_rail.def.json +++ b/resources/definitions/inat_proton_x_rail.def.json @@ -13,7 +13,7 @@ "machine_name": { "default_value": "Proton X Rail" }, "machine_width": { "default_value": 304 }, "machine_depth": { "default_value": 304 }, - "machine_height": { "default_value": 675 }, + "machine_height": { "default_value": 300 }, "machine_max_acceleration_x": { "value": 500 }, diff --git a/resources/definitions/inat_proton_x_rod.def.json b/resources/definitions/inat_proton_x_rod.def.json index 93f9371e97..1c3592bbd3 100644 --- a/resources/definitions/inat_proton_x_rod.def.json +++ b/resources/definitions/inat_proton_x_rod.def.json @@ -13,6 +13,6 @@ "machine_name": { "default_value": "Proton X Rod" }, "machine_width": { "default_value": 304 }, "machine_depth": { "default_value": 304 }, - "machine_height": { "default_value": 675 } + "machine_height": { "default_value": 300 } } } \ No newline at end of file