Merge pull request #1350 from odewdney/Development
Reduce PROGMEM warnings
This commit is contained in:
commit
d4a665694a
8 changed files with 35 additions and 16 deletions
|
|
@ -80,7 +80,7 @@ unsigned long axis_steps_per_sqr_second[NUM_AXIS];
|
|||
matrix_3x3 plan_bed_level_matrix = {
|
||||
1.0, 0.0, 0.0,
|
||||
0.0, 1.0, 0.0,
|
||||
0.0, 0.0, 1.0,
|
||||
0.0, 0.0, 1.0
|
||||
};
|
||||
#endif // #ifdef ENABLE_AUTO_BED_LEVELING
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue