Commit Graph

162 Commits (dadb8b3eaeaa01952e5ee22af8db84ca9b8bf435)

Author SHA1 Message Date
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
daid 06fcf0dd07 Untested update to machine communication. This should improve auto detection as it no longer cycles trough a lot of resets. However, this will break the configuration wizard which will need an update. 2012-09-05 16:10:47 +02:00
Daid 4d6bc5efae Add webcam timelaps support for windows. 2012-09-02 14:27:24 +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 06cc746378 Fixed #198 - This was a tricky one, because the project planner added an override in unicode, the start code was converted from utf-8 to unicode, and thus the getGlobalProfileString tried to store an unicode string, while it is designed to encode utf-8 encoded strings. Python3 should catch these issues better, but there is no wxPython for python3 yet. 2012-08-30 18:03:42 +02:00
daid 3b1ed65d81 Add support for heated bed temperature setting. 2012-08-03 11:10:28 +02:00
daid 6c296e0dfc Increase the default minimal feedrate. 2012-07-31 17:03:24 +02:00
daid 547fa84729 Add model colors for multiple extruders. 2012-07-31 11:55:21 +02:00
daid a25b954204 Fix the mesh splitter after bug introduced by numpy update. 2012-07-30 14:21:49 +02:00
daid 50ff10bd6d Make 3D model colour configurable. 2012-07-30 12:26:30 +02:00
daid 05d3c36c61 Improve rendering time by using numpy to generate normals, and vertex arrays. This also seems to have increased performance. 2012-07-30 11:02:49 +02:00
Daid c92cc07afd Faster generation of normals with numpy. 2012-07-28 11:04:04 +02:00
daid fd98542ce9 Improve performance of rotating 3D objects a bit. 2012-07-27 13:48:24 +02:00