From ad803c22fd95db04e3cc9a68193937fb07aeec36 Mon Sep 17 00:00:00 2001 From: MarkMan0 Date: Fri, 26 Mar 2021 11:20:03 +0100 Subject: [PATCH] Fix printer 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 dddf6754e3..ec9906b245 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": 650 }, + "machine_height": { "default_value": 675 }, "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 1009c676bd..a1c87470a2 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": 650 } + "machine_height": { "default_value": 675 } } } \ No newline at end of file