Indentations

This commit is contained in:
3d-gussner 2021-02-18 09:10:28 +01:00
parent 66ea1bdfba
commit 75a385d614
1 changed files with 5 additions and 5 deletions

View File

@ -8162,9 +8162,9 @@ Sigma_Exit:
/*!
### M25 - Pause SD print <a href="https://reprap.org/wiki/G-code#M25:_Pause_SD_print">M25: Pause SD print</a>
*/
case 25:
case 601:
{
case 25:
case 601:
{
if (!isPrintPaused)
{
st_synchronize();
@ -8172,8 +8172,8 @@ Sigma_Exit:
cmdqueue_pop_front(); //trick because we want skip this command (M601) after restore
lcd_pause_print();
}
}
break;
}
break;
/*!
### M602 - Resume print <a href="https://reprap.org/wiki/G-code#M602:_Resume_print">M602: Resume print</a>