vlachoudis / bCNC

GRBL CNC command sender, autoleveler and g-code editor
GNU General Public License v2.0
1.54k stars 529 forks source link

Autolevel for MPos #1093

Open wuerfelfreak opened 5 years ago

wuerfelfreak commented 5 years ago

Hi there, I have a machine with a not quite leveled wasteboard. I didn't (and do not plan to) level my wasteboard. Instead I wanted to use bCNC's autolevel function to compensate for this offset. Then if i bolted down my stock, I could face it paralel.

But Autolevel saves the data in WPos, so that I would have to change that every time I change the position of my stock. I would need it as MPos so it stays relative to the maschine frame. Is there a way to change that or is this a missunderstanding?

Any tips are appreciated. Thank you very much.

MARIOBASZ commented 5 years ago

Are you sure you save it in wps? in my head I have the impression that is stored in the coordinates of naquina

wuerfelfreak commented 5 years ago

I looked at it again today: Every time i change the WPos X/Y it moves the autoleveling points shown on the screen. If you scanned the surface of a curved stock, this makes sense, but not when you scan your wasteboard. Can I change the positioning?

Harvie commented 5 years ago

Autoleveling is always done for workpiece. If you want to do persistent autoleveling of your machine, i guess we might add way to translate autolevel data do different location.

As workaround. Right now, you can set WPOS zero to zero of your machine. And use "move" to move the toolpaths to absolute position.