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 (Expand)Author
2021-01-18Separate code to write arc gcode.FormerLurker
2021-01-17Debug are_points_within_slice.FormerLurker
2021-01-03Add static linking for windows exe. Remove mingw build. Add copyright notic...FormerLurker
2020-12-28Implement #29FormerLurker
2020-12-14Resolves #22, #23, #24, #25 and #26.FormerLurker
2020-12-13Prevent arc generation if I and J are both 0 within the current precision. A...FormerLurker
2020-11-30Replace current_arc when aborted via firmware compensation.1.0.1FormerLurker
2020-11-28Fix Python unicode logging issues. Add sin approximation to inverse processo...FormerLurker
2020-11-23Implement #18 and #19. Fix some compiler warnings.FormerLurker
2020-11-20Add -z parameter to console app to support arcs, take z into account when cal...FormerLurker
2020-11-20Add test spiral vase support.FormerLurker
2020-11-08Code cleanup. Rename exe files for console and inverse processor app. Imple...FormerLurker
2020-11-06Implementations for #8, #9, #10, #11.FormerLurker
2020-10-18Use rename instead of copying a temp source file. Add segment statistics to ...FormerLurker
2020-10-17Add additional statistics. Fix windows c++ build for python 2.7 compilers.FormerLurker
2020-05-18Rewrite arc generation routine, add custom float to string function.FormerLurker
2020-05-17Add back in arc check. Figure out why it is necessary later.FormerLurker
2020-05-17Remove redundant testing for arcs.FormerLurker
2020-05-17Add max_radius_mm and switch to polar coordinates for arc generation.FormerLurker
2020-05-04Remove absolute extrusion corrections in arc_welder. Changes to inverse proc...FormerLurker
2020-05-02Remove absolute and relative extrusion adjustments since they are insignifica...FormerLurker
2020-05-02Add enhanced progress and complete statistics for arc welder. Add ARC_SEGMEN...FormerLurker
2020-04-26Add project files.FormerLurker