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
2020-10-14Exclude objects outside buildplate from OneAtATimeIteratorKostas Karmas
CURA-7776
2020-05-29Remove trailing whitespace from Python filesNino van Hooff
2020-04-21Converted comments in dir Cura/cura to rst styleJelle Spijker
Converted doxygen style comments to reStructuredText style in the files found in Cura/cura directory using the script dox_2_rst.py (provided in the Uranium repo). Comments were manually checked and changed if needed.
2020-01-14Fix typing in __init__ methods to appease MYPYfieldOfView
2019-10-02Use 2 leading spaces for doxygen documentationNino van Hooff
CURA-6785
2019-10-02Check for adhesion area collisions in one-at-a-time orderingNino van Hooff
CURA-6785
2019-09-30Add typing and documentation and remove unused codeGhostkeeper
Contributes to issue CURA-6785.
2019-09-30Remove unused importGhostkeeper
Contributes to issue CURA-6785.
2019-09-27Take nozzle offset into account in _getHeadAndFans()Nino van Hooff
CURA-6785
2019-09-26Revert the OneAtATimeIterator to the pre 06-2018 implementation.Nino van Hooff
This seems like a better starting point to fix print head collisions, because we got less bug reports for it compared to the 2018 rewrite. CURA-6785
2018-08-15Fix code style.Diego Prado Gesto
Contributes to CURA-5628.
2018-08-13Add collision detection in on-at-a-time iteratorLipu Fei
2018-08-13Revert "Revert "Merge pull request #4203 from ↵Lipu Fei
Ultimaker/CURA-5538-fix-one-at-a-time-order-2"" This reverts commit 89ed2bcff80a7a414f77c455baa0023c631eae7c.
2018-08-10Revert "Merge pull request #4203 from ↵Ian Paschal
Ultimaker/CURA-5538-fix-one-at-a-time-order-2" This reverts commit 82e1a7c5fc43a12d1498779d392286c6e49ee4ea, reversing changes made to 1915659393b72f7e4d4dbd9b73e92b8a665efcdc.
2018-08-07Fix some code styleLipu Fei
2018-08-06Fix print order for one-at-a-time modeLipu Fei
2018-01-22CURA-4821 Fix one at a time slicing for builtiplexerJack Ha
2018-01-09Use isinstance() to check if a node is a SceneNodeLipu Fei
CURA-4780
2018-01-09Fix another case of scene node checking by subclass, related to CURA-4780ChrisTerBeke
2017-09-28Changing AGPLv3 to LGPLv3Mark
2016-04-04One at a time iterator no longer ignores objects higher than gantry heightJaime van Kessel
Due to changes in build volume, those objects are already ignored. CURA-1224
2016-03-02Fixed order of one at a time printingJaime van Kessel
CURA-900
2016-03-02Code cleanupJaime van Kessel
2016-02-08Use working profile instead of "active" profilefieldOfView
2015-11-27Fix coding style issuesArjen Hiemstra
2015-09-08Fixed push free for one at a timeJaime van Kessel
2015-09-03Fix one at a time iterator to not check things like the platformArjen Hiemstra
2015-09-02Use profile for getting setting valuesArjen Hiemstra
2015-08-18Fix convex hull and other bits so they use the new APIArjen Hiemstra
2015-07-24Fix to grouped one at a timeJaime van Kessel
2015-07-23Modifications to enable one at a time (still WIP)Jaime van Kessel
2015-07-22Added gantry height checkJaime van Kessel
2015-07-22Changes required for printing one at a timeJaime van Kessel