Update 'printer.conf'
update to latest klipper version
This commit is contained in:
parent
cce7a4fc2e
commit
60114a54c8
1 changed files with 6 additions and 7 deletions
13
printer.conf
13
printer.conf
|
@ -98,7 +98,7 @@ microsteps: 16
|
|||
interpolate: False
|
||||
hold_current: 0.5
|
||||
run_current: 0.8
|
||||
stealthchop_threshold: 200
|
||||
stealthchop_threshold: 250
|
||||
#driver_PWM_AUTOGRAD: True
|
||||
#driver_PWM_AUTOSCALE: True
|
||||
#driver_HEND: 3
|
||||
|
@ -120,7 +120,7 @@ pid_Ki: 1.08
|
|||
pid_Kd: 114
|
||||
min_temp: 10
|
||||
max_temp: 290
|
||||
pressure_advance: 0.52
|
||||
#pressure_advance: 0.3
|
||||
|
||||
#####################################################################################
|
||||
|
||||
|
@ -160,7 +160,7 @@ control_pin: P2.0
|
|||
pin_up_touch_mode_reports_triggered: False
|
||||
x_offset: -60
|
||||
y_offset: -13
|
||||
z_offset: 2.7
|
||||
z_offset: 3.6 #2.7
|
||||
samples: 2
|
||||
#speed: 3
|
||||
|
||||
|
@ -181,8 +181,8 @@ gcode:
|
|||
[bed_mesh]
|
||||
speed: 100
|
||||
horizontal_move_z: 10
|
||||
min_point: 45,30
|
||||
max_point: 235,235
|
||||
mesh_min: 45,30
|
||||
mesh_max: 220,220
|
||||
probe_count: 3,3
|
||||
split_delta_z: 0.025
|
||||
move_check_distance: 10.0
|
||||
|
@ -194,5 +194,4 @@ algorithm: lagrange
|
|||
[mcu]
|
||||
serial: /dev/serial/by-id/usb-Klipper_Klipper_firmware_12345-if00
|
||||
|
||||
#####################################################################################
|
||||
|
||||
#####################################################################################
|
Loading…
Reference in a new issue