Browse Source

Merge pull request #1675 from Wurstnase/Development

fix bad insertion config again
Scott Lahteine 10 years ago
parent
commit
36474be8eb

+ 0
- 1
Marlin/example_configurations/Felix/Configuration.h View File

386
   // Note: this feature occupies 10'206 byte
386
   // Note: this feature occupies 10'206 byte
387
   #ifdef AUTO_BED_LEVELING_GRID
387
   #ifdef AUTO_BED_LEVELING_GRID
388
 
388
 
389
-home_offset    // set the rectangle in which to probe
390
     #define LEFT_PROBE_BED_POSITION 15
389
     #define LEFT_PROBE_BED_POSITION 15
391
     #define RIGHT_PROBE_BED_POSITION 170
390
     #define RIGHT_PROBE_BED_POSITION 170
392
     #define BACK_PROBE_BED_POSITION 180
391
     #define BACK_PROBE_BED_POSITION 180

+ 0
- 1
Marlin/example_configurations/Felix/Configuration_DUAL.h View File

386
   // Note: this feature occupies 10'206 byte
386
   // Note: this feature occupies 10'206 byte
387
   #ifdef AUTO_BED_LEVELING_GRID
387
   #ifdef AUTO_BED_LEVELING_GRID
388
 
388
 
389
-home_offset    // set the rectangle in which to probe
390
     #define LEFT_PROBE_BED_POSITION 15
389
     #define LEFT_PROBE_BED_POSITION 15
391
     #define RIGHT_PROBE_BED_POSITION 170
390
     #define RIGHT_PROBE_BED_POSITION 170
392
     #define BACK_PROBE_BED_POSITION 180
391
     #define BACK_PROBE_BED_POSITION 180

Loading…
Cancel
Save