Skip to content

Commit

Permalink
Fixed typo in SF arc fix code.
Browse files Browse the repository at this point in the history
ErikZalm committed Sep 3, 2012
1 parent e358a2d commit 47319cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/Marlin.pde
Original file line number Diff line number Diff line change
@@ -1578,7 +1578,7 @@ void get_arc_coordinates()
{
#ifdef SF_ARC_FIX
bool relative_mode_backup = relative_mode;
bool relative_mode = true;
relative_mode = true;
#endif
get_coordinates();
#ifdef SF_ARC_FIX

0 comments on commit 47319cf

Please sign in to comment.