Den 2022-07-05 kl. 14:22, skrev andy pugh:
On Tue, 5 Jul 2022 at 11:47, Steffen Möller via Emc-developers <[email protected]> wrote:degrees. Values returned by unary operations which return angle measures ('ACOS', 'ASIN', and 'ATAN') are also in degrees. This is unexpected. Radial is the default for these functions about everywhere else. This should be made more explicit.
To use degree while everyone else use radians might be a problem though might be easier to work with degree. Then doing calculations radians often have to be used for a CNC machine an example is calculate surface speed. Adding a g-code to switch might be a good solution.
I would imagine that most CNC operators will expect degrees. Can you imagine trying to type in a right-angle in MDI in radians? G1 @20 ^ 90 is far more practical than G1 @20 ^ 1.570796327
_______________________________________________ Emc-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers
