Add separators between blocks

This commit is contained in:
dawidpieper 2023-08-16 19:46:57 +02:00
parent 58014156a0
commit b2f6b77cf3
1 changed files with 2 additions and 0 deletions

View File

@ -7748,6 +7748,7 @@ Sigma_Exit:
} else {
break;
}
if (code_seen('Z')){
z_val = code_value();
zraw = z_val*cs.axis_steps_per_mm[Z_AXIS];
@ -7798,6 +7799,7 @@ Sigma_Exit:
{
iPindaC = eeprom_read_byte(&EEPROM_Sheets_base->s[iSel].pinda_temp);
}
if (code_seen('A'))
{
bHasIsActive = true;