minor edits after verifying refactored grbl on real hardware
This commit is contained in:
parent
b9c3ea02fb
commit
58ad1ba509
7 changed files with 24 additions and 26 deletions
|
|
@ -73,7 +73,6 @@ void mc_line(double x, double y, double z, float feed_rate, int invert_feed_rate
|
|||
memcpy(position, target, sizeof(target)); // position[] = target[]
|
||||
}
|
||||
|
||||
|
||||
// Execute an arc. theta == start angle, angular_travel == number of radians to go along the arc,
|
||||
// positive angular_travel means clockwise, negative means counterclockwise. Radius == the radius of the
|
||||
// circle in millimeters. axis_1 and axis_2 selects the circle plane in tool space. Stick the remaining
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue