G0 feedrate may be fixed or variable (#12172)
This commit is contained in:
committed by
Scott Lahteine
parent
53c535a0c1
commit
a07ac6312f
@ -342,7 +342,7 @@ public:
|
||||
private:
|
||||
|
||||
static void G0_G1(
|
||||
#if IS_SCARA || ENABLED(G0_FEEDRATE)
|
||||
#if IS_SCARA || defined(G0_FEEDRATE)
|
||||
bool fast_move=false
|
||||
#endif
|
||||
);
|
||||
|
Reference in New Issue
Block a user