-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Clément Chaine
authored
Jun 20, 2019
1 parent
067af50
commit cbd4ddc
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,20 @@ | ||
# ultimaker-s5-timelapse | ||
A script to automatically recover timelapses from 3D printing | ||
|
||
`ultimaker-s5-timelapse` was created by [Clément Chaine](https://github.com/cchaine) | ||
|
||
## Requirements | ||
|
||
``` | ||
python >= 2.7 | ||
ffmpeg >= 4.1.1 | ||
``` | ||
|
||
## Usage | ||
|
||
Your Ultimaker S5 printer and your computer need to be connected to the same network. | ||
``` | ||
usage: python ultimaker_s5_timelapse [-h] -ip IP | ||
IP is the local ip address of your printer | ||
``` |