Search found 2 matches

by PLUTONET
Wed May 28, 2014 2:03 am
Forum: Suggestions for Improvement
Topic: Pre-leveled gcode, A Feature Request
Replies: 14
Views: 108930

Re: Pre-leveled gcode, A Feature Request

Unless I am missing something, I don't see any way of using GRBL and leveling without using these separate operations.
1.In your levelor, you select and read in the target .nc file, you then write out a probing nc/grbl code (considering the xy extents),
2. Run the resulting gcode on your board ...
by PLUTONET
Mon May 26, 2014 2:37 am
Forum: Suggestions for Improvement
Topic: Pre-leveled gcode, A Feature Request
Replies: 14
Views: 108930

Re: Pre-leveled gcode, A Feature Request

I have a similar request for reading a log of leveled data. The latest version of GRBL 0.9d now has a G38.2 straight probe instrruction that returns the X,Y,X of the probe point. (I have tested this). Output looks like this
>>> G38.2 Z10
[Probe:0.000,0.000,5.031]
With this we can now use GRBL ...