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
2017-09-29initial implementation volumetric property providervolumetric_propTim Kuipers
2017-09-14Merge branch 'fractal_3d_infill_alternate'Ghostkeeper
2017-09-14Rewrite clockwise checkGhostkeeper
2017-09-14Move test for inner polygon vertex also to new testGhostkeeper
2017-09-14Use std::find to check if polygon contains pointGhostkeeper
2017-09-14Move original point check to separate testGhostkeeper
2017-09-14Move test for splitting polygon into parts out to separate testGhostkeeper
2017-09-14Introduce fuzz for rounding errorsGhostkeeper
2017-09-14Add more rotateAround testsGhostkeeper
2017-09-14Parametrise rotateAround testsGhostkeeper
2017-09-13Merge branch 'fractal_3d_infill_alternate' of github.com:Ultimaker/CuraEngine...Ghostkeeper
2017-09-13Merge branch 'fractal_3d_infill_alternate' of github.com:Ultimaker/CuraEngine...Tim Kuipers
2017-09-13lil fixes and renamesTim Kuipers
2017-09-13test cases for SpaceFillingTreeTim Kuipers
2017-09-13Attempt at improving documentation and ASCII artGhostkeeper
2017-09-13Remove unused fieldGhostkeeper
2017-09-13Remove unused variableGhostkeeper
2017-09-13merge offsetTreePathAlternating and offsetTreePathTim Kuipers
2017-09-13bugfix: uninitialized var in cross fill for supportTim Kuipers
2017-09-13Merge branch 'skin_preshrink_to_close'Diego Prado Gesto
2017-09-12lil fixes and docTim Kuipers
2017-09-12refactor: merged generateTreePathAndDepths and generateTreePathTim Kuipers
2017-09-12lil fixesTim Kuipers
2017-09-12feat: expose user settings for apply_pockets_alternatingly and pocket_sizeTim Kuipers
2017-09-12fix: cross pattern for supportTim Kuipers
2017-09-12Print concentric 3D patterns with correct line typeGhostkeeper
2017-09-12Break if-else statement up into switch casesGhostkeeper
2017-09-12Just adding some comments for further understanding - CURA-4270Diego Prado Gesto
2017-09-11feat: cross 3d now alternates where the pockets are placedTim Kuipers
2017-09-11reduce algorithm alternatives for cross 3d infillTim Kuipers
2017-09-11fix: cross fill: don't use pocket size and alternate pockets for normal cross...Tim Kuipers
2017-09-11lil doc fixTim Kuipers
2017-09-11fix: polygon order of AABBTim Kuipers
2017-09-11lilTim Kuipers
2017-09-11fix: SpaceFillingTreeFill: bevel half of junctions in alternate caseTim Kuipers
2017-09-11refactor: SpaceFillingTree::walk(.) now exposes NodeTim Kuipers
2017-09-11feat: SpaceFillingTreeFill pockets at junctionsTim Kuipers
2017-09-11SpaceFillingTreeFill::offsetTreePathAlternating more algorithm alternativesTim Kuipers
2017-09-11feat: record distance depth from root of SpaceFillingTreeTim Kuipers
2017-09-11alternating cross infill optionsTim Kuipers
2017-09-11refactor: SpaceFillingTree visitor also gets depthTim Kuipers
2017-09-11refactor: SpaceFillingTree nodes record depth from root nowTim Kuipers
2017-09-11fix: allow fill angles for Cross infillTim Kuipers
2017-09-11feat: 3d matrix for homogeneous coordinates functionsTim Kuipers
2017-09-11fix: don't precompute infill stuff if infill not presentTim Kuipers
2017-09-11fix: SpaceFillingTreeFill make polyline closedTim Kuipers
2017-09-11refactor: split out SpaceFillingTree::Node::constructTim Kuipers
2017-09-11documentation of scape filling tree classesTim Kuipers
2017-09-11refactor: move SpaceFilling implementation into cpp filesTim Kuipers
2017-09-11fix several mem issues of SpaceFillingTreeTim Kuipers