Merge pull request #1350 from odewdney/Development

Reduce PROGMEM warnings
This commit is contained in:
Bo Herrmannsen
2015-01-13 11:26:50 +01:00
8 changed files with 35 additions and 16 deletions

View File

@ -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