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-11-25Clean up error correction and debug parameters for the console applications. ...FormerLurker
2021-11-24Allow Travel Arcs is now false by default, else it didn't make any sense as a...FormerLurker
2021-11-21Update Copyright date and notices. Update base version.FormerLurker
2021-11-21Make extrusion-rate-variance-percent optional (0 to disable). Add HTML box d...FormerLurker
2021-11-13Continue moving math calls to utilitiesFormerLurker
2021-11-06Rewrite of ArcStraightener to support multiple firmware types and versions. ...FormerLurker
2021-07-17Fix xyz and e precision in console app. Fix unix->windows line endings resul...FormerLurker
2021-07-03Update inverse processor source list.FormerLurker
2021-07-02Add support for variable line widths.FormerLurker
2021-03-28Fix relative extrusion for #49.FormerLurker
2021-02-19Support relative extrusion, limit feedrate output, and add comments to the in...FormerLurker
2021-01-18Simplify cmakeFormerLurker
2021-01-18Update cmakelist version and default build typeFormerLurker
2021-01-03Add static linking for windows exe. Remove mingw build. Add copyright notic...FormerLurker
2020-12-28Implement #29FormerLurker
2020-11-30Replace current_arc when aborted via firmware compensation.1.0.1FormerLurker
2020-11-28Fix version for pluginFormerLurker
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 test spiral vase support.FormerLurker
2020-11-08Add git tag to version.h, improve version display in console apps.FormerLurker
2020-11-08Code cleanup. Rename exe files for console and inverse processor app. Imple...FormerLurker
2020-05-18Rewrite arc generation routine, add custom float to string function.FormerLurker
2020-05-17Add max_radius_mm and switch to polar coordinates for arc generation.FormerLurker
2020-05-14Fix cout buffering issue, update CMake files.FormerLurker
2020-05-12Add install to cmakelistsFormerLurker
2020-05-12First attempt to use CMake to build.FormerLurker
2020-05-11First cut at Makefiles for Linux builds (#4)rc/maintenancerc/develHarald Wagener
2020-05-10Replace math.h with cmath. Add settings and copyright to gcode output. Add ...FormerLurker
2020-05-04Remove absolute extrusion corrections in arc_welder. Changes to inverse proc...FormerLurker
2020-05-02Add enhanced progress and complete statistics for arc welder. Add ARC_SEGMEN...FormerLurker
2020-04-26Add project files.FormerLurker