diff options
author | maze <tehmaze@users.noreply.github.com> | 2022-01-10 03:44:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-09 21:44:40 -0500 |
commit | 6e6ad7b5201d3452aa605f4ae852c51239c2c7d8 (patch) | |
tree | 164c1b27a4f853c7954c8026a8cd38ac0f7cb645 /config/generic-mellow-super-infinty-hv.cfg | |
parent | de366ee85479d9f9bf7f117a881feb8de522265d (diff) | |
download | kutter-6e6ad7b5201d3452aa605f4ae852c51239c2c7d8.tar.gz kutter-6e6ad7b5201d3452aa605f4ae852c51239c2c7d8.tar.xz kutter-6e6ad7b5201d3452aa605f4ae852c51239c2c7d8.zip |
config: Update generic-mellow-super-infinty-hv.cfg (#4876)
TMC2130/5160 can make use of `spi3`, which is operated on the software SPI pins in the current configuration. The supplied defaults for software SPI do not currently work.
Heater0 pin was marked incorrectly, should be `PB0`
Signed-Off-By: Wijnand Modderman-Lenstra <maze@maze.io>
Diffstat (limited to 'config/generic-mellow-super-infinty-hv.cfg')
-rw-r--r-- | config/generic-mellow-super-infinty-hv.cfg | 34 |
1 files changed, 9 insertions, 25 deletions
diff --git a/config/generic-mellow-super-infinty-hv.cfg b/config/generic-mellow-super-infinty-hv.cfg index 28099487..90aa9e08 100644 --- a/config/generic-mellow-super-infinty-hv.cfg +++ b/config/generic-mellow-super-infinty-hv.cfg @@ -53,7 +53,7 @@ microsteps: 16 rotation_distance: 33.500 nozzle_diameter: 0.400 filament_diameter: 1.750 -heater_pin: PC7 # Heat0 +heater_pin: PB0 # Heat0 sensor_pin: PF4 # ADC_0 sensor_type: EPCOS 100K B57560G104F control: pid @@ -240,72 +240,56 @@ max_z_accel: 100 #[tmc5160 stepper_x] #cs_pin: PC4 -#spi_software_miso_pin: PB5 -#spi_software_mosi_pin: PB4 -#spi_software_sclk_pin: PB3 +#spi_bus: spi3 ##diag1_pin: PG12 #run_current: 0.800 #stealthchop_threshold: 999999 #[tmc5160 stepper_y] #cs_pin: PF12 -#spi_software_miso_pin: PB5 -#spi_software_mosi_pin: PB4 -#spi_software_sclk_pin: PB3 +#spi_bus: spi3 ##diag1_pin: PG11 #run_current: 0.800 #stealthchop_threshold: 999999 #[tmc5160 stepper_z] #cs_pin: PF15 -#spi_software_miso_pin: PB5 -#spi_software_mosi_pin: PB4 -#spi_software_sclk_pin: PB3 +#spi_bus: spi3 ##diag1_pin: PG10 #run_current: 0.650 #stealthchop_threshold: 999999 #[tmc5160 extruder] #cs_pin: PE7 -#spi_software_miso_pin: PB5 -#spi_software_mosi_pin: PB4 -#spi_software_sclk_pin: PB3 +#spi_bus: spi3 ##diag1_pin: PG9 #run_current: 0.800 #stealthchop_threshold: 999999 #[tmc5160 extruder1] #cs_pin: PE10 -#spi_software_miso_pin: PB5 -#spi_software_mosi_pin: PB4 -#spi_software_sclk_pin: PB3 +#spi_bus: spi3 ##diag1_pin: PD7 #run_current: 0.800 #stealthchop_threshold: 999999 #[tmc5160 extruder2] #cs_pin: PF1 -#spi_software_miso_pin: PB5 -#spi_software_mosi_pin: PB4 -#spi_software_sclk_pin: PB3 +#spi_bus: spi3 ##diag1_pin: PD6 #run_current: 0.800 #stealthchop_threshold: 999999 #[tmc5160 extruder3] #cs_pin: PG2 -#spi_software_miso_pin: PB5 -#spi_software_mosi_pin: PB4 -#spi_software_sclk_pin: PB3 +#spi_bus: spi3 ##diag1_pin: PA8 #run_current: 0.800 #stealthchop_threshold: 999999 #[tmc5160 extruder4] #cs_pin: PG5 -#spi_software_miso_pin: PB5 -#spi_software_mosi_pin: PB4 -#spi_software_sclk_pin: PB3 +#spi_bus: spi3 ##diag1_pin: PF3 #run_current: 0.800 #stealthchop_threshold: 999999 |