Make bed correction matrix const
This commit is contained in:
parent
be3465cf18
commit
3ccf2d60c0
|
|
@ -3030,7 +3030,7 @@ static void gcode_G80()
|
|||
}
|
||||
return 0;
|
||||
};
|
||||
int8_t correction[4] = {
|
||||
const int8_t correction[4] = {
|
||||
bedCorrectHelper('L', (uint8_t*)EEPROM_BED_CORRECTION_LEFT),
|
||||
bedCorrectHelper('R', (uint8_t*)EEPROM_BED_CORRECTION_RIGHT),
|
||||
bedCorrectHelper('F', (uint8_t*)EEPROM_BED_CORRECTION_FRONT),
|
||||
|
|
|
|||
Loading…
Reference in New Issue