Skip to content
Bernd Klein edited this page Nov 12, 2018 · 32 revisions

Welcome to the GCodeGenerator_Geometricals wiki!

Implemented shapes, pockets, surfaces, drillings....

Files & Co

Implementation for contour millings

What Content
mill a circle with radius r and depth z
mill a rectangle with height 'a' and width 'b'
mill holes with radius 'r1' on a circle with radius 'r2'
mill holes with radius 'R' on a grid with number of holes on X and number of holes for Y. You can define distances for both directions

Implementation for pockets

What Content
mill a round rectangle pocket
mill a rectangle pocket
mill a circle pocket

Implementation for drilling

What Content
drilling holes in a grid

Implementation for surface

What Content
smooth a rectangle surface
smooth a round surface with a spiral

You want to code your own GCode?

some tips