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
2021-10-26Compensate for vertices exactly on the slice boundary.Remco Burema
2020-10-14Cleaning. Fix ret val in operator--.skarasov
2020-02-06Some const correctnessGhostkeeper
2020-01-24code reviewm.meyer-neiwert
2020-01-05changed the main loop from faces/layers to layers/facesm.meyer-neiwert
2019-04-11Merge branch 'mb-fix-xy-offset-layer-0' of https://github.com/smartavionics/C...Ghostkeeper
2019-03-29Correct types of slicer fieldsGhostkeeper
2019-03-29Move implementation to CPP fileGhostkeeper
2019-03-29Add some constness for theoretical greater performanceGhostkeeper
2019-03-17Apply xy_offset[_layer_0] after layers have been subject to slicing tolerance...Mark Burton
2018-11-05Use forward declaration where possibleGhostkeeper
2018-10-29Remove unused importsGhostkeeper
2018-10-18Remove unused intersectionPoint fieldGhostkeeper
2018-09-11Move interpolate implementation to CPP fileGhostkeeper
2018-09-11Don't pass extensive stitching flag around via parametersGhostkeeper
2018-09-11Don't pass keep_open_polygons flag around via parametersGhostkeeper
2018-09-10Remove initial layer height setting and clean-upGhostkeeper
2018-02-07More accurate types for slicer constructorGhostkeeper
2017-11-13Add first version of calculating mesh triangle slopesChrisTerBeke
2017-11-10Use variable layer z positionsChrisTerBeke
2017-11-09Update constructor to match new argumentsChrisTerBeke
2017-10-19slicing modeTim Kuipers
2017-08-30Ultimaker bought Davids code a couple of years agoTim Kuipers
2017-06-26Add setting to change horizontal expansion for layer 0fieldOfView
2017-04-06cleanup: unused Mesh param in SlicerLayer (CURA-3131)Tim Kuipers
2017-04-06cleanup: removed unused parameters (CURA-3131)Tim Kuipers
2016-09-28fix: register horizontal expansion in the AABB of a mesh (CURA-2427)Tim Kuipers
2016-08-17refactor: SparseGrid ==> SparsePointGridInclusive (CURA-1911)Tim Kuipers
2016-07-28fix: initialize slicer members to invalid valuesTim Kuipers
2016-07-27Properly initialize member variables of classes in slicer.hArjen Hiemstra
2016-07-26Slicer: Added better documentation on SlicerLayer::Terminus::Index.Scott Lenser
2016-07-23Moved some reference symbols in Slicer to match convention.Scott Lenser
2016-07-23Slicer: Comment and formatting improvements.Scott Lenser
2016-07-22Slicer: Documented newer private functions in SlicerLayer.Scott Lenser
2016-07-22Slicer: Moved terminus tracking logic into a class.Scott Lenser
2016-07-22Slicer: Moved more of connectOpenPolylinesImpl into private functions.Scott Lenser
2016-07-22Slicer: split off part of connectPolylinesImpl into new function.Scott Lenser
2016-07-22Slicer: Moved Terminus and PossibleStitch classes into SlicerLayer.Scott Lenser
2016-07-22Removed trailing whitespace in slicer.Scott Lenser
2016-07-22Slicer: switched storage for segments ending in vertex.Scott Lenser
2016-07-22Expanded doxygen function comment for SlicerLayer::connectOpenPolylinesImpl.Scott Lenser
2016-07-22Merge remote-tracking branch 'origin/master' into slicer-speedup-cleanScott Lenser
2016-07-18refactor: rename layer_count ==> slice_layer_count because infill meshes may ...Tim Kuipers
2016-07-12Merge remote-tracking branch 'origin/master' into slicer-speedup-cleanScott Lenser
2016-07-12doc: better documentation and function naming (CURA-1856)Tim Kuipers
2016-07-08Added rounding to coordinates from slicing of mesh.Scott Lenser
2016-07-08More const correctness.Scott Lenser
2016-07-08Correctness improvements to SlicerLayer::makeBasicPolygonLoop.Scott Lenser
2016-07-08Sped up SlicerLayer::connectOpenPolylines and SlicerLayer::stitch.Scott Lenser
2016-05-12optimization: carveMultipleVolumes uses aabb of meshes and discards infill me...Tim Kuipers