Commit Graph

42 Commits (57b585b8512baec56416fdd5170d1a490ce6d27d)

Author SHA1 Message Date
daid303 57b585b851 Fix another UTF-8 filename encoding bug. Add error output to the slice log so we see exceptions. 2012-12-04 08:27:04 +01:00
daid303 45992dd10b Fix safe remove of volume. 2012-11-08 10:56:31 +01:00
daid303 99fdeb3c12 Fix a missing import. 2012-11-06 14:46:26 +01:00
daid303 9e5fe59904 Add safely remove SD feature. 2012-11-06 11:06:09 +01:00
daid303 6eb39c97f4 Add popups when copying files to the SD card, to indicate succes or failure. Still need to add safely remove code. 2012-11-06 09:11:57 +01:00
daid303 7c7937fde5 Update on the GL window, better lighting. Upda on the plugin system GUI. Always show copy-to-SD button, and open preferences if no drive is set. 2012-11-06 08:52:16 +01:00
daid303 19a9ac9f99 Better handle plugin exceptions. 2012-11-01 09:12:07 +01:00
daid303 6904a893b7 Better handle plugin exceptions. 2012-11-01 09:07:03 +01:00
daid303 655eb31f4e Add post processing plugin support. 2012-10-31 11:04:08 +01:00
daid303 f49b88a103 Add shortcut keys for load/slice/print. 2012-10-29 10:10:30 +01:00
daid303 83f56338ae Removed _export suffix. Slighty changed some texts. 2012-10-26 15:43:18 +02:00
daid303 7ad7ec6873 Add taskbar progress to both the project planner and normal slicing. 2012-10-10 13:43:44 +02:00
daid303 9675968b27 Fix support for slicing if running from pythonw.exe 2012-10-01 18:15:51 +02:00
daid303 0dc413cd16 Hide the console for the slicing subprocess. 2012-10-01 17:51:15 +02:00
daid ad48bc6484 Remove use of logfile to store model errors. Added print time and filament usage to comments in start code of resulting GCode file. 2012-07-05 14:12:13 +02:00
Daid 22042b9f8b Added copy to SD feature. Fixed #138 2012-06-22 06:42:07 +02:00
Daid 1b56cd18d7 Some fixes to start support for python3. 2012-06-21 19:53:18 +02:00
daid eb44963079 Use a function to generate the "_export.xxx" filename 2012-05-29 13:42:33 +02:00
daid 7f57669280 Move extruder switching GCode to profile instead of hardcoded. 2012-05-07 17:42:46 +02:00
daid f437bc38eb Remove duplicate code. 2012-05-04 12:03:08 +02:00
Daid 06bf4c6f93 Merge branch 'master' of github.com:daid/Cura 2012-05-03 19:23:12 +02:00
daid e29261a992 Added more GCode validation to GCode editor. Made temp changes to profile really temp so they are never stored in the ini file. Fixed crash bug in skeinforge where there is no layer code. 2012-05-03 12:29:55 +02:00
Daid b9d4c9b5fa Merge branch 'master' of github.com:daid/Cura 2012-05-01 18:40:18 +02:00
Daid 3d70d67145 Save last known Z position in multi color slicing. 2012-05-01 18:40:10 +02:00
daid 11d9022741 Update preferences to allow math expressions. Fixed #86 2012-05-01 11:39:52 +02:00
Daid 8f39846349 Corrected extruder offset direction 2012-04-29 14:50:52 +02:00
Daid 74d8329a73 Fixed positioning when using multiple extruders. Fixed GCode preview for multiple extruders. Removed multiply, depricated because of the project planner, and does not work right with multiple extruders. 2012-04-29 14:22:20 +02:00
Daid 70d833b19d No newlines in slice progress status label. 2012-04-29 12:01:56 +02:00
Daid 632a447575 Show print time, filemant used and cost estimate after slicing. 2012-04-29 12:00:13 +02:00
Daid 9c91c58c6e Move extruder offset and extruder head size to preferences. 2012-04-29 11:35:36 +02:00
Daid a1b4a50342 Added extruder selection to project planner, fixed bug with project planner where the skirt was incorrectly added to the movement size 2012-04-27 19:18:29 +02:00
Daid ec9f24fac8 Updates after some testing with dual extrusion (loads of work to do) 2012-04-27 13:45:32 +02:00
daid bfaebcce3e Report total time spend slicing after project planner slice 2012-04-25 15:49:43 +02:00
daid 3770dea42c Added tool switching GCode. Made the E value reset after each layer for multiple extruder support. 2012-04-25 13:34:25 +02:00
daid 94f0597be0 Multiple extruders, not functional yet. Final GCode has wrong E values. But the idea starts to work. 2012-04-24 18:46:29 +02:00
daid b3eae9c9ff Added "open file location" button 2012-04-18 14:07:41 +02:00
daid 2d10cb47f4 Add option to save profile when slicing 2012-04-12 13:58:19 +02:00
Daid d0691018c2 Fixed progress bar error when slicing with skin enabled. 2012-04-07 16:27:22 +02:00
daid 88337f1675 No longer use the current_profile.ini to share the profile between the backend slicer and the frontend. No longer have simple-mode overwrite the current profile from normal mode. 2012-03-30 13:54:49 +02:00
daid 405f4880cd Split gui to gui and util directories. 2012-03-28 14:26:40 +02:00
daid 5d531a7a00 Remove debug message 2012-03-28 12:24:34 +02:00
daid 8b3b3e5076 Move SF into its own directory, to seperate SF and Cura. Rename newui to gui. 2012-03-27 17:20:30 +02:00