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-03-25Collapse typedef VariableWidthPathsTim Kuipers
2022-03-15Fix: Don't stitch zigzag lines when enforcing monotonic orderTim Kuipers
2022-02-07Extract feature specific settings out of InsetOrderOptimizerTim Kuipers
2022-02-07Fix ironing being applied on wrong extruder(s)Tim Kuipers
2022-02-01Also print ironing when using concentric patternGhostkeeper
2022-02-01Actually use polygon after insetting itGhostkeeper
2021-11-12Merge branch 'master' into libArachne_rebasedGhostkeeper
2021-10-22Fix monotonic not joining lines that should be consecutive.Remco Burema
2021-08-12Merge remote-tracking branch 'origin/master' into libArchane_rebased_mergeJelle Spijker
2021-08-10Fix rotational direction of the monotonic vectorGhostkeeper
2021-08-04Add function to convert angles from degrees to radiansGhostkeeper
2021-08-04Document max_adjacent_distance parameter in separate variableGhostkeeper
2021-07-29Provide option to perform ironing monotonicallyGhostkeeper
2021-02-04Merge branch 'master' into libArachne_rebasedGhostkeeper
2021-02-01Don't let top surface skin layers affect bottom layersGhostkeeper
2020-12-08Merge branch 'master' into libArachne_rebasedGhostkeeper
2020-11-24apply simplify to infill polygonsTim Kuipers
2020-11-04Delete old infill generate functionGhostkeeper
2020-11-03Remove outline_offset parameter from Infill constructorGhostkeeper
2020-09-16Merge branch 'master' into libArachne_rebasedGhostkeeper
2020-07-30Use initial_bottom_layers rather than bottom_layers.Mark Burton
2020-07-28Iron the topmost bottom layer when spiralizing a solid model.Mark Burton
2020-07-24Remove Wall Overlap Compensation in arachneKostas Karmas
2020-05-19Apply corrections in zigzag ironing pattern even if inset != 0Kostas Karmas
2020-05-14Align the ironing line edge with the outer wall's edgeKostas Karmas
2020-05-04Fix commentsKostas Karmas
2020-05-04Fix concentric ironing pattern exceeding the walls at 0 ironing insetKostas Karmas
2020-05-04Fix zigzag ironing pattern not reaching the walls with 0 insetKostas Karmas
2019-07-30Remove trailing whitespace.Mark Burton
2019-07-30Do the travel move to the start location for the lines after the polygons hav...Mark Burton
2019-07-30Avoid unwanted travel move when ironing is enabled but no lines/polygons are ...Mark Burton
2019-07-01Merge branch 'feat_line_spacings' of github.com:Ultimaker/CuraEngineJaime van Kessel
2018-12-18Fix merge conflictsLipu Fei
2018-11-22Rename field(s) to what it is instead of what it's (currently) used for. [CUR...Remco Burema
2018-11-21Re-enable 'prevent fat infill' fix for ironing as it solves CURA-5855 as well.Remco Burema
2018-10-29Remove unused importsGhostkeeper
2018-10-12fix: simplify ironing_flow and don't apply initial layer flowTim Kuipers
2018-09-07Don't pass fillAngle as parameter to processInfill functionsGhostkeeper
2018-08-21Obtain per-mesh settings from their settings classes in MeshCherubim
2018-06-08Merge branch 'multiply_infill' into HEADTim Kuipers
2018-06-08feat: connect_skin_polygons and connect_infill_polygonsTim Kuipers
2018-06-08pass new setting infill_overlap into infill classTim Kuipers
2018-02-02Merge branch 'feature_infill_inside_out'Ghostkeeper
2018-01-10Revert "Revert "Merge pull request #671 from smartavionics/mb-add-infill-trav...Lipu Fei
2018-01-10Revert "Merge pull request #671 from smartavionics/mb-add-infill-travel-opt-s...Lipu Fei
2017-12-18Add bool arg to LayerPlan::addLinesByOptimizer() to enable travel optimization.Mark Burton
2017-12-15Fix possible segfault due to accessing deleted TopSurfaceLipu Fei
2017-12-11Make concentric infill start from the insideGhostkeeper
2017-09-11feat: Infill zig_zaggify parameter and settingTim Kuipers
2017-08-31Convert PathOrderOptimizer to take const reference to ZSeamConfig object rath...Mark Burton