Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/Cura/util
AgeCommit message (Expand)Author
2013-11-20Update wipe to wipe&prime tower in naming.daid
2013-11-18Add patch for git submodule version. Fixing issue #612daid
2013-11-18Add new firmware update for UM2. Show which firmware you are installing in th...daid
2013-11-13Added clipcheck for UM2Jaime van Kessel
2013-11-13Added commentsJaime van Kessel
2013-11-12Add ooze-shield and wipe-tower settings.daid
2013-11-12Fix the bug where the M140 for bed temperature is not added in the start code.daid
2013-11-08Remove unused main() test function from youMagine class.daid
2013-11-07Fix the wrong layer for fan fully on.daid
2013-11-06Better default head offsets for dual-extrusiondaid
2013-11-06Add material amounts for dual-extrusion.daid
2013-10-30Add spialize mode which makes printing of cups and vases easy.daid
2013-10-29Change minimal value for material flow to 5, so 1.0 gives an error.daid
2013-10-29Fix retraction display for UltiGCode.daid
2013-10-29Change default support fill to 15%, hopefully fix an error message when Cura ...daid
2013-10-29Change how tag-detection in the start.gcode is done, and add example temperat...daid
2013-10-28Change how the fan is handled on lower layers.daid
2013-10-28Do not add the corrected error messages to the term screen.daid
2013-10-28Use proper start2.gcode when doing dual-extrusion-support-material.daid
2013-10-28Enable retraction when selecting the UM2. Fix the reset-profile which clears ...daid
2013-10-22Scale down/up really small or really big meshes.daid
2013-10-21Add imageToMesh tool.daid
2013-10-18Update youmagine api to fix compatibility with new youmagine release.daid
2013-10-18Updates to the SVG class (still unused), fixed some minor things.daid
2013-10-14Fix object print order bug for UM2.daid
2013-10-08Change how the matrixes are applied on SVG objects. Fix a minor bug when the ...daid
2013-10-07Add machine center is zero to machine settings. Properly handle depricated ma...daid
2013-10-07Disable all languages except english for an official release.daid
2013-10-07Some minor drawing cleanup (I know I know. Still unused.)daid
2013-10-06Add default machine profiles for other machines then Ultimakers.daid
2013-10-04Merge pull request #581 from martinxyz/SteamEnginedaid
2013-10-04Language fixes from the lang_nl_corr1 branch.daid
2013-10-04Possibly fix the language selection problem where english defaults to system ...daid
2013-10-03fix filename when saving gcodeMartin Renold
2013-10-03Fix typo.daid
2013-10-03Add missing , to last patchdaid
2013-10-03Added French, Spanish and Polish languages from the community.daid
2013-10-01Add language selection.daid
2013-10-01Update code for translations, fix a few translation issues and add a few miss...daid
2013-10-01Slight improvement of the SD card detection on Linux. See #576daid
2013-10-01Add more 2D drawing code. Unused, but still, I have plans. (And all developed...daid
2013-09-30Remove debug print from svg reader. (I know it is not used. But I have plans!daid
2013-09-29Support multple modification in a single transform tag. Add rotate(r,x,y) tra...daid
2013-09-29Fix SVG string->float handling. Process some more tags, and add an accuracy t...daid
2013-09-28Add extra curve commands to the svg parse.daid
2013-09-28Lots of updates on the unused SVG class. (Totally unrelated to Cura right now)daid
2013-09-27Fix on small typo.daid
2013-09-26Update translation files and add update script.daid
2013-09-26Add option to add/remove machines from machine setting menu.daid
2013-09-25getMachineCenterCoords: change erroneous getMachineSetting>>Float<<hg42@gmx.net