new_life_for_the_prusa_mk3s_with_klipper

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
new_life_for_the_prusa_mk3s_with_klipper [04.01.2026 20:43] – [upload and adjust config] Pascal Suternew_life_for_the_prusa_mk3s_with_klipper [07.01.2026 01:46] (current) – [PID Calibration] Pascal Suter
Line 76: Line 76:
 on the dashbard page of klipper, there is a "Console" box. make sure that the printhead is not touching anything with the nozzle and then run this command:  on the dashbard page of klipper, there is a "Console" box. make sure that the printhead is not touching anything with the nozzle and then run this command: 
   PID_CALIBRATE HEATER=extruder TARGET=170   PID_CALIBRATE HEATER=extruder TARGET=170
 +it will heat the extruder to 170 degrees celsius and cool it down a bit, then heat again etc. once this is done, the console output will show the pid values. run the 
 +  SAVE_CONFIG
 +command to save these values and reboot klipper. 
  
 +now repeat the whole process for the heated printbed: 
 +  PID_CALIBRATE HEATER=heater_bed TARGET=60
 +and dont forget: 
 +  SAVE_CONFIG
  
 +===== Prusa Slicer Profile =====
 +install the Mk3.5 input shaping profile and then save a copy of it, calling it somthing like mk3s klipper or whatever. 
  
 +now edit the profile and go to dependencies and detach the profile, then in general switch the G-code flavor to Klipper and disable binary gcode. 
 +
 +in the custom g-code tab remove everything in all the text boxes and disable "emit temprature commands", now add this in the start and end gcode: 
 +<code>
 +
 +</code>
  
  • new_life_for_the_prusa_mk3s_with_klipper.1767555782.txt.gz
  • Last modified: 04.01.2026 20:43
  • by Pascal Suter