Ero sivun ”G00 Engl” versioiden välillä

Kohteesta Helsinki Hacklabin wiki
Loikkaa: valikkoon, hakuun
 
Rivi 20: Rivi 20:
 
|-
 
|-
 
|style="text-align: center; width: 33%;|
 
|style="text-align: center; width: 33%;|
[[G98|<big>Edellinen</big>]]
+
[[G98|<big>Prev</big>]]
 
|style="text-align: center;|
 
|style="text-align: center;|
[[G-koodi|<big>Takaisin G-koodiluetteloon</big>]]
+
[[G-koodi|<big>Back to G-code list</big>]]
 
|style="text-align: center; width: 33%;|
 
|style="text-align: center; width: 33%;|
[[G01|<big>Seuraava</big>]]
+
[[G01|<big>Next</big>]]
 
|}
 
|}

Nykyinen versio 7. helmikuuta 2021 kello 21.04

G00: Fast motion to the given coordinates

G00 1.PNG


The code performs an uncoordinated rapid motion to the given coordinates. The movement with respect to each axis takes place at the current traverse speed and track control is not maintained during the movement. This means that the shafts can arrive at their end position at different times depending on how much they need to move. This is usually the case.

Syntax:

G00 {X|Y|Z}

The coordinates of the end position that are not given remain valid from the previous blocks, ie there is no movement with respect to the axes in question.

Note:

  • The speed of movement obeys the TRAVERSE pot on the control panel. It is highly recommended to run the new program for the first time at a fairly conservative speed as surprises happen.




Prev

Back to G-code list

Next