Commit graph

20 commits

Author SHA1 Message Date
Ross Hendrickson
a7b7f26da5 Remove development logging 2013-09-08 16:00:46 -05:00
Ross Hendrickson
26ebfe3e1f Fix remove bug when removing gcode only files 2013-09-08 15:09:10 -05:00
Ross Hendrickson
aef0322617 SD card slice and write functional. Added remove STL on delete of Gcode 2013-08-04 05:22:31 +00:00
Ross Hendrickson
43cd85b8e4 Slicing STL and sending to gcode to SD card in place 2013-08-03 04:07:38 +00:00
Ross Hendrickson
4c1fc14ac5 Fix Merge conflicts with Devel 2013-08-02 19:13:51 -06:00
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
Gina Häußge
2cafc6114d Just in case we'll use subfolders in the future... 2013-07-20 16:20:34 +02:00
Ross Hendrickson
711d18d9ad First pass almost working. Need to not have the STL show up. 2013-07-18 00:03:07 -06:00
Bryan Mayland
fb9fd7e6c9 Fix metadata removal on upload for files with un-sane characters in them
When re-uploading a file with characters that will be later sanitized,
the old metadata entry wasn't removed because it checked the unsane
filename rather than the sanitized version that will later be stored.

This was creating an inconsistent metadata view during analysis for
files with spaces in them.
2013-07-14 11:20:37 -04:00
Gina Häußge
22ea55746c Overall better gcode file handling
See #182 and https://groups.google.com/forum/#!topic/octoprint/YnOzyToxfkI
2013-07-13 16:30:41 +02:00
Gina Häußge
7c85013389 Added filament diameter retrieval from gcode generated by Cura, fixed Slic3r version 2013-06-18 21:28:05 +02:00
Bryan Mayland
e32afe147a Add extrusion volume calculation for Slic3r gcode files 2013-06-17 14:39:52 +00: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