mirror of https://github.com/Desuuuu/klipper.git
test: Add printer-biqu-b1-se-plus-2022.cfg to printers.test
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
e952b021e8
commit
4404c98637
|
@ -99,7 +99,6 @@ max_temp: 250
|
||||||
uart_pin: PC6
|
uart_pin: PC6
|
||||||
run_current: 0.800
|
run_current: 0.800
|
||||||
stealthchop_threshold: 999999
|
stealthchop_threshold: 999999
|
||||||
########################################
|
|
||||||
|
|
||||||
########################################
|
########################################
|
||||||
# Heater Bed Pins
|
# Heater Bed Pins
|
||||||
|
@ -150,7 +149,7 @@ pin: PE5
|
||||||
value: 1
|
value: 1
|
||||||
|
|
||||||
########################################
|
########################################
|
||||||
# Bed Mesh configuration # exemple off bed mesh config
|
# Bed Mesh configuration
|
||||||
########################################
|
########################################
|
||||||
[bed_mesh]
|
[bed_mesh]
|
||||||
speed: 2000
|
speed: 2000
|
||||||
|
@ -179,7 +178,6 @@ pin: PB5
|
||||||
max_power: 1.0
|
max_power: 1.0
|
||||||
kick_start_time: 0.100
|
kick_start_time: 0.100
|
||||||
heater: extruder
|
heater: extruder
|
||||||
########################################
|
|
||||||
|
|
||||||
########################################
|
########################################
|
||||||
# Filament Sensor configuration
|
# Filament Sensor configuration
|
||||||
|
@ -188,8 +186,6 @@ heater: extruder
|
||||||
switch_pin: !PC2
|
switch_pin: !PC2
|
||||||
pause_on_runout: true #pause handled by macro
|
pause_on_runout: true #pause handled by macro
|
||||||
|
|
||||||
########################################
|
|
||||||
|
|
||||||
########################################
|
########################################
|
||||||
# Motor Power Pin
|
# Motor Power Pin
|
||||||
########################################
|
########################################
|
||||||
|
|
|
@ -198,6 +198,7 @@ CONFIG ../../config/generic-mks-robin-nano-v3.cfg
|
||||||
CONFIG ../../config/generic-prusa-buddy.cfg
|
CONFIG ../../config/generic-prusa-buddy.cfg
|
||||||
CONFIG ../../config/generic-th3d-ezboard-lite-v2.0.cfg
|
CONFIG ../../config/generic-th3d-ezboard-lite-v2.0.cfg
|
||||||
CONFIG ../../config/printer-prusa-mini-plus-2020.cfg
|
CONFIG ../../config/printer-prusa-mini-plus-2020.cfg
|
||||||
|
CONFIG ../../config/printer-biqu-b1-se-plus-2022.cfg
|
||||||
|
|
||||||
# Printers using the stm32f446
|
# Printers using the stm32f446
|
||||||
DICTIONARY stm32f446.dict
|
DICTIONARY stm32f446.dict
|
||||||
|
|
Loading…
Reference in New Issue