This is a fork of EdytorNC, a text editor for CNC programmers.
Y$$
in Replace $$*2
will multiply by 2 all numbers found with Y
Y$100$10
in Replace $$*2
will multiply by 2 only numbers between
10
and 100
found with Y
1.3/4
1/4
...Ctrl+;
Comments/uncomments selected text with semicolon ;Ctrl+9
Comments/uncomments selected text with parentheses ()Ctrl+2
Adds Block Skip (/) and/or increments itCtrl+3
Adds Block Skip (/) and/or decrements itCtrl+1
Removes Block Skip (/)Ctrl+0
or Ctrl+Double Click
In line calculator, you can do some math
operations directly in editor. You can select address (eg X123.45
) before
pressing Ctrl+0
(Ctrl+Double Click
will do the same), value will be
entered in the calc.Enter
(and if no error) result will be pasted in cursor
position. Supported operators: +
-
*
/
SIN(x)
COS(x)
TAN(x)
SQRT(x)
SQR(x)
ABS(x)
TRUNC(x)
PI
On the release page you can find binary builds for Debian, Ubuntu and Windows. For building the application yourself, the build instructions may be useful.
In addition, third-party builds are available:
gcodeworkshop file.nc
gcodeworkshop -diff file1.nc file2.nc