toolhead
This commit is contained in:
43
toolhead.cfg
Normal file
43
toolhead.cfg
Normal file
@@ -0,0 +1,43 @@
|
||||
# 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]
|
||||
# canbus_uuid: 82edf63bd1a9
|
||||
|
||||
[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
|
||||
|
||||
[fan]
|
||||
pin: EBBCan: PA0
|
||||
|
||||
[heater_fan hotend_fan]
|
||||
pin: EBBCan: PA1
|
||||
heater: extruder
|
||||
heater_temp: 50.0
|
||||
|
||||
[bltouch]
|
||||
sensor_pin: ^EBBCan:PB8
|
||||
control_pin: EBBCan:PB9
|
||||
z_offset: 1.230
|
||||
|
||||
# [tmc2209 extruder]
|
||||
# uart_pin: EBBCan: PA15
|
||||
# run_current: 0.650
|
||||
# stealthchop_threshold: 999999
|
||||
|
||||
#[neopixel hotend_rgb]
|
||||
#pin: EBBCan:PD3
|
||||
|
||||
#[filament_switch_sensor switch_sensor]
|
||||
#switch_pin: EBBCan:PB4
|
||||
|
||||
#[filament_motion_sensor motion_sensor]
|
||||
#switch_pin: ^EBBCan:PB3
|
||||
Reference in New Issue
Block a user