Commit Graph

51 Commits (d70ee47508064d4a4d5ca8052a4e2da601dc5390)

Author SHA1 Message Date
daid d70ee47508 Add experimental dwindle, so we can check it out. 2012-05-14 16:01:55 +02:00
Daid 9fe9117226 If gcode tags have integer values then export them as integer, else export them as float 2012-05-09 20:16:32 +02:00
daid 7f57669280 Move extruder switching GCode to profile instead of hardcoded. 2012-05-07 17:42:46 +02:00
daid 58b4a48162 Updated gcode interperter and GCode preview. Fixed #77 2012-05-07 13:24:26 +02:00
Daid 424877fe0f Fix bug where tempOverrides where not cleared. 2012-05-04 19:58:00 +02:00
daid 8b24d77aea Added copy button to project planner, and cleaned up project planner code a bit. 2012-05-04 17:57:24 +02:00
daid f437bc38eb Remove duplicate code. 2012-05-04 12:03:08 +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 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 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 ffb6b42d5d Fixed #82 2012-04-28 18:32:34 +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 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 a6253b7f48 Only add temperature to start code if the temperature is not configured in the start code already. Fixes #76 2012-04-24 11:59:17 +02:00
Lawrence Johnston f7071d59cf Fixes #73: When start.gcode is changed changes are not saved 2012-04-23 20:02:50 -07:00
daid cfadc75e9c Add alteration files to profile ini. (Note, this broke Slic3r support) 2012-04-23 18:02:30 +02:00
daid 13c8bc4583 Only allow printing with slic3r if we can find the executable, else silently use CuraSF 2012-04-23 15:24:16 +02:00
daid a749233e07 Change default profile a bit so it works better in the project planner. 2012-04-23 11:35:52 +02:00
Daid 8f83a2420f Add autoplace button to project planner 2012-04-21 20:45:53 +02:00
daid 861610f376 Add progress window to project planner. 2012-04-20 17:06:50 +02:00
daid 816598c45b Moving default message, so it does not emit a message on the project planner slicing 2012-04-20 15:25:48 +02:00
daid 814d4bfddb Support setting tags in start/end gcode. 2012-04-19 15:08:50 +02:00
daid b3eae9c9ff Added "open file location" button 2012-04-18 14:07:41 +02:00
daid 1891ebe9ff Merge branch 'master' of github.com:daid/Cura 2012-04-18 10:51:01 +02:00
daid 0ebce8cf3e Update some tooltip texts to help users 2012-04-18 10:50:56 +02:00
Daid 6885a39be1 Merge conflic solved
Merge branch 'master' of github.com:daid/Cura

Conflicts:
	Cura/util/profile.py
2012-04-17 19:14:48 +02:00
Daid 0ed8e32b0c Some changes for the project manager. 2012-04-17 19:12:40 +02:00
daid f52575373a Fixed #57 - mistakenly encoded to str (ascii) before trying to convert to utf-8. 2012-04-17 13:49:34 +02:00
daid ddaca56c89 Added "scale up to max size" button, we really need those icons... 2012-04-17 12:08:19 +02:00
daid 3ca97578c3 Fixes #56 - Adjust the flowrate of bridges with the speed setting 2012-04-16 12:26:55 +02:00
daid 3b2b76a8ac Fixed #46 - added support for calculating print costs. 2012-04-12 14:26:03 +02:00
daid 2d10cb47f4 Add option to save profile when slicing 2012-04-12 13:58:19 +02:00
daid 497eb6f03d Add version info 2012-04-11 16:34:15 +02:00
daid a79a7c066d Allow math expressions in fields. 2012-04-10 16:45:53 +02:00
daid b294aede47 Added skin setting to advanced settings 2012-04-06 17:08:49 +02:00
daid 1ded2a5c18 Added defaults for swap_xz and swap_yz 2012-04-06 15:15:41 +02:00
daid 8a82f0c625 Change default support material amount to 50%, this seems to make the support a lot easier to remove, without affecting quality. 2012-04-05 18:00:22 +02:00
daid 835b7883ca Add bottom layer thickness. Fix bug with line with in 3D preview (was not calculated from layer thickness) 2012-04-05 16:50:59 +02:00
daid b7701af448 Use utf-8 to save preferences, so the last filename may contain unicode characters. 2012-04-04 11:10:08 +02:00
daid c2ce7b9c24 Updated print window with statistics about the print. Filament used, and estimated print time. 2012-04-03 12:06:02 +02:00
daid a8963b1cc1 Make the printer interface a bit more user friendly. 2012-04-02 18:56:44 +02:00
daid 7ec27fec92 Added extra fan control. Advanced setting to enabled/disable fan. And expert setting to set the fan start layer and fan speed. 2012-04-02 16:09:56 +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 ab6430c843 Added simple mode dialog 2012-03-29 14:45:14 +02:00
daid ddfd386b73 Make GCode reader store paths per layer 2012-03-29 11:01:33 +02:00
daid 0834aec2d2 Added my own STL loader, no longer using the one from Skeinforge. This one is 3 to 4 times faster. 2012-03-28 16:53:08 +02:00