From e5723a108849cb0487ea36d3c0f463352aef5cfe Mon Sep 17 00:00:00 2001 From: HellAholic Date: Mon, 10 Feb 2025 19:44:10 +0100 Subject: [PATCH] small fix --- plugins/PostProcessingPlugin/scripts/PurgeLinesAndUnload.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/plugins/PostProcessingPlugin/scripts/PurgeLinesAndUnload.py b/plugins/PostProcessingPlugin/scripts/PurgeLinesAndUnload.py index 54afdc5747..68c16b1e2f 100644 --- a/plugins/PostProcessingPlugin/scripts/PurgeLinesAndUnload.py +++ b/plugins/PostProcessingPlugin/scripts/PurgeLinesAndUnload.py @@ -169,11 +169,7 @@ class PurgeLinesAndUnload(Script): "unload_quick_purge": { "label": " Quick purge before unload", -<<<<<<< HEAD - "description": "When printing something fine that has a lot of retractions in a short space (like lettering or spires) right before the unload, the filament can get hung up in the hot end and unload can fail. A quick purge will soften the end of the filament so it will retract correctly. This 'quick puge' will take place at the last position of the nozzle. If there is no 'Present Print' move in the Ending Gcode then the Quick Purge can be over the print.", -======= "description": "When printing something fine that has a lot of retractions in a short space (like lettering or spires) right before the unload, the filament can get hung up in the hot end and unload can fail. A quick purge will soften the end of the filament so it will retract correctly. This 'quick purge' will take place at the last position of the nozzle.", ->>>>>>> 1728db94273aa91e9497c0b5af02464b983e18c7 "type": "bool", "default_value": false, "enabled": "enable_unload"