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
2017-04-12Minor refactor; Return None instead of weird 999999 if no suitable location w...Jaime van Kessel
2017-04-07Minor refactorJaime van Kessel
2017-04-07Minor refactor; renamed start_priority to last_priorityJaime van Kessel
2017-04-07Multiplying now also gives a message if it could not find a suitable spot for...Jaime van Kessel
2017-04-07Removed count from findNodePlacementJaime van Kessel
2017-04-07Moved multiply objects to jobJaime van Kessel
2017-04-07Added message if arrange all could not find location for all objectsJaime van Kessel
2017-04-07Added disallowed areas to arrangerJaime van Kessel
2017-04-06Arranger findNodePlacements now places objects on top of build plate. CURA-3239Jack Ha
2017-04-06Arrange All now places excessive objects outside build plate. CURA-3239Jack Ha
2017-04-05Improve ugly code for Arranger. CURA-3239Jack Ha
2017-04-05Improved documentationJaime van Kessel
2017-04-05Fix Arranger bestSpot. CURA-3239Jack Ha
2017-04-04Added comments. CURA-3239Jack Ha
2017-04-04Fix error after refactor, added commentsJack Ha
2017-04-03Added tests for ShapeArray. CURA-3239Jack Ha
2017-04-03Added first arranger tests, small refactors. CURA-3239Jack Ha
2017-04-03Split ShapeArray from Arranger. CURA-3239Jack Ha
2017-04-03Removed logging, improved spot for left-over object. CURA-3239Jack Ha
2017-04-03Fixed multiplyObject group. CURA-3239Jack Ha
2017-04-03Arranger: moved functions, split Arrange into Arrange All and Arrange Selecti...Jack Ha
2017-03-30Funed arranger for better performance. CURA-3239Jack Ha
2017-03-29Arrange all now places biggest objects first. CURA-3239Jack Ha
2017-03-29Tuned arranger a bit, good enough for proof of concept. CURA-3239Jack Ha
2017-03-28First version of multiply object seems to work quite well. CURA-3239Jack Ha
2017-03-09WIP Added first arranger functions. CURA-3239Jack Ha