updated to latest klipper version
serial id fixed
This commit is contained in:
parent
60114a54c8
commit
404d44be3b
1 changed files with 7 additions and 7 deletions
12
printer.conf
12
printer.conf
|
@ -96,8 +96,8 @@ homing_retract_dist: 10 # to fix bltouch clone error
|
||||||
uart_pin: P1.8
|
uart_pin: P1.8
|
||||||
microsteps: 16
|
microsteps: 16
|
||||||
interpolate: False
|
interpolate: False
|
||||||
hold_current: 0.5
|
hold_current: 0.7
|
||||||
run_current: 0.8
|
run_current: 0.5
|
||||||
stealthchop_threshold: 250
|
stealthchop_threshold: 250
|
||||||
#driver_PWM_AUTOGRAD: True
|
#driver_PWM_AUTOGRAD: True
|
||||||
#driver_PWM_AUTOSCALE: True
|
#driver_PWM_AUTOSCALE: True
|
||||||
|
@ -180,18 +180,18 @@ gcode:
|
||||||
|
|
||||||
[bed_mesh]
|
[bed_mesh]
|
||||||
speed: 100
|
speed: 100
|
||||||
horizontal_move_z: 10
|
horizontal_move_z: 5
|
||||||
mesh_min: 45,30
|
mesh_min: 45,45
|
||||||
mesh_max: 220,220
|
mesh_max: 220,220
|
||||||
probe_count: 3,3
|
probe_count: 3,3
|
||||||
split_delta_z: 0.025
|
split_delta_z: 0.025
|
||||||
move_check_distance: 10.0
|
move_check_distance: 10.0
|
||||||
mesh_pps: 2,2
|
mesh_pps: 2,2
|
||||||
algorithm: lagrange
|
#algorithm: lagrange
|
||||||
|
|
||||||
#####################################################################################
|
#####################################################################################
|
||||||
|
|
||||||
[mcu]
|
[mcu]
|
||||||
serial: /dev/serial/by-id/usb-Klipper_Klipper_firmware_12345-if00
|
serial: /dev/serial/by-id/usb-Klipper_lpc1768_09A0FF10031436AF84F46A5BC72000F5-if00
|
||||||
|
|
||||||
#####################################################################################
|
#####################################################################################
|
Loading…
Reference in a new issue