aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorbigtreetech <tech@biqu3d.com>2023-01-12 15:51:37 +0800
committerKevin O'Connor <kevin@koconnor.net>2023-02-03 15:20:20 -0500
commitf250bdfd8a86f7d440b7efcc706706ad7fe42e4b (patch)
tree4bf7280e647c8543e04b2a8899a00b20a6752e60 /config
parent1979c9d090c9cef241de4e7f06b6ed39a2bf2c9b (diff)
downloadkutter-f250bdfd8a86f7d440b7efcc706706ad7fe42e4b.tar.gz
kutter-f250bdfd8a86f7d440b7efcc706706ad7fe42e4b.tar.xz
kutter-f250bdfd8a86f7d440b7efcc706706ad7fe42e4b.zip
config: Add BigTreeTech EBB V1.2 / EBB SB V1.0 / E3EZ / M5P / M8P V1.1 / Octopus Max EZ
Signed-off-by: Alan.Ma from BigTreeTech tech@biqu3d.com Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config')
-rw-r--r--config/generic-bigtreetech-manta-e3ez.cfg200
-rw-r--r--config/generic-bigtreetech-manta-m5p.cfg199
-rw-r--r--config/generic-bigtreetech-manta-m8p-v1.0.cfg (renamed from config/generic-bigtreetech-manta-m8p.cfg)6
-rw-r--r--config/generic-bigtreetech-manta-m8p-v1.1.cfg295
-rw-r--r--config/generic-bigtreetech-octopus-max-ez.cfg332
-rw-r--r--config/sample-bigtreetech-ebb-canbus-v1.0.cfg20
-rw-r--r--config/sample-bigtreetech-ebb-canbus-v1.1.cfg26
-rw-r--r--config/sample-bigtreetech-ebb-canbus-v1.2.cfg68
-rw-r--r--config/sample-bigtreetech-ebb-sb-canbus-v1.0.cfg84
9 files changed, 1206 insertions, 24 deletions
diff --git a/config/generic-bigtreetech-manta-e3ez.cfg b/config/generic-bigtreetech-manta-e3ez.cfg
new file mode 100644
index 00000000..199eae70
--- /dev/null
+++ b/config/generic-bigtreetech-manta-e3ez.cfg
@@ -0,0 +1,200 @@
+# This file contains common pin mappings for the BIGTREETECH Manta E3EZ
+# To use this config, the firmware should be compiled for the
+# STM32G0B1 with a "8KiB bootloader" "8 MHz crystal"
+# and "USB (on PA11/PA12)" or "CAN bus (on PB12/PB13)".
+
+# See docs/Config_Reference.md for a description of parameters.
+
+[stepper_x]
+step_pin: PA14
+dir_pin: !PA10
+enable_pin: !PA13
+microsteps: 16
+rotation_distance: 40
+endstop_pin: ^PC4
+position_endstop: 0
+position_max: 235
+homing_speed: 50
+
+[stepper_y]
+step_pin: PC8
+dir_pin: !PA15
+enable_pin: !PC14
+microsteps: 16
+rotation_distance: 40
+endstop_pin: ^PB0
+position_endstop: 0
+position_max: 235
+homing_speed: 50
+
+[stepper_z]
+step_pin: PD2
+dir_pin: PD4
+enable_pin: !PD3
+microsteps: 16
+rotation_distance: 8
+endstop_pin: ^PC6
+position_endstop: 0
+position_max: 270
+
+[extruder]
+step_pin: PD5
+dir_pin: !PD6
+enable_pin: !PB3
+microsteps: 16
+rotation_distance: 33.500
+nozzle_diameter: 0.400
+filament_diameter: 1.750
+heater_pin: PB11 #HE0
+sensor_type: EPCOS 100K B57560G104F
+sensor_pin: PA4 #TH0
+control: pid
+pid_Kp: 21.527
+pid_Ki: 1.063
+pid_Kd: 108.982
+min_temp: 0
+max_temp: 250
+
+#[filament_switch_sensor material_0]
+#switch_pin: PC5
+
+#[extruder1]
+#step_pin: PB7
+#dir_pin: PB6
+#enable_pin: !PB4
+#heater_pin: PB10 # HE1
+#sensor_pin: PA5 # T1
+
+#[filament_switch_sensor material_1]
+#switch_pin: PB1
+
+[heater_bed]
+heater_pin: PB2 #HB
+sensor_type: EPCOS 100K B57560G104F #Generic 3950
+sensor_pin: PA3 #TB
+control: watermark
+min_temp: 0
+max_temp: 130
+
+[fan]
+pin: PA8
+
+#[heater_fan fan1]
+#pin: PB15
+
+#[heater_fan fan2]
+#pin: PB14
+
+[mcu]
+serial: /dev/serial/by-id/usb-Klipper_Klipper_firmware_12345-if00
+
+[printer]
+kinematics: cartesian
+max_velocity: 300
+max_accel: 3000
+max_z_velocity: 5
+max_z_accel: 100
+
+########################################
+# TMC2209 configuration
+########################################
+
+#[tmc2209 stepper_x]
+#uart_pin: PB8
+##diag_pin: PC4
+#run_current: 0.800
+#stealthchop_threshold: 999999
+
+#[tmc2209 stepper_y]
+#uart_pin: PC9
+##diag_pin: PB0
+#run_current: 0.800
+#stealthchop_threshold: 999999
+
+#[tmc2209 stepper_z]
+#uart_pin: PD0
+##diag_pin: PC6
+#run_current: 0.650
+#stealthchop_threshold: 999999
+
+#[tmc2209 extruder]
+#uart_pin: PD1
+#run_current: 0.800
+#stealthchop_threshold: 999999
+
+#[tmc2209 extruder1]
+#uart_pin: PB5
+#run_current: 0.800
+#stealthchop_threshold: 999999
+
+########################################
+# TMC2130 configuration
+########################################
+
+#[tmc2130 stepper_x]
+#cs_pin: PB8
+#spi_software_miso_pin: PC11
+#spi_software_mosi_pin: PC12
+#spi_software_sclk_pin: PC10
+##diag1_pin: PF3
+#run_current: 0.800
+#stealthchop_threshold: 999999
+
+#[tmc2130 stepper_y]
+#cs_pin: PC9
+#spi_software_miso_pin: PC11
+#spi_software_mosi_pin: PC12
+#spi_software_sclk_pin: PC10
+##diag1_pin: PF4
+#run_current: 0.800
+#stealthchop_threshold: 999999
+
+#[tmc2130 stepper_z]
+#cs_pin: PD0
+#spi_software_miso_pin: PC11
+#spi_software_mosi_pin: PC12
+#spi_software_sclk_pin: PC10
+##diag1_pin: PF5
+#run_current: 0.650
+#stealthchop_threshold: 999999
+
+#[tmc2130 extruder]
+#cs_pin: PD1
+#spi_software_miso_pin: PC11
+#spi_software_mosi_pin: PC12
+#spi_software_sclk_pin: PC10
+#run_current: 0.800
+#stealthchop_threshold: 999999
+
+#[tmc2130 extruder1]
+#cs_pin: PB5
+#spi_software_miso_pin: PC11
+#spi_software_mosi_pin: PC12
+#spi_software_sclk_pin: PC10
+#run_current: 0.800
+#stealthchop_threshold: 999999
+
+[board_pins]
+aliases:
+ # EXP1 header
+ EXP1_1=PC1, EXP1_3=PC3, EXP1_5=PC0, EXP1_7=PA2, EXP1_9=<GND>,
+ EXP1_2=PC2, EXP1_4=<RST>, EXP1_6=PA0, EXP1_8=PA1, EXP1_10=<5V>
+
+#[bltouch]
+#sensor_pin: PA6
+#control_pin: PA7
+
+#[output_pin PS_ON]
+#pin: PA9
+
+#[output_pin pb9_pin]
+#pin: PB9
+
+#[neopixel my_neopixel]
+#pin: PC7
+
+#[adxl345]
+#cs_pin: PC15
+#spi_software_miso_pin: PC11
+#spi_software_mosi_pin: PC12
+#spi_software_sclk_pin: PC10
diff --git a/config/generic-bigtreetech-manta-m5p.cfg b/config/generic-bigtreetech-manta-m5p.cfg
new file mode 100644
index 00000000..b41a0cd6
--- /dev/null
+++ b/config/generic-bigtreetech-manta-m5p.cfg
@@ -0,0 +1,199 @@
+# This file contains common pin mappings for the BIGTREETECH Manta M5P
+# To use this config, the firmware should be compiled for the
+# STM32G0B1 with a "8KiB bootloader" "8 MHz crystal"
+# and "USB (on PA11/PA12)" or "CAN bus (on PD0/PD1)".
+
+# See docs/Config_Reference.md for a description of parameters.
+
+[stepper_x]
+step_pin: PC8
+dir_pin: !PC9
+enable_pin: !PA15
+microsteps: 16
+rotation_distance: 40
+endstop_pin: ^PD3
+position_endstop: 0
+position_max: 200
+homing_speed: 50
+
+[stepper_y]
+step_pin: PA10
+dir_pin: !PA14
+enable_pin: !PA13
+microsteps: 16
+rotation_distance: 40
+endstop_pin: ^PD2
+position_endstop: 0
+position_max: 200
+homing_speed: 50
+
+[stepper_z]
+step_pin: PC6
+dir_pin: PC7
+enable_pin: !PA9
+microsteps: 16
+rotation_distance: 8
+endstop_pin: ^PC3
+position_endstop: 0.0
+position_max: 200
+
+[extruder]
+step_pin: PB12
+dir_pin: !PB11
+enable_pin: !PA8
+microsteps: 16
+rotation_distance: 33.500
+nozzle_diameter: 0.400
+filament_diameter: 1.750
+heater_pin: PC5
+sensor_type: EPCOS 100K B57560G104F
+sensor_pin: PA1
+control: pid
+pid_Kp: 21.527
+pid_Ki: 1.063
+pid_Kd: 108.982
+min_temp: 0
+max_temp: 250
+
+#sensor_type:MAX31865
+#sensor_pin: PA4
+#spi_bus: spi1
+#rtd_nominal_r: 100
+#rtd_reference_r: 430
+#rtd_num_of_wires: 2
+
+#[filament_switch_sensor material_0]
+#switch_pin: PC2
+
+#[extruder1]
+#step_pin: PB0
+#dir_pin: PB1
+#enable_pin: !PC4
+#heater_pin: PA7
+#sensor_pin: PA2
+#...
+
+[heater_bed]
+heater_pin: PA5
+sensor_type: Generic 3950
+sensor_pin: PA0
+control: watermark
+min_temp: 0
+max_temp: 130
+
+[fan]
+pin: PA4
+
+#[heater_fan fan1]
+#pin: PA3
+
+#[heater_fan SoC_fan]
+#pin: CB1: gpio79
+#pin: RPI: gpio26
+
+[mcu]
+serial: /dev/serial/by-id/usb-Klipper_Klipper_firmware_12345-if00
+
+[printer]
+kinematics: cartesian
+max_velocity: 300
+max_accel: 3000
+max_z_velocity: 5
+max_z_accel: 100
+
+########################################
+# TMC2209 configuration
+########################################
+
+#[tmc2209 stepper_x]
+#uart_pin: PD9
+#run_current: 0.800
+#diag_pin: PD3
+
+#[tmc2209 stepper_y]
+#uart_pin: PD8
+#run_current: 0.800
+#diag_pin: PD2
+
+#[tmc2209 stepper_z]
+#uart_pin: PB10
+#run_current: 0.800
+#diag_pin: PC3
+
+#[tmc2209 extruder]
+#uart_pin: PB2
+#run_current: 0.600
+#diag_pin: PC2
+
+#[tmc2209 extruder1]
+#uart_pin: PA6
+#run_current: 0.600
+#diag_pin:
+
+########################################
+# TMC2130 configuration
+########################################
+
+#[tmc2130 stepper_x]
+#cs_pin: PD9
+#spi_bus: spi2
+#run_current: 0.800
+#stealthchop_threshold: 999999
+#diag1_pin: PD3
+
+#[tmc2130 stepper_y]
+#cs_pin: PD8
+#spi_bus: spi2
+#run_current: 0.800
+#stealthchop_threshold: 999999
+#diag1_pin: PD2
+
+#[tmc2130 stepper_z]
+#cs_pin: PB10
+#spi_bus: spi2
+#run_current: 0.650
+#stealthchop_threshold: 999999
+#diag1_pin: PC3
+
+#[tmc2130 extruder]
+#cs_pin: PB2
+#spi_bus: spi2
+#run_current: 0.800
+#stealthchop_threshold: 999999
+#diag1_pin: PC2
+
+#[tmc2130 extruder1]
+#cs_pin: PA6
+#spi_bus: spi2
+#run_current: 0.800
+#stealthchop_threshold: 999999
+#diag1_pin:
+
+[board_pins]
+aliases:
+ # EXP1 header
+ EXP1_1=PD5, EXP1_3=PB3, EXP1_5=PB5, EXP1_7=PB7, EXP1_9=<GND>,
+ EXP1_2=PD4, EXP1_4=PD6, EXP1_6=PB4, EXP1_8=PB6, EXP1_10=<5V>,
+ # EXP2 header
+ EXP2_1=PB14, EXP2_3=PB8, EXP2_5=PC10, EXP2_7=PC12, EXP2_9=<GND>,
+ EXP2_2=PB13, EXP2_4=PB9, EXP2_6=PB15, EXP2_8=<RST>, EXP2_10=<NC>
+
+# See the sample-lcd.cfg file for definitions of common LCD displays.
+
+#[bltouch]
+#sensor_pin: PC13
+#control_pin: PC15
+
+# Proximity switch
+#[probe]
+#pin: PC15
+
+#[neopixel my_neopixel1]
+#pin: PC11
+
+#[neopixel my_neopixel2]
+#pin: PC14
+
+#[adxl345]
+#cs_pin: PC0
+#spi_bus: spi2
diff --git a/config/generic-bigtreetech-manta-m8p.cfg b/config/generic-bigtreetech-manta-m8p-v1.0.cfg
index 495fc2ab..0ed4c9f0 100644
--- a/config/generic-bigtreetech-manta-m8p.cfg
+++ b/config/generic-bigtreetech-manta-m8p-v1.0.cfg
@@ -258,7 +258,7 @@ aliases:
EXP2_3=PF7, EXP2_4=PB12,
EXP2_5=PE7, EXP2_6=PB11, # Slot in the socket on this side
EXP2_7=PE8, EXP2_8=<RST>,
- EXP2_9=<GND>, EXP2_10=PC5
+ EXP2_9=<GND>, EXP2_10=<NC>
# See the sample-lcd.cfg file for definitions of common LCD displays.
@@ -282,3 +282,7 @@ aliases:
#[hall_filament_width_sensor]
#adc1: PC5
#adc2: PB0
+
+#[adxl345]
+#cs_pin: PB15
+#spi_bus: spi1
diff --git a/config/generic-bigtreetech-manta-m8p-v1.1.cfg b/config/generic-bigtreetech-manta-m8p-v1.1.cfg
new file mode 100644
index 00000000..50b87f65
--- /dev/null
+++ b/config/generic-bigtreetech-manta-m8p-v1.1.cfg
@@ -0,0 +1,295 @@
+# This file contains common pin mappings for the BIGTREETECH Manta M8P
+# To use this config, the firmware should be compiled for the
+# STM32G0B1 with a "8KiB bootloader" "8 MHz crystal"
+# and "USB (on PA11/PA12)" or "CAN bus (on PD12/PD13)".
+
+# See docs/Config_Reference.md for a description of parameters.
+
+[stepper_x]
+step_pin: PE2
+dir_pin: PB4
+enable_pin: !PC11
+microsteps: 16
+rotation_distance: 40
+endstop_pin: ^PF3
+position_endstop: 0
+position_max: 235
+homing_speed: 50
+
+[stepper_y]
+step_pin: PF12
+dir_pin: PF11
+enable_pin: !PB3
+microsteps: 16
+rotation_distance: 40
+endstop_pin: ^PF4
+position_endstop: 0
+position_max: 235
+homing_speed: 50
+
+[stepper_z]
+step_pin: PD7
+dir_pin: !PD6
+enable_pin: !PF10
+microsteps: 16
+rotation_distance: 8
+endstop_pin: ^PF5
+position_endstop: 0
+position_max: 270
+
+# Motor4
+# The M8P only has 4 heater outputs which leaves an extra stepper
+# This can be used for a second Z stepper, dual_carriage, extruder co-stepper,
+# or other accesory such as an MMU
+#[stepper_]
+#step_pin: PD3
+#dir_pin: PD2
+#enable_pin: PD5
+#endstop_pin: PC0
+#...
+
+[extruder]
+step_pin: PC9
+dir_pin: PC8
+enable_pin: !PD1
+microsteps: 16
+rotation_distance: 33.500
+nozzle_diameter: 0.4
+filament_diameter: 1.75
+heater_pin: PE3 # HE0
+sensor_type: EPCOS 100K B57560G104F
+sensor_pin: PA1 # T0
+control: pid
+pid_Kp: 22.2
+pid_Ki: 1.08
+pid_Kd: 114
+min_temp: 0
+max_temp: 250
+
+#[filament_switch_sensor material_0]
+#switch_pin: PC1
+
+# Motor6
+#[extruder1]
+#step_pin: PA10
+#dir_pin: PA14
+#enable_pin: !PA15
+#heater_pin: PB5 # HE1
+#sensor_pin: PA2 # T1
+#...
+
+#[filament_switch_sensor material_1]
+#switch_pin: PC2
+
+# Motor7
+#[extruder2]
+#step_pin: PD11
+#dir_pin: PD9
+#enable_pin: !PD15
+#heater_pin: PB6 # HE2
+#sensor_pin: PA3 # T2
+#...
+
+# Motor8
+#[extruder3]
+#step_pin: PD8
+#dir_pin: PC6
+#enable_pin: !PC7
+#heater_pin: PE1 # HE3
+#sensor_pin: PA4 # T3
+#...
+
+[heater_bed]
+heater_pin: PB7
+sensor_type: Generic 3950
+sensor_pin: PA0 # TB
+control: watermark
+min_temp: 0
+max_temp: 130
+
+[fan]
+pin: PE6
+
+#[heater_fan fan1]
+#pin: PE0
+
+#[heater_fan fan2]
+#pin: PC12
+
+#[heater_fan fan3]
+#pin: PE5
+
+#[heater_fan fan4]
+#pin: PE4
+
+#[heater_fan fan5]
+#pin: PB8
+#tachometer_pin: PC14
+
+#[heater_fan fan6]
+#pin: PB9
+#tachometer_pin: PC15
+
+#[heater_fan SoC_fan]
+#pin: CB1: gpio79
+#pin: RPI: gpio26
+
+[mcu]
+serial: /dev/serial/by-id/usb-Klipper_Klipper_firmware_12345-if00
+
+[printer]
+kinematics: cartesian
+max_velocity: 300
+max_accel: 3000
+max_z_velocity: 5
+max_z_accel: 100
+
+########################################
+# TMC2209 configuration
+########################################
+
+#[tmc2209 stepper_x]
+#uart_pin: PC10
+##diag_pin: PF3
+#run_current: 0.800
+#stealthchop_threshold: 999999
+
+#[tmc2209 stepper_y]
+#uart_pin: PF13
+##diag_pin: PF4
+#run_current: 0.800
+#stealthchop_threshold: 999999
+
+#[tmc2209 stepper_z]
+#uart_pin: PF9
+##diag_pin: PF5
+#run_current: 0.650
+#stealthchop_threshold: 999999
+
+#[tmc2209 stepper_]
+#uart_pin: PD4
+##diag_pin: PC0
+#run_current: 0.650
+#stealthchop_threshold: 999999
+
+#[tmc2209 extruder]
+#uart_pin: PD0
+#run_current: 0.800
+#stealthchop_threshold: 999999
+
+#[tmc2209 extruder1]
+#uart_pin: PF8
+#run_current: 0.800
+#stealthchop_threshold: 999999
+
+#[tmc2209 extruder2]
+#uart_pin: PD14
+#run_current: 0.800
+#stealthchop_threshold: 999999
+
+#[tmc2209 extruder3]
+#uart_pin: PD10
+#run_current: 0.800
+#stealthchop_threshold: 999999
+
+########################################
+# TMC2130 configuration
+########################################
+
+#[tmc2130 stepper_x]
+#cs_pin: PC10
+#spi_bus: spi1
+##diag1_pin: PF3
+#run_current: 0.800
+#stealthchop_threshold: 999999
+
+#[tmc2130 stepper_y]
+#cs_pin: PF13
+#spi_bus: spi1
+##diag1_pin: PF4
+#run_current: 0.800
+#stealthchop_threshold: 999999
+
+#[tmc2130 stepper_z]
+#cs_pin: PF9
+#spi_bus: spi1
+##diag1_pin: PF5
+#run_current: 0.650
+#stealthchop_threshold: 999999
+
+#[tmc2130 stepper_]
+#cs_pin: PD4
+#spi_bus: spi1
+##diag1_pin: PC0
+#run_current: 0.800
+#stealthchop_threshold: 999999
+
+#[tmc2130 extruder]
+#cs_pin: PD0
+#spi_bus: spi1
+#run_current: 0.800
+#stealthchop_threshold: 999999
+
+#[tmc2130 extruder1]
+#cs_pin: PF8
+#spi_bus: spi1
+#run_current: 0.800
+#stealthchop_threshold: 999999
+
+#[tmc2130 extruder2]
+#cs_pin: PD14
+#spi_bus: spi1
+#run_current: 0.800
+#stealthchop_threshold: 999999
+
+#[tmc2130 extruder3]
+#cs_pin: PD10
+#spi_bus: spi1
+#run_current: 0.800
+#stealthchop_threshold: 999999
+
+[board_pins]
+aliases:
+ # EXP1 header
+ EXP1_1=PE9, EXP1_2=PE10,
+ EXP1_3=PE11, EXP1_4=PE12,
+ EXP1_5=PE13, EXP1_6=PE14, # Slot in the socket on this side
+ EXP1_7=PE15, EXP1_8=PB10,
+ EXP1_9=<GND>, EXP1_10=<5V>,
+
+ # EXP2 header
+ EXP2_1=PB14, EXP2_2=PB13,
+ EXP2_3=PF7, EXP2_4=PB12,
+ EXP2_5=PE7, EXP2_6=PB11, # Slot in the socket on this side
+ EXP2_7=PE8, EXP2_8=<RST>,
+ EXP2_9=<GND>, EXP2_10=<NC>
+
+# See the sample-lcd.cfg file for definitions of common LCD displays.
+
+#[bltouch]
+#sensor_pin: PB2
+#control_pin: PB1
+
+# Proximity switch
+#[probe]
+#pin: PF6
+
+#[output_pin ps_on_pin]
+#pin: PC3
+
+#[output_pin pc13_pin]
+#pin: PC13
+
+#[neopixel my_neopixel_1]
+#pin: PA9
+
+#[neopixel my_neopixel_2]
+#pin: PB15
+
+#[hall_filament_width_sensor]
+#adc1: PC5
+#adc2: PB0
+
+#[adxl345]
+#cs_pin: PC4
+#spi_bus: spi1
diff --git a/config/generic-bigtreetech-octopus-max-ez.cfg b/config/generic-bigtreetech-octopus-max-ez.cfg
new file mode 100644
index 00000000..f1f153e8
--- /dev/null
+++ b/config/generic-bigtreetech-octopus-max-ez.cfg
@@ -0,0 +1,332 @@
+# This file contains common pin mappings for the BIGTREETECH Octopus Max EZ.
+# To use this config, the firmware should be compiled for the
+# STM32H723 with a "128KiB bootloader" "25 MHz crystal"
+# and "USB (on PA11/PA12)" or "CAN bus (on PD0/PD1)".
+
+# See docs/Config_Reference.md for a description of parameters.
+
+# Motor-1
+[stepper_x]
+step_pin: PC13
+dir_pin: PC14
+enable_pin: !PE6
+microsteps: 16
+rotation_distance: 40
+endstop_pin: PF0
+position_endstop: 0
+position_max: 200
+homing_speed: 50
+
+# Motor-2
+[stepper_y]
+step_pin: PE4
+dir_pin: PE5
+enable_pin: !PE3
+microsteps: 16
+rotation_distance: 40
+endstop_pin: PF2
+position_endstop: 0
+position_max: 200
+homing_speed: 50
+
+# Motor-3
+[stepper_z]
+step_pin: PE1
+dir_pin: PE0
+enable_pin: !PE2
+microsteps: 16
+rotation_distance: 8
+endstop_pin: PF4
+position_endstop: 0.5
+position_max: 200
+
+# Motor-4
+# The Octopus only has 4 heater outputs which leaves an extra stepper
+# This can be used for a second Z stepper, dual_carriage, extruder co-stepper,
+# or other accesory such as an MMU
+#[stepper_]
+#step_pin: PB8
+#dir_pin: PB9
+#enable_pin: PB7
+#endstop_pin: PF3
+#...
+
+# Motor-5
+[extruder]
+step_pin: PB5
+dir_pin: PB4
+enable_pin: !PB6
+microsteps: 16
+rotation_distance: 33.500
+nozzle_diameter: 0.400
+filament_diameter: 1.750
+heater_pin: PF6 # HE0
+sensor_pin: PB0 # T0
+sensor_type: EPCOS 100K B57560G104F
+control: pid
+pid_Kp: 22.2
+pid_Ki: 1.08
+pid_Kd: 114
+min_temp: 0
+max_temp: 250
+
+#[filament_switch_sensor material_0]
+#switch_pin: PF1
+
+# Motor-6
+#[extruder1]
+#step_pin: PG15
+#dir_pin: PB3
+#enable_pin: !PD5
+#heater_pin: PA0 # HE1
+#sensor_pin: PC5 # T1
+#...
+
+#[filament_switch_sensor material_1]
+#switch_pin: PC15
+
+# Motor-7
+#[extruder2]
+#step_pin: PD3
+#dir_pin: PD2
+#enable_pin: !PD4
+#heater_pin: PF9 # HE2
+#sensor_pin: PC4 # T2
+#...
+
+# Motor-8
+#[extruder3]
+#step_pin: PA10
+#dir_pin: PA9
+#enable_pin: !PA15
+#heater_pin: PF7 # HE3
+#sensor_pin: PA7 # T3
+#...
+
+# Motor-9
+#[extruder4]
+#step_pin: PA8
+#dir_pin: PC7
+#enable_pin: !PC9
+#...
+
+# Motor-10
+#[extruder5]
+#step_pin: PG6
+#dir_pin: PC6
+#enable_pin: !PC8
+#...
+
+[heater_bed]
+heater_pin: PF5
+sensor_pin: PB1 # TB
+sensor_type: ATC Semitec 104GT-2
+control: watermark
+min_temp: 0
+max_temp: 130
+
+[fan]
+pin: PA6
+
+#[heater_fan fan1]
+#pin: PA5
+
+#[heater_fan fan2]
+#pin: PA4
+
+#[heater_fan fan3]
+#pin: PA3
+
+#[heater_fan fan4]
+#pin: PA1
+#tachometer_pin: PC3
+
+#[heater_fan fan5]
+#pin: PF8
+#tachometer_pin: PC1
+
+#[heater_fan fan6]
+#pin: PA2
+#tachometer_pin: PC2
+
+[mcu]
+serial: /dev/serial/by-id/usb-Klipper_Klipper_firmware_12345-if00
+
+[printer]
+kinematics: cartesian
+max_velocity: 300
+max_accel: 3000
+max_z_velocity: 5
+max_z_accel: 100
+
+########################################
+# TMC2209 configuration
+########################################
+
+#[tmc2209 stepper_x]
+#uart_pin: PG14
+##diag_pin: PF0
+#run_current: 0.800
+#stealthchop_threshold: 999999
+
+#[tmc2209 stepper_y]
+#uart_pin: PG13
+##diag_pin: PF2
+#run_current: 0.800
+#stealthchop_threshold: 999999
+
+#[tmc2209 stepper_z]
+#uart_pin: PG12
+##diag_pin: PF4
+#run_current: 0.650
+#stealthchop_threshold: 999999
+
+#[tmc2209 stepper_]
+#uart_pin: PG11
+##diag_pin: PF3
+#run_current: 0.650
+#stealthchop_threshold: 999999
+
+#[tmc2209 extruder]
+#uart_pin: PG10
+#run_current: 0.800
+#stealthchop_threshold: 999999
+
+#[tmc2209 extruder1]
+#uart_pin: PG9
+#run_current: 0.800
+#stealthchop_threshold: 999999
+
+#[tmc2209 extruder2]
+#uart_pin: PD7
+#run_current: 0.800
+#stealthchop_threshold: 999999
+
+#[tmc2209 extruder3]
+#uart_pin: PD6
+#run_current: 0.800
+#stealthchop_threshold: 999999
+
+#[tmc2209 extruder4]
+#uart_pin: PG8
+#run_current: 0.800
+#stealthchop_threshold: 999999
+
+#[tmc2209 extruder5]
+#uart_pin: PG7
+#run_current: 0.800
+#stealthchop_threshold: 999999
+
+########################################
+# TMC2130 configuration
+########################################
+
+#[tmc2130 stepper_x]
+#cs_pin: PG14
+#spi_bus: spi4
+##diag1_pin: PF0
+#run_current: 0.800
+#stealthchop_threshold: 999999
+
+#[tmc2130 stepper_y]
+#cs_pin: PG13
+#spi_bus: spi4
+##diag1_pin: PF2
+#run_current: 0.800
+#stealthchop_threshold: 999999
+
+#[tmc2130 stepper_z]
+#cs_pin: PG12
+#spi_bus: spi4
+##diag1_pin: PF4
+#run_current: 0.650
+#stealthchop_threshold: 999999
+
+#[tmc2130 stepper_]
+#cs_pin: PG11
+#spi_bus: spi4
+##diag1_pin: PF3
+#run_current: 0.800
+#stealthchop_threshold: 999999
+
+#[tmc2130 extruder]
+#cs_pin: PG10
+#spi_bus: spi4
+#run_current: 0.800
+#stealthchop_threshold: 999999
+
+#[tmc2130 extruder1]
+#cs_pin: PG9
+#spi_bus: spi4
+#run_current: 0.800
+#stealthchop_threshold: 999999
+
+#[tmc2130 extruder2]
+#cs_pin: PD7
+#spi_bus: spi4
+#run_current: 0.800
+#stealthchop_threshold: 999999
+
+#[tmc2130 extruder3]
+#cs_pin: PD6
+#spi_bus: spi4
+#run_current: 0.800
+#stealthchop_threshold: 999999
+
+#[tmc2130 extruder4]
+#cs_pin: PG8
+#spi_bus: spi4
+#run_current: 0.800
+#stealthchop_threshold: 999999
+
+#[tmc2130 extruder5]
+#cs_pin: PG7
+#spi_bus: spi4
+#run_current: 0.800
+#stealthchop_threshold: 999999
+
+[board_pins]
+aliases:
+ # FPC header, Aliases EXP1 & EXP2 for mini12864
+ EXP1_1=PG2, EXP1_2=PD15,
+ EXP1_3=PD14, EXP1_4=PD13,
+ EXP1_5=PD12, EXP1_6=PD11,
+ EXP1_7=PD10, EXP1_8=PE15,
+ EXP1_9=<GND>, EXP1_10=<5V>,
+
+ # EXP2 header
+ EXP2_1=PE13, EXP2_2=PE12,
+ EXP2_3=PG5, EXP2_4=PE11,
+ EXP2_5=PG4, EXP2_6=PE14,
+ EXP2_7=PG3, EXP2_8=<RST>,
+ EXP2_9=<GND>, EXP2_10=<NC>
+
+# See the sample-lcd.cfg file for definitions of common LCD displays.
+
+#[bltouch]
+#sensor_pin: PB14
+#control_pin: PB15
+
+# Proximity switch
+#[probe]
+#pin: PF11
+
+#[output_pin ps_on_pin]
+#pin: PF13
+
+#[output_pin pf12_pin]
+#pin: PF12
+
+#[neopixel my_neopixel_1]
+#pin: PE10
+
+#[neopixel my_neopixel_2]
+#pin: PE9
+
+#[hall_filament_width_sensor]
+#adc1: PC0
+#adc2: PF10
+
+#[adxl345]
+#cs_pin: PF14
+#spi_bus: spi4
diff --git a/config/sample-bigtreetech-ebb-canbus-v1.0.cfg b/config/sample-bigtreetech-ebb-canbus-v1.0.cfg
index 3771b984..39097841 100644
--- a/config/sample-bigtreetech-ebb-canbus-v1.0.cfg
+++ b/config/sample-bigtreetech-ebb-canbus-v1.0.cfg
@@ -10,21 +10,21 @@ serial: /dev/serial/by-id/usb-Klipper_Klipper_firmware_12345-if00
#canbus_uuid: 0e0d81e4210c
[adxl345]
-cs_pin: EBBCan: PB12
+cs_pin: EBBCan:PB12
spi_bus: spi2
axes_map: x,y,z
[extruder]
-step_pin: EBBCan: PA9
-dir_pin: !EBBCan: PA8
-enable_pin: !EBBCan: PA10
+step_pin: EBBCan:PA9
+dir_pin: !EBBCan:PA8
+enable_pin: !EBBCan:PA10
microsteps: 16
rotation_distance: 33.500
nozzle_diameter: 0.400
filament_diameter: 1.750
-heater_pin: EBBCan: PB1
+heater_pin: EBBCan:PB1
sensor_type: EPCOS 100K B57560G104F
-sensor_pin: EBBCan: PA0
+sensor_pin: EBBCan:PA0
control: pid
pid_Kp: 21.527
pid_Ki: 1.063
@@ -33,22 +33,22 @@ min_temp: 0
max_temp: 250
#sensor_type:MAX31865
-#sensor_pin: EBBCan: PA15
+#sensor_pin: EBBCan:PA15
#spi_bus: spi1a
#rtd_nominal_r: 100
#rtd_reference_r: 430
#rtd_num_of_wires: 2
[tmc2209 extruder]
-uart_pin: EBBCan: PA13
+uart_pin: EBBCan:PA13
run_current: 0.650
stealthchop_threshold: 999999
[fan]
-pin: EBBCan: PA1
+pin: EBBCan:PA1
[heater_fan hotend_fan]
-pin: EBBCan: PA2
+pin: EBBCan:PA2
heater: extruder
heater_temp: 50.0
diff --git a/config/sample-bigtreetech-ebb-canbus-v1.1.cfg b/config/sample-bigtreetech-ebb-canbus-v1.1.cfg
index d7165541..c84abf17 100644
--- a/config/sample-bigtreetech-ebb-canbus-v1.1.cfg
+++ b/config/sample-bigtreetech-ebb-canbus-v1.1.cfg
@@ -10,23 +10,23 @@ serial: /dev/serial/by-id/usb-Klipper_Klipper_firmware_12345-if00
#canbus_uuid: 0e0d81e4210c
[adxl345]
-cs_pin: EBBCan: PB12
-spi_software_sclk_pin: EBBCan: PB10
-spi_software_mosi_pin: EBBCan: PB11
-spi_software_miso_pin: EBBCan: PB2
+cs_pin: EBBCan:PB12
+spi_software_sclk_pin: EBBCan:PB10
+spi_software_mosi_pin: EBBCan:PB11
+spi_software_miso_pin: EBBCan:PB2
axes_map: x,y,z
[extruder]
-step_pin: EBBCan: PD0
-dir_pin: !EBBCan: PD1
-enable_pin: !EBBCan: PD2
+step_pin: EBBCan:PD0
+dir_pin: !EBBCan:PD1
+enable_pin: !EBBCan:PD2
microsteps: 16
rotation_distance: 33.500
nozzle_diameter: 0.400
filament_diameter: 1.750
-heater_pin: EBBCan: PA2
+heater_pin: EBBCan:PA2
sensor_type: EPCOS 100K B57560G104F
-sensor_pin: EBBCan: PA3
+sensor_pin: EBBCan:PA3
control: pid
pid_Kp: 21.527
pid_Ki: 1.063
@@ -35,22 +35,22 @@ min_temp: 0
max_temp: 250
# sensor_type:MAX31865
-# sensor_pin: EBBCan: PA4
+# sensor_pin: EBBCan:PA4
# spi_bus: spi1
# rtd_nominal_r: 100
# rtd_reference_r: 430
# rtd_num_of_wires: 2
[tmc2209 extruder]
-uart_pin: EBBCan: PA15
+uart_pin: EBBCan:PA15
run_current: 0.650
stealthchop_threshold: 999999
[fan]
-pin: EBBCan: PA0
+pin: EBBCan:PA0
[heater_fan hotend_fan]
-pin: EBBCan: PA1
+pin: EBBCan:PA1
heater: extruder
heater_temp: 50.0
diff --git a/config/sample-bigtreetech-ebb-canbus-v1.2.cfg b/config/sample-bigtreetech-ebb-canbus-v1.2.cfg
new file mode 100644
index 00000000..053b783c
--- /dev/null
+++ b/config/sample-bigtreetech-ebb-canbus-v1.2.cfg
@@ -0,0 +1,68 @@
+# This file contains common pin mappings for the BIGTREETECH EBBCan
+# Canbus board. To use this config, the firmware should be compiled for the
+# STM32G0B1 with "8 MHz crystal" and "USB (on PA11/PA12)" or "CAN bus (on PB0/PB1)".
+# The "EBB Can" micro-controller will be used to control the components on the nozzle.
+
+# See docs/Config_Reference.md for a description of parameters.
+
+[mcu EBBCan]
+serial: /dev/serial/by-id/usb-Klipper_Klipper_firmware_12345-if00
+#canbus_uuid: 0e0d81e4210c
+
+[adxl345]
+cs_pin: EBBCan:PB12
+spi_software_sclk_pin: EBBCan:PB10
+spi_software_mosi_pin: EBBCan:PB11
+spi_software_miso_pin: EBBCan:PB2
+axes_map: x,y,z
+
+[extruder]
+step_pin: EBBCan:PD0
+dir_pin: !EBBCan:PD1
+enable_pin: !EBBCan:PD2
+microsteps: 16
+rotation_distance: 33.500
+nozzle_diameter: 0.400
+filament_diameter: 1.750
+heater_pin: EBBCan:PB13
+sensor_type: EPCOS 100K B57560G104F
+sensor_pin: EBBCan:PA3
+control: pid
+pid_Kp: 21.527
+pid_Ki: 1.063
+pid_Kd: 108.982
+min_temp: 0
+max_temp: 250
+
+# sensor_type:MAX31865
+# sensor_pin: EBBCan:PA4
+# spi_bus: spi1
+# rtd_nominal_r: 100
+# rtd_reference_r: 430
+# rtd_num_of_wires: 2
+
+[tmc2209 extruder]
+uart_pin: EBBCan:PA15
+run_current: 0.650
+stealthchop_threshold: 999999
+
+[fan]
+pin: EBBCan:PA0
+
+[heater_fan hotend_fan]
+pin: EBBCan:PA1
+heater: extruder
+heater_temp: 50.0
+
+#[neopixel hotend_rgb]
+#pin: EBBCan:PD3
+
+#[bltouch]
+#sensor_pin: ^EBBCan:PB8
+#control_pin: EBBCan:PB9
+
+#[filament_switch_sensor switch_sensor]
+#switch_pin: EBBCan:PB4
+
+#[filament_motion_sensor motion_sensor]
+#switch_pin: ^EBBCan:PB3
diff --git a/config/sample-bigtreetech-ebb-sb-canbus-v1.0.cfg b/config/sample-bigtreetech-ebb-sb-canbus-v1.0.cfg
new file mode 100644
index 00000000..192d385e
--- /dev/null
+++ b/config/sample-bigtreetech-ebb-sb-canbus-v1.0.cfg
@@ -0,0 +1,84 @@
+# This file contains common pin mappings for the BIGTREETECH EBBCan
+# Canbus board. To use this config, the firmware should be compiled for the
+# STM32G0B1 with "8 MHz crystal" and "USB (on PA11/PA12)" or "CAN bus (on PB0/PB1)".
+# The "EBB Can" micro-controller will be used to control the components on the nozzle.
+
+# See docs/Config_Reference.md for a description of parameters.
+
+[mcu EBBCan]
+serial: /dev/serial/by-id/usb-Klipper_Klipper_firmware_12345-if00
+#canbus_uuid: 0e0d81e4210c
+
+[temperature_sensor EBB_NTC]
+sensor_type: Generic 3950
+sensor_pin: EBBCan:PA2
+
+[adxl345]
+cs_pin: EBBCan:PB12
+spi_software_sclk_pin: EBBCan:PB10
+spi_software_mosi_pin: EBBCan:PB11
+spi_software_miso_pin: EBBCan:PB2
+axes_map: x,y,z
+
+[extruder]
+step_pin: EBBCan:PD0
+dir_pin: !EBBCan:PD1
+enable_pin: !EBBCan:PD2
+microsteps: 16
+rotation_distance: 33.500
+nozzle_diameter: 0.400
+filament_diameter: 1.750
+heater_pin: EBBCan:PB13
+sensor_type: EPCOS 100K B57560G104F
+sensor_pin: EBBCan:PA3
+control: pid
+pid_Kp: 21.527
+pid_Ki: 1.063
+pid_Kd: 108.982
+min_temp: 0
+max_temp: 250
+
+# sensor_type:MAX31865
+# sensor_pin: EBBCan:PA4
+# spi_bus: spi1
+# rtd_nominal_r: 100
+# rtd_reference_r: 430
+# rtd_num_of_wires: 2
+
+[tmc2209 extruder]
+uart_pin: EBBCan:PA15
+run_current: 0.650
+stealthchop_threshold: 999999
+
+[fan]
+pin: EBBCan:PA0
+
+[heater_fan hotend_fan]
+pin: EBBCan:PA1
+heater: extruder
+heater_temp: 50.0
+
+#[heater_fan 4W_FAN0]
+#pin: EBBCan:PB14
+#tachometer_pin: EBBCan:PB15
+#tachometer_ppr: 1
+
+#[neopixel hotend_rgb]
+#pin: EBBCan:PD3
+
+#[bltouch]
+#sensor_pin: ^EBBCan:PB8
+#control_pin: EBBCan:PB9
+
+## NPN and PNP proximity switch types can be set by jumper
+#[probe]
+#pin: ^EBBCan:PC13
+
+#[output_pin PB5]
+#pin: EBBCan:PB5
+
+#[output_pin PB7]
+#pin: EBBCan:PB7
+
+#[output_pin PB6]
+#pin: EBBCan:PB6