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-24Fix default mm-per-arc-segment in console app.FormerLurker
2021-01-18Try compiling with GCC for macos.FormerLurker
2021-01-18Simplify cmakeFormerLurker
2021-01-18Minor performance enhancementsFormerLurker
2021-01-18Update cmakelist version and default build typeFormerLurker
2021-01-18Remove modulus operator where possible.FormerLurker
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-14Add fpconv to sourcelist.cmakeFormerLurker
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-28Update gitignore for generated headers, remove unnecessary makefile.1.0.0FormerLurker
2020-11-28Remove generated version fileFormerLurker
2020-11-28Add --tags OPTIONFormerLurker
2020-11-28Try to make git tags work.FormerLurker
2020-11-28Fix cmake generated copyFormerLurker
2020-11-28Fix version for pluginFormerLurker
2020-11-28Fix Python unicode logging issues. Add sin approximation to inverse processo...FormerLurker
2020-11-24Rename allow_z_axis_changes to allow_3d_arcs.FormerLurker
2020-11-23Implement #18 and #19. Fix some compiler warnings.FormerLurker
2020-11-21Switch to std namespace for math where possible, implement custom hypot for V...FormerLurker
2020-11-21Remove redundant cmake codeFormerLurker
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-16Add the job guid to the py arguments and progress updates. Add additional pr...FormerLurker
2020-11-11Fix overwrite source if source and target are the same file.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-11-06Fix progress callback definition.FormerLurker
2020-11-06Implementations for #8, #9, #10, #11.FormerLurker
2020-10-26Update console app so that if only the gcode source path is entered that it i...FormerLurker
2020-10-24Move segmented_shape default params to .h. Fix compiler warnings.FormerLurker
2020-10-24Merge branch 'master' of https://github.com/FormerLurker/ArcWelderLibFormerLurker
2020-10-24Move constructor defaults to .h for clang support.FormerLurker
2020-10-24Update ccpp.ymlFormerLurker
2020-10-18Fix python progress callback override.FormerLurker
2020-10-18Use rename instead of copying a temp source file. Add segment statistics to ...FormerLurker
2020-10-18Add support to overwrite source file if source and target path are the same.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-14Added additional logging during startup and completion.FormerLurker
2020-05-14Fix cout buffering issue, update CMake files.FormerLurker
2020-05-13Add default values to argument descriptions.FormerLurker
2020-05-13Set default log level to info, add parameter description to info log.FormerLurker