Macro programming

Info about macro programming

Binary comparison operation returns a wrong value
When using calculations in a macro you sometimes need  to check certain values. Most of the time this will be done by an  'If x==y' line. Alth...
Mon, 14 Mar, 2022 at 10:12 AM
macro.cnc size limits
There is no imposed limit on macro.cnc file size in full software version. If the PC has enough RAM memory, the macro will function correctly. If there are...
Wed, 12 Jan, 2022 at 2:49 PM
How to send value from macro/G-code to message log?
Example - math operation: msg [2 * 2] Example - variable (5008 is current tool): msg [#5008]
Wed, 9 Feb, 2022 at 5:15 PM
G20/G21 (change between inch and mm uni)
G20 and G21 codes change how values in a job/macro file are interpreted. If you use G20, the software will use inches for coordinates. If you use G21, it wi...
Fri, 11 Feb, 2022 at 3:22 PM