User Tools

Site Tools


mycnc:subroutines

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
mycnc:subroutines [2020/03/06 14:42] ivanmycnc:subroutines [2020/03/06 14:44] ivan
Line 6: Line 6:
  
 <code> <code>
-g90 g0 z10  F500+G90 G0 Z10  F500
 #100=[10] #100=[10]
 #101=[10] #101=[10]
-G0 x#100 y#101 +G0 X#100 Y#101 
-m98 P101 L5 +M98 P101 L5 
-m2 +M2 
-o100 +O100 
-g0 x#100y#101 +G0 X#100Y#101 
-g1z0 +G1Z0 
-g2 x#100 y#101 i10+G2 X#100 Y#101 I10
 #100=[#100+40] #100=[#100+40]
-g0 z10 +G0 Z10 
-m99 +M99 
-o101+O101
 M98 P100 L5 M98 P100 L5
 #100=[10] #100=[10]
 #101=[#101+40] #101=[#101+40]
 M99</code> M99</code>
 +
 +The resultant program will look the following way:
 +{{:mycnc:forum-mar2020-020-vis-subroutine.png}}
  
  
mycnc/subroutines.txt · Last modified: 2020/12/10 09:09 by ivan

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki