BREAKING CHANGE: Migrate to SKR Mini E3 V3.0
This commit is contained in:
parent
760bd3bfc4
commit
8f7ff7d70a
16
machine.cfg
16
machine.cfg
|
|
@ -3,7 +3,7 @@
|
||||||
## SKR Minie E3 V2.0 Controller
|
## SKR Minie E3 V2.0 Controller
|
||||||
## TMC2209 (UART mode) Drivers
|
## TMC2209 (UART mode) Drivers
|
||||||
|
|
||||||
[include pinouts.d/btt-skr-mini-e3-v2.0.cfg]
|
[include pinouts.d/btt-skr-mini-e3-v3.0.cfg]
|
||||||
|
|
||||||
[printer]
|
[printer]
|
||||||
kinematics: corexy
|
kinematics: corexy
|
||||||
|
|
@ -23,7 +23,7 @@ square_corner_velocity: 6.0
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
[mcu]
|
[mcu]
|
||||||
serial: /dev/serial/by-id/usb-Klipper_stm32f103xe_38FFD6055641343425641143-if00
|
serial: /dev/serial/by-id/usb-Klipper_stm32g0b1xx_28000D000D50345033313820-if00
|
||||||
restart_method: command
|
restart_method: command
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -97,7 +97,7 @@ rotation_distance: 40
|
||||||
gear_ratio: 80:20
|
gear_ratio: 80:20
|
||||||
|
|
||||||
microsteps: 16
|
microsteps: 16
|
||||||
endstop_pin: E0_STOP
|
endstop_pin: Z_STOP
|
||||||
#position_endstop: -0.10
|
#position_endstop: -0.10
|
||||||
position_max: 117
|
position_max: 117
|
||||||
position_min: -1.5
|
position_min: -1.5
|
||||||
|
|
@ -205,15 +205,21 @@ kick_start_time: 0.5
|
||||||
off_below: 0.13
|
off_below: 0.13
|
||||||
cycle_time: 0.010
|
cycle_time: 0.010
|
||||||
|
|
||||||
|
## Nevermore Micro filter
|
||||||
|
[fan_generic filter]
|
||||||
|
pin: FAN2
|
||||||
|
max_power: 1.0
|
||||||
|
kick_start_time: 0.5
|
||||||
|
off_below: 0.10
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
# Other Sensors
|
# Other Sensors
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
## Chamber Temp Sensor - Z-STOP
|
## Chamber Temp Sensor - SPI1 (MISO)
|
||||||
[temperature_sensor chamber]
|
[temperature_sensor chamber]
|
||||||
sensor_type: Generic 3950
|
sensor_type: Generic 3950
|
||||||
sensor_pin: Z_STOP
|
sensor_pin: PA6
|
||||||
pullup_resistor: 10000
|
pullup_resistor: 10000
|
||||||
inline_resistor: 100
|
inline_resistor: 100
|
||||||
min_temp: 0
|
min_temp: 0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue