UCCNC version 1.2038 is ready for testing.
The download link:
http://www.cncdrive.com/UCCNC/setup_1.2038.exeBug fixes and changes:
- Added G50/G51 scaling code.
- Added G68/G69 rotation code.
- Added distance to go (DTG) DROs.
- New startup screen.
- Startup was made 10-40% faster (depends on PC).
- In screen editor mode the page up/ page down to bring objects to the front and back was reversed, fixed.
- FRO/SRO slider validation issue made these DROs to reset to 0 when the DRO value was changed with user value input, fixed.
- Feedrate and Spindle speed overriden DROs where added.
- G-code reload button was added.
- /d command line argument was added to let run in Demo mode only.
- Toolpath boundaries lines switch on/off option was added.
- g-code editor mouse right click Cut, Copy, paste etc. popup menu was added.
- The output triggers function select list contains duplicated entries of port#4, corrected.
- Toolpath drawing error for very very small full circles, the circles may not be drawn at all on the toolpath window, fixed.
- Issue with canned cycles, Peck to always rapid down to the R parameter if defined, fixed.
- Windows 10. mid-March cumulative update and Creators update release OpenGL bugs which slowed down the software to an unusable level, workaround was added.
- Tool center point (TCP) follow view mode was added to the Toolpath viewer.
- FRO sometimes locked after Stop button, it was only locked when there was no motion, so it was not a serious problem, but was now fixed.
- FRO over 100% with arc (G2/G3) codes could cause a problem when the circle toolpath deformated (too high axis speed was used) if the velocity parameters where different for the XY axis.
- UCCNC message text was added to the message windows to let users always know the message windows is UCCNC's message.
- UC300USB 2nd probe active low setting was not working, fixed.
- Ismoving wait was missing at the end of macros which caused coordintes registration error in exec.Code function calls if the next call did not move an axis but the previous code moved it, then the position could roll back to the previous command.
- Softlimits handling was separated to 2 parts, one is the g-code precheck and the second is checking the softlimits while in motion.
- Apply and Save Settings protection was added to not let to press buttons and enter DROs while applying or saving settings.
- Visual Basic plugin template file was updated.