UCCNC version 1.2031 is ready for testing.
The download link:
http://www.cncdrive.com/UCCNC/setup_1.2031.exeBug fixes and changes:
- Modbus plugin packet send retry count did not set and remained on default value, fixed.
- Jog panel auto popup disable option added with option to pop on mouse click only.
- Macro executer bug fixed which disabled the macro runs on Stop in previous test release.(Was a serious issue and this is why the previous test release was withdrawn.)
- Macros precompile progress window was added to macro precompile option. The window shows the progress of the macros compilation on startup and the process can be terminated pressing the onscreen Interrupt button.
- Up/down type textfields with same ID did not update eachother, fixed.
- Plugininterface Informplugin and Informplugins functions were added, the functions can send and return generic objects between plugins and macros. (Example in the docs.)
- exec.Codelist function was added which function can execute a List of g-codes using the look-ahead (CV) buffer. (Example in the docs.)
- Feedrate<0.6 was not working with probing, fixed.
- Blink property was added to the LEDs screen objects, so the LEDs can be blinked in their on states if this property is set true.
- New screen item Slider was added to the screen editor. The slider can be used to control the value of textfields, it works like the Windows Slider control.
- Laser plugin min. and max. values were changed to show in percent instead of 0-255 and the full range of 0-100% is not allowed for both.
- Variable #5060 was added to indicate success and errors of the probing.
- Input triggers were upgraded from 48pcs to 96pcs.
- Output triggers were upgraded from 48pcs to 96pcs.
- Hotkeys were upgraded from 48pcs to 96pcs.
- Button codes to hide and show jog panel were added. Can be used to pop out and hide the jog panel with hotkeys or input triggers.
- Toolpath view mouse double click to reset the toolpath to top view and contents zoom function added.
- Unknown g-code Wait for Cycle Start option could stuck and not run in some circumstances, fixed.
- Softlimits did not work properly when using slave axis, the software still checked the slave axis's softlimits range while it should not do that, fixed.
- G10 L1 load tool table Z=null case was not handled and generated an exception, fixed.
- G10 L1 load tool table was working with 48 tools only, was now updated to 96 tools.