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-12-14Split 'shrinkage compensation' in XY versus Z axis.Remco Burema
2020-09-02Rename 'scale' to 'scaleFromBottom'Ghostkeeper
2020-09-02Fix tabs vs. spacesGhostkeeper
2020-09-02Add function to scale the meshgroup all togetherGhostkeeper
2020-09-01Change FMatrix3x3 into an affine transformation matrixGhostkeeper
2020-09-01Move FMatrix3x3 to separate fileGhostkeeper
2018-10-29Add some forward declarationsGhostkeeper
2018-10-29Remove unused importsGhostkeeper
2018-10-26Remove more unused importsGhostkeeper
2018-08-17Remove settings from MeshGroupGhostkeeper
2018-08-16Only use default constructor for MeshGroupGhostkeeper
2018-08-16Remove constructor that requires parent settings baseGhostkeeper
2018-08-14Fix loading mesh into meshgroupGhostkeeper
2018-08-10Remove extruders from MeshGroupGhostkeeper
2018-07-25Add settings to Mesh and MeshGroupGhostkeeper
2018-06-29Make extruder count unsignedGhostkeeper
2017-08-30Ultimaker bought Davids code a couple of years agoTim Kuipers
2016-09-27prime tower: cleanup, const correctness and documentation (CURA-2420)Tim Kuipers
2016-09-13lil cleanup (CURA-2016)Tim Kuipers
2016-09-12fix: don't overload extruder settings over user supplied (CURA-2016)Tim Kuipers
2016-04-21refactor: moved implementation in Meshgroup.h to cpp file (CURA-520)Tim Kuipers
2016-04-14feat: const preserving getExtruderTrain function (CURA-520)Tim Kuipers
2016-02-26more const correctness for MeshGroupDavid Bender
2016-02-24min/max functions should be constDavid Bender
2015-12-01fix: made all huge classes non-copyable (meshgroup and weaver needed some fix...Tim Kuipers
2015-11-27Add a check for nullptr when creating SliceDataStorageGhostkeeper
2015-11-19bugfix: commandSocket: objects inherited from global settings instead of from...Tim Kuipers
2015-08-13get some settings per mesh instead of from general settingsTim Kuipers
2015-08-13mesh positioning retrieved per objectTim Kuipers
2015-08-06multi extrusion skirtTim Kuipers
2015-08-04extruder train defaults per extruder train in fdmPrinter.jsonTim Kuipers
2015-07-31bugfix: setting inheritance structure is now fffProcessor>MeshGroup>ExtruderT...Tim Kuipers
2015-07-30per object settingsTim Kuipers
2015-07-30PrimeTower.h .cpp (forgotten files), ExtruderTrain.h .cppTim Kuipers
2015-07-30refactor: PrintObject => MeshGroupTim Kuipers