v2.4: updates to printer and z_calibration
This commit is contained in:
parent
830ceb1e3f
commit
b67abe3a17
2 changed files with 9 additions and 8 deletions
11
printer.cfg
11
printer.cfg
|
|
@ -26,8 +26,9 @@
|
|||
## [E in MOTOR6] - Extruder
|
||||
## Obtain definition by "ls -l /dev/serial/by-id/" then unplug to verify
|
||||
##--------------------------------------------------------------------
|
||||
serial: /dev/serial/by-id/usb-Klipper_stm32f446xx_1E0030000E5053424E363620-if00
|
||||
#restart_method: command
|
||||
# serial: /dev/serial/by-id/usb-Klipper_stm32f446xx_1E0030000E5053424E363620-if00
|
||||
serial: /dev/serial0
|
||||
restart_method: command
|
||||
##--------------------------------------------------------------------
|
||||
|
||||
|
||||
|
|
@ -173,7 +174,7 @@ microsteps: 16
|
|||
uart_pin: PF2
|
||||
interpolate: true
|
||||
run_current: 0.8
|
||||
hold_current: 0.80
|
||||
hold_current: 0.8
|
||||
sense_resistor: 0.110
|
||||
stealthchop_threshold: 0
|
||||
|
||||
|
|
@ -190,7 +191,7 @@ microsteps: 16
|
|||
uart_pin: PE4
|
||||
interpolate: true
|
||||
run_current: 0.8
|
||||
hold_current: 0.80
|
||||
hold_current: 0.8
|
||||
sense_resistor: 0.110
|
||||
stealthchop_threshold: 0
|
||||
|
||||
|
|
@ -357,7 +358,7 @@ points:
|
|||
250,40
|
||||
speed: 100
|
||||
horizontal_move_z: 15
|
||||
retries: 5
|
||||
retries: 8
|
||||
retry_tolerance: 0.0075
|
||||
max_adjust: 10
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue