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-09-13Move CreateFlattendContainerInstance to InstanceContainerJaime van Kessel
2022-09-05Move creatFlattenedContainerInstnance into CuraStackBuilder so it can be reused.joeydelarago
2022-09-05Don't show warning message if creating abstract printer failedJaime van Kessel
2022-08-26Remove code duplication in createAbstractMachineJaime van Kessel
2022-08-26Remove AbstractMachinec.lamboo
2022-08-24Simplify logic by having abstract printers always be online.joeydelarago
2022-08-22Add comment about circular importc.lamboo
2022-08-22Revert "Move cura-import to top of the file"c.lamboo
2022-08-22Move cura-import to top of the filec.lamboo
2022-08-22Apply suggestions from code review Casper Lamboo
2022-08-22Typing Casper Lamboo
2022-08-22Code style Casper Lamboo
2022-08-19Use pretty-printed string for the `AbstractMachine` namec.lamboo
2022-08-19Add new Abstract machine stack type. This represents a type of printers (ulti...joeydelarago
2022-04-19Fail gracefully when adding unknown cloud printergracefully_fail_cloud_printerJaime van Kessel
2021-09-07Fix various typosluz paz
2020-08-10Remove reference to JIRA ticket in commentsKostas Karmas
2020-08-10Add optional machine_extruder_count when creating a machineKostas Karmas
2020-08-10Give an error message when stack fails to buildGhostkeeper
2020-05-29Remove trailing whitespace from Python filesNino van Hooff
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-15Use new extruderList rather than extrudersGhostkeeper
2020-04-10Remove a number of unused importsJaime van Kessel
2020-02-28Be a bit more gracefull when adding a machine failedJaime van Kessel
2019-10-09Implement lazy loading for machine nodesGhostkeeper
2019-09-23Add a function to add a MachineNode to the tree.Jaime van Kessel
2019-09-20Remove unused imports to MaterialManagerGhostkeeper
2019-09-09Init intent to empty_intent_container for new machine stacksLipu Fei
2019-08-27Set quality profiles to preferred quality upon stack creationGhostkeeper
2019-08-22Build stack using container tree's preferred material/nozzleGhostkeeper
2019-08-15Use ContainerTree to get quality groups instead of QualityManagerGhostkeeper
2019-08-15Replace deprecated .getContainer() calls with .containerRemco Burema
2019-08-13Fix building stack from freshly-loaded definitionGhostkeeper
2019-08-13Remove unused variableGhostkeeper
2019-08-13Merge branch 'feature_intent' into feature_intent_container_treeGhostkeeper
2019-08-08Don't require VariantManager any more from CuraStackBuilderGhostkeeper
2019-08-02Add more info in exceptionsLipu Fei
2019-05-24Fix the simple create machine testJaime van Kessel
2019-05-20Add test for CuraStackBuilderJaime van Kessel
2019-03-13Improve logging if extruder cant be found while creating extruder stackJaime van Kessel
2018-10-25Remove some duplicate addExtruder() and setNextStack() callsLipu Fei
2018-10-19Fix material update upon extruder-compatible diameter changeLipu Fei
2018-10-03Fix getDefaultVariantNode for UM2Lipu Fei
2018-09-18Clean up the code a bit and update comments.Diego Prado Gesto
2018-09-18Remove duplicated codeLipu Fei
2018-09-18Fix single extrusion machines without an ExtruderStackLipu Fei
2018-08-17Better handling of no quality group in CuraStackBuilderLipu Fei
2018-08-17Check first if preferred quality existsGhostkeeper
2018-08-02Move VariantType to VariantType.pyLipu Fei