# Change Log for MillMage-v0.8.00-RC-7 ## Changes Since MillMage-v0.8.00-RC-6 ### Bug Fixes - DEV-1944 PDF - Crash - Pack Tokens (#1203) - Allow zero spindle speed operations with new Tool Type of Scribe. - 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) - Countersink math was wrong (#1219) - 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. - fixed reversal of RTL text when applying bend. - fixed reversal of RTL text when applying bend. - tested with SHX font, fixed mistake in last checkin. - For Marlin Devices, force the FeedRate to be sent for G1 whenever the mode changes to G1. - DEV-2025 Inverted SHX Fonts in FontManager (#1225) - DEV-2025 Inverted SHX Fonts - DogBone slots calculated wrong stepover (#1242) - Apply ramp / plunge feed to tabs (#1245) - Feed Scale toggle switch visibility was wrong (#1246) - Fixed okCount not working for grblHal device. - initialize builder pointer to nullptr to prevent crash - Feed Scale toggle switch visibility was wrong (#1246) - Replacing the broken truncate function for negative numbers. (#1255) - Deform on an image could glitch on parallel lines (#1262) ### 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. ### New Features - Dogbone tool - add and remove dogbone corners - Added initial feed scale (#1231) - Added initial feed scale - DEV-2012 Support Dxf Export for AC1009 & AC1021 (#1223) - DEV-2012 Support Dxf Export for AC1009 & AC1021 - T-bone corners ### Miscellaneous - Install default tool library if it doesn't already exist (#1240) - Update Mach and UCCNC gcode profiles (#830) - Add Skip this Version option for updates (#1252) - Allow overriding of G54 with other coordinate system in Custom GCode (#1251) - Require control mode before start or send (#1258) - Allow 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) ### Code Refactors - Renamed Operations Mode to Control mode