Option for G0 to have a separate feedrate (#12089)
This commit is contained in:
parent
3d5be2ea4b
commit
af939c158a
59 changed files with 364 additions and 3 deletions
|
|
@ -188,7 +188,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
|
||||
#if IS_SCARA || ENABLED(G0_FEEDRATE)
|
||||
parser.codenum == 0
|
||||
#endif
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue