Indentations
This commit is contained in:
parent
66ea1bdfba
commit
75a385d614
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue