Commit Graph

52 Commits (f5afd2be8267b656401506f3af7bf2d349ae23fb)

Author SHA1 Message Date
daid 7eb9967ee4 Added obj support to Cura. 2012-09-26 14:35:35 +02:00
daid 19cdf49733 Add a tools menu for the project planner and the batch runner, makes them easier to find then filling up the file menu. 2012-09-20 15:17:49 +02:00
daid 8761ad117f Add the feature where support material is generated with a dual extrusion setup. 2012-09-12 17:02:42 +02:00
daid 13ee51bca2 Fixed #211 2012-09-10 11:08:29 +02:00
Daid 3a5faefb43 Some minor updates to fix some screen refresh issues. 2012-09-02 14:26:39 +02:00
daid d631b51e4d Move the validators from gui to util, they do not have gui specific code. 2012-08-31 15:22:30 +02:00
daid 600fdae59b Added a loading splashscreen. (needs better artwork) 2012-08-30 11:47:20 +02:00
Daid cb9b85c8d3 Fixed #202 2012-08-28 10:19:55 +02:00
daid 3b1ed65d81 Add support for heated bed temperature setting. 2012-08-03 11:10:28 +02:00
daid 0f31ca9b4b A fix for #182 2012-07-25 10:41:05 +02:00
daid aad4fd8769 Reduce the 3D preview window size if the main window will not fit on the screen. #177 2012-07-24 10:26:34 +02:00
daid 5522a9a588 Added yellow popup to reset scale/mirror/rotate on a new model load. Popup is none-intrusive and hides itself after 5 seconds. Fixed #156 2012-07-09 12:01:18 +02:00
daid 1fe525e854 Disable the 2D slicer before someone finds it! 2012-07-05 15:49:33 +02:00
Daid e332443bb4 Added feature to load a profile from a sliced GCode file. 2012-07-05 08:46:41 +02:00
daid da4bdd800f Added support for drag&drop files into Cura. 2012-07-03 14:46:56 +02:00
daid 402c2223ca Merge branch 'master' of github.com:daid/Cura 2012-07-02 10:11:52 +02:00
daid 14b4a4a542 Fixed #153 2012-07-02 10:11:38 +02:00
Daid 1f80cd34cf Added newer ultimaker firmware. Make linux version install the 115200 baud firmware by default, as PySerial for Linux does not support 250000. Added auto baudrate detection (untested). 2012-06-30 11:51:43 +02:00
Daid e34d836d1f Some layout changes adviced by Joris. To improve visibility of options. 2012-06-29 00:23:47 +02:00
daid a91261cc7a Added basic batch run tool. Still needs some more enhancements. 2012-06-28 14:13:03 +02:00
daid 1b360728e7 Add bed temperature control to printer interface. Only show when we get an bed temperatur reading. Fixed #124 2012-06-26 12:05:06 +02:00
Daid bcabc0d96a Fixed #135 - Update preview window controls when loading a new profile. 2012-06-22 06:53:18 +02:00
Daid ef0d96a041 Added reset profile to default option. 2012-06-20 09:06:29 +02:00
daid e9a28830b1 Added start of SVG 2D slicer. 2012-06-01 18:16:07 +02:00
daid eb44963079 Use a function to generate the "_export.xxx" filename 2012-05-29 13:42:33 +02:00
daid db03825b9b Bring simple mode window up to speed with the rest 2012-05-07 16:26:29 +02:00
Daid 15fe5a60c6 Fixed #93 - Oh noes, only 1 change this weekend. What has the world come to? 2012-05-06 22:34:15 +02:00
daid 5e8a0c92c0 Add loaded filename into title bar. 2012-05-02 14:21:21 +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 9f004dfdfe Add direct control buttons to print window (needs icons :P). Add project planner to file menu. 2012-04-19 17:35:08 +02:00
daid 57cd3cccd3 Viewmode as radio button, still needs proper icons 2012-04-18 15:14:43 +02:00
daid f68303c642 Rename simple mode, quickprint in GUI 2012-04-18 14:49:36 +02:00
daid 0ebce8cf3e Update some tooltip texts to help users 2012-04-18 10:50:56 +02:00
daid 5994267b29 With the fixes from PyroMani the MacOS version is much more stable and on-par with the Linux version. So the warning message can be removed. 2012-04-13 12:18:51 +02:00
daid af737ef097 Fixed #52 - Correct error message when trying to print without a model. Fixed #53 - Give an error message when slicing without model loaded. 2012-04-13 12:16:56 +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
Ferdi van der Werf 956b6ad33d Probably fixes #17 issue
On OSX spp.Destroy() causes an segfault, sizer.Remove(app) removes app
from the form but tries to call spp.Destroy() afterwards.
By hiding and detaching I created a workaround for the OSX problem.
This solution needs testing on Windows and Linux.
2012-04-09 01:26:37 +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 bcf7466f9d Updated advanced window (old name) to expert window (new name), was already called expert config in the GUI, just refactor in the code 2012-04-06 14:41:38 +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 7f27198e7b Disable the window icon till we find out why the MacOS crashes, and the windows version does not work. 2012-04-03 10:44:53 +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 85d44ad8a0 Added icon to main window. Added win32 installer script, with drivers for Arduino Mega2560. 2012-04-02 14:43:39 +02:00
Daid fe91a1b123 Merge branch 'master' of github.com:daid/Cura 2012-03-30 17:39:18 +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 c44c656235 Merge branch 'master' of github.com:daid/Cura 2012-03-29 21:11:43 +02:00
daid ab6430c843 Added simple mode dialog 2012-03-29 14:45:14 +02:00
Daid 3ec6fa40d6 Merge branch 'master' of github.com:daid/Cura 2012-03-28 20:36:52 +02:00