Welcome! Log In Create A New Profile

Advanced

Using G0 vs G1 when testing movements

Posted by CharlieK 
Using G0 vs G1 when testing movements
December 02, 2018 11:18AM
Sorry I tried to search this topic but didn’t find anything.

I use a command G0 x150 y150 z0 to check / calibrate z offset.

I just saw the same command but using G1 x150 y150 z0 ..

Why/when would you use G1 vs G0?
Re: Using G0 vs G1 when testing movements
December 02, 2018 11:30AM
Its legacy from GRBL,

G0 : Rapid Move
G1 : Linear Move

but in reprap G0 and G1 are identical
Re: Using G0 vs G1 when testing movements
December 02, 2018 07:28PM
Quote
Dust
Its legacy from GRBL,

G0 : Rapid Move
G1 : Linear Move

but in reprap G0 and G1 are identical

Not just GRBL, but CNC machines in general, see [ws680.nist.gov]. GCode was invented for CNC machines, then when 3D printers came along they adopted GCode too.



Large delta printer [miscsolutions.wordpress.com], E3D tool changer, Robotdigg SCARA printer, Crane Quad and Ormerod

Disclosure: I design Duet electronics and work on RepRapFirmware, [duet3d.com].
Re: Using G0 vs G1 when testing movements
December 06, 2018 01:58PM
Thank you!
Sorry, only registered users may post in this forum.

Click here to login