projekte:mpcnc:cncjs:macros

no way to compare when less than two revisions

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen der Seite angezeigt.


projekte:mpcnc:cncjs:macros [2020/09/19 21:11] (aktuell) – angelegt noby
Zeile 1: Zeile 1:
 +====== CNCjs Makros ======
 +
 +===== Traverse around the boundary =====
 +
 +<code>
 +G90
 +G0 Z10 ; go to z-safe
 +G0 X[xmin] Y[ymin]
 +G0 X[xmax]
 +G0 Y[ymax]
 +G0 X[xmin]
 +G0 Y[ymin]
 +G91
 +</code>
  
  • projekte/mpcnc/cncjs/macros.txt
  • Zuletzt geändert: 2020/09/19 21:11
  • von noby