From 658e024c2f641e8a503c0847ddd57c1a8382a9bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Boisselier?= Date: Wed, 28 Feb 2024 08:57:30 +0000 Subject: [PATCH 1/3] fixed missing adaptive primeline variable --- macros/base/start_print.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/macros/base/start_print.cfg b/macros/base/start_print.cfg index 8e0eec159..b5f05a782 100644 --- a/macros/base/start_print.cfg +++ b/macros/base/start_print.cfg @@ -14,6 +14,7 @@ variable_material: "XXX" variable_fl_size: "0_0_0_0" variable_bed_mesh_profile: "" variable_total_layer: 0 +variable_adaptive_primeline: 1 gcode: # Get all the parameters passed from the slicer {% set BED_TEMP = params.BED_TEMP|default(printer["gcode_macro _USER_VARIABLES"].print_default_bed_temp)|float %} # Bed temperature From 5e785811f6b3618bd09129cf9f342c1669d9e965 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Boisselier?= Date: Wed, 28 Feb 2024 11:11:38 +0000 Subject: [PATCH 2/3] remplaced CANCEL_PRINT by PARK in the automated error management gcode --- config/machine.cfg | 2 +- macros/base/park.cfg | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/config/machine.cfg b/config/machine.cfg index 367bcf792..0f239a2a6 100644 --- a/config/machine.cfg +++ b/config/machine.cfg @@ -7,7 +7,7 @@ on_error_gcode: {% if printer["gcode_macro _USER_VARIABLES"].probe_type_enabled == "dockable" %} _PROBE_ON_ERROR_ACTION {% endif %} - CANCEL_PRINT + PARK [idle_timeout] timeout: 1800 diff --git a/macros/base/park.cfg b/macros/base/park.cfg index b6b24c212..dca0db2d5 100644 --- a/macros/base/park.cfg +++ b/macros/base/park.cfg @@ -43,8 +43,6 @@ gcode: G92 E0 G1 E-{E} F2100 {% endif %} - {% else %} - RESPOND MSG="no extruder retraction because extruder temperature ({printer.extruder.temperature}) is lower than min_extrude_temp ({printer.configfile.config.extruder.min_extrude_temp})" {% endif %} G90 From 9cf27c3b76b9df9ca9a160e6c53f22f7b8c867fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Boisselier?= Date: Wed, 28 Feb 2024 14:34:51 +0000 Subject: [PATCH 3/3] fixed typo in LDO Nitehawk manufacturer template --- config/mcu_definitions/toolhead/LDO_Nitehawk-SB_v1.0.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/mcu_definitions/toolhead/LDO_Nitehawk-SB_v1.0.cfg b/config/mcu_definitions/toolhead/LDO_Nitehawk-SB_v1.0.cfg index c41f4f6bf..c98d9d27b 100644 --- a/config/mcu_definitions/toolhead/LDO_Nitehawk-SB_v1.0.cfg +++ b/config/mcu_definitions/toolhead/LDO_Nitehawk-SB_v1.0.cfg @@ -13,7 +13,7 @@ aliases: MCU_HEAT=gpio9 , MCU_HEAT_CHAMBER=gpio28 , MCU_NH_TEMP=gpio26 , - MCU_RGB=gpio17 , MCU_ACTIVITY_LED=gpio8 , + MCU_RGB=gpio7 , MCU_ACTIVITY_LED=gpio8 , MCU_ADXL_CS=gpio21 , MCU_ADXL_SCK=gpio18 , MCU_ADXL_MOSI=gpio20 , MCU_ADXL_MISO=gpio19 ,