Skip to main content

Changes to Step #6

Edit by SeeMeCNC

Edit approved by SeeMeCNC

Before
After
Unchanged

Step Lines

[title] PID Tuning the Hot End
-[* 1] Next you need to PID Tune your hot end. this will ensure that the algorithm that controls the power to the heating element is working at optimal performance.
-[* 1] Send the following command via the terminal: M303 S250 X0
-[* 1] Full explanation: M303 is the instruction to start the Autotune Process, P0 instructs it to perform the test for the hotend, S250 sets the temperature to run the test to, and X0 is the instruction to save the results to EEPROM
+[* 1] Next you need to PID Tune your hot end. This will ensure that the algorithm that controls the power to the heating element is working at optimal performance.
+[* 1] Send the following command via the terminal: M303 P0 S235 X0
+ [* 9] After you have run the PID tune via MatterControl you should disconnect from MatterControl and then re-connect before performing any further operations.
+[* 1] Auto-Tuning is an iterative process, so run the routine again via the terminal, sending: M303 P0 S235 X0
+ [* 10] Full explanation: M303 is the instruction to start the Autotune Process, P0 instructs it to perform the test for the hotend, S250 sets the temperature to run the test to, and X0 is the instruction to save the results to EEPROM.
+ [* 10] If you plan to print high temperature materials you should run a PID Auto-Tune at a higher temperature at the target temp that you plan to be printing at.