Compare commits
2 Commits
5abb5a5978
...
f8255762fe
| Author | SHA1 | Date |
|---|---|---|
|
|
f8255762fe | |
|
|
a3e4fc2d97 |
|
|
@ -0,0 +1,2 @@
|
||||||
|
mainsail.cfg
|
||||||
|
*.bkp
|
||||||
|
|
@ -110,6 +110,15 @@ max_temp: 130
|
||||||
[fan]
|
[fan]
|
||||||
pin: PB1
|
pin: PB1
|
||||||
|
|
||||||
|
# Mosfet fried on the board :'(
|
||||||
|
[output_pin light]
|
||||||
|
pin: PB0
|
||||||
|
value: 1
|
||||||
|
shutdown_value: 1
|
||||||
|
pwm: True
|
||||||
|
hardware_pwm: True
|
||||||
|
cycle_time: 0.005
|
||||||
|
|
||||||
# Useful for the initial cleaning arc made by Cura
|
# Useful for the initial cleaning arc made by Cura
|
||||||
[gcode_arcs]
|
[gcode_arcs]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue