From 4638d45c15f89f97d42499e1fdcab68a7b7ce402 Mon Sep 17 00:00:00 2001 From: the Raz Date: Mon, 22 Jan 2024 02:09:01 +0100 Subject: [PATCH] All printers: Change printable height to 256 mm The Z-hop problem was already taken care of so this limitation is obsolete. --- resources/profiles/BBL/machine/fdm_machine_common.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/profiles/BBL/machine/fdm_machine_common.json b/resources/profiles/BBL/machine/fdm_machine_common.json index c161bc9a81..d15adebc2e 100644 --- a/resources/profiles/BBL/machine/fdm_machine_common.json +++ b/resources/profiles/BBL/machine/fdm_machine_common.json @@ -74,7 +74,7 @@ "min_layer_height": [ "0.08" ], - "printable_height": "250", + "printable_height": "256", "extruder_clearance_radius": "65", "extruder_clearance_height_to_rod": "36", "extruder_clearance_height_to_lid": "140",