Arksine
0c7fa454e9
scripts: add "pillow" python requirement
...
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2020-10-31 08:40:49 -04:00
Arksine
aac11a9fb8
extract_metadata: Add support for extracting Cura thumbnails
...
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2020-10-31 08:40:49 -04:00
th33xitus
374d984ced
fix: make installer not fail if klipper is installed as systemd service
...
If Klipper is installed as systemd service, the script would fail and exit at step 6 (corrected that typo) when trying to stop Klipper via init.d.
Changing the used command to systemctl will be compatible with both init.d and systemd services.
Signed-off-by: Dominik Willner <th33xitus@gmail.com>
2020-10-26 14:46:44 -04:00
Arksine
dfb1e19948
extract_metadata: store file "modified" time as unix time
...
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2020-10-21 17:53:45 -04:00
Arksine
8440a10b9e
extract_metadata: attempt to parse object height from PrusaSlicer comments
...
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2020-09-26 11:44:18 -04:00
Arksine
57fe71c800
extract_metadata: parse slicer version during identifcation
...
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2020-09-09 08:29:22 -04:00
Arksine
ec86c7bfda
extract_metadata: optimize regex
...
Use calls to re.search() in place of re.findall() where appropriate.
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2020-09-08 17:29:08 -04:00
Arksine
ad8680be38
extract_metadata: Add support for IceSL slicer
...
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2020-09-08 12:49:42 -04:00
Arksine
805821c928
extract_metadata: extract first layer temperatures
...
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2020-09-08 11:33:10 -04:00
Arksine
e38f63254f
extract_metadata: extract basic metadata when slicer is unknown
...
It is possible to extract some metatdata, such as layer height, from bare gcode script.
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2020-09-08 08:41:09 -04:00
Arksine
bcb7e17105
extract_metadata: Set slicer type to "Unknown" if not able to detect
...
Signed-off-by: Eric Callahan <akrsine.code@gmail.com>
2020-08-30 15:28:21 -04:00
Arksine
9613bb01de
extract_metadata: include "days" when calculating time for PrusaSlicer
...
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2020-08-28 14:26:08 -04:00
Arksine
b3f02a73a4
extract_metadata: Improve error reporting
...
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2020-08-11 14:28:59 -04:00
Arksine
d1c740b900
moonraker: add initial source
...
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2020-07-02 12:24:15 -04:00