Update printer.cfg
This commit is contained in:
parent
9965019968
commit
ab071904bd
19
printer.cfg
19
printer.cfg
|
@ -52,7 +52,7 @@ cs_pin: PC13
|
||||||
spi_software_mosi_pin: PG6
|
spi_software_mosi_pin: PG6
|
||||||
spi_software_miso_pin: PG7
|
spi_software_miso_pin: PG7
|
||||||
spi_software_sclk_pin: PG8
|
spi_software_sclk_pin: PG8
|
||||||
run_current: 1.000
|
run_current: 1.414
|
||||||
stealthchop_threshold: 0
|
stealthchop_threshold: 0
|
||||||
|
|
||||||
# Y Stepper on Motor2 (A Motor)
|
# Y Stepper on Motor2 (A Motor)
|
||||||
|
@ -76,7 +76,7 @@ cs_pin: PE3
|
||||||
spi_software_mosi_pin: PG6
|
spi_software_mosi_pin: PG6
|
||||||
spi_software_miso_pin: PG7
|
spi_software_miso_pin: PG7
|
||||||
spi_software_sclk_pin: PG8
|
spi_software_sclk_pin: PG8
|
||||||
run_current: 1.000
|
run_current: 1.414
|
||||||
stealthchop_threshold: 0
|
stealthchop_threshold: 0
|
||||||
|
|
||||||
|
|
||||||
|
@ -109,7 +109,7 @@ cs_pin: PB9
|
||||||
spi_software_mosi_pin: PG6
|
spi_software_mosi_pin: PG6
|
||||||
spi_software_miso_pin: PG7
|
spi_software_miso_pin: PG7
|
||||||
spi_software_sclk_pin: PG8
|
spi_software_sclk_pin: PG8
|
||||||
run_current: 0.8
|
run_current: 1
|
||||||
stealthchop_threshold: 0
|
stealthchop_threshold: 0
|
||||||
|
|
||||||
## Z1 Stepper - Rear Left on Motor5
|
## Z1 Stepper - Rear Left on Motor5
|
||||||
|
@ -126,7 +126,7 @@ cs_pin: PG14
|
||||||
spi_software_mosi_pin: PG6
|
spi_software_mosi_pin: PG6
|
||||||
spi_software_miso_pin: PG7
|
spi_software_miso_pin: PG7
|
||||||
spi_software_sclk_pin: PG8
|
spi_software_sclk_pin: PG8
|
||||||
run_current: 0.800
|
run_current: 1
|
||||||
stealthchop_threshold: 0
|
stealthchop_threshold: 0
|
||||||
|
|
||||||
## Z2 Stepper - Rear Right on Motor6
|
## Z2 Stepper - Rear Right on Motor6
|
||||||
|
@ -143,7 +143,7 @@ cs_pin: PG10
|
||||||
spi_software_mosi_pin: PG6
|
spi_software_mosi_pin: PG6
|
||||||
spi_software_miso_pin: PG7
|
spi_software_miso_pin: PG7
|
||||||
spi_software_sclk_pin: PG8
|
spi_software_sclk_pin: PG8
|
||||||
run_current: 0.800
|
run_current: 1
|
||||||
stealthchop_threshold: 0
|
stealthchop_threshold: 0
|
||||||
|
|
||||||
## Z3 Stepper - Front Right on Motor7
|
## Z3 Stepper - Front Right on Motor7
|
||||||
|
@ -160,7 +160,7 @@ cs_pin: PD5
|
||||||
spi_software_mosi_pin: PG6
|
spi_software_mosi_pin: PG6
|
||||||
spi_software_miso_pin: PG7
|
spi_software_miso_pin: PG7
|
||||||
spi_software_sclk_pin: PG8
|
spi_software_sclk_pin: PG8
|
||||||
run_current: 0.800
|
run_current: 1
|
||||||
stealthchop_threshold: 0
|
stealthchop_threshold: 0
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
@ -532,18 +532,19 @@ feedrate_splice: 0.3
|
||||||
feedrate_normal: 1.0
|
feedrate_normal: 1.0
|
||||||
auto_load_speed: 2
|
auto_load_speed: 2
|
||||||
auto_cancel_variation: 0.1
|
auto_cancel_variation: 0.1
|
||||||
|
|
||||||
#*# <---------------------- SAVE_CONFIG ---------------------->
|
#*# <---------------------- SAVE_CONFIG ---------------------->
|
||||||
#*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.
|
#*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.
|
||||||
#*#
|
#*#
|
||||||
#*# [input_shaper]
|
#*# [input_shaper]
|
||||||
#*# shaper_type_x = mzv
|
#*# shaper_type_x = mzv
|
||||||
#*# shaper_freq_x = 49.4
|
#*# shaper_freq_x = 46.0
|
||||||
#*# shaper_type_y = zv
|
#*# shaper_type_y = zv
|
||||||
#*# shaper_freq_y = 62.0
|
#*# shaper_freq_y = 59.0
|
||||||
#*#
|
#*#
|
||||||
#*# [probe]
|
#*# [probe]
|
||||||
#*# z_offset = -1.875
|
#*# z_offset = -1.875
|
||||||
#*#
|
#*#
|
||||||
#*# [extruder]
|
#*# [extruder]
|
||||||
#*#
|
#*#
|
||||||
#*# [heater_bed]
|
#*# [heater_bed]
|
||||||
|
|
Loading…
Reference in New Issue