I’m trying to figure out what this means exactly… Homing_force_set_origin… Does that mean, if I set my Z Axis zero to the top of the top plane of my stock, It will carve everything below, or am I mis-understanding what that means…
Traditionally, in CNC work, machine space is in the negative quadrant. Just a fancy way to say all X and Y co-ordinates are negative.
The Homing_force_set_origin compile time option just moves the co-ordinates into positive space. All X and Y values are positive.
It’s just more intuitive for me to work with positive numbers, so when I build a version of grbl, most of the time I use this compile time option to move machine co-ordinates into positive space.