I just bought an E3D Heater Core 60W to replace the 40W one I am currently using and a Revo 6 High Flow 0.4mm nozzle. How do I tell Klipper about these two upgrades?
You don’t have to tell Klipper that you’re using a higher-power heater or a high-flow nozzle. For the thermistor type, you can put in your printer.cfg:
### EXTRUSION
# Extruder
[include klipper-prusa-mk3s/extruders/prusa.cfg]
# [include klipper-prusa-mk3s/extruders/bmg.cfg]
# Hotend
[include klipper-prusa-mk3s/hotends/revo.cfg]
#[include klipper-prusa-mk3s/hotends/v6.cfg]
# [include klipper-prusa-mk3s/hotends/dragon-standard-flow.cfg]
# [include klipper-prusa-mk3s/hotends/rapido.cfg]
[extruder]
# To tune Pressure Advance see https://www.klipper3d.org/Pressure_Advance.html
# default is already set based on hotend, but you can further improve prints by calibrating it to your nozzle and material
# pressure_advance: 0.05
nozzle_diameter: 0.4 # Remember to change this if you change nozzle diameter.
#pid_Kp: 23.862
#pid_Ki: 1.020
#pid_Kd: 139.595
For the Max volumetric speed, what is the recommended value at mm^3/s for Prusa i3MK3S+ with Einsy board, Klipper, E3D 0.4mm brass Hot End nozzle and 60W heater core?
E3D Support asked me to put also the Analog input pin to the thermistor in the printer.cfg. What is the Analog input pin connected to the thermistor in our Prusa i3MK3S+?