Ross Hendrickson
6d703d236a
Minor improvement to getFileData
2013-07-21 19:07:57 -06:00
Ross Hendrickson
de635ae25f
Spacing
2013-07-21 19:03:52 -06:00
Ross Hendrickson
8dff6d6750
Cura enabled will change if an STL is sliced or not
2013-07-21 19:02:30 -06:00
Ross Hendrickson
1e1e72c9c2
Remove empty test server file. Spacing clean up
2013-07-21 18:54:16 -06:00
Ross Hendrickson
f51f4ad5cd
STL file no longer appears after slicing or reloading. First steps for slicing an moving file to SD card.
2013-07-21 18:43:57 -06:00
Ross Hendrickson
711d18d9ad
First pass almost working. Need to not have the STL show up.
2013-07-18 00:03:07 -06:00
Gina Häußge
98a7c3d8b8
New option to sort gcode files by size, reverted former utc "fix" (doesn't work anymore, works without the fix, I have no idea...), added adjusted modernizr, delete metadata from old gcode file version when adding a new one
2013-03-03 19:37:52 +01:00
Gina Häußge
5f55ebd90a
GCode file list now automatically switches to page with newly uploaded file as soon as upload request comes back from backend as finished. Progress bar also gets emptied again then. Careful: might take a bit after the upload progress reaches 100% since the file still has to be written to disk in the backend (have to look into how to get this done in a streaming way), metadata analysis gets triggered after returning a response.
...
Different sorting options are still on my mental todo list ;)
Closes #34 .
2013-02-04 22:24:32 +01:00
Gina Häußge
6fd0646128
Revamped gcode analysis.
...
Now UI and backend take data from saved metadata (if available). Metadata gets written after file upload and also on startup (for files that have not been added yet). Gcode analysis is interrupted if a printjob is started and resumed when it ends. Frontend is notified when new metadata comes available and UI triggers reload of gcode file list. Also started on implementing proper logging.
2013-02-03 21:14:22 +01:00
Gina Häußge
49cd1ffbd6
Gcode filemanagement now lives in its own module. Upload triggers gcode analysis, result is stored into metadata file. Print jobs triggered and their results are saved as well. Adjusted UI to display gcode analysis result and last print date and (color coded) result if available. Also adjusted gcode file list to color code entries according to last print result.
2013-01-30 20:56:17 +01:00