Commit graph

75 commits

Author SHA1 Message Date
daid303
7376c44b85 Turn all classes into new style classes, this speeds up skeinforge a tiny bit. 2012-12-07 18:58:26 +01:00
daid303
d2f7aa4199 Some minor fixes. 2012-12-07 16:08:47 +01:00
daid303
1a1a35e483 Fix all the imports in skeinforge. 2012-12-07 12:20:42 +01:00
daid303
3b2a96f33c Fixed the imports. 2012-12-06 14:51:55 +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
57b585b851 Fix another UTF-8 filename encoding bug. Add error output to the slice log so we see exceptions. 2012-12-04 08:27:04 +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
d2fc7e9374 Enable support cross hatch when printing with dual-extrusion support. 2012-11-07 18:39:27 +01:00
daid303
83f56338ae Removed _export suffix. Slighty changed some texts. 2012-10-26 15:43:18 +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
fab673713d Allow the skirt to be used as brim when the skirt distance is zero. This will hug the object and attach a easy to cut base to the object. 2012-10-12 09:52:34 +02:00
daid303
009b856310 . 2012-10-10 16:47:05 +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
f4c6f4c886 Update to the max distance per move code, so it is easier to configure a bit. 2012-09-29 17:35:13 +02:00
daid
58683e4eb5 Remove dwindle, it did not really improve results. 2012-09-26 15:12:14 +02:00
Daid
edba844794 Fix when there is no object loaded, remove debug print. 2012-09-25 12:24:47 +02:00
daid
7b02b1661a Cut up long moves into sections of 1cm, to reduce the impact of buffering lots of long moves. 2012-09-20 14:28:44 +02:00
daid
4df94e7da4 Remove the "zDistanceRatio", because while it makes sense in a math sense, it does not make sense in a best way to print sense. 2012-09-12 17:13:21 +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
3191dccd91 Simple fix for the fillet plugin (which is currently not used in Cura, but good to fix SF bugs) 2012-09-05 20:04:51 +02:00
daid
13ef963e46 Fix an decode error on filenames. 2012-08-03 10:32:31 +02:00
daid
7d3058dfca Reset the E value to zero before and after printing support. This is the first step to printing support with dual extrusion. 2012-07-31 13:38:29 +02:00
daid
9fd5a9b020 Add support for {filename} tag in gcode. 2012-07-05 15:42:59 +02:00
daid
96d38d4312 Removed test comment. 2012-07-05 14:06:47 +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
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
fab56bdcac Removed debug message that I excedently left in. 2012-06-21 21:53:24 +02:00
Daid
8b6159523a Fixed #116 - Slicing with none-ascii characters under windows. It is an ugly hack, but it works. 2012-06-21 20:08:16 +02:00
Daid
1b56cd18d7 Some fixes to start support for python3. 2012-06-21 19:53:18 +02:00
Daid
906d0f9718 Fixed island retraction. Feature was already found in skeinforge, but bugged (as usual) 2012-06-21 18:44:30 +02:00
Daid
31cbf5e1a8 Fix for double retraction, fix for errorlist in model not showing correctly. 2012-06-21 14:18:31 +02:00
Daid
d59953be3e Make comb use a larger distance between the outer edge and the move, this hopefully removes the ugly outsides on a print when combing. 2012-06-20 02:35:47 +02:00
Daid
dc194ea1c0 Change the way the only jump retraction works, this allows retraction when moving to print support. 2012-06-20 02:34:59 +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
b6ebfc3f17 Removed unused scripts. 2012-06-01 12:26:00 +02:00
daid
5769b22cd1 More fixes for a frozen build. Adds the code used by pypy into a zip which pypy uses. This makes for a cleaner install. 2012-06-01 11:29:21 +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
cedda983e8 Add dwindle to progress bar options. Fixed indentation in fill.py 2012-05-17 09:52:38 +02:00
daid
91cbe912dd Remove debug message 2012-05-16 15:10:48 +02:00
daid
dd8b5b52ba Add an extra line on the first jorised line, so we get rid of the gap and create a watertight result. 2012-05-16 15:10:30 +02:00
daid
415ef2eaa6 Better sanity checks in raft plugin. 2012-05-16 12:41:16 +02:00
daid
b0c6d6c359 Fixed #108 2012-05-16 12:05:11 +02:00
daid
d70ee47508 Add experimental dwindle, so we can check it out. 2012-05-14 16:01:55 +02:00
daid
666bbbb6b0 What was I smoking? This code is much simpler this way. 2012-05-07 18:12:26 +02:00