Merge branch '72-wipe-nozzle-does-not-preheat-the-tool-head' into 'master'

Resolve "Wipe nozzle does not preheat the tool head"

Closes #72

See merge request lulzbot3d/marlin!51
This commit is contained in:
Brian Kahl 2022-02-09 19:58:00 +00:00
commit 33489f47e6

View File

@ -2563,7 +2563,7 @@
#endif #endif
#if ENABLED(NOZZLE_CLEAN_FEATURE) #if ENABLED(NOZZLE_CLEAN_FEATURE)
#define CLEAN_SCRIPT "M117 Cleaning nozzle...\nG28 O\nG12\nM77\nM117 Nozzle clean" #define CLEAN_SCRIPT "M117 Cleaning nozzle...\nG28 O\nM109 S170\nG12\nM77\nM117 Nozzle clean"
// Default number of pattern repetitions // Default number of pattern repetitions
#define NOZZLE_CLEAN_STROKES 12 #define NOZZLE_CLEAN_STROKES 12