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
2021-11-21Make extrusion-rate-variance-percent optional (0 to disable). Add HTML box ↵FormerLurker
drawing for pretty statistics. Separate extrusion and retraction statistics for analyzation purposes, but keep combined statistics.
2021-11-13Encode more points when moving to/from extruding/retracting/travel.FormerLurker
2021-11-13Continue moving math calls to utilitiesFormerLurker
2021-07-19Fix bytes string when logging from python. Reduce notification period from ↵FormerLurker
1 sec to 0.5 sec and add an argument to control this (not added to console app yet).
2021-07-17Fix xyz and e precision in console app. Fix unix->windows line endings ↵FormerLurker
resulting in lower compression. Fix g2/g3 length calculation within statistics.
2021-07-06Add alpha gcode length restrictions. Enhance output statistics. Create ↵FormerLurker
arc_welder_args. Add new progress type args to command line processor.
2021-07-03Alpha travel move conversion support.FormerLurker
2021-07-02Add support for variable line widths.FormerLurker
2021-03-04Add extrusion rate variance percent parameter for cura Arachne.FormerLurker
2021-02-06Fix first comment for UltiGcodeFormerLurker
2021-02-04Fix for issue #34.1.1.1FormerLurker
2021-01-24Add all arcwelder settings to gcode comment.FormerLurker
2021-01-18Minor performance enhancementsFormerLurker
2021-01-18Separate code to write arc gcode.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. ↵FormerLurker
Add default xyz and e precision settings, and enable/disable dynamic gcode precision.
2020-11-28Fix Python unicode logging issues. Add sin approximation to inverse ↵FormerLurker
processor. Fix log levels and progress output. Add firmware compensation statistics.
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-20Add -z parameter to console app to support arcs, take z into account when ↵FormerLurker
calculating spiral length.
2020-11-20Add test spiral vase support.FormerLurker
2020-11-08Code cleanup. Rename exe files for console and inverse processor app. ↵FormerLurker
Implement #15 and #16.
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
console output.
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 max_radius_mm and switch to polar coordinates for arc generation.FormerLurker
2020-05-14Added additional logging during startup and completion.FormerLurker
2020-05-10Replace math.h with cmath. Add settings and copyright to gcode output. Add ↵FormerLurker
line break to console progress output.
2020-05-04Remove absolute extrusion corrections in arc_welder. Changes to inverse ↵FormerLurker
processor.
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