The seventh Release Candidate of our new software for CNC users — MillMage — is available for download now!
Continuing the development of MillMage, this release candidate update includes many bug fixes and tweaks.
MillMage-v0.8.00-RC-7 - Change Log
Changes Since MillMage-v0.8.00-RC-6
New Features
-
Dogbone tool - add and remove dogbone corners - Located in Radius tool expansion
-
T-bone corners
-
Added initial feed scale
-
DEV-2012 Support Dxf Export for AC1009 & AC1021 (#1223)
-
Add Skip this Version option for updates (#1252)
User Interface Updates
- New icons for diamond scribe
- Added shortcut for device manager [Alt-Shift-M] (#1187)
- Added shortcut for device manager [Alt+Shift+D]
- Hide other bundle controls when editing vendor info (#1248)
- Applied correct DPI scale to message box icons when display scale is above 100%.
- Updated MessageBox icon set.
Miscellaneous
- Install default tool library if it doesn’t already exist (#1240)
- Update Mach and UCCNC gcode profiles (#830)
- Allow overriding of G54 with other coordinate system in Custom GCode (#1251)
- Require control mode before start or send (#1258)
- Allow the option to require control mode before being able to send
Existing Feature Updates
- Add Operations Widget functionality
- Forgot to check in new themes for gcode
- Show custom gcode with syntax highlighting.
- Show tool position during cuts using the linecount sent.
- Buffer the GCode from the Control Mode for cutting instead of regenerating it. (#1256)
- Do not allow control mode to edit mode toggle when busy cutting. Buffer the GCode from the Control Mode for cutting instead of regenerating it. Fix stats display at bottom of preview not showing until user clicks on image.
- Highlight affected shapes when op editor is open (#1260)
Bug Fixes
- Allow zero spindle speed operations with new Tool Type of Scribe.
- Fixed reversal of RTL text when applying bend.
- Apply ramp / plunge feed to tabs (#1245)
- For Marlin Devices, force the FeedRate to be sent for G1 whenever the mode changes to G1.
- Countersink math was wrong (#1219)
- DEV-1944 PDF - Crash - Pack Tokens (#1203)
- Missing check on empty strings and missing default custom gcode blocks for LightBurn compared to MillMage.
- Icon theme is sourced from correct path for pre release builds.
- Fixing the parsing for metric or imperial modal checks. (#1213)
- Prevent text shapes from commit when only whitespace (#1224)
- Prevent crash when trying to load a malformed text backup path
- Prevent MaxOS keyboard bug, paste into new folder dialog incorrectly causes the text to paste into the current project.
- Fix the escape sequence logic flaw for custom gcode.
- Tested with SHX font, fixed mistake in last checkin.
- DEV-2025 Inverted SHX Fonts in FontManager (#1225)
- DogBone slots calculated wrong stepover (#1242)
- Feed Scale toggle switch visibility was wrong (#1246)
- Fixed okCount not working for grblHal device.
- Initialize builder pointer to nullptr to prevent crash
- Replacing the broken truncate function for negative numbers. (#1255)
- Deform on an image could glitch on parallel lines (#1262)
Code Refactors
- Renamed Operations Mode to Control mode