User Tools

Site Tools


Sidebar

Home



Knowledge Base


Guides & Tutorials

Projects

Samples

  G-Code
   Square
   Arcs
   Mickey
   Arrow
   Bear
   Ball In Cage

  Dialogs
   Square
   Rounded Square
   Guess The Number

  O-Words
   Polygon

  Subprocedures
   Lissajous

   Lissajous (sub..endsub..call)
   Lissajous (call..sub..endsub)

   Lissajous (exec..O..M99)

   Lissajous (G65)
   Lissajous (G65 with GOTO)

   Palindrome
   PrimeFactors
   Fibonacci

  Splines
   Butterfly

  G06
   arrchr

  Dynamic
   Clock
   DateTime

  Python
   Lissajous Python

  3D Models
   3D CNC
   3dModel_TableA.txt

  Notepad++ Plugin
   Examples


kb:samples:g06_h1

G06 H1

%
G21
G06.1 ;Clear
 
G06.2 H1 P1000 X0 Y0 ;Read from O-word
G06 X10 Y10
 
(color=0x0000FF) ;blue
G06.1 ;Clear
G06.2 H1 P1000 X0 Y0 ;Read from O-word
G06.3 H9 D3
G06 X10 Y10
 
(color=0x00FFFF) ;cyan
G06.1 ;Clear
G06.2 H1 P1000 X0 Y0 ;Read from O-word
G06.3 H9 D-3
G06 X10 Y10
 
M2
 
O1000
G21 G90 G91.1
G00 X0 Y0
G01 X25
G03 X30 Y5 J5
G01 Y25
G03 X25 Y30 I-5
G01 X5
G03 X0 Y25 J-5
G01 Y0
M99
 
%
kb/samples/g06_h1.txt · Last modified: 2024/08/28 19:50 by andrej

Page Tools