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-02-02Fix spiralize args bug - untested but this just looked wrong to me.2.4.02.4Mark Burton
2017-01-27Always initialise distance2Ghostkeeper
2017-01-27Remove 'l' formatting character and simplify+speed-up int2mm formattingGhostkeeper
2017-01-25Print debug message upon sending layer dataGhostkeeper
2017-01-25Remove p1 after inserting point next to itGhostkeeper
2017-01-25Replace last long in gcodeExport with int64_tGhostkeeper
2017-01-23quick fix: accidental const (CURA-3309)Tim Kuipers
2017-01-23fix: equalize flow still equalizes after halving the line width for perimeter...Tim Kuipers
2017-01-23fix: add perimeter_gaps config with line width of half the inner wall line wi...Tim Kuipers
2017-01-20fix: types in CubicSubdiv were wrong (CURA-3196)Tim Kuipers
2017-01-20fix: perimeter gaps were introduced for the overlap between infill and skin (...Tim Kuipers
2017-01-20fix: don't fill gaps for outer wall when spiralize is enabled (CURA-3152)Tim Kuipers
2017-01-20fix: indentation only (CURA-3271)Tim Kuipers
2017-01-20fix: there were no support bottoms on top of the first model in support of th...Tim Kuipers
2017-01-20fix: support top distance was one layer too high (CURA-3269)Tim Kuipers
2017-01-03fix: (anti) support meshes could f*ck up the printZ of each layer (CURA-3198)Tim Kuipers
2016-12-20Make total bounding box use head coordinatesGhostkeeper
2016-12-15Remove superfluous commentGhostkeeper
2016-12-14Document range check for pre-computed cubesGhostkeeper
2016-12-14Reintroduce assert for coordinates exceeding maximum intGhostkeeper
2016-12-14Make unused parameters unnamedGhostkeeper
2016-12-14Removed checks of unsigned ints being >= 0Ghostkeeper
2016-12-14Remove unused path parameterGhostkeeper
2016-12-14Put check for empty extruder trains before size checkGhostkeeper
2016-12-14Make recursion depth unsignedGhostkeeper
2016-12-14Make subdivided cubic infill robust to 0% infillGhostkeeper
2016-12-14Prevent crashing when given no extruder trainsGhostkeeper
2016-12-14Merge branch 'mb-layer-height-comment' of https://github.com/smartavionics/Cu...Ghostkeeper
2016-12-13Revert "Re-use extruder train variable"Ghostkeeper
2016-12-13Revert "Add park distance information to retraction config"Ghostkeeper
2016-12-13Revert "Add function to move filament to park position"Ghostkeeper
2016-12-13Revert "Correct speed of retraction"Ghostkeeper
2016-12-13Revert "Remove some annoying compile warnings"Ghostkeeper
2016-12-13Revert "Fix updating current E value"Ghostkeeper
2016-12-13Revert "Put filament in parking position when we never use it any more"Ghostkeeper
2016-12-13Revert "Park filament even if printer doesn't support retraction"Ghostkeeper
2016-12-13Revert "Expand documentation of writePark"Ghostkeeper
2016-12-13Revert "Correct retraction speed"Ghostkeeper
2016-12-13Move layer_height out of the GCodeExport class - it doesn't need to be a member.Mark Burton
2016-12-13fix: don't generate perimeter_gaps between inner wall and infill/skin when th...Tim Kuipers
2016-12-13Merge branch 'master' into mb-layer-height-commentMark Burton
2016-12-12Add comment that reports layer height in RepRap flavour gcode.Mark Burton
2016-12-12Move implementation to CPP fileGhostkeeper
2016-12-12Move implementation to CPP fileGhostkeeper
2016-12-12Move implementation to CPP fileGhostkeeper
2016-12-12Make writeRetraction accept const ref instead of const pointerGhostkeeper
2016-12-12Revert "Update prime speed corresponding to park retraction"Ghostkeeper
2016-12-12Revert "Add additional safety check for extruder switching off in later layers"Ghostkeeper
2016-12-12Revert "Allow going to stand-by temperature if nozzle is later used"Ghostkeeper
2016-12-12Revert "Correct documentation on why the temperature is switched off later"Ghostkeeper