First commit
This commit is contained in:
commit
7693c29676
102 changed files with 11831 additions and 0 deletions
5
files/nozzle-cleaning-fan-control/__init__.py
Normal file
5
files/nozzle-cleaning-fan-control/__init__.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
|
||||
from .prtouch_v2_fan import PRTouchFan
|
||||
|
||||
def load_config(config):
|
||||
return PRTouchFan(config)
|
|
@ -0,0 +1,6 @@
|
|||
########################################
|
||||
# Nozzle Cleaning Fan Control
|
||||
########################################
|
||||
|
||||
[prtouch_v2_fan]
|
||||
max_speed: 0.5
|
BIN
files/nozzle-cleaning-fan-control/prtouch_v2_fan.pyc
Normal file
BIN
files/nozzle-cleaning-fan-control/prtouch_v2_fan.pyc
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue