mirror of
https://github.com/andreili/klipper.git
synced 2025-08-24 03:44:06 +02:00
config: Add caselight support for Wanhao Duplicator 6
Signed-off-by: Jeff Tang <mrjefftang@gmail.com>
This commit is contained in:
parent
9e1697786d
commit
afbed5d4c7
@ -105,3 +105,16 @@ lcd_type: ssd1306
|
||||
reset_pin: PE3
|
||||
encoder_pins: ^PG1, ^PG0
|
||||
click_pin: ^!PD2
|
||||
|
||||
[output_pin caselight]
|
||||
pin: PH5
|
||||
value: 0
|
||||
pwm: True
|
||||
|
||||
[gcode_macro LIGHTS_OFF]
|
||||
gcode:
|
||||
SET_PIN PIN=caselight VALUE=0
|
||||
|
||||
[gcode_macro LIGHTS_ON]
|
||||
gcode:
|
||||
SET_PIN PIN=caselight VALUE=1
|
||||
|
Loading…
x
Reference in New Issue
Block a user