FullControlXYZ / fullcontrol

Python version of FullControl for toolpath design (and more) - the readme below is best source of information
GNU General Public License v3.0
672 stars 78 forks source link

Absolute/relative positioning #53

Closed Timothee-Leblond closed 9 months ago

Timothee-Leblond commented 11 months ago

Hi,

Would you know how to switch between absolute/relative positioning on FullControl?

Thank you,

fullcontrol-xyz commented 11 months ago

There isn't a built-in relative-equivalent of fc.Point() but I've created a couple of functions that return an fc.Point object when you define a point in relative terms:

This function allows you to define X Y Z values relative to a point you provide to the function:

This function allows you to define X Y Z values very concisely with P(x,y,z) for an absolute point and R(x,y,z) for a relative point