This python script takes gcode files generated by Cura, Simplify or other like Slic3r inside a directory and renames the files with the format: xxHxxM to know the estimated time of printing directly in the name of your file. It also show the cost of each printing and the total cost of the renamed files
This is very useful when you plan some gcodes inside your 3D printer and, some months ago, you want to print these files but you don't remember how much time it will take.
Made by Julian Caro Linares: jcarolinares@gmail.com
This program can estimate the printing time (no generated cura gcode files) using the program gcoder.py that belongs to the project Printrun-More info at https://github.com/kliment/Printrun/blob/master/printrun/gcoder.py
You can also put the time after the name using the command "-after"
Example:
./printing_time_file.py -after /home/user
To calculate the total cost of the renamed files use the command "-cost":
Example:
./printing_time_file.py -cost
=============
Printing time file por Julián Caro Linares licensed by Creative Commons Attribution-ShareAlike 4.0 International License.