82 lines
1.6 KiB
INI
82 lines
1.6 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 t1]
|
|
canbus_uuid: 96ef5bff5739
|
|
|
|
[temperature_sensor t1]
|
|
sensor_type: temperature_mcu
|
|
sensor_mcu: t1
|
|
max_temp: 100
|
|
|
|
[adxl345]
|
|
cs_pin: t1: PB12
|
|
spi_software_sclk_pin: t1: PB10
|
|
spi_software_mosi_pin: t1: PB11
|
|
spi_software_miso_pin: t1: PB2
|
|
axes_map: x,y,z
|
|
|
|
[resonance_tester]
|
|
accel_chip: adxl345
|
|
probe_points:
|
|
175, 175, 20
|
|
|
|
[extruder]
|
|
step_pin: t1: PD0
|
|
dir_pin: !t1:PD1
|
|
enable_pin: !t1: PD2
|
|
heater_pin: t1: PB13
|
|
min_temp: 0
|
|
max_temp: 300
|
|
microsteps: 16
|
|
control: pid
|
|
pid_kp: 32.859
|
|
pid_ki: 12.170
|
|
pid_kd: 22.180
|
|
rotation_distance: 4.3135092
|
|
filament_diameter: 1.75
|
|
nozzle_diameter: 0.4
|
|
max_extrude_cross_section: 10
|
|
max_extrude_only_distance: 101
|
|
pressure_advance: 0.018
|
|
#sensor_type: NTC 100K MGB18-104F39050L32
|
|
sensor_type: Generic 3950
|
|
sensor_pin: t1: PA3
|
|
smooth_time: 0.50
|
|
|
|
# Probe
|
|
#####################################################################
|
|
## Probe Port
|
|
[probe]
|
|
pin: t1:PB6
|
|
z_offset: -0.85
|
|
|
|
[tmc2209 extruder]
|
|
uart_pin: t1: PA15
|
|
run_current: 0.6
|
|
|
|
[fan]
|
|
pin: t1: PA1
|
|
|
|
[heater_fan hotend_fan]
|
|
pin: t1: PA0
|
|
heater: extruder
|
|
heater_temp: 50.0
|
|
|
|
#[neopixel hotend_rgb]
|
|
#pin: t1:PD3
|
|
|
|
#[bltouch]
|
|
#sensor_pin: ^t1:PB8
|
|
#control_pin: t1:PB9
|
|
|
|
#[filament_switch_sensor switch_sensor]
|
|
#switch_pin: t1:PB4
|
|
|
|
#[filament_motion_sensor motion_sensor]
|
|
#switch_pin: ^t1:PB3
|