mirror of
https://github.com/mloy97/RedboneBackup.git
synced 2026-01-01 15:25:57 -05:00
printer.cfg modified - 22/08/25 - 01:48:05
This commit is contained in:
parent
6fa5a5a7bc
commit
6668c239bf
1 changed files with 9 additions and 6 deletions
|
|
@ -268,10 +268,10 @@ pressure_advance_smooth_time: 0.040
|
||||||
## Make sure to update below for your relevant driver (2208 or 2209)
|
## Make sure to update below for your relevant driver (2208 or 2209)
|
||||||
[tmc2209 extruder]
|
[tmc2209 extruder]
|
||||||
uart_pin: nhk:gpio0
|
uart_pin: nhk:gpio0
|
||||||
tx_pin: nhk:gpio1
|
#tx_pin: nhk:gpio1
|
||||||
interpolate: false
|
interpolate: false
|
||||||
run_current: 0.5
|
run_current: 0.5
|
||||||
sense_resistor: 0.100 #previously 0.110
|
sense_resistor: 0.110 #previously 0.110
|
||||||
stealthchop_threshold: 0
|
stealthchop_threshold: 0
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -590,11 +590,14 @@ spi_software_sclk_pin: EXP2_2
|
||||||
|
|
||||||
#--------------------------------------------------------------------
|
#--------------------------------------------------------------------
|
||||||
|
|
||||||
[mcu rpi]
|
#####################################################################
|
||||||
serial: /tmp/klipper_host_mcu
|
# Accelerometer
|
||||||
|
#####################################################################
|
||||||
[adxl345]
|
[adxl345]
|
||||||
cs_pin: rpi:None
|
cs_pin: nhk:gpio27
|
||||||
|
spi_software_sclk_pin: nhk:gpio18
|
||||||
|
spi_software_mosi_pin: nhk:gpio20
|
||||||
|
spi_software_miso_pin: nhk:gpio19
|
||||||
|
|
||||||
[resonance_tester]
|
[resonance_tester]
|
||||||
accel_chip: adxl345
|
accel_chip: adxl345
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue