You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When MagNet implements the various MakerBase and Drawer2dBase interfaces, we need to make sure that coordinate unit types are kept consistent.
The default length unit can be kept track of using code added in PR #65, commit ID 49a88c7. The default length unit class can then be used to convert all incoming coordinates to this type by leveraging code in PR #53.
The text was updated successfully, but these errors were encountered:
When MagNet implements the various
MakerBase
andDrawer2dBase
interfaces, we need to make sure that coordinate unit types are kept consistent.The default length unit can be kept track of using code added in PR #65, commit ID 49a88c7. The default length unit class can then be used to convert all incoming coordinates to this type by leveraging code in PR #53.
The text was updated successfully, but these errors were encountered: