Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FormerLurker/ArcWelderLib.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-05-11First cut at Makefiles for Linux builds (#4)rc/maintenancerc/develHarald Wagener
2020-05-10Merge branch 'master' of https://github.com/FormerLurker/ArcWelderLibFormerLurker
2020-05-10Replace math.h with cmath. Add settings and copyright to gcode output. Add ↵FormerLurker
line break to console progress output.
2020-05-10Add cstring include for Linux compilation (#3)Harald Wagener
Without cstring, g++ on my raspberry pi complains about using strlen. So I include it here. It doesn't seem to do any harm on Windows.
2020-05-04Remove absolute extrusion corrections in arc_welder. Changes to inverse ↵FormerLurker
processor.
2020-05-02Remove extra lineFormerLurker
2020-05-02Remove absolute and relative extrusion adjustments since they are ↵FormerLurker
insignificant, and most firmware doesn't adjust E when interpolating segments.
2020-05-02Add enhanced progress and complete statistics for arc welder. Add ↵FormerLurker
ARC_SEGMENTS_PER_SEC to inverse processor.
2020-04-26Add project files.FormerLurker