Fix calibrate esteps link, and add accompanying everything-sv06 link. Adjust calibration.cfg to turn off print cooling fan after pid tune hotend.

This commit is contained in:
Bassam Husain
2023-09-07 00:59:57 -04:00
parent fdabf7f09f
commit 5979673f54
2 changed files with 2 additions and 1 deletions

View File

@@ -22,6 +22,7 @@ gcode:
G1 X{max_x/2} Y{max_y/2} Z10 F6000 G1 X{max_x/2} Y{max_y/2} Z10 F6000
M106 S64 M106 S64
PID_CALIBRATE HEATER=extruder TARGET={TARGETTEMP} PID_CALIBRATE HEATER=extruder TARGET={TARGETTEMP}
M107 ; Turn off print cooling fan
# TODO test this # TODO test this
[gcode_macro PID_TEST_ALL] [gcode_macro PID_TEST_ALL]

View File

@@ -96,7 +96,7 @@ step_pin: PB4
dir_pin: !PB3 dir_pin: !PB3
enable_pin: !PC3 enable_pin: !PC3
microsteps: 128 microsteps: 128
rotation_distance: 4.65 # NOTE Calibrate e-steps and adjust https://www.klipper3d.org/Rotation_Distance.html rotation_distance: 4.65 # NOTE Calibrate e-steps https://www.klipper3d.org/Rotation_Distance.html#calibrating-rotation_distance-on-extruders, https://github.com/bassamanator/everything-sovol-sv06/blob/main/howto.md#calibrate-esteps
nozzle_diameter: 0.400 nozzle_diameter: 0.400
filament_diameter: 1.750 filament_diameter: 1.750
heater_pin: PA1 heater_pin: PA1