motor currents updated
This commit is contained in:
parent
404d44be3b
commit
979258c4c0
1 changed files with 8 additions and 5 deletions
13
printer.conf
13
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.7
|
hold_current: 0.5
|
||||||
run_current: 0.5
|
run_current: 0.95
|
||||||
stealthchop_threshold: 250
|
stealthchop_threshold: 250
|
||||||
#driver_PWM_AUTOGRAD: True
|
#driver_PWM_AUTOGRAD: True
|
||||||
#driver_PWM_AUTOSCALE: True
|
#driver_PWM_AUTOSCALE: True
|
||||||
|
@ -157,7 +157,7 @@ sensor_pin: P1.25
|
||||||
control_pin: P2.0
|
control_pin: P2.0
|
||||||
#pin_move_time: 0.8
|
#pin_move_time: 0.8
|
||||||
#pin_up_reports_not_triggered: True
|
#pin_up_reports_not_triggered: True
|
||||||
pin_up_touch_mode_reports_triggered: False
|
#pin_up_touch_mode_reports_triggered: False
|
||||||
x_offset: -60
|
x_offset: -60
|
||||||
y_offset: -13
|
y_offset: -13
|
||||||
z_offset: 3.6 #2.7
|
z_offset: 3.6 #2.7
|
||||||
|
@ -181,8 +181,8 @@ gcode:
|
||||||
[bed_mesh]
|
[bed_mesh]
|
||||||
speed: 100
|
speed: 100
|
||||||
horizontal_move_z: 5
|
horizontal_move_z: 5
|
||||||
mesh_min: 45,45
|
mesh_min: -15,19
|
||||||
mesh_max: 220,220
|
mesh_max: 160,207
|
||||||
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
|
||||||
|
@ -195,3 +195,6 @@ mesh_pps: 2,2
|
||||||
serial: /dev/serial/by-id/usb-Klipper_lpc1768_09A0FF10031436AF84F46A5BC72000F5-if00
|
serial: /dev/serial/by-id/usb-Klipper_lpc1768_09A0FF10031436AF84F46A5BC72000F5-if00
|
||||||
|
|
||||||
#####################################################################################
|
#####################################################################################
|
||||||
|
|
||||||
|
# x,y,z = 1.3A
|
||||||
|
# e = 1.7A
|
Loading…
Reference in a new issue