forked from mfattoru/voron-trident-250
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathebb36.cfg
77 lines (65 loc) · 1.71 KB
/
ebb36.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
# 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: 01c88bca72dc
# [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: 32
rotation_distance: 22.5533
gear_ratio: 50:10
pressure_advance: 0.025
pressure_advance_smooth_time: 0.03
nozzle_diameter: 0.500
filament_diameter: 1.750
heater_pin: EBBCan: PB13
#sensor_type: EPCOS 100K B57560G104F
#sensor_pin: EBBCan: PA3
#sensor_type: PT1000
control: pid
pid_Kp: 25.626
pid_Ki: 1.627
pid_Kd: 100.901
min_temp: 0
max_temp: 300
min_extrude_temp: 0
max_extrude_cross_section: 13
#sensor_type:MAX31865
#sensor_pin: EBBCan: PA4
spi_bus: spi1
rtd_nominal_r: 1000
rtd_reference_r: 430
rtd_num_of_wires: 2
[tmc2209 extruder]
uart_pin: EBBCan: PA15
#run_current: 0.650
#interpolate: False
stealthchop_threshold: 0
run_current: 0.85
sense_resistor: 0.11
[fan]
pin: EBBCan: PA1
[heater_fan hotend_fan]
pin: EBBCan: PA0
heater: extruder
heater_temp: 40.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