Commit graph

42 commits

Author SHA1 Message Date
Daid
2aa6b89221 Add retract on jumps only setting 2012-06-04 15:06:48 +02:00
Daid
3192b0ac71 Added slice date/time and basic settings to start GCode. And made export preserve lines that only had comments. 2012-05-20 11:15:20 +02:00
Daid
c812e11118 Remove support margin setting, it is not really needed to configure this. 2012-05-18 09:52:12 +02:00
daid
4c8086d294 By default turn the fan off in the start code, because we enable it on the 2nd layer. 2012-05-16 16:47:51 +02:00
daid
e22694bfda Fixed bug which happens if you slice without ever touching the start/end code. 2012-05-15 09:34:45 +02:00
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
424877fe0f Fix bug where tempOverrides where not cleared. 2012-05-04 19:58:00 +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
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
a749233e07 Change default profile a bit so it works better in the project planner. 2012-04-23 11:35:52 +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
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
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
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
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
405f4880cd Split gui to gui and util directories. 2012-03-28 14:26:40 +02:00
Renamed from Cura/gui/profile.py (Browse further)