From a17189f635cf913b0d8d1c4a37778a6becb3df3b Mon Sep 17 00:00:00 2001 From: Valent Turkovic Date: Sat, 18 May 2024 15:41:28 +0200 Subject: [PATCH] =?UTF-8?q?RatRig=20machines=20which=20use=20Klipper=20don?= =?UTF-8?q?'t=20use=20M601=20but=20"PAUSE"=20for=20paus=E2=80=A6=20(#5335)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * RatRig machines which use Klipper don't use M601 but "PAUSE" for pause command RatRig machines which use Klipper don't use M601 but "PAUSE" for pause command --- resources/profiles/Ratrig/machine/fdm_klipper_common.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/profiles/Ratrig/machine/fdm_klipper_common.json b/resources/profiles/Ratrig/machine/fdm_klipper_common.json index 71f5d18948..82b19d85c5 100644 --- a/resources/profiles/Ratrig/machine/fdm_klipper_common.json +++ b/resources/profiles/Ratrig/machine/fdm_klipper_common.json @@ -45,7 +45,7 @@ "silent_mode": "0", "single_extruder_multi_material": "1", "change_filament_gcode": "M600", - "machine_pause_gcode": "M601", + "machine_pause_gcode": "PAUSE", "wipe": ["1"], "default_filament_profile": ["RatRig Generic ABS"], "default_print_profile": "0.20mm Standard @RatRig",