Browse Source

Fix bad insert in configuration

Scott Lahteine 10 years ago
parent
commit
7717e1ce33

+ 0
- 1
Marlin/Configuration.h View File

@@ -417,7 +417,6 @@ const bool Z_MAX_ENDSTOP_INVERTING = false; // set to true to invert the logic o
417 417
 
418 418
   #ifdef AUTO_BED_LEVELING_GRID
419 419
 
420
-home_offset    // The edges of the rectangle in which to probe
421 420
     #define LEFT_PROBE_BED_POSITION 15
422 421
     #define RIGHT_PROBE_BED_POSITION 170
423 422
     #define FRONT_PROBE_BED_POSITION 20

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

@@ -440,7 +440,6 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
440 440
 
441 441
   #ifdef AUTO_BED_LEVELING_GRID
442 442
 
443
-home_offset    // The edges of the rectangle in which to probe
444 443
     #define LEFT_PROBE_BED_POSITION 15
445 444
     #define RIGHT_PROBE_BED_POSITION 170
446 445
     #define FRONT_PROBE_BED_POSITION 20

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

@@ -410,7 +410,6 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
410 410
 
411 411
   #ifdef AUTO_BED_LEVELING_GRID
412 412
 
413
-home_offset    // The edges of the rectangle in which to probe
414 413
     #define LEFT_PROBE_BED_POSITION 15
415 414
     #define RIGHT_PROBE_BED_POSITION 170
416 415
     #define FRONT_PROBE_BED_POSITION 20

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

@@ -415,7 +415,6 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
415 415
 
416 416
   #ifdef AUTO_BED_LEVELING_GRID
417 417
 
418
-home_offset    // The edges of the rectangle in which to probe
419 418
     #define LEFT_PROBE_BED_POSITION 15
420 419
     #define RIGHT_PROBE_BED_POSITION 170
421 420
     #define FRONT_PROBE_BED_POSITION 20

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

@@ -439,7 +439,6 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
439 439
 
440 440
   #ifdef AUTO_BED_LEVELING_GRID
441 441
 
442
-home_offset    // The edges of the rectangle in which to probe
443 442
     #define LEFT_PROBE_BED_POSITION 15
444 443
     #define RIGHT_PROBE_BED_POSITION 170
445 444
     #define FRONT_PROBE_BED_POSITION 20

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

@@ -409,7 +409,6 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
409 409
 
410 410
   #ifdef AUTO_BED_LEVELING_GRID
411 411
 
412
-home_offset    // The edges of the rectangle in which to probe
413 412
     #define LEFT_PROBE_BED_POSITION 15
414 413
     #define RIGHT_PROBE_BED_POSITION 170
415 414
     #define FRONT_PROBE_BED_POSITION 20

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

@@ -407,7 +407,6 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
407 407
 
408 408
   #ifdef AUTO_BED_LEVELING_GRID
409 409
 
410
-home_offset    // The edges of the rectangle in which to probe
411 410
     #define LEFT_PROBE_BED_POSITION 15
412 411
     #define RIGHT_PROBE_BED_POSITION 170
413 412
     #define FRONT_PROBE_BED_POSITION 20

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

@@ -409,7 +409,6 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
409 409
 
410 410
   #ifdef AUTO_BED_LEVELING_GRID
411 411
 
412
-home_offset    // The edges of the rectangle in which to probe
413 412
     #define LEFT_PROBE_BED_POSITION 15
414 413
     #define RIGHT_PROBE_BED_POSITION 170
415 414
     #define FRONT_PROBE_BED_POSITION 20

Loading…
Cancel
Save