89 lines
1.7 KiB
INI
89 lines
1.7 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: 09006bc75877
|
|
|
|
[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: 5.53014
|
|
filament_diameter: 1.75
|
|
nozzle_diameter: 0.6
|
|
max_extrude_cross_section: 10
|
|
max_extrude_only_distance: 101
|
|
pressure_advance: 0.018
|
|
|
|
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: -1.5
|
|
|
|
[tmc2209 extruder]
|
|
uart_pin: t0: PA15
|
|
run_current: 0.9
|
|
|
|
[fan]
|
|
pin: t0: PA0
|
|
|
|
[heater_fan hotend_fan]
|
|
pin: t0: PA1
|
|
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
|