-
-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'v2.1.x' into development
- Loading branch information
Showing
9 changed files
with
130 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -92,5 +92,6 @@ | |
"mosi": "PB15", | ||
"miso": "PB14" | ||
} | ||
} | ||
}, | ||
"extruderlessConfig": "config-3z.cfg" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
# WARNING. DO NOT EDIT THIS FILE. | ||
# To override settings from this file, you can copy and paste the relevant | ||
# sections into your printer.cfg and change it there. | ||
# WARNING: it is NOT recommended to override board_pins aliases, | ||
# use the boards pin names directly in your printer.cfg instead. | ||
# Look up the pins you need in the boards pinout diagram. | ||
|
||
[board_pins manta_m5p_tmc2209] | ||
aliases: | ||
# steppers | ||
x_step_pin=PC8, x_dir_pin=PC9, x_enable_pin=PA15, x_uart_pin=PD9, x_diag_pin=PD3, x_endstop_pin=PD3, | ||
y_step_pin=PA10, y_dir_pin=PA14, y_enable_pin=PA13, y_uart_pin=PD8, y_diag_pin=PD2, y_endstop_pin=PD2, | ||
z0_step_pin=PC6, z0_dir_pin=PC7, z0_enable_pin=PA9, z0_uart_pin=PB10, z0_diag_pin=null, | ||
z1_step_pin=PB12, z1_dir_pin=PB11, z1_enable_pin=PA8, z1_uart_pin=PB2, z1_diag_pin=null, | ||
z2_step_pin=PB0, z2_dir_pin=PB1, z2_enable_pin=PC4, z2_uart_pin=PA6, z2_diag_pin=null, | ||
stepper_spi_mosi_pin=PB15, stepper_spi_miso_pin=PB14, stepper_spi_sclk_pin=PB13, | ||
# accel | ||
adxl345_cs_pin=PC0, | ||
# auto leveling | ||
bltouch_sensor_pin=PC13, bltouch_control_pin=PC15, | ||
probe_pin=PC13, | ||
# fans | ||
fan_part_cooling_pin=PA4, | ||
fan_toolhead_cooling_pin=PA3, | ||
fan_controller_board_pin=PA7, | ||
# Bed heater | ||
heater_bed_heating_pin=PA5, | ||
heater_bed_sensor_pin=PA0, | ||
|
||
## Expansion ports | ||
# EXP1 header | ||
EXP1_1=PD5, EXP1_2=PD4, | ||
EXP1_3=PB3, EXP1_4=PD6, | ||
EXP1_5=PB5, EXP1_6=PB4, # Slot in the socket on this side | ||
EXP1_7=PB7, EXP1_8=PB6, | ||
EXP1_9=<GND>, EXP1_10=<5V>, | ||
|
||
# EXP2 header | ||
EXP2_1=PB14, EXP2_2=PB13, | ||
EXP2_3=PB8, EXP2_4=PB9, | ||
EXP2_5=PC10, EXP2_6=PB15, # Slot in the socket on this side | ||
EXP2_7=PC12, EXP2_8=<RST>, | ||
EXP2_9=<GND>, EXP2_10=<NC>, | ||
|
||
# Pins EXP2_1, EXP2_6, EXP2_2 are also MISO, MOSI, SCK of bus "spi2" | ||
|
||
[mcu] | ||
serial: /dev/btt-manta-m5p | ||
|
||
[temperature_sensor Manta_M5P] | ||
sensor_type: temperature_mcu | ||
min_temp: 0 | ||
max_temp: 100 | ||
|
||
[adxl345] | ||
spi_software_mosi_pin: stepper_spi_mosi_pin | ||
spi_software_miso_pin: stepper_spi_miso_pin | ||
spi_software_sclk_pin: stepper_spi_sclk_pin | ||
cs_pin: adxl345_cs_pin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters