Commit Graph

38 Commits (0cc89eb33a7210af8e1a5db3cc44a2cb56eabc4e)

Author SHA1 Message Date
daid303 009b856310 . 2012-10-10 16:47:05 +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 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 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
Daid fab56bdcac Removed debug message that I excedently left in. 2012-06-21 21:53:24 +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 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 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 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 25c753fffa Fixed crash on minimal layer time of zero. Fixed #84 2012-05-01 11:45:34 +02:00
Daid 74d8329a73 Fixed positioning when using multiple extruders. Fixed GCode preview for multiple extruders. Removed multiply, depricated because of the project planner, and does not work right with multiple extruders. 2012-04-29 14:22:20 +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 c2c1e0fd63 Add support margin setting to SF and Cura. 2012-04-23 15:03:35 +02:00
daid 885e43c95f Have the first layer of support lines in "full" extrusion amount, so it sticks properly to the printer bed. 2012-04-18 16:10:27 +02:00
daid aec00ecad8 Fixed #58 2012-04-18 13:33:37 +02:00
daid b71180bb47 Only retract on space jumps, saves a lot of needless retractions. 2012-04-12 12:23:34 +02:00
Daid 251a96141e Split up some OpenGL stuff from preview3d. Added swapXZ and swapYZ for rotating on the platform 2012-04-05 22:35:52 +02:00
daid 835b7883ca Add bottom layer thickness. Fix bug with line with in 3D preview (was not calculated from layer thickness) 2012-04-05 16:50:59 +02:00
Daid 0a5cc62205 Add support to GCode comments. Show connect button in print dialog. 2012-04-03 20:27:46 +02:00
daid 7ec27fec92 Added extra fan control. Advanced setting to enabled/disable fan. And expert setting to set the fan start layer and fan speed. 2012-04-02 16:09:56 +02:00
daid 8b3b3e5076 Move SF into its own directory, to seperate SF and Cura. Rename newui to gui. 2012-03-27 17:20:30 +02:00