Update printer.cfg

This commit is contained in:
Siwat Sirichai 2024-01-13 13:03:04 +07:00
parent e967799a5d
commit ec784e5b92
1 changed files with 32 additions and 13 deletions

View File

@ -11,11 +11,11 @@ serial: /tmp/klipper_host_mcu
canbus_uuid: a39755b6c75c
[mcu printhead]
canbus_uuid: 0ab26b4c87c4
canbus_uuid: 6e5db542668c
[printer]
kinematics: corexy
max_velocity: 500
max_velocity: 1000
max_accel: 20000
max_z_velocity: 20
max_z_accel: 350
@ -38,7 +38,7 @@ dir_pin: PE5
enable_pin: !PC14
microsteps: 16
rotation_distance: 40
full_steps_per_rotation:200 #set to 400 for 0.9 degree stepper
full_steps_per_rotation:400 #set to 400 for 0.9 degree stepper
endstop_pin: ^PF4
position_min: 0
position_endstop: 346
@ -63,7 +63,7 @@ enable_pin: !PE4
microsteps: 16
rotation_distance: 40
endstop_pin: ^PF3
full_steps_per_rotation:200 #set to 400 for 0.9 degree stepper
full_steps_per_rotation:400 #set to 400 for 0.9 degree stepper
position_min: 0
position_endstop: 355
position_max: 355
@ -194,9 +194,9 @@ pid_kp = 23.189
pid_ki = 1.562
pid_kd = 86.089
## Try to keep pressure_advance below 1.0
#pressure_advance: 0.05
pressure_advance: 0.05
## Default is 0.040, leave stock
#pressure_advance_smooth_time: 0.040
pressure_advance_smooth_time: 0.040
[tmc2209 extruder]
uart_pin: printhead: PA15
@ -268,7 +268,7 @@ pin: printhead: PB6
x_offset: 0
y_offset: 25.0
#z_offset: 0
speed: 10.0
speed: 30.0
samples: 3
samples_result: median
sample_retract_dist: 5.0
@ -388,17 +388,17 @@ points:
50,275
300,275
300,25
speed: 300
speed: 500
horizontal_move_z: 10
retries: 10
retry_tolerance: 0.01
max_adjust: 15
[bed_mesh]
speed: 300
horizontal_move_z: 10
mesh_min: 10,10
mesh_max: 340,340
speed: 500
horizontal_move_z: 5
mesh_min: 30,50
mesh_max: 320,340
probe_count: 5,5
#####################################################################
@ -558,8 +558,27 @@ auto_cancel_variation: 0.1
#*# shaper_freq_y = 59.0
#*#
#*# [probe]
#*# z_offset = -1.875
#*# z_offset = -1.655
#*#
#*# [extruder]
#*#
#*# [heater_bed]
#*#
#*# [bed_mesh default]
#*# version = 1
#*# points =
#*# 0.053095, 0.170595, 0.133095, 0.143095, 0.065595
#*# 0.053095, 0.080595, 0.115595, 0.108095, 0.088095
#*# 0.000595, 0.068095, 0.050595, 0.145595, 0.043095
#*# 0.025595, 0.058095, 0.140595, 0.060595, 0.063095
#*# 0.148095, 0.185595, 0.223095, 0.175595, 0.203095
#*# x_count = 5
#*# y_count = 5
#*# mesh_x_pps = 2
#*# mesh_y_pps = 2
#*# algo = lagrange
#*# tension = 0.2
#*# min_x = 30.0
#*# max_x = 320.0
#*# min_y = 50.0
#*# max_y = 340.0