FullControlXYZ / fullcontrol

Python version of FullControl for toolpath design (and more) - the readme below is best source of information

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Absolute/relative positioning

Timothee-Leblond opened this issue · comments

Hi,

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

Thank you,

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