Svanhvid/toolhead/t0.cfg

96 lines
1.8 KiB
INI

# This file contains common pin mappings for the BIGTREETECH t0
# 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 t0]
canbus_uuid: 336f4a59eb4e
[temperature_sensor t0]
sensor_type: temperature_mcu
sensor_mcu: t0
max_temp: 100
[adxl345]
cs_pin: t0: PB12
spi_software_sclk_pin: t0: PB10
spi_software_mosi_pin: t0: PB11
spi_software_miso_pin: t0: PB2
axes_map: x,y,z
[resonance_tester]
accel_chip: adxl345
probe_points:
175, 175, 20
# [temperature_sensor t0_motor]
# sensor_type: Generic 3950
# sensor_pin: t0: PA3
[extruder]
step_pin: t0: PD0
dir_pin: t0: PD1
enable_pin: !t0: PD2
heater_pin: t0: PB13
min_temp: 0
max_temp: 450
microsteps: 16
control: pid
pid_kp: 19.512
pid_ki: 0.798
pid_kd: 119.265
rotation_distance: 4.637
filament_diameter: 1.75
nozzle_diameter: 0.6
max_extrude_cross_section: 10
max_extrude_only_distance: 500
pressure_advance: 0.025
pressure_advance_smooth_time: 0.03
sensor_type:MAX31865
sensor_pin: t0: PA4
spi_bus: spi1
rtd_nominal_r: 100
rtd_reference_r: 430
rtd_num_of_wires: 2
# Probe
#####################################################################
## Probe Port
[probe]
pin: t0:PB6
z_offset: -0.625
[tmc2209 extruder]
uart_pin: t0: PA15
interpolate: true
run_current: 0.85
stealthchop_threshold: 0
driver_TBL: 0
driver_HEND: 6
driver_HSTRT: 7
driver_TOFF: 4
[fan]
pin: t0: PA1
[heater_fan hotend_fan]
pin: t0: PA0
heater: extruder
heater_temp: 50.0
#[neopixel hotend_rgb]
#pin: t0:PD3
#[bltouch]
#sensor_pin: ^t0:PB8
#control_pin: t0:PB9
#[filament_switch_sensor switch_sensor]
#switch_pin: t0:PB4
#[filament_motion_sensor motion_sensor]
#switch_pin: ^t0:PB3