Zum Inhalt springen

CNC/GCode: Unterschied zwischen den Versionen

aus Metalab Wiki, dem offenen Zentrum für meta-disziplinäre Magier und technisch-kreative Enthusiasten.
Reox (Diskussion | Beiträge)
Keine Bearbeitungszusammenfassung
Reox (Diskussion | Beiträge)
Keine Bearbeitungszusammenfassung
 
Zeile 11: Zeile 11:


Here is an example how to create an archimedean spiral using polar coordinates: [https://gist.github.com/reox/a60c67db53eb563a4f8e Spiral Example]
Here is an example how to create an archimedean spiral using polar coordinates: [https://gist.github.com/reox/a60c67db53eb563a4f8e Spiral Example]
== Syntax Highlighting ==
for Kate/Kwrite:
in "~/.kde/share/apps/katepart/syntax" put [[Bild:gcode.xml.txt]] without the txt extension.
for vim: http://wiki.linuxcnc.org/cgi-bin/wiki.pl?Highlighting_In_Vim

Aktuelle Version vom 31. Januar 2015, 16:28 Uhr

This Page will describe common Problems of CNC'ing and possible solutions in GCode.

General Help to GCodes can be found here:

Spiral

Using Polar Coordinates is a great thing here!

Here is an example how to create an archimedean spiral using polar coordinates: Spiral Example

Syntax Highlighting

for Kate/Kwrite: in "~/.kde/share/apps/katepart/syntax" put Datei:Gcode.xml.txt without the txt extension.

for vim: http://wiki.linuxcnc.org/cgi-bin/wiki.pl?Highlighting_In_Vim