2012-07-05 |
daid | Removed test comment. |
| commitdiff |
2012-07-05 |
daid | Updated macOS scripts to be commands, makes them easier... |
| commitdiff |
2012-07-05 |
Daid | Added feature to load a profile from a sliced GCode... |
| commitdiff |
2012-07-03 |
daid | Make the fan speed adjustable between min/max, dependin... |
| commitdiff |
2012-07-03 |
daid | Added support for drag&drop files into Cura. |
| commitdiff |
2012-07-02 |
daid | Also check for TypeErrors, which seem to happen when... |
| commitdiff |
2012-07-02 |
daid | Merge branch 'master' of github.com:daid/Cura |
| commitdiff |
2012-07-02 |
daid | Fixed #153 |
| commitdiff |
2012-07-02 |
daid | Fixed #148 |
| commitdiff |
2012-06-30 |
Daid | Added newer ultimaker firmware. Make linux version... |
| commitdiff |
2012-06-28 |
Daid | Add copy to SD to batch run tool. |
| commitdiff |
2012-06-28 |
Daid | Some layout changes adviced by Joris. To improve visibi... |
| commitdiff |
2012-06-28 |
daid | On a multicore system, support parralel slices in the... |
| commitdiff |
2012-06-28 |
daid | Added basic batch run tool. Still needs some more enhan... |
| commitdiff |
2012-06-28 |
daid | Fixed #143 - Properly align models when using multiple... |
| commitdiff |
2012-06-27 |
Daid | Do not send the M0 or M1 to the machine, but send an... |
| commitdiff |
2012-06-27 |
Daid | Add pause button to printing interface, and auto pause... |
| commitdiff |
2012-06-26 |
daid | Remove debug message. |
| commitdiff |
2012-06-26 |
daid | Add realtime speed controls to printer interface. |
| commitdiff |
2012-06-26 |
daid | Add bed temperature control to printer interface. Only... |
| commitdiff |
2012-06-25 |
Daid | Added all-at-once images. |
| commitdiff |
2012-06-23 |
Daid | Fixed #140 |
| commitdiff |
2012-06-22 |
daid | Merge pull request #139 from greenarrow/master |
| commitdiff |
2012-06-22 |
Stefan Blanke | Fix version detection for all Python versions |
| commitdiff |
2012-06-22 |
Daid | Fixed #135 - Update preview window controls when loadin... |
| commitdiff |
2012-06-22 |
Daid | Added copy to SD feature. Fixed #138 |
| commitdiff |
2012-06-22 |
Daid | Merge branch 'master' of github.com:daid/Cura |
| commitdiff |
2012-06-22 |
Daid | Added working arcs to 2D svg |
| commitdiff |
2012-06-21 |
Daid | Removed debug message that I excedently left in. |
| commitdiff |
2012-06-21 |
Daid | Fixed #116 - Slicing with none-ascii characters under... |
| commitdiff |
2012-06-21 |
Daid | Some fixes to start support for python3. |
| commitdiff |
2012-06-21 |
Daid | Fixed island retraction. Feature was already found... |
| commitdiff |
2012-06-21 |
Daid | Add support to slice as 1 large object with the project... |
| commitdiff |
2012-06-21 |
Daid | Add option to save the collection of STL files as a... |
| commitdiff |
2012-06-21 |
Daid | Merge branch 'master' of github.com:daid/Cura |
| commitdiff |
2012-06-21 |
Daid | Fix for double retraction, fix for errorlist in model... |
| commitdiff |
2012-06-20 |
Daid | Added reset profile to default option. |
| commitdiff |
2012-06-20 |
Daid | Make comb use a larger distance between the outer edge... |
| commitdiff |
2012-06-20 |
Daid | Change the way the only jump retraction works, this... |
| commitdiff |
2012-06-19 |
Daid | Added G4 to GCode reader. Fixes #132 |
| commitdiff |
2012-06-19 |
Daid | Added Mega2560 Rev3 driver |
| commitdiff |
2012-06-04 |
Daid | Add retract only on jumps to expert settings. |
| commitdiff |
2012-06-04 |
Daid | Merge branch 'master' of github.com:daid/Cura |
| commitdiff |
2012-06-04 |
Daid | Add retract on jumps only setting |
| commitdiff |
2012-06-04 |
Daid | Add arc stub in SVG class. |
| commitdiff |
2012-06-03 |
Daid | Removed the bridge material amount setting, this did... |
| commitdiff |
2012-06-01 |
daid | Added start of SVG 2D slicer. |
| commitdiff |
2012-06-01 |
daid | Use the proper function for checking if 2 vertexes... |
| commitdiff |
2012-06-01 |
daid | Removed unused scripts. |
| commitdiff |
2012-06-01 |
daid | Fix printer interface images for frozen build. Do not... |
| commitdiff |
2012-06-01 |
daid | Added retract colors on moves that are followed after... |
| commitdiff |
2012-06-01 |
daid | More fixes for a frozen build. Adds the code used by... |
| commitdiff |
2012-05-31 |
daid | Require atleast cx-Freeze 4.2, because older versions... |
| commitdiff |
2012-05-31 |
daid | Fixed a few issues with a frozen executable. Slicing... |
| commitdiff |
2012-05-31 |
daid | Added setup.py script for cx_Freeze, which I hope will... |
| commitdiff |
2012-05-31 |
daid | Some cleanup and preperation for better packaging. |
| commitdiff |
2012-05-29 |
daid | Added cut-mesh.png image. |
| commitdiff |
2012-05-29 |
daid | Use a function to generate the "_export.xxx" filename |
| commitdiff |
2012-05-25 |
daid | Added "split plate" function to project planner, which... |
| commitdiff |
2012-05-21 |
daid | RC4 RC4 |
| commitdiff |
2012-05-21 |
daid | Release the steppers on a print cancel. Fixed #110 |
| commitdiff |
2012-05-20 |
Daid | Added slice date/time and basic settings to start GCode... |
| commitdiff |
2012-05-19 |
Daid | Updated the preference dialog so that is wider instead... |
| commitdiff |
2012-05-18 |
Daid | Ugly workaround for 3D preview not always refreshing... |
| commitdiff |
2012-05-18 |
Daid | Abstract the 3D model related functions into a seperate... |
| commitdiff |
2012-05-18 |
Daid | Remove support margin setting, it is not really needed... |
| commitdiff |
2012-05-18 |
Daid | Account for head movements when using support in the... |
| commitdiff |
2012-05-17 |
Daid | Add dwindle to progress bar options. Fixed indentation... |
| commitdiff |
2012-05-16 |
daid | By default turn the fan off in the start code, because... |
| commitdiff |
2012-05-16 |
daid | Fixed a bug in project planner slicing. |
| commitdiff |
2012-05-16 |
daid | Refresh the 3D window after updating the project planne... |
| commitdiff |
2012-05-16 |
daid | Fixed #102 - Jorised GCode preview was messed up. Cause... |
| commitdiff |
2012-05-16 |
daid | Remove debug message |
| commitdiff |
2012-05-16 |
daid | Add an extra line on the first jorised line, so we... |
| commitdiff |
2012-05-16 |
daid | Add show log result to project planner. Make sure the... |
| commitdiff |
2012-05-16 |
daid | Better variable names |
| commitdiff |
2012-05-16 |
daid | Support loading a profile ini file from the commandline. |
| commitdiff |
2012-05-16 |
daid | Fix visibility of rotate/scale controls in project... |
| commitdiff |
2012-05-16 |
daid | re-use old slice in project planner, if we are slicing... |
| commitdiff |
2012-05-16 |
daid | Better sanity checks in raft plugin. |
| commitdiff |
2012-05-16 |
daid | Extra sanity check on the GCode layer Z view height... |
| commitdiff |
2012-05-16 |
daid | Fixed #108 |
| commitdiff |
2012-05-15 |
daid | Fixed #105 - Opening explorer on a filename with a... |
| commitdiff |
2012-05-15 |
daid | Fixed bug which happens if you slice without ever touch... |
| commitdiff |
2012-05-14 |
daid | Add flip/swap buttons to project planner. |
| commitdiff |
2012-05-14 |
daid | Add experimental dwindle, so we can check it out. |
| commitdiff |
2012-05-14 |
daid | Change the MacOS toolbar fix so we only add 1 panel... |
| commitdiff |
2012-05-11 |
daid | Fix minor layout issue for windows with project planner... |
| commitdiff |
2012-05-11 |
daid | Merge branch 'master' of github.com:daid/Cura RC3 |
| commitdiff |
2012-05-11 |
daid | Fixed project planner toolbars for windows/linux |
| commitdiff |
2012-05-11 |
daid | Merge branch 'master' of github.com:daid/Cura |
| commitdiff |
2012-05-11 |
daid | Updated build name to RC3 |
| commitdiff |
2012-05-11 |
daid | Added print and exporer open button to Project planner... |
| commitdiff |
2012-05-11 |
daid | Remove plain textbox for GCode editing after patch... |
| commitdiff |
2012-05-11 |
daid | Added home button icon |
| commitdiff |
2012-05-11 |
daid | Merge pull request #99 from PyroMani/master |
| commitdiff |
2012-05-11 |
Ferdi van der Werf | Fixes #91 |
| commitdiff |
2012-05-11 |
Ferdi van der Werf | Fixes #95 |
| commitdiff |
2012-05-10 |
Ferdi van der Werf | Fixes #94 |
| commitdiff |
2012-05-10 |
Daid | Add icons for Z move |
| commitdiff |
next |