Open TheAssassin opened 8 months ago
Hi, I remember working on similar problems on the branches https://github.com/t-oster/VisiCut/tree/feature-originbottom and https://github.com/t-oster/VisiCut/compare/master...feature-633-import-bottom-left. That's probably not exactly what you're trying to get, but may be worth looking at. However the first branch never got finished and the second never got merged, so this is just to inform you.
Please note that there are several different aspects:
(*) this is only relevant for machines where the user can force that an absolute job is still executed as a relative job (or vice versa). For example, Epilog Zing uses stepper motors and has a button to temporarily switch off the stepper motors so that the user can move the axis by hand.
Some Ruida controlled devices have their bottom on the top right corner instead of the more traditional left side. VisiCut already supports the top and bottom left, but lacks support for the other corners. For instance, the device I try to make VisiCut work on just executes everything mirrored right now when "origin bottom left" is not set.
I intend to replace the very limiting boolean with an enum to support all four corners for now.