From 394196eef02a697a02c7d516382273c3772650d2 Mon Sep 17 00:00:00 2001 From: "xun.zhang" Date: Mon, 14 Aug 2023 15:39:09 +0800 Subject: [PATCH] ENH: add upward machine for N1 Also fix a bug in default print profiles Change-Id: I515e8762870968acce8fe17bdf33c7d380b3c29b Signed-off-by: xun.zhang (cherry picked from commit 33c0a597c8b5390790772da06d880f6c03259817) --- .../profiles/BBL/machine/Bambu Lab N1 0.2 nozzle.json | 8 +++++++- .../profiles/BBL/machine/Bambu Lab N1 0.4 nozzle.json | 8 +++++++- .../profiles/BBL/machine/Bambu Lab N1 0.6 nozzle.json | 6 ++++++ .../profiles/BBL/machine/Bambu Lab N1 0.8 nozzle.json | 6 ++++++ 4 files changed, 26 insertions(+), 2 deletions(-) diff --git a/resources/profiles/BBL/machine/Bambu Lab N1 0.2 nozzle.json b/resources/profiles/BBL/machine/Bambu Lab N1 0.2 nozzle.json index 988d92330c..0f6d981342 100644 --- a/resources/profiles/BBL/machine/Bambu Lab N1 0.2 nozzle.json +++ b/resources/profiles/BBL/machine/Bambu Lab N1 0.2 nozzle.json @@ -13,7 +13,7 @@ "default_filament_profile": [ "Bambu PLA Basic @BBL X1C 0.2 nozzle" ], - "default_print_profile": "0.10mm Standard @BBL N1 0.6 nozzle", + "default_print_profile": "0.10mm Standard @BBL N1 0.2 nozzle", "max_layer_height": [ "0.14" ], @@ -22,5 +22,11 @@ ], "retraction_length": [ "0.4" + ], + "upward_compatible_machine": [ + "Bambu Lab P1S 0.2 nozzle", + "Bambu Lab P1P 0.2 nozzle", + "Bambu Lab X1 0.2 nozzle", + "Bambu Lab X1 Carbon 0.2 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/BBL/machine/Bambu Lab N1 0.4 nozzle.json b/resources/profiles/BBL/machine/Bambu Lab N1 0.4 nozzle.json index e11b92df56..8699e998ad 100644 --- a/resources/profiles/BBL/machine/Bambu Lab N1 0.4 nozzle.json +++ b/resources/profiles/BBL/machine/Bambu Lab N1 0.4 nozzle.json @@ -58,5 +58,11 @@ "0x180" ], "printable_height": "180", - "scan_first_layer": "0" + "scan_first_layer": "0", + "upward_compatible_machine": [ + "Bambu Lab P1S 0.4 nozzle", + "Bambu Lab P1P 0.4 nozzle", + "Bambu Lab X1 0.4 nozzle", + "Bambu Lab X1 Carbon 0.4 nozzle" + ] } \ No newline at end of file diff --git a/resources/profiles/BBL/machine/Bambu Lab N1 0.6 nozzle.json b/resources/profiles/BBL/machine/Bambu Lab N1 0.6 nozzle.json index 7d4e4b4978..289d3dcc7d 100644 --- a/resources/profiles/BBL/machine/Bambu Lab N1 0.6 nozzle.json +++ b/resources/profiles/BBL/machine/Bambu Lab N1 0.6 nozzle.json @@ -23,5 +23,11 @@ ], "retraction_minimum_travel": [ "3" + ], + "upward_compatible_machine": [ + "Bambu Lab P1S 0.6 nozzle", + "Bambu Lab P1P 0.6 nozzle", + "Bambu Lab X1 0.6 nozzle", + "Bambu Lab X1 Carbon 0.6 nozzle" ] } \ No newline at end of file diff --git a/resources/profiles/BBL/machine/Bambu Lab N1 0.8 nozzle.json b/resources/profiles/BBL/machine/Bambu Lab N1 0.8 nozzle.json index b6c18f4e67..2daa0445f4 100644 --- a/resources/profiles/BBL/machine/Bambu Lab N1 0.8 nozzle.json +++ b/resources/profiles/BBL/machine/Bambu Lab N1 0.8 nozzle.json @@ -23,5 +23,11 @@ ], "retraction_length": [ "3" + ], + "upward_compatible_machine": [ + "Bambu Lab P1S 0.8 nozzle", + "Bambu Lab P1P 0.8 nozzle", + "Bambu Lab X1 0.8 nozzle", + "Bambu Lab X1 Carbon 0.8 nozzle" ] } \ No newline at end of file