Can't find Extruder rotation distance in Printer.cfg file.
This might be a stupid question but i am trying to calibrate the rotation distance on my V-Core 3.1 but i can't find the rotation distance in my printer.cfg file.
All i have under the extruder section is this:
[extruder]
Check https://www.klipper3d.org/Pressure_Advance.html for pressure advance tuning.
pressure_advance: 0.078
nozzle_diameter: 0.6 # Remember to change this if you change nozzle diameter.
dir_pin: e_dir_pin # Remove ! in front of pin name to reverse extruder direction
#control: pid
#pid_kp: 28.413
#pid_ki: 1.334
#pid_kd: 151.300
Am i missing something, do i need to manually add it or something??
3 Replies
deep-jade•2y ago
Did you locate it?
it is in the extruder definition - for example orbiter https://github.com/Rat-OS/RatOS-configuration/blob/v2.x/extruders/orbiter.cfg#L12
Just override it in your printer.cfg
xenial-blackOP•2y ago
damn... how did i miss this... thanks for the help.