Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Smart scan #2270

Merged
merged 12 commits into from
Aug 2, 2023
Merged

Smart scan #2270

merged 12 commits into from
Aug 2, 2023

Commits on Apr 24, 2023

  1. Configuration menu
    Copy the full SHA
    ac9e603 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d76ebac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e490712 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8ea3646 View commit details
    Browse the repository at this point in the history
  5. Add overridePosition gcode utility to surgically replace coordinates …

    …without necessarily needing to understand the other commands on the line
    lastacorn committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    9fd81d1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    87dcb61 View commit details
    Browse the repository at this point in the history
  7. Send OPENING_FILE message after state is reset to allow responders to…

    … do things like re-add command processors
    lastacorn committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    53c603a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4c10ef5 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. Rework auto leveler plugin.

    Scan more intelligently and use a separate retract value to speed things up significantly. Automatically apply the command processor if there is valid data.
    lastacorn committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    8fdd7b6 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Merge branch 'master' into smart-scan

    # Conflicts:
    #	ugs-core/src/com/willwinder/universalgcodesender/gcode/processors/CommandProcessorList.java
    #	ugs-core/test/resources/gcode/fixtures/arc/outArc/G17_G2_one_arc.parsed_output.nc
    #	ugs-core/test/resources/gcode/fixtures/arc/outArc/G17_G2_one_arc.stream_output.nc
    #	ugs-core/test/resources/gcode/fixtures/arc/outArc/G17_G3_one_arc.parsed_output.nc
    #	ugs-core/test/resources/gcode/fixtures/arc/outArc/G17_G3_one_arc.stream_output.nc
    #	ugs-core/test/resources/gcode/fixtures/arc/outArc/G18_G2_one_arc.parsed_output.nc
    #	ugs-core/test/resources/gcode/fixtures/arc/outArc/G18_G2_one_arc.stream_output.nc
    #	ugs-core/test/resources/gcode/fixtures/arc/outArc/G18_G3_one_arc.parsed_output.nc
    #	ugs-core/test/resources/gcode/fixtures/arc/outArc/G18_G3_one_arc.stream_output.nc
    #	ugs-core/test/resources/gcode/fixtures/arc/outArc/G19_G2_one_arc.parsed_output.nc
    #	ugs-core/test/resources/gcode/fixtures/arc/outArc/G19_G2_one_arc.stream_output.nc
    #	ugs-core/test/resources/gcode/fixtures/arc/outArc/G19_G3_one_arc.parsed_output.nc
    #	ugs-core/test/resources/gcode/fixtures/arc/outArc/G19_G3_one_arc.stream_output.nc
    #	ugs-core/test/resources/gcode/fixtures/arc/outArcCoarse/G17_G2_one_arc.parsed_output.nc
    #	ugs-core/test/resources/gcode/fixtures/arc/outArcCoarse/G17_G2_one_arc.stream_output.nc
    #	ugs-core/test/resources/gcode/fixtures/arc/outArcCoarse/G17_G3_one_arc.parsed_output.nc
    #	ugs-core/test/resources/gcode/fixtures/arc/outArcCoarse/G17_G3_one_arc.stream_output.nc
    #	ugs-core/test/resources/gcode/fixtures/arc/outArcCoarse/G18_G2_one_arc.parsed_output.nc
    #	ugs-core/test/resources/gcode/fixtures/arc/outArcCoarse/G18_G2_one_arc.stream_output.nc
    #	ugs-core/test/resources/gcode/fixtures/arc/outArcCoarse/G18_G3_one_arc.parsed_output.nc
    #	ugs-core/test/resources/gcode/fixtures/arc/outArcCoarse/G18_G3_one_arc.stream_output.nc
    #	ugs-core/test/resources/gcode/fixtures/arc/outArcCoarse/G19_G2_one_arc.parsed_output.nc
    #	ugs-core/test/resources/gcode/fixtures/arc/outArcCoarse/G19_G2_one_arc.stream_output.nc
    #	ugs-core/test/resources/gcode/fixtures/arc/outArcCoarse/G19_G3_one_arc.parsed_output.nc
    #	ugs-core/test/resources/gcode/fixtures/arc/outArcCoarse/G19_G3_one_arc.stream_output.nc
    breiler committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    07ab44a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad0d324 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Fixed problem with rounding errors for coordinates returned by the fi…

    …rmware. It will now compare coordinates using a small threshold value.
    breiler committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    961c745 View commit details
    Browse the repository at this point in the history