Merge branch '2.7' of ssh://norbert@git.linuxcnc.org/git/linuxcnc.git into 2.7
This commit is contained in:
commit
7ba74b8edf
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ loop runs the code in the loop then checks the test condition. The
|
|||
----
|
||||
(draw a sawtooth shape)
|
||||
G0 X1 Y0 (move to start position)
|
||||
#1 = 1 (assign parameter #1 the value of 0)
|
||||
#1 = 0 (assign parameter #1 the value of 0)
|
||||
F25 (set a feed rate)
|
||||
o101 while [#1 LT 10]
|
||||
G1 X0
|
||||
|
|
|
|||
Loading…
Reference in a new issue