G0 feedrate may be fixed or variable (#12172)
This commit is contained in:
parent
53c535a0c1
commit
a07ac6312f
61 changed files with 319 additions and 199 deletions
|
|
@ -184,7 +184,7 @@ void GcodeSuite::process_parsed_command(
|
|||
case 'G': switch (parser.codenum) {
|
||||
|
||||
case 0: case 1: G0_G1( // G0: Fast Move, G1: Linear Move
|
||||
#if IS_SCARA || ENABLED(G0_FEEDRATE)
|
||||
#if IS_SCARA || defined(G0_FEEDRATE)
|
||||
parser.codenum == 0
|
||||
#endif
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue