Search found 2 matches

by RobK
Fri Aug 21, 2015 4:44 am
Forum: AutoLeveller Software
Topic: AutoLeveller cutting too deep
Replies: 4
Views: 16461

Re: AutoLeveller cutting too deep

Oops, typo: #5223 should be #5422

I hand edited the gcode file so that it does a G0 Z#5063 before setting the Z0:

G38.2 Z-1 F100
G0 Z#5063
G10 L20 P1 Z0

G38.2 Z-1 F50
G0 Z#5063
G10 L20 P1 Z0

I did a search and replace for all #5422 to #5063 for the rest of the files.

This sets the Z0 and ...
by RobK
Thu Aug 20, 2015 8:37 pm
Forum: AutoLeveller Software
Topic: AutoLeveller cutting too deep
Replies: 4
Views: 16461

AutoLeveller cutting too deep

Hi,

I'm a first time user of AutoLeveller software. Using the software modified gcode, the cuts are way too deep (~.5-.9mm). I have dug as deep as I could into the problem, but I'm stuck as to why this is happening.

Looking over the linuxcnc documents, i found and used (PROBEOPEN probelog.txt ...