Browse Source

Fix some section sizes in EEPROM head comment

Scott Lahteine 7 years ago
parent
commit
e1ab285435
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Marlin/configuration_store.cpp

+ 2
- 2
Marlin/configuration_store.cpp View File

64
  *  195  M206 XYZ  home_offset                      (float x3)
64
  *  195  M206 XYZ  home_offset                      (float x3)
65
  *  207  M218 XYZ  hotend_offset                    (float x3 per additional hotend)
65
  *  207  M218 XYZ  hotend_offset                    (float x3 per additional hotend)
66
  *
66
  *
67
- * Global Leveling:
67
+ * Global Leveling:                                 4 bytes
68
  *  219            z_fade_height                    (float)
68
  *  219            z_fade_height                    (float)
69
  *
69
  *
70
  * MESH_BED_LEVELING:                               43 bytes
70
  * MESH_BED_LEVELING:                               43 bytes
80
  * ABL_PLANAR:                                      36 bytes
80
  * ABL_PLANAR:                                      36 bytes
81
  *  270            planner.bed_level_matrix         (matrix_3x3 = float x9)
81
  *  270            planner.bed_level_matrix         (matrix_3x3 = float x9)
82
  *
82
  *
83
- * AUTO_BED_LEVELING_BILINEAR:                      47 bytes
83
+ * AUTO_BED_LEVELING_BILINEAR:                      46 bytes
84
  *  306            GRID_MAX_POINTS_X                (uint8_t)
84
  *  306            GRID_MAX_POINTS_X                (uint8_t)
85
  *  307            GRID_MAX_POINTS_Y                (uint8_t)
85
  *  307            GRID_MAX_POINTS_Y                (uint8_t)
86
  *  308            bilinear_grid_spacing            (int x2)
86
  *  308            bilinear_grid_spacing            (int x2)

Loading…
Cancel
Save