@jeffeb3
It’s so funny to see how much more info there is in the docs compared to when I put my LR2 together
I use macros that use machine coordinates for things like parking the gantry and going to a safe height. May not be necessary with a full endstop machine but I like the idea of separating the machine space and the workspace so the Origin is always the workspace starting point and Home is the machine startup location.
Could be an addition to the Advanced Configurations section. I did not use this separation for the first year and a half after building the machine so it’s not crucial, but it’s how I visualize the space now.
Yeah. That would be a great addition. Do you use grbl or have you enabled that in Marlin?
The docs are editable. You can find the pencil on the page and after you log into GitHub it will take you to a web form to edit it and submit a pull request (which let’s Ryan review the changes before publishing them).
I don’t use the other coordinate systems, so it would be cool to see how you use it. I think I could/should for my LR3 plate jobs. 3 sets at different times. I could easily use it to jog to three separate starting positions if nothing else.
I’ve started writing it up and I’ve created questions for myself
I have to test a few things in order to explain them correctly.
e.g.
Are the workspace coordinates just machine space offsets? If I change XY coordinates in machine coordinates (G53) will it change where the origin is in G54? Has never come up because I don’t run any code that changes machine coordinates, but it changes how you describe the relationship. I think a basic z probe changes machine coordinates so it may matter to people not using G38.2
Can I save my workspace coordinates? I think the answer is yes but I’ve never done it and now I want to. I often use a particular corner as an origin. It’s not where the router is parked so it’s not X0Y0 in machine coordinates. Loading that position from EEPROM would be a neat trick.
Some learning involved here just to write about something I’m already using
@vicious1
Ryan do you have a top down view of the lr3 that I can use to sketch out the coordinate system relationships?
Thinking with the router homed to the bottom left but I can rotate the image if necessary.
Thinking of a photo from directly above.
A render would work too. The idea is the full table is visible in the image to get a sense of the difference between the Native Workspace and a working Workspace.
Pull request created!
Not sure how this works re collaboration.
Let me know if something isn’t clear and what needs changed and I’ll see if I can modify it and resubmit.