MillenniumMachines / MillenniumOS

An "Operations System" for RepRapFirmware. Cheap and easy manual and automatic work-piece probing, toolsetting and more, for the Millennium Machines Milo.
https://mos.diycnc.xyz
GNU General Public License v3.0
20 stars 4 forks source link

Implement a Z guard using the touch probe #11

Open benagricola opened 7 months ago

benagricola commented 7 months ago

We should add a macro that will Z probe a surface and adjust the machine Z limit so that the machine cannot move below that location. This should allow some level of protection from bad tool paths accidentally hitting work holding or fixturing.

benagricola commented 7 months ago

It might be possible to implement this using M599 keep out zones.

benagricola commented 6 months ago

Not possible yet as M599 keep-out zones work on machine co-ordinates rather than tool co-ordinates.