From 9fc0e74008f5913b920b2d7e663088ba7290acc7 Mon Sep 17 00:00:00 2001 From: "xun.zhang" Date: Tue, 22 Aug 2023 19:40:48 +0800 Subject: [PATCH] ENH: add printer structure in config Signed-off-by: xun.zhang Change-Id: I78969725c8b9984872e57fd2da476b9417cc1df7 --- .../profiles/BBL/machine/Bambu Lab X1 0.4 nozzle.json | 3 --- .../BBL/machine/Bambu Lab X1 Carbon 0.4 nozzle.json | 3 --- .../profiles/BBL/machine/Bambu Lab X1E 0.4 nozzle.json | 7 ++++--- 3 files changed, 4 insertions(+), 9 deletions(-) diff --git a/resources/profiles/BBL/machine/Bambu Lab X1 0.4 nozzle.json b/resources/profiles/BBL/machine/Bambu Lab X1 0.4 nozzle.json index 96d885ab5c..233fb1650d 100644 --- a/resources/profiles/BBL/machine/Bambu Lab X1 0.4 nozzle.json +++ b/resources/profiles/BBL/machine/Bambu Lab X1 0.4 nozzle.json @@ -10,9 +10,6 @@ ], "printer_model": "Bambu Lab X1", "printer_variant": "0.4", - "z_hop": [ - "0.2" - ], "auxiliary_fan": "0", "bed_exclude_area": [ "0x0", diff --git a/resources/profiles/BBL/machine/Bambu Lab X1 Carbon 0.4 nozzle.json b/resources/profiles/BBL/machine/Bambu Lab X1 Carbon 0.4 nozzle.json index d108797175..8139efe731 100644 --- a/resources/profiles/BBL/machine/Bambu Lab X1 Carbon 0.4 nozzle.json +++ b/resources/profiles/BBL/machine/Bambu Lab X1 Carbon 0.4 nozzle.json @@ -10,9 +10,6 @@ ], "printer_model": "Bambu Lab X1 Carbon", "printer_variant": "0.4", - "z_hop": [ - "0.2" - ], "bed_exclude_area": [ "0x0", "18x0", diff --git a/resources/profiles/BBL/machine/Bambu Lab X1E 0.4 nozzle.json b/resources/profiles/BBL/machine/Bambu Lab X1E 0.4 nozzle.json index e75cdcf469..cc8a5d06c6 100644 --- a/resources/profiles/BBL/machine/Bambu Lab X1E 0.4 nozzle.json +++ b/resources/profiles/BBL/machine/Bambu Lab X1E 0.4 nozzle.json @@ -10,9 +10,6 @@ ], "printer_model": "Bambu Lab X1E", "printer_variant": "0.4", - "z_hop": [ - "0.2" - ], "bed_exclude_area": [ "0x0", "18x0", @@ -31,6 +28,10 @@ "scan_first_layer": "1", "support_air_filtration": "1", "support_chamber_temp_control": "1", + "z_hop": [ + "0.2" + ], + "printer_structure": "corexy", "upward_compatible_machine": [ "Bambu Lab P1S 0.4 nozzle", "Bambu Lab P1P 0.4 nozzle",