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
AgeCommit message (Expand)Author
2014-12-22Add the profiles from Paul.daid
2014-12-19Change how the quickprint profiles are defined and handled. Easier to modify&...daid
2014-12-16Add a skin speed setting to have Paul make awesome profiles for the quickprin...daid
2014-12-16Update the printrbot settings, adding the auto bed leveling sensor code and f...daid
2014-12-16Do not join the thread from the abortEngine function, as this is called from ...daid
2014-12-09Put the runEngine code inside the thread to prevent this code from blocking t...daid
2014-12-08Fix stupid mistake.daid
2014-12-08add print time and filament usage to statsdaid
2014-12-08Add turkish translation.daid
2014-12-08Fix a bug with loading files on windows, which was happening on a thread caus...daid
2014-12-04Update the release notes.daid
2014-12-03Improve stats posting. Update versio number to RC914.12-RC9daid
2014-12-02Improve error logging on out of memory. Improve plugin handling memory.daid
2014-11-28Some firmware programming improvements in the error handling.daid
2014-11-26Updated new version dialog.daid
2014-11-26Skip empty lines for #101014.11-RC8daid
2014-11-26Disable languages that have not been verified by a trusted 3th party for offi...daid
2014-11-26Merge pull request #1012 from jbkim/SteamEnginedaid
2014-11-26Merge branch 'SteamEngine' of github.com:daid/Cura into SteamEnginedaid
2014-11-26Add Printrbot Go large, fix info on MetalPlus and SimpleMakersKit, add printr...daid
2014-11-26Make ConfigWizard use proper naming convention.daid
2014-11-26Change the order in which the printrbot printers are listed. As requested by ...daid
2014-11-26Fix #1019. Change how the engine is looked up, and cache the result.daid
2014-11-24Merge pull request #1011 from SpexGuy/SteamEnginedaid
2014-11-24Fix https://github.com/Ultimaker/CuraEngine/issues/140daid
2014-11-14Add Korean languageJinbuhm Kim
2014-11-14Update Korean Translation for Cura 14.09Jinbuhm Kim
2014-11-14Prevent unresponsive print windowMartin Wickham
2014-11-07Remove the hard dependency on the publisher part from wx, so the mac version ...daid
2014-11-06Fix the support tooltipdaid
2014-11-06Expose some extra raft settings to experiments with these settings can be done.daid
2014-11-06Allow opening of expert settings sub-categories from the basic settings.daid
2014-11-06Add raft airgap setting. Add new machine menu option to machine menu.daid
2014-11-04Add some more features to the firmware testing tool.daid
2014-10-31Do not assert when a firmware file is not found.daid
2014-10-30Build the firmware from source when building an release.daid
2014-10-30Timers should only be started from the GUI thread.daid
2014-10-30Fix the loading of the old preferences file. Look in more locations, move the...daid
2014-10-29Merge branch 'SteamEngine' of github.com:daid/Cura into SteamEnginedaid
2014-10-29Disable the "run first run wizard" option, as it confuses people.daid
2014-10-28Fix error when shader can't linkMartin Wickham
2014-10-28Preheat the bed before heating the nozzles.daid
2014-10-27Fix problems with german support selection.daid
2014-10-27Set default support to lines, as reports say this is better.daid
2014-10-20avoid TypeError when reading the active ioBrad Pitcher
2014-10-17Merge branch 'SteamEngine' of github.com:daid/Cura into SteamEnginedaid
2014-10-16Fix the usage of plugins.daid
2014-10-16Merge pull request #984 from Dim3nsioneer/PluginExpansionsdaid
2014-10-16One extra test to make sure the result is not Nonedaid
2014-10-16Plugin enhancementsDim3nsioneer