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
write_project no longer accepts the first name argument
as the name will now instead be read from the program struct. The name
can now be set by the Program::set_name method. Also setting z_safe and
z_tool_change values that are smaller than the max z value from the cuts
will now result in an error when the Program::to_instructions method
runs.
Features
add Context::operations() to get operations 0d0d77c