-
-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Managing offsets and baby stepping #114
Comments
@paukstelis starting to build this up |
I've tested part of this thus far.... getting the offsets is working well via the tracked_commands method and I've also ensured whenever I change them using G10 that I update their values with those changes. this leaves us with the actual baby stepping method I threw into _bgs to support this:
calling it like so from the plugin:
|
so with the plumbing done, now to figure out how to integrate this into the UI. I'm half tempted to create another sidebar widget like the framing / bounding box one, but specific to (baby) stepping the offsets. |
We need a way to track work system offsets.
$#
facilitates this by returning a list of the X/Y/Z offsets for each coordinate work system:Here's what I envision for it as dictionary list:
and then an internal mechanism within BGS to allow for changing the X/Y/Z offsets dynamically, much like how Marlin provides for baby stepping.
The text was updated successfully, but these errors were encountered: