mirror of
https://github.com/bassamanator/Sovol-SV06-firmware.git
synced 2025-11-08 21:41:15 +00:00
README.md contains full instructions. Added current SuperSlicer config bundle. printer.cfg adjusted: Z position_min, improved comments.
This commit is contained in:
35
printer.cfg
35
printer.cfg
@@ -37,7 +37,7 @@ microsteps: 32
|
||||
rotation_distance: 40
|
||||
endstop_pin: tmc2209_stepper_x:virtual_endstop
|
||||
position_endstop: 0
|
||||
position_max: 223
|
||||
position_max: 223 # NOTE You can adjust this if you have more room
|
||||
homing_speed: 40
|
||||
homing_retract_dist: 0
|
||||
|
||||
@@ -59,7 +59,7 @@ microsteps: 32
|
||||
rotation_distance: 40
|
||||
endstop_pin: tmc2209_stepper_y:virtual_endstop
|
||||
position_endstop: 0
|
||||
position_max: 223
|
||||
position_max: 223 # NOTE You can adjust this if you have more room
|
||||
homing_speed: 40
|
||||
homing_retract_dist: 0
|
||||
|
||||
@@ -80,8 +80,8 @@ enable_pin: !PC3
|
||||
microsteps: 32
|
||||
rotation_distance: 4
|
||||
endstop_pin: probe:z_virtual_endstop
|
||||
position_min: -3
|
||||
position_max: 258 # NOTE You may have to adjust this
|
||||
position_min: -4
|
||||
position_max: 258 # NOTE You can adjust this if you have more room
|
||||
homing_speed: 5
|
||||
|
||||
[tmc2209 stepper_z]
|
||||
@@ -104,6 +104,10 @@ filament_diameter: 1.750
|
||||
heater_pin: PA1
|
||||
sensor_type: EPCOS 100K B57560G104F
|
||||
sensor_pin: PC5
|
||||
control: pid
|
||||
pid_kd: 86.991
|
||||
pid_kp: 21.479
|
||||
pid_ki: 1.326
|
||||
min_temp: 0
|
||||
max_temp: 300
|
||||
max_extrude_only_distance: 150.0
|
||||
@@ -121,6 +125,10 @@ uart_address: 3
|
||||
heater_pin: PA2
|
||||
sensor_type: EPCOS 100K B57560G104F
|
||||
sensor_pin: PC4
|
||||
control: pid
|
||||
pid_kp: 64.440
|
||||
pid_ki: 0.773
|
||||
pid_kd: 1343.571
|
||||
min_temp: 0
|
||||
max_temp: 110
|
||||
|
||||
@@ -138,7 +146,7 @@ samples_tolerance: 0.01
|
||||
samples_tolerance_retries: 5
|
||||
|
||||
[safe_z_home]
|
||||
home_xy_position: 84.50, 135 # NOTE PROBE is at the center of the bed
|
||||
home_xy_position: 84.50, 135 # NOTE The probe is at the center of the bed.
|
||||
speed: 100.0
|
||||
z_hop: 10
|
||||
z_hop_speed: 15
|
||||
@@ -201,19 +209,4 @@ screw_thread: CCW-M4
|
||||
[exclude_object]
|
||||
|
||||
[force_move]
|
||||
enable_force_move: True
|
||||
|
||||
#*# <---------------------- SAVE_CONFIG ---------------------->
|
||||
#*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.
|
||||
#*#
|
||||
#*# [extruder]
|
||||
#*# control = pid
|
||||
#*# pid_kp = 21.047
|
||||
#*# pid_ki = 1.477
|
||||
#*# pid_kd = 74.981
|
||||
#*#
|
||||
#*# [heater_bed]
|
||||
#*# control = pid
|
||||
#*# pid_kp = 71.224
|
||||
#*# pid_ki = 1.341
|
||||
#*# pid_kd = 945.503
|
||||
enable_force_move: True
|
||||
Reference in New Issue
Block a user