chiark / gitweb /
Fix typos in README.
[cura.git] / Cura /
2013-01-17 daid303Add working scale tool.
2013-01-17 daid303Add visual nodes for the scale tool.
2013-01-17 daid303Slight change to the object info corners so there are...
2013-01-17 daid303Replacement for gluUnproject, which seems to be causing...
2013-01-17 daid303Fixing #328
2013-01-16 daid303Removed the infobox, made useless because of the new...
2013-01-16 daidMerge pull request #323 from smorloc/master
2013-01-16 daid303Update rotate tool with text, and add info tool.
2013-01-16 daid303Update on the font draw.
2013-01-16 daid303Use better font rending for the X/Y/Z
2013-01-16 daid303Update on rotation tools, this breaks a lot of function...
2013-01-16 smorlocAdded python path needed to run slicer
2013-01-15 smorlocAdded MRU file list for models & profiles
2013-01-15 daidMerge pull request #322 from smorloc/master
2013-01-14 smorlocFixed SD card eject under Windows
2013-01-14 daid303Keep working when the platform stl is missing.
2013-01-14 daid303Add proper attribution for #231
2013-01-13 daid303Fix the mirror options.
2013-01-11 daid303Fixing issue #319 - OBJ support with quads instead...
2013-01-11 daid303Add option to have the center of the printer at 0,0...
2013-01-10 daid303Update on firmware to 13.01.
2013-01-10 daid303Merge branch 'master' of github.com:daid/Cura
2013-01-10 daid303Add feature which checks for newer releases on startup.
2013-01-10 daidMerge pull request #315 from GreatFruitOmsk/master
2013-01-09 daid303Remove some commented old code.
2013-01-09 daid303Remove some commented old code.
2013-01-09 daid303Fix the progressbars in the projectplanner..
2013-01-09 daid303Fixing project planner slicing for newer slicer impleme...
2013-01-09 daid303Allow manual placement by preference. And add option...
2013-01-09 daid303Should use "is None" instead of "== None"
2013-01-08 daid303Better show invalid placement when objects are not...
2013-01-08 daid303Add missing else statements in initial wizard
2013-01-08 daid303Minor cleanup suggested by pycharm, which speeds up...
2013-01-08 daid303Fix scale with new matrix mode,
2013-01-07 daid303Pass a matrix to the slicer for scale and rotation.
2013-01-07 daid303Merge branch 'master' of github.com:daid/Cura
2013-01-04 daid303Huge update to put all the code for slicing at the...
2013-01-04 DaidAdd full screen option for MacOS.
2013-01-04 daid303Only show the minecraft import when you have minecraft...
2013-01-02 daid303Add relative extrusion distance to GCode viewer, and...
2013-01-02 daid303Added minecraft import tool.
2013-01-02 daid303Revert the multiprocessing, as multiprocessing with...
2013-01-02 daid303Remove debug messages.
2013-01-02 daid303Update print window to use multiprocessing instead...
2013-01-01 daid303Add missing exception on error messages.
2012-12-27 daid303Fixed #299
2012-12-27 daid303Fix starting the printing interface under windows and...
2012-12-24 DaidMerge branch 'master' of https://github.com/daid/Cura
2012-12-24 Daidcopy the cura examples from the proper location.
2012-12-24 daid303Fix the default example path, and add support for versi...
2012-12-24 daid303Fix the rounding bug when using 1.2mm wall thickness.
2012-12-21 daid303Remove useless ;
2012-12-21 DaidFix for plugins in MacOS
2012-12-21 daid303Merge branch 'master' of github.com:daid/Cura
2012-12-21 daid303Fix for mainscreen layout on MacOS when slicing.
2012-12-20 daid303Raise head on "pause at Z" so you can flush the nozzle...
2012-12-20 DaidFix the problem with the py2app version of the print...
2012-12-20 DaidFirst step to fixing the use of pypy for slicing in...
2012-12-20 daid303Fix a minor layout issue when slicing multiple files...
2012-12-20 daid303Center the machine bed grid on the machine center,...
2012-12-19 daid303Improvement on the bed leveling wizard
2012-12-17 daid303Merge branch 'master' of github.com:daid/Cura
2012-12-17 daid303Add bed leveling wizard.
2012-12-13 daid303Do not show the rotate ring in GCode preview.
2012-12-13 daidMerge pull request #288 from GreatFruitOmsk/master
2012-12-13 daidMerge pull request #287 from GreatFruitOmsk/master
2012-12-13 daid303Fixed #234
2012-12-13 daid303Check for modified files and ask the user to reload...
2012-12-13 Ilya KulakovDo not import splashScreen when platform is darwin.
2012-12-10 daid303Retract 15mm by default when switching extruders in...
2012-12-10 daid303Fix the simplemode.
2012-12-10 daid303Fixed the layout problems with the quickprint/normal...
2012-12-10 daid303Small extra comment to make it clear why the import...
2012-12-10 daidMerge pull request #284 from jcosmo/timelapse_spelling
2012-12-10 daid303Make a single entry point for the GUI interface, as...
2012-12-10 daid303Fix encoding bug when using locals with none-ascii...
2012-12-10 James Walkertimelaps -> timelapse
2012-12-07 daid303Turn all classes into new style classes, this speeds...
2012-12-07 daid303Some minor fixes.
2012-12-07 daid303Fix all the imports in skeinforge.
2012-12-07 daid303Merge branch 'master' of github.com:daid/Cura
2012-12-07 daid303Update on normal/quickprint mode. Now they share a...
2012-12-07 daidMerge pull request #281 from GreatFruitOmsk/master
2012-12-07 Ilya KulakovMake gui.util a package.
2012-12-07 Ilya KulakovFix power import.
2012-12-07 Ilya KulakovUse Power as pip dependency, not git submodule.
2012-12-07 Ilya KulakovMerge remote-tracking branch 'upstream/master'
2012-12-06 daid303Move some gui utility files into a seperate location...
2012-12-06 daid303Move resources in to their own subdirectory and update...
2012-12-06 daid303Quick and ugly change which fixes slicing with pypy...
2012-12-06 daid303Fixed the imports.
2012-12-06 DaidUpdated all lineends for py files to unix style.
2012-12-06 daidMerge pull request #280 from GreatFruitOmsk/macosx
2012-12-05 Ilya KulakovMerge remote-tracking branch 'upstream/master' into...
2012-12-05 Ilya KulakovInitial subclass of wx.App and removing splash on Mac...
2012-12-05 Ilya KulakovNew py2app based distribution of Cura for Mac OS X.
2012-12-05 Ilya KulakovFix resources, imports and indentations.
2012-12-05 daid303Add Ultimaker upgrade page in first run wizard, which...
2012-12-05 daid303Added rotation circle to make it easier to rotate models.
2012-12-04 daid303Add experimental hop setting.
next