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
2022-05-31OopsGhostkeeper
2022-05-31Don't crash if machine_extruder_trains metadata is missingGhostkeeper
2022-02-21Merge branch 'master' into PyQt6_upgradeGhostkeeper
2022-02-03Don't mark interface extruder as used when there are noneGhostkeeper
2022-01-12Fix getting used and starting extruders with new adhesion extruder settingsGhostkeeper
2022-01-05Catch KeyError['empty_material'] when evaluating whether there's any profilesGhostkeeper
2021-12-29Qt5->Qt6: Fix cause of stack-overflow errors for newer Python/Qt.Remco Burema
2021-12-28Search/replace Qt5->Qt6.Remco Burema
2020-11-12Add warning icon to show which extruder makes the configuration Not SupportedfieldOfView
2020-07-09Replace support_tree_enable by a support_structure enumNino van Hooff
2020-06-24Fix issue that no disallowed areas were show if there were no active objectsJaime van Kessel
2020-06-23Short circuit finding the extruders that are activeJaime van Kessel
2020-06-23Move checking for some global features outside of the per node loopJaime van Kessel
2020-06-23Further simplify the getUsedExtruderStacks functionJaime van Kessel
2020-06-23Use cached values for anti overhang and support meshJaime van Kessel
2020-06-09Remove definitionChanges before removing a printerKostas Karmas
2020-05-28Merge remote-tracking branch 'origin/master' into doxygen_to_restructuredtext...Nino van Hooff
2020-05-28Convert remaining doxygen to rstNino van Hooff
2020-05-15Remove unnecessary re-adding of extrudersGhostkeeper
2020-04-07Select default extruder if a setting has an extruder nr that's not availableGhostkeeper
2020-01-16Fix getting correct initial extruder numberGhostkeeper
2019-11-08Remove a bunch of unused importsJaime van Kessel
2019-10-23Merge pull request #6542 from Ultimaker/CURA-6793_performanceninovanhooff
2019-10-22Remove deprecated ExtruderManager.getExtruderNameLipu Fei
2019-10-08Remove double call of _onGlobalContainerChanged and activeExtruderChanged on ...Ghostkeeper
2019-10-08Switch early fail around to reduce indentationGhostkeeper
2019-10-08Don't add extruders twice upon start-upGhostkeeper
2019-09-13Remove use of deprecated extruders propertyJaime van Kessel
2019-08-02Add more info in exceptionsLipu Fei
2019-07-23Fix typing ignore for breath frist iteratorJaime van Kessel
2019-07-23Fix typing issuesJaime van Kessel
2019-07-19Added deprecation warning to getExtruderNameJaime van Kessel
2019-06-28Made typing hint a bit more specificJaime van Kessel
2019-06-07Make _geSettingFromAllExtruders use zipJaime van Kessel
2019-05-16Only add extrudernr to used extruders if it actually existsJaime van Kessel
2019-04-04Also omit support meshes from used extruders listGhostkeeper
2019-04-02Exclude support blockers in used extrudersLipu Fei
2019-03-06Merge branch '4.0'Ghostkeeper
2019-02-28Fix the situation where an upgraded single extrusion machine and loading proj...Jaime van Kessel
2019-02-14Rectified wrong placement of brackets causing logic change. [CURA-5864]Remco Burema
2019-02-13Explicitly also check for Raft when checking for prime-tower=brim. [CURA-5864]Remco Burema
2019-01-24Fix merge conflictsLipu Fei
2019-01-02Remove code duplicationJaime van Kessel
2018-12-24Revert "Prevent some unneeded calling of signals"Ghostkeeper
2018-12-21Create 'brim for prime tower only' option (see also backend PR). [CURA-5864]Remco Burema
2018-12-21Prevent some unneeded calling of signalsJaime van Kessel
2018-12-10Ensure setActiveExtruderIndex only gets called once when switching machinesJaime van Kessel
2018-11-30Use public activeExtruderIndex rather than internal _activeExtruderIndexGhostkeeper
2018-10-25Fix the extra setNextStack()Lipu Fei
2018-10-25Remove some duplicate addExtruder() and setNextStack() callsLipu Fei