CNC/GCode: Unterschied zwischen den Versionen

aus Metalab Wiki, dem offenen Zentrum für meta-disziplinäre Magier und technisch-kreative Enthusiasten.
Zur Navigation springenZur Suche springen
(Die Seite wurde neu angelegt: „This Page will describe common Problems of CNC'ing and possible solutions in GCode. == Spiral == Using Polar Coordinates is a great thing here! Here is an ex…“)
 
 
(Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt)
Zeile 1: Zeile 1:
 
This Page will describe common Problems of CNC'ing and possible solutions in GCode.
 
This Page will describe common Problems of CNC'ing and possible solutions in GCode.
 +
 +
General Help to GCodes can be found here:
 +
 +
* [http://www.linuxcnc.org/docs/2.4/html/gcode_main.html Gcode Reference Manual for LinuxCNC]
 +
* [http://linuxcnc.org/docs/html/gcode/gcode.html Another Shorter Reference]
 +
* [http://linuxcnc.org/docs/html/gcode.html The GCode Quick Reference]
  
 
== Spiral ==
 
== Spiral ==
Zeile 5: 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