Commit graph

91 commits

Author SHA1 Message Date
daid303
2081a9cc9a Add Ultimaker upgrade page in first run wizard, which helps in setting better defaults. 2012-12-05 12:45:20 +01:00
daid303
7cba9b96c1 Add experimental hop setting. 2012-12-04 18:54:11 +01:00
daid303
4c5ff7f275 Always use machine size / 2 as machine center and remove the setting. Also fixed some always-autoplace issues in the project planner. 2012-12-04 18:29:50 +01:00
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
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
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
Daid
09f404081e Store the user data in the home directory for linux/mac. 2012-10-22 14:01:19 +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
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
459dbee2bd With the improved loading time we can add the high quality robot with support. 2012-10-04 12:33:45 +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
58683e4eb5 Remove dwindle, it did not really improve results. 2012-09-26 15:12:14 +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
f0963743eb Added ultimaker robot as example model, which is loaded on first start. 2012-09-06 09:53:22 +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
50ff10bd6d Make 3D model colour configurable. 2012-07-30 12:26:30 +02:00
daid
fd98542ce9 Improve performance of rotating 3D objects a bit. 2012-07-27 13:48:24 +02:00
daid
f9b1be5c70 Added support for comma in numbers instead of a dot. 2012-07-24 13:27:30 +02:00
daid
e4c6f0cb22 #169 - Set the temperature for the next object when using the project planner. Also updated the next-object code so it matches the new start/end GCode. 2012-07-19 15:30:06 +02:00
daid
7a2f56e3f4 Some more changes to the start/end code. 2012-07-06 15:52:55 +02:00
daid
fb5cf680f6 Only multiply the feedrates with 60 in start/end code if they are preceded with and F 2012-07-06 15:24:58 +02:00
Daid
f6c8f7d4ec Shut off the heated bed at the end code. Reduce the amount of Z lift. 2012-07-05 21:36:43 +02:00
daid
6e245ed7fe Updated start/end code. 2012-07-05 16:08:18 +02:00
daid
9fd5a9b020 Add support for {filename} tag in gcode. 2012-07-05 15:42:59 +02:00
daid
ad48bc6484 Remove use of logfile to store model errors. Added print time and filament usage to comments in start code of resulting GCode file. 2012-07-05 14:12:13 +02:00
Daid
e332443bb4 Added feature to load a profile from a sliced GCode file. 2012-07-05 08:46:41 +02:00
daid
1070cbf99e Make the fan speed adjustable between min/max, depending on the slowdown due to cooling. Fixed #47 2012-07-03 17:45:18 +02:00
daid
29b5d0b0eb Also check for TypeErrors, which seem to happen when you use a comma instead of a dot in values. 2012-07-02 12:25:40 +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
Stefan Blanke
70bbc16abe Fix version detection for all Python versions
Inspecting sys.version_info using named component attributes was added in
the patch "Some fixes to start support for python3."

Named component attributes were only added to sys.version_info in Python
2.7 so their use breaks Cura for Python 2.6.

As Cura otherwise works in the still widely used Python 2.6 it seems best
to maintain this compatibility.
2012-06-22 14:37:52 +01:00
Daid
22042b9f8b Added copy to SD feature. Fixed #138 2012-06-22 06:42:07 +02:00
Daid
1b56cd18d7 Some fixes to start support for python3. 2012-06-21 19:53:18 +02:00
Daid
ef0d96a041 Added reset profile to default option. 2012-06-20 09:06:29 +02:00
Daid
75d4104bc3 Merge branch 'master' of github.com:daid/Cura 2012-06-04 15:06:54 +02:00
Daid
2aa6b89221 Add retract on jumps only setting 2012-06-04 15:06:48 +02:00
Daid
6a0addd9de Removed the bridge material amount setting, this did not only affect bridges, but the whole layer the bridge is in, so it did not work properly. 2012-06-03 08:54:32 +02:00
daid
a9ed300675 Fixed a few issues with a frozen executable. Slicing now works, and images work. Will need more testing. 2012-05-31 18:37:59 +02:00
daid
5b7e60e163 Some cleanup and preperation for better packaging. 2012-05-31 12:05:10 +02:00