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 springenReox (Diskussion | Beiträge) (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…“) |
Reox (Diskussion | Beiträge) |
||
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 == |
Version vom 10. Januar 2015, 09:33 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