Skip to content
This repository has been archived by the owner on Dec 29, 2021. It is now read-only.

Commit

Permalink
change config file location
Browse files Browse the repository at this point in the history
  • Loading branch information
seanauff committed Aug 14, 2019
1 parent f235d30 commit 7a0b2b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runklipper.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

def main():
while 1:
klipper = subprocess.Popen(['/home/dwc2-klipper/klippy-env/bin/python', '/home/dwc2-klipper/klipper/klippy/klippy.py', '/home/dwc2-klipper/printer.cfg'])
klipper = subprocess.Popen(['/home/dwc2-klipper/klippy-env/bin/python', '/home/dwc2-klipper/klipper/klippy/klippy.py', '/home/dwc2-klipper/config/printer.cfg'])
if klipper.wait() == 0:
# Exited cleanly, don't sleep for long
time.sleep(1)
Expand Down

0 comments on commit 7a0b2b5

Please sign in to comment.