From 7e3872a6a4e5fe7a38759a4fc2894129f8bb610a Mon Sep 17 00:00:00 2001 From: lawgicau Date: Tue, 25 Aug 2020 11:24:13 +1000 Subject: [PATCH] Add fan gcode instruction to PID tuning. --- calibration.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calibration.html b/calibration.html index 414e056..783ad08 100644 --- a/calibration.html +++ b/calibration.html @@ -122,7 +122,7 @@
M303 E-1 S60 U1

The bed is selected with E-1, and the temp set to 60 degrees. Substitute as necessary for your normal printing bed temperature. Once again save to EEPROM afterwards with:

M500
-

It may be preferable to have the printer as close to printing conditions as possible during these tuning procedures. That means having filament loaded and the part cooling fan on for PLA temperatures.

+

It may be preferable to have the printer as close to printing conditions as possible during these tuning procedures. That means having filament loaded and the part cooling fan on for PLA temperatures. If there is no UI button available to turn on the part cooling fan, you can do it manually via gcode with M106 S255.