Use IS_SD_PRINTING() more
This commit is contained in:
@ -226,7 +226,7 @@ void GcodeSuite::M30() {
|
||||
*
|
||||
*/
|
||||
void GcodeSuite::M32() {
|
||||
if (card.sdprinting) planner.synchronize();
|
||||
if (IS_SD_PRINTING()) planner.synchronize();
|
||||
|
||||
if (card.cardOK) {
|
||||
const bool call_procedure = parser.boolval('P');
|
||||
|
Reference in New Issue
Block a user