1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 14, 2023 — Apr 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Quick fix for brim failing when the first layer ...
holgero
as Holger Oehm
More... over 10 years ago
removed material from LineSegment
holgero
as Holger Oehm
More... almost 11 years ago
cleaned up left over method setFirstAndlast()
holgero
as Holger Oehm
More... almost 11 years ago
extracted edge collection and conversion into polygon
holgero
as Holger Oehm
More... almost 11 years ago
refactorings in csg2d construction
holgero
as Holger Oehm
More... almost 11 years ago
moved lift-logic to GCodePrinter and removed it from moveTo()
holgero
as Holger Oehm
More... almost 11 years ago
removed variable speed from ExtrusionPath
holgero
as Holger Oehm
More... almost 11 years ago
simplified extrusion overrun logic
holgero
as Holger Oehm
More... almost 11 years ago
removed redundant methods
holgero
as Holger Oehm
More... almost 11 years ago
split conversion to csg2d from polygon to its own class
holgero
as Holger Oehm
More... almost 11 years ago
removed dead code
holgero
as Holger Oehm
More... almost 11 years ago
small performance optimization, don't use exceptions for normal cases
holgero
as Holger Oehm
More... almost 11 years ago
removed csg stuff
holgero
as Holger Oehm
More... almost 11 years ago
refactored long method joinUpSnakes
holgero
as Holger Oehm
More... almost 11 years ago
rewrote nearEnds() from PolygonList: new class AirMoveOptimizer
holgero
as Holger Oehm
More... almost 11 years ago
don't wipe the nozzle if it is not needed
holgero
as Holger Oehm
More... almost 11 years ago
bugfix: off by one error, there was one layer missing from the result
holgero
as Holger Oehm
More... almost 11 years ago
removed some remainders of top down slicing
holgero
as Holger Oehm
More... almost 11 years ago
removed no longer needed temporary file handling
holgero
as Holger Oehm
More... almost 11 years ago
moved BoundingBox to polyhedra
holgero
as Holger Oehm
More... almost 11 years ago
replace TopDown slicing with BottomUp
holgero
as Holger Oehm
More... almost 11 years ago
first version that can slice bottom up again
holgero
as Holger Oehm
More... almost 11 years ago
moved support polygon array to SupportCalculator
holgero
as Holger Oehm
More... almost 11 years ago
simplify support calculation
holgero
as Holger Oehm
More... almost 11 years ago
extracted support calculation to its own class
holgero
as Holger Oehm
More... almost 11 years ago
delegate rather than duplicate
holgero
as Holger Oehm
More... almost 11 years ago
split configuration package
holgero
as Holger Oehm
More... almost 11 years ago
split package geometry.polygons into two packages
holgero
as Holger Oehm
More... almost 11 years ago
BooleanGridList is now immutable and simplified support calculation
holgero
as Holger Oehm
More... almost 11 years ago
extracted flood filling from BooleanGrid to its own class FloodFiller
holgero
as Holger Oehm
More... almost 11 years ago