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
Daid
3192b0ac71
Added slice date/time and basic settings to start GCode. And made export preserve lines that only had comments.
2012-05-20 11:15:20 +02:00
Daid
c812e11118
Remove support margin setting, it is not really needed to configure this.
2012-05-18 09:52:12 +02:00
daid
4c8086d294
By default turn the fan off in the start code, because we enable it on the 2nd layer.
2012-05-16 16:47:51 +02:00
daid
e22694bfda
Fixed bug which happens if you slice without ever touching the start/end code.
2012-05-15 09:34:45 +02:00
daid
d70ee47508
Add experimental dwindle, so we can check it out.
2012-05-14 16:01:55 +02:00
Daid
9fe9117226
If gcode tags have integer values then export them as integer, else export them as float
2012-05-09 20:16:32 +02:00
daid
7f57669280
Move extruder switching GCode to profile instead of hardcoded.
2012-05-07 17:42:46 +02:00
Daid
424877fe0f
Fix bug where tempOverrides where not cleared.
2012-05-04 19:58:00 +02:00
daid
e29261a992
Added more GCode validation to GCode editor. Made temp changes to profile really temp so they are never stored in the ini file. Fixed crash bug in skeinforge where there is no layer code.
2012-05-03 12:29:55 +02:00
daid
11d9022741
Update preferences to allow math expressions. Fixed #86
2012-05-01 11:39:52 +02:00
Daid
9c91c58c6e
Move extruder offset and extruder head size to preferences.
2012-04-29 11:35:36 +02:00
Daid
ffb6b42d5d
Fixed #82
2012-04-28 18:32:34 +02:00
Daid
ec9f24fac8
Updates after some testing with dual extrusion (loads of work to do)
2012-04-27 13:45:32 +02:00
daid
3770dea42c
Added tool switching GCode. Made the E value reset after each layer for multiple extruder support.
2012-04-25 13:34:25 +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
a6253b7f48
Only add temperature to start code if the temperature is not configured in the start code already. Fixes #76
2012-04-24 11:59:17 +02:00
Lawrence Johnston
f7071d59cf
Fixes #73 : When start.gcode is changed changes are not saved
2012-04-23 20:02:50 -07:00
daid
cfadc75e9c
Add alteration files to profile ini. (Note, this broke Slic3r support)
2012-04-23 18:02:30 +02:00