Hello Guest it is April 18, 2024, 10:48:31 AM

Author Topic: G28.1 gcode  (Read 2861 times)

0 Members and 1 Guest are viewing this topic.

G28.1 gcode
« on: January 13, 2019, 01:21:14 AM »
Hello, I want to use G28.1 in my gcode. G28.1 Z0.0 is working , Z axis going to reference. My problem when Z axis go to reference , it go reference again again . This prosess is continuous. What is reason of this?   

Offline Graham Waterworth

*
  • *
  •  2,672 2,672
  • Yorkshire Dales, England
    • View Profile
Re: G28.1 gcode
« Reply #1 on: April 02, 2019, 08:14:25 PM »
You would normally call G28.1 with a G91 on the line :-

%
G21 G40 G49
G91 G28.1 Z0 (this will find/search for home position)
%

or

%
G21 G40 G49
G91 G28 Z0 (this will go to known home position)
%
Without engineers the world stops