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 (Expand)Author
2020-04-21Update missed sdk versions from 7.1 to 7.2.0 for Cura 4.6Nino van Hooff
2020-04-15Only check changed settings (and whatever it affects) for errors in POSJaime van Kessel
2020-03-10Fixed small typo in nothing to sliceMatt Jani
2020-03-10Update the nothing to slice messageMatt Jani
2020-02-27Ignore comments when checking for temperature prependsJaime van Kessel
2020-02-10Merge branch '4.5'Ghostkeeper
2020-02-10Bump SDK version number of Cura 4.5 to 7.1Ghostkeeper
2020-02-08WIP: Make it work with Python 3.7 packaingLipu Fei
2020-01-16Fix getting correct initial extruder numberGhostkeeper
2020-01-16No longer use sceneLock for startSliceJobJaime van Kessel
2020-01-06Remove usage of deprecated functionJaime van Kessel
2019-11-01Fix fallback to global if extruder_nr doesn't existGhostkeeper
2019-10-21Change SDK version to 7.0.0Nino van Hooff
2019-10-18Workaround: Make the type-checker understand what's going on.Remco Burema
2019-10-17Improve code style.Mark Burton
2019-10-17Return early from _checkStackForErrors() if top container is empty.Mark Burton
2019-10-08Fix translation mistake in a messageJaime van Kessel
2019-09-13Remove use of deprecated extruders propertyJaime van Kessel
2019-09-03Do not trigger slicing if there's no slicable objectLipu Fei
2019-08-29Avoid crash due to race in CuraEngineBackend.Mark Burton
2019-08-26Fix potential race condition when slice messages arrive after clearing build ...Ghostkeeper
2019-07-26Merge branch '4.2' of github.com:Ultimaker/CuraJaime van Kessel
2019-07-25Fix case where an error in the stack would not prevent slicingJaime van Kessel
2019-07-23Fix typing ignore for breath frist iteratorJaime van Kessel
2019-07-18Spelling of log entries and code styleGhostkeeper
2019-05-20Merge branch '4.1'Ghostkeeper
2019-05-15Change some of the logging messages to infoJaime van Kessel
2019-05-14Merge remote-tracking branch 'origin/4.1' into CURA-6497_fix_empty_material_nameLipu Fei
2019-05-09Merge branch '4.1' of github.com:Ultimaker/Cura into 4.1Jaime van Kessel
2019-05-09Check if auto slicing needs to be done slightly more frequentJaime van Kessel
2019-05-09Add handling for ValidatorState.InvalidLipu Fei
2019-05-06Include the prime tower to the time calculationsDiego Prado Gesto
2019-04-30Use only the active extruders when sending slice messageJaime van Kessel
2019-04-26Fix typingLipu Fei
2019-04-26Properly cache slice values to speed up sending the sliceJaime van Kessel
2019-04-15Refactor some small bits of the setting override decoratorJaime van Kessel
2019-03-26Move models around againLipu Fei
2019-03-20Fix module renamingLipu Fei
2019-03-20Move cura.Machine.Models to cura.UI.MachineModelsLipu Fei
2019-03-20Move ExtrudersModel into cura.UI moduleLipu Fei
2019-03-08Merge pull request #5259 from fieldOfView/fix_travel_speedDiego Prado Gesto
2019-02-21Merge branch '4.0'Ghostkeeper
2019-02-19Increase agressiveness of short circuit logic; Just check if the node is slic...Jaime van Kessel
2019-02-19Add few more cases where Camera changes caused un-needed updatesJaime van Kessel
2019-02-01Add {travel_speed} as an alias to {speed_travel}...fieldOfView
2019-01-20Merge branch '4.0'Diego Prado Gesto
2019-01-18Use MachineManager.activeMachine instead of Application.globalstackLipu Fei
2019-01-14Merge branch '4.0'Diego Prado Gesto
2019-01-09Check if the optimised layer data is stored before attempting to delete itJaime van Kessel
2019-01-07Merge pull request #5017 from Ultimaker/add_comment_prime_towerLipu Fei