From 66c37a2b0a84b41f9ee19d61837253afb58bef4f Mon Sep 17 00:00:00 2001 From: JoveToo Date: Sun, 5 Dec 2021 22:13:57 +0100 Subject: [PATCH] UBL: Cool down bed after levelling. In line with Bilinear bed levelling. --- wiki/gcode-examples.md | 1 + 1 file changed, 1 insertion(+) diff --git a/wiki/gcode-examples.md b/wiki/gcode-examples.md index f69af62..02ca755 100644 --- a/wiki/gcode-examples.md +++ b/wiki/gcode-examples.md @@ -39,6 +39,7 @@ G29 P3 ; infer the rest of the mesh values again M420 S1 V ; enabled leveling and report the new mesh M500 ; save the new mesh to EEPROM M155 S3 ; reset temperature reporting +M140 S0 ; cooling down the bed ``` ## Prusa Firmware