Browse Source

Fix bad insert in configuration

Scott Lahteine 10 years ago
parent
commit
7717e1ce33

+ 0
- 1
Marlin/Configuration.h View File

417
 
417
 
418
   #ifdef AUTO_BED_LEVELING_GRID
418
   #ifdef AUTO_BED_LEVELING_GRID
419
 
419
 
420
-home_offset    // The edges of the rectangle in which to probe
421
     #define LEFT_PROBE_BED_POSITION 15
420
     #define LEFT_PROBE_BED_POSITION 15
422
     #define RIGHT_PROBE_BED_POSITION 170
421
     #define RIGHT_PROBE_BED_POSITION 170
423
     #define FRONT_PROBE_BED_POSITION 20
422
     #define FRONT_PROBE_BED_POSITION 20

+ 0
- 1
Marlin/configurator/config/Configuration.h View File

440
 
440
 
441
   #ifdef AUTO_BED_LEVELING_GRID
441
   #ifdef AUTO_BED_LEVELING_GRID
442
 
442
 
443
-home_offset    // The edges of the rectangle in which to probe
444
     #define LEFT_PROBE_BED_POSITION 15
443
     #define LEFT_PROBE_BED_POSITION 15
445
     #define RIGHT_PROBE_BED_POSITION 170
444
     #define RIGHT_PROBE_BED_POSITION 170
446
     #define FRONT_PROBE_BED_POSITION 20
445
     #define FRONT_PROBE_BED_POSITION 20

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

410
 
410
 
411
   #ifdef AUTO_BED_LEVELING_GRID
411
   #ifdef AUTO_BED_LEVELING_GRID
412
 
412
 
413
-home_offset    // The edges of the rectangle in which to probe
414
     #define LEFT_PROBE_BED_POSITION 15
413
     #define LEFT_PROBE_BED_POSITION 15
415
     #define RIGHT_PROBE_BED_POSITION 170
414
     #define RIGHT_PROBE_BED_POSITION 170
416
     #define FRONT_PROBE_BED_POSITION 20
415
     #define FRONT_PROBE_BED_POSITION 20

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

415
 
415
 
416
   #ifdef AUTO_BED_LEVELING_GRID
416
   #ifdef AUTO_BED_LEVELING_GRID
417
 
417
 
418
-home_offset    // The edges of the rectangle in which to probe
419
     #define LEFT_PROBE_BED_POSITION 15
418
     #define LEFT_PROBE_BED_POSITION 15
420
     #define RIGHT_PROBE_BED_POSITION 170
419
     #define RIGHT_PROBE_BED_POSITION 170
421
     #define FRONT_PROBE_BED_POSITION 20
420
     #define FRONT_PROBE_BED_POSITION 20

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

439
 
439
 
440
   #ifdef AUTO_BED_LEVELING_GRID
440
   #ifdef AUTO_BED_LEVELING_GRID
441
 
441
 
442
-home_offset    // The edges of the rectangle in which to probe
443
     #define LEFT_PROBE_BED_POSITION 15
442
     #define LEFT_PROBE_BED_POSITION 15
444
     #define RIGHT_PROBE_BED_POSITION 170
443
     #define RIGHT_PROBE_BED_POSITION 170
445
     #define FRONT_PROBE_BED_POSITION 20
444
     #define FRONT_PROBE_BED_POSITION 20

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

409
 
409
 
410
   #ifdef AUTO_BED_LEVELING_GRID
410
   #ifdef AUTO_BED_LEVELING_GRID
411
 
411
 
412
-home_offset    // The edges of the rectangle in which to probe
413
     #define LEFT_PROBE_BED_POSITION 15
412
     #define LEFT_PROBE_BED_POSITION 15
414
     #define RIGHT_PROBE_BED_POSITION 170
413
     #define RIGHT_PROBE_BED_POSITION 170
415
     #define FRONT_PROBE_BED_POSITION 20
414
     #define FRONT_PROBE_BED_POSITION 20

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

407
 
407
 
408
   #ifdef AUTO_BED_LEVELING_GRID
408
   #ifdef AUTO_BED_LEVELING_GRID
409
 
409
 
410
-home_offset    // The edges of the rectangle in which to probe
411
     #define LEFT_PROBE_BED_POSITION 15
410
     #define LEFT_PROBE_BED_POSITION 15
412
     #define RIGHT_PROBE_BED_POSITION 170
411
     #define RIGHT_PROBE_BED_POSITION 170
413
     #define FRONT_PROBE_BED_POSITION 20
412
     #define FRONT_PROBE_BED_POSITION 20

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

409
 
409
 
410
   #ifdef AUTO_BED_LEVELING_GRID
410
   #ifdef AUTO_BED_LEVELING_GRID
411
 
411
 
412
-home_offset    // The edges of the rectangle in which to probe
413
     #define LEFT_PROBE_BED_POSITION 15
412
     #define LEFT_PROBE_BED_POSITION 15
414
     #define RIGHT_PROBE_BED_POSITION 170
413
     #define RIGHT_PROBE_BED_POSITION 170
415
     #define FRONT_PROBE_BED_POSITION 20
414
     #define FRONT_PROBE_BED_POSITION 20

Loading…
Cancel
Save