Commit Graph

72 Commits (59c4d2cb91f7b470f8aa043970ad5fbd4d8f2173)

Author SHA1 Message Date
daid303 b2cd2268c5 Set the default minimal layer time to 5 seconds. Properly scale collada files. 2012-12-03 15:29:12 +01:00
daid303 b43c40707b Some small text updates. 2012-11-29 12:11:34 +01:00
daid303 08193a4580 Add post processing plugin support. 2012-10-31 11:06:57 +01:00
daid303 655eb31f4e Add post processing plugin support. 2012-10-31 11:04:08 +01:00
daid303 7f4d315629 Add preferences shortcut key #246 2012-10-29 10:31:36 +01:00
Daid afd27022de Fix the splashscreen overlaying on the first run wizard on mac. 2012-10-29 10:27:13 +01:00
Daid e662a4214f Fixes for macOS packing. 2012-10-29 10:23:41 +01:00
daid303 3b3551de47 Bugfix in mac example copy. 2012-10-29 10:20:01 +01:00
daid303 79e24189ed Bugfix in mac example copy. 2012-10-29 10:19:30 +01:00
daid303 783515e60e Better way to add shortcut keys so they show on the Mac. 2012-10-29 10:18:12 +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
Daid f70e88521c Fix bug where fullscreen on mac caused problems with the progress panels being below the screen. Fixed the bug where on Mac removing a progress panel caused a crash, but only in simple mode. 2012-10-26 11:30:45 +02:00
daid303 620532f0cb Add warning when installing custom firmware 2012-10-15 17:17:03 +02:00
daid303 db1cfa0954 Fix the background of the load/prepare/print buttons. Fix the border around the preview window toolbar. 2012-10-15 13:12:56 +02:00
Daid 45212294db Various fixes to improve button layout on MacOS. 2012-10-15 11:58:00 +02:00
daid303 5a35b4ffc6 Start the first run wizard when we do not know the machine type. Only show the default firmware install if we know that we have a default firmware for this machine. 2012-10-05 11:20:22 +02:00
daid303 0de6138589 Update the text of support a bit, so it is a bit clearer. But this could really use some photos. 2012-10-04 09:10:20 +02:00
daid303 704d61941e Remove the reference to slicing from the popup message. 2012-10-03 15:24:35 +02:00
daid303 c7c668685b Add a retraction enable setting. Add extrusion/retraction buttons in printer interface. (still needs images) Update the printer interface GUI with the actual temperture from the GCode when a temp change is send. 2012-10-03 15:11:35 +02:00
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