-
-
Notifications
You must be signed in to change notification settings - Fork 768
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
Smart scan #2270
Commits on Apr 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ac9e603 - Browse repository at this point
Copy the full SHA ac9e603View commit details -
Fix Windows specific S3FileSystemView bug where File uses backslash f…
…or file separators
Configuration menu - View commit details
-
Copy full SHA for d76ebac - Browse repository at this point
Copy the full SHA d76ebacView commit details -
Configuration menu - View commit details
-
Copy full SHA for e490712 - Browse repository at this point
Copy the full SHA e490712View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ea3646 - Browse repository at this point
Copy the full SHA 8ea3646View commit details -
Add overridePosition gcode utility to surgically replace coordinates …
…without necessarily needing to understand the other commands on the line
Configuration menu - View commit details
-
Copy full SHA for 9fd81d1 - Browse repository at this point
Copy the full SHA 9fd81d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87dcb61 - Browse repository at this point
Copy the full SHA 87dcb61View commit details -
Send OPENING_FILE message after state is reset to allow responders to…
… do things like re-add command processors
Configuration menu - View commit details
-
Copy full SHA for 53c603a - Browse repository at this point
Copy the full SHA 53c603aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c10ef5 - Browse repository at this point
Copy the full SHA 4c10ef5View commit details
Commits on Apr 25, 2023
-
Scan more intelligently and use a separate retract value to speed things up significantly. Automatically apply the command processor if there is valid data.
Configuration menu - View commit details
-
Copy full SHA for 8fdd7b6 - Browse repository at this point
Copy the full SHA 8fdd7b6View commit details
Commits on Jul 31, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for 07ab44a - Browse repository at this point
Copy the full SHA 07ab44aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad0d324 - Browse repository at this point
Copy the full SHA ad0d324View commit details
Commits on Aug 2, 2023
-
Fixed problem with rounding errors for coordinates returned by the fi…
…rmware. It will now compare coordinates using a small threshold value.
Configuration menu - View commit details
-
Copy full SHA for 961c745 - Browse repository at this point
Copy the full SHA 961c745View commit details