Skip to content

apirek/form2idle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Form2idle

Check if Formlabs Form 2, Form 3, or Form 4 3D printer is idle and show the remaining print time.

Description

Check if printer is idle

./form2idle.py astutenewt.local

When the printer is idle the exit status will be 0.

If a print job is active the exit status will be 1 and the remaining print time is shown (in [HH]:MM:SS).

./form2idle.py astutenewt.local
1:37:02

Show current time and remaining print time

Show the local time and the estimated remaining print time:

./form2idle.py -v astutenewt.local
2023-06-09 12:00:31, 1:37:02

or as estimated time of arrival:

./form2idle.py -v -e astutenewt.local
2023-06-09 12:00:31, 2023-06-09 13:37:33

Wait for print job to finish

Don't exit while the printer is busy:

./form2idle.py -q -w astutenewt.local

When the printer is idle the exit status will be 0.

About

Check if Formlabs Form 2 3D printer is idle.

Resources

Stars

Watchers

Forks

Languages