Commit graph

174 commits

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
558e9d478a Added general help for plugin tab, added open plugin folder button, fixed scale to max size to account for skirt, added steep overhang view (still needs icons). 2012-11-27 13:15:32 +01:00
Ilya Kulakov
0d4d181a5b Show a warning if computer is not connected to AC power. 2012-11-20 15:32:34 +07:00
daid303
a4adcc90b7 Add missing import 2012-11-08 10:43:04 +01:00
daid303
a86baec5a7 Update on default colors. 2012-11-08 08:22:05 +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
d6804242e7 MacOS show file instead of directroy when using open file location button. 2012-11-05 15:15:00 +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
261ba5aa14 Fix bug where endcode is not inserted when it starts with a newline. 2012-10-29 09:15:10 +01:00
daid303
83f56338ae Removed _export suffix. Slighty changed some texts. 2012-10-26 15:43:18 +02:00
Daid
09f404081e Store the user data in the home directory for linux/mac. 2012-10-22 14:01:19 +02:00
daid303
b854558d38 Fix dae matrix and instance_node support. Which makes sketchup exports working. 2012-10-19 15:47:00 +02:00
daid303
39f39ce4b3 Added dae support which can be exported from google sketchup. 2012-10-18 23:25:24 +02:00
daid303
f6b472cc3b Added Windows 7 progress in taskbar support. 2012-10-10 12:23:53 +02:00
daid303
1a20ca2abb Reset the E to 0 before retracting in switching extruders. The E values are not yet set to zero when printing support material. 2012-10-08 15:50:35 +02:00
daid303
a6ba4edb7b Updated the next-object gcode, which extruded 1mm less then it retracted, causing problems with under-extrusion on the next object. 2012-10-08 12:26:18 +02:00
daid303
e7d961fadf Remove the print message from the mesh splitter, these cause problems with the console-less version. 2012-10-08 09:31:28 +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
6ebaa35518 Update how the printing time remaining estimate is calculated. This gives better accurate results as the first part of the print is not added in the estimate, removing the heating and startup-code from the equasion. 2012-10-04 15:01:54 +02:00
daid303
bc275ccdc2 Add extrude/retract images for printing interface. Made exception handling a bit more rubust in machine comunication. 2012-10-04 14:05:09 +02:00
daid303
459dbee2bd With the improved loading time we can add the high quality robot with support. 2012-10-04 12:33:45 +02:00
daid303
6edb5c29ca Fix loading of ascii stl files with MacOS line-ends. 2012-10-04 12:24:43 +02:00
daid303
76309c7f5b Add loading improvement to changelog. 2012-10-04 12:16:54 +02:00
daid303
d32902bcef Vastly improve rendering time for complex models. 2012-10-04 12:04:04 +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
daid303
de78ee1d64 Large update to the config wizard, new style machine check (unfinished) 2012-10-02 16:06:47 +02:00
daid303
e49bc2c77f Open the serial port in the thread, so it no longer blocks the GUI during auto-detection. Add a 10 second write timeout, so we no longer get timeouts under windows. Remove the M109/M190 heatup wait time from the total printing time. 2012-10-02 10:58:57 +02:00
daid303
b9a80ba0fa Fix the previous fix. 2012-10-01 18:23:25 +02:00
daid303
9675968b27 Fix support for slicing if running from pythonw.exe 2012-10-01 18:15:51 +02:00
daid303
f6abc5c33a Fix the print window resizing (no longer move the cancel button). Fix the reporting of the M115 reply, was seen as a temperature report. 2012-10-01 15:14:47 +02:00
daid303
3bdba75b87 Add VIRTUAL serial port if you have the development version. 2012-10-01 14:58:08 +02:00
daid303
0a1cb67461 Add already elapsed printing and estimated remaining printing time. Fix the capture format config for win32. Add some spacing between the X/Y and Z in the jog tab. 2012-10-01 14:51:59 +02:00
daid303
718b685a72 Fix timelaps recording support 2012-10-01 14:36:47 +02:00
daid303
2ade97783a Add the option to show the machine log in case of an error,, also make the printer interface window larger by default. 2012-10-01 13:47:16 +02:00
daid
8378267abd Ignore M101 and M104 for #222 2012-09-28 15:09:16 +02:00
daid
58683e4eb5 Remove dwindle, it did not really improve results. 2012-09-26 15:12:14 +02:00
daid
7eb9967ee4 Added obj support to Cura. 2012-09-26 14:35:35 +02:00
daid
58693d422a Add some OpenCV support to webcam class (untested). 2012-09-26 13:19:12 +02:00
daid
5678f91617 . 2012-09-20 16:34:08 +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
35f6ab8cf3 Added feature #201 - fixed #201 2012-09-10 15:49:50 +02:00
Daid
894ced9820 Add Z change reporting support, which fixes the timelaps movie recording. Add temperature requests every 5 seconds during printing. 2012-09-07 14:10:57 +02:00
Daid
2e01bbbe79 Fix the speed rate modify in the printing interface. 2012-09-07 12:04:55 +02:00
daid
68f1353e60 Fix pause support. 2012-09-06 17:24:34 +02:00
daid
9c47af5797 Major update on machine communication. Part 1, this breaks realtime speed tuning, pausing, M0/M1, height reporting and timelaps recording. But it is worth it. 2012-09-06 16:52:05 +02:00
daid
1f7924688d Update to exception handling in machineCom 2012-09-06 11:38:54 +02:00
daid
f0963743eb Added ultimaker robot as example model, which is loaded on first start. 2012-09-06 09:53:22 +02:00