Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/CuraEngine.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-20Merge pull request #1647 from Ultimaker/CURA-9159_alternate_fix_thread_tree_c...Jelle Spijker
2022-04-20Alternate fix for crashes/deadlocks Tree-Support.Remco Burema
2022-04-20Revert "Fix occasional crash due to unsafe threading in tree support."Remco Burema
2022-04-20Update src/TreeSupport.cppJelle Spijker
2022-04-20Apply suggestions from code reviewCasper Lamboo
2022-04-20Apply suggestions from code reviewCasper Lamboo
2022-04-20Avoid polygons for branches that don't connect to the build platec.lamboo
2022-04-20Merge remote-tracking branch 'origin/CURA-9159_fix_threaded_tree_crash' into ...c.lamboo
2022-04-20Fix occasional crash due to unsafe threading in tree support.Remco Burema
2022-04-19Allow tip of tree support to travel through support xy distancec.lamboo
2022-01-24Merge branch '4.13' of github.com:Ultimaker/CuraEngineJaime van Kessel
2022-01-24Interface should snug tightly to model.Jelle Spijker
2022-01-24Take support xy distance into account when dropping nodesJelle Spijker
2022-01-24Revert "Don't re-apply Support Z Offset for support roof"Jelle Spijker
2021-12-22Merge branch '4.13'Ghostkeeper
2021-12-22Don't re-apply Support Z Offset for support roofGhostkeeper
2021-12-15Don't pass individual settings via functionsGhostkeeper
2021-12-15Move ModelVolumes to separate fileGhostkeeper
2021-12-15Move inside by 1 micron to prevent edge casesGhostkeeper
2021-12-15Use American spellingGhostkeeper
2021-12-14Merge branch 'libArachne_rebased'Ghostkeeper
2021-11-23Rescale tip interpolation to end up on 1.5 line widthGhostkeeper
2021-11-12Merge branch 'master' into libArachne_rebasedGhostkeeper
2021-11-03Switch Tree Support threading from OpenMP to native.Remco Burema
2021-08-12Merge remote-tracking branch 'origin/master' into libArchane_rebased_mergeJelle Spijker
2021-08-04Add function to convert angles from degrees to radiansGhostkeeper
2021-04-16Merge branch 'master' into libArachne_rebasedRemco Burema
2021-02-04Merge branch 'master' into libArachne_rebasedGhostkeeper
2021-02-03Update TreeSupport.cppThomas Rahm
2020-12-01Merge branch 'master' into fix_real_world_measurements_int2mmGhostkeeper
2020-11-02Merge branch 'master' into libArachne_rebasedGhostkeeper
2020-10-14Use MM2INT for hard-coded distancesGhostkeeper
2020-10-14Code cleaning.skarasov
2020-09-16Merge branch 'master' into libArachne_rebasedGhostkeeper
2020-09-10Merge branch 'CURA-7713_Jump_in_tree_support_branch_diameter_causes_failed_pr...Ghostkeeper
2020-09-09Select the max distance_to_top between last two merging neighboursKostas Karmas
2020-09-07Remove code that moved tree support into the center of the modelJaime van Kessel
2020-07-31Add the pointer to the to_delete list before invalidating the iteratorJaime van Kessel
2020-07-30Prevent double delete of unsupported branch leafs for tree supportJaime van Kessel
2020-07-20Merge branch 'master' into libArachne_rebasedGhostkeeper
2020-07-20Merge branch '–CURA-7547_Make_tree_support_deterministic' of github.com:Ulti...Jaime van Kessel
2020-07-17Use vectors instead of unordered_sets for the contact_nodesKostas Karmas
2020-07-16Merge branch 'CURA-6711_support_structure_dropdown' of github.com:Ultimaker/C...Jaime van Kessel
2020-07-14Use Settings by reference in TreeSupportCURA-6711_support_structure_dropdownNino van Hooff
2020-07-10Fix producing leftover unsupported roof partsKostas Karmas
2020-07-10Fix tree support generating one roof layer even if Roof is disabledKostas Karmas
2020-07-09Replace support_tree_enable by a support_structure enumNino van Hooff
2020-07-09Fix Tree support into model when Support Bottom Distance is 0Kostas Karmas
2020-07-01Split the support into parts before generating the infillKostas Karmas
2020-06-15Use makeCircle in places where we're making circlesGhostkeeper