0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 5 hours ago.
Jul 22, 2024 — Jul 22, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Make sure GRBL is ready before sending any status request messages. Closes #772 More... almost 8 years ago
Disable console when machine is not idle. Closes #757 More... almost 8 years ago
Make sure the decimal truncation processor has at least 4 decimal places. Closes #756 More... almost 8 years ago
Fix ProbeManager manifest file. More... almost 8 years ago
Set WCS once at end for corner probing, update tests, update visualizer component. Issue #738 More... almost 8 years ago
Delete command splitter, remove from firmware config files, update tests. Issue #755 More... almost 8 years ago
Disable CommandSplitter. Closes #755 More... almost 8 years ago
Refactor ArcExpander and LineSplitter to use new motion extraction algorithm. More... almost 8 years ago
Create helpers to extract motion words from a command line. More... almost 8 years ago
Move a couple UI blocking actions to a background thread. More... almost 8 years ago
The autoconnect feature was causing issues, disabling it. More... almost 8 years ago
Z probe visualizer element done. Issue #738 More... almost 8 years ago
Fix parser test now that G0 has optional axis words. More... almost 8 years ago
Delete ProbeService, rename ProbeService2 -> ProbeService, cleanup some of the last few commits, fix G0-G3 with no axis error, fix spaces in axis word error. More... almost 8 years ago
Cleanup G10 delay now that the EEPROM commands are handled, now using the correct WorkCoordinateSystem, updated ProbeServiceTest to verify the G10 command. More... almost 8 years ago
Fix possible NPE More... almost 8 years ago
GcodeParser overhaul to be more accurate without requiring the line splitter. Issue #755 More... almost 8 years ago
Switch to single step mode if a grbl command which touches the EEPROM is executed. Issue #727 More... almost 8 years ago
Fix possible NPE More... almost 8 years ago
Z and XY probe working on a real machine. Issue #738 More... almost 8 years ago
Honor units setting. Issue #738 More... almost 8 years ago
ProbeService2 extended with a zProbe routine and flattened. Issue #738 More... almost 8 years ago
Settings persisted in ProbeModule. Issue #738 More... almost 8 years ago
Rename ProbeHelper and CornerProbeTopComponent, add z probe settings to ProbeTopComponent, add localization. More... almost 8 years ago
Corner probe in any direction. Issue #738 More... almost 8 years ago
Add corner probe visualizer, add plate thickness configuration fields. Issue #738 More... almost 8 years ago
Misc cleanup. More... almost 8 years ago
Fix visualizer lighting so material colors work more consistently. More... almost 8 years ago
Instead of pausing the visualizer when nothing is happening, reduce the FPS. This way setting updates don't need to manually refresh the visualizer. More... almost 8 years ago
Move lighting control into GcodeRenderer to help make drawing more consistent. More... almost 8 years ago