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
AgeCommit message (Collapse)Author
2017-09-28Changing AGPLv3 to LGPLv3Mark
2017-03-22Codestyle & removal unused importsJaime van Kessel
2016-12-28Layer shader now uses own attribute for line dimensions instead of misusing uvs.Jack Ha
2016-05-23Introduced a LayerDataBuilder. Made LayerData immutable just like its ↵Simon Edwards
superclass. Fixed the layer view which broke. Contributes to CURA-1504
2016-04-08Moved layerData & polygon to own fileJaime van Kessel
2016-03-21Complete the renaming of a parameterGhostkeeper
This caused layer view to break down. Probably contributes to issue CURA-1208.
2016-03-15Removing unused imports and rename built-in varibales/functions into save oneThomas-Karl Pietrowski
* The new names for the variables might be misleading...
2016-02-29Use a map of colours rather than big if statement to get the layer colorArjen Hiemstra
The entire if-else tree turned out to be quite slow. Using a dict is a lot faster. Contributes to CURA-708
2016-02-01Fix Layer viewArjen Hiemstra
2015-11-13Merge branch '15.10'Arjen Hiemstra
* 15.10: (39 commits) Remove unused import in StartSliceJob conforming to code style fix typo's.. Adjust initial view to be slightly from the side uses a different method to check whether a machine name excists Sets the languageComboBox to the default language Remove per-group settings for now Make sure to send all settings when an object overrides the profile Properly emit writeStarted in RemovableDriveOutputDevice Add xy_offset setting to list of settings that trigger a disallowed area update Properly trigger a reslice when the active instance is changed Wizardpages without hack Only hides the window when there are no more pages Only add layer data node after all processing Also account for "xy_offset" setting for the disallowed areas JSON: workaround for stutter in spiralize vase: set travel speed to printing speed Adds a color for the error-messages Shows an error message when a user tries to add a printer with a name that already excists. JSON: support bottom stair step height defaults changed so that the bottom distance to the model isn't violated too much Try to use Protobuf CPP implementation if it is available ...
2015-10-16Merge branch 15.10 into masterGhostkeeper
Where automatic merging failed, the version of 15.10 was used.
2015-10-06Merge branch '15.10'Arjen Hiemstra
* 15.10: Properly clear stored layer data Render SupportInfillType so support is rendered correctly again. Fix issues with crash handler and log file creation on Windows Bump version Make the UMO upgrade selection page work properly Update preference dialog to the changed API Disable crash handler if debug mode is not enabled Prevent crashes when centering an object Also disable output device selection when main save button is disabled Fix name of Low Quality profile Fix stdout/stderr output location so we do not output to UM but to cura
2015-09-23Moved LayerData & Decorator outside of backend pluginJaime van Kessel