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-21For python progress updates, make detailed statistics optional (they take a ↵develFormerLurker
while to create, and are unused in the current Octoprint plugin until the final message).
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-13Give up trying to fix zip format (exclude directory with file name) and revert.FormerLurker
2021-11-13Another attempt to fix zip and tar packingFormerLurker
2021-11-13Reorder pack actionsFormerLurker
2021-11-13Test action changeFormerLurker
2021-11-13Fix action errorFormerLurker
2021-11-13Test archive in current directoryFormerLurker
2021-11-13Continue moving math calls to utilitiesFormerLurker
2021-11-06Rewrite of ArcStraightener to support multiple firmware types and versions. ↵FormerLurker
Convert utilities class to namespace.
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 travel statistics print in console app. Remove gcode length calculation ↵FormerLurker
check for non-debug builds.
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-06Reduce the default max_radius_mm by 1mm to 9999.0 to reduce gcode length ↵FormerLurker
without any substantial impact on performance.
2021-07-06Add build instructions (#68)Gauthier Fleutot Östervall
Add Build Instructions and remove old Makefile. Co-authored-by: Gauthier Östervall <gauthier.ostervall@lumenradio.com>
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-03Update inverse processor source list.FormerLurker
2021-07-03Remove another deleted file from sourcelist.FormerLurker
2021-07-03Remove deleted file from cmake sourcelist.FormerLurker
2021-07-03Alpha travel move conversion support.FormerLurker
2021-07-02Add support for variable line widths.FormerLurker
2021-03-28Fix relative extrusion for #49.FormerLurker
2021-03-04Add extrusion rate variance percent parameter for cura Arachne.FormerLurker
2021-02-19Support relative extrusion, limit feedrate output, and add comments to the ↵FormerLurker
inverse processor. Solves #49.
2021-02-07Spelling/Grammer correctionsFormerLurker
2021-02-07Fix line breaks in numbered lists.FormerLurker
2021-02-07More readme formatting fixesFormerLurker
2021-02-07Fix links and formattingFormerLurker
2021-02-07Add Slicer Integrations SectionFormerLurker
2021-02-07Add new readme fileFormerLurker
2021-02-06Fix first comment for UltiGcodeFormerLurker
2021-02-04Fix for issue #34.1.1.1FormerLurker
2021-01-24Code Cleanup and Testing1.1.0FormerLurker
2021-01-24Add all arcwelder settings to gcode comment.FormerLurker
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 ↵FormerLurker
notices for fpconv to exe output.
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. ↵FormerLurker
Add default xyz and e precision settings, and enable/disable dynamic gcode precision.
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