Browse Source

Update PROBE_OFFSET_FROM_EXTRUDER comment section in all example config

files.
jbrazio 8 years ago
parent
commit
143ad74db7

+ 17
- 20
Marlin/Configuration.h View File

@@ -488,26 +488,23 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
488 488
 
489 489
   #endif // AUTO_BED_LEVELING_GRID
490 490
 
491
- /*
492
-  * Z Probe to nozzle (X,Y) offset, relative to (0, 0).
493
-  * X and Y offsets must be integers.
494
-  *
495
-  * In the following example the X and Y offsets are both positive:
496
-  * #define X_PROBE_OFFSET_FROM_EXTRUDER 10
497
-  * #define Y_PROBE_OFFSET_FROM_EXTRUDER 10
498
-  *
499
-  *   +-- BACK ---+
500
-  *   |           |
501
-  * L |    (+) P  | R <-- probe (20,20)
502
-  * E |           | I
503
-  * F | (-) N (+) | G <-- nozzle (10,10)
504
-  * T |           | H
505
-  *   |    (-)    | T
506
-  *   |           |
507
-  *   O-- FRONT --+
508
-  * (0,0)
509
-  *
510
-  */
491
+  // Z Probe to nozzle (X,Y) offset, relative to (0, 0).
492
+  // X and Y offsets must be integers.
493
+  //
494
+  // In the following example the X and Y offsets are both positive:
495
+  // #define X_PROBE_OFFSET_FROM_EXTRUDER 10
496
+  // #define Y_PROBE_OFFSET_FROM_EXTRUDER 10
497
+  //
498
+  //    +-- BACK ---+
499
+  //    |           |
500
+  //  L |    (+) P  | R <-- probe (20,20)
501
+  //  E |           | I
502
+  //  F | (-) N (+) | G <-- nozzle (10,10)
503
+  //  T |           | H
504
+  //    |    (-)    | T
505
+  //    |           |
506
+  //    O-- FRONT --+
507
+  //  (0,0)
511 508
   #define X_PROBE_OFFSET_FROM_EXTRUDER 10  // X offset: -left  [of the nozzle] +right
512 509
   #define Y_PROBE_OFFSET_FROM_EXTRUDER 10  // Z offset: -front [of the nozzle] +behind
513 510
   #define Z_PROBE_OFFSET_FROM_EXTRUDER 0   // Z offset: -below [the nozzle] (always negative!)

+ 19
- 4
Marlin/example_configurations/Felix/Configuration.h View File

@@ -470,11 +470,26 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
470 470
 
471 471
   #endif // AUTO_BED_LEVELING_GRID
472 472
 
473
-  // Offsets to the Z probe relative to the nozzle tip.
473
+  // Z Probe to nozzle (X,Y) offset, relative to (0, 0).
474 474
   // X and Y offsets must be integers.
475
-  #define X_PROBE_OFFSET_FROM_EXTRUDER -25     // Z probe to nozzle X offset: -left  +right
476
-  #define Y_PROBE_OFFSET_FROM_EXTRUDER -29     // Z probe to nozzle Y offset: -front +behind
477
-  #define Z_PROBE_OFFSET_FROM_EXTRUDER -12.35  // Z probe to nozzle Z offset: -below (always!)
475
+  //
476
+  // In the following example the X and Y offsets are both positive:
477
+  // #define X_PROBE_OFFSET_FROM_EXTRUDER 10
478
+  // #define Y_PROBE_OFFSET_FROM_EXTRUDER 10
479
+  //
480
+  //    +-- BACK ---+
481
+  //    |           |
482
+  //  L |    (+) P  | R <-- probe (20,20)
483
+  //  E |           | I
484
+  //  F | (-) N (+) | G <-- nozzle (10,10)
485
+  //  T |           | H
486
+  //    |    (-)    | T
487
+  //    |           |
488
+  //    O-- FRONT --+
489
+  //  (0,0)
490
+  #define X_PROBE_OFFSET_FROM_EXTRUDER -25     // X offset: -left  [of the nozzle] +right
491
+  #define Y_PROBE_OFFSET_FROM_EXTRUDER -29     // Z offset: -front [of the nozzle] +behind
492
+  #define Z_PROBE_OFFSET_FROM_EXTRUDER -12.35  // Z offset: -below [the nozzle] (always negative!)
478 493
 
479 494
   #define Z_RAISE_BEFORE_HOMING 4       // (in mm) Raise Z axis before homing (G28) for Z probe clearance.
480 495
                                         // Be sure you have this distance over your Z_MAX_POS in case.

+ 19
- 4
Marlin/example_configurations/Felix/Configuration_DUAL.h View File

@@ -441,11 +441,26 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
441 441
 
442 442
   #endif // AUTO_BED_LEVELING_GRID
443 443
 
444
-  // Offsets to the Z probe relative to the nozzle tip.
444
+  // Z Probe to nozzle (X,Y) offset, relative to (0, 0).
445 445
   // X and Y offsets must be integers.
446
-  #define X_PROBE_OFFSET_FROM_EXTRUDER -25     // Z probe to nozzle X offset: -left  +right
447
-  #define Y_PROBE_OFFSET_FROM_EXTRUDER -29     // Z probe to nozzle Y offset: -front +behind
448
-  #define Z_PROBE_OFFSET_FROM_EXTRUDER -12.35  // Z probe to nozzle Z offset: -below (always!)
446
+  //
447
+  // In the following example the X and Y offsets are both positive:
448
+  // #define X_PROBE_OFFSET_FROM_EXTRUDER 10
449
+  // #define Y_PROBE_OFFSET_FROM_EXTRUDER 10
450
+  //
451
+  //    +-- BACK ---+
452
+  //    |           |
453
+  //  L |    (+) P  | R <-- probe (20,20)
454
+  //  E |           | I
455
+  //  F | (-) N (+) | G <-- nozzle (10,10)
456
+  //  T |           | H
457
+  //    |    (-)    | T
458
+  //    |           |
459
+  //    O-- FRONT --+
460
+  //  (0,0)
461
+  #define X_PROBE_OFFSET_FROM_EXTRUDER -25     // X offset: -left  [of the nozzle] +right
462
+  #define Y_PROBE_OFFSET_FROM_EXTRUDER -29     // Z offset: -front [of the nozzle] +behind
463
+  #define Z_PROBE_OFFSET_FROM_EXTRUDER -12.35  // Z offset: -below [the nozzle] (always negative!)
449 464
 
450 465
   #define Z_RAISE_BEFORE_HOMING 4       // (in mm) Raise Z axis before homing (G28) for Z probe clearance.
451 466
                                         // Be sure you have this distance over your Z_MAX_POS in case.

+ 19
- 4
Marlin/example_configurations/Hephestos/Configuration.h View File

@@ -481,11 +481,26 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
481 481
 
482 482
   #endif // AUTO_BED_LEVELING_GRID
483 483
 
484
-  // Offsets to the Z probe relative to the nozzle tip.
484
+  // Z Probe to nozzle (X,Y) offset, relative to (0, 0).
485 485
   // X and Y offsets must be integers.
486
-  #define X_PROBE_OFFSET_FROM_EXTRUDER -25     // Z probe to nozzle X offset: -left  +right
487
-  #define Y_PROBE_OFFSET_FROM_EXTRUDER -29     // Z probe to nozzle Y offset: -front +behind
488
-  #define Z_PROBE_OFFSET_FROM_EXTRUDER -12.35  // Z probe to nozzle Z offset: -below (always!)
486
+  //
487
+  // In the following example the X and Y offsets are both positive:
488
+  // #define X_PROBE_OFFSET_FROM_EXTRUDER 10
489
+  // #define Y_PROBE_OFFSET_FROM_EXTRUDER 10
490
+  //
491
+  //    +-- BACK ---+
492
+  //    |           |
493
+  //  L |    (+) P  | R <-- probe (20,20)
494
+  //  E |           | I
495
+  //  F | (-) N (+) | G <-- nozzle (10,10)
496
+  //  T |           | H
497
+  //    |    (-)    | T
498
+  //    |           |
499
+  //    O-- FRONT --+
500
+  //  (0,0)
501
+  #define X_PROBE_OFFSET_FROM_EXTRUDER -25     // X offset: -left  [of the nozzle] +right
502
+  #define Y_PROBE_OFFSET_FROM_EXTRUDER -29     // Z offset: -front [of the nozzle] +behind
503
+  #define Z_PROBE_OFFSET_FROM_EXTRUDER -12.35  // Z offset: -below [the nozzle] (always negative!)
489 504
 
490 505
   #define Z_RAISE_BEFORE_HOMING 4       // (in mm) Raise Z axis before homing (G28) for Z probe clearance.
491 506
                                         // Be sure you have this distance over your Z_MAX_POS in case.

+ 19
- 4
Marlin/example_configurations/K8200/Configuration.h View File

@@ -503,11 +503,26 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
503 503
 
504 504
   #endif // AUTO_BED_LEVELING_GRID
505 505
 
506
-  // Offsets to the Z probe relative to the nozzle tip.
506
+  // Z Probe to nozzle (X,Y) offset, relative to (0, 0).
507 507
   // X and Y offsets must be integers.
508
-  #define X_PROBE_OFFSET_FROM_EXTRUDER -25     // Z probe to nozzle X offset: -left  +right
509
-  #define Y_PROBE_OFFSET_FROM_EXTRUDER -29     // Z probe to nozzle Y offset: -front +behind
510
-  #define Z_PROBE_OFFSET_FROM_EXTRUDER -12.35  // Z probe to nozzle Z offset: -below (always!)
508
+  //
509
+  // In the following example the X and Y offsets are both positive:
510
+  // #define X_PROBE_OFFSET_FROM_EXTRUDER 10
511
+  // #define Y_PROBE_OFFSET_FROM_EXTRUDER 10
512
+  //
513
+  //    +-- BACK ---+
514
+  //    |           |
515
+  //  L |    (+) P  | R <-- probe (20,20)
516
+  //  E |           | I
517
+  //  F | (-) N (+) | G <-- nozzle (10,10)
518
+  //  T |           | H
519
+  //    |    (-)    | T
520
+  //    |           |
521
+  //    O-- FRONT --+
522
+  //  (0,0)
523
+  #define X_PROBE_OFFSET_FROM_EXTRUDER -25     // X offset: -left  [of the nozzle] +right
524
+  #define Y_PROBE_OFFSET_FROM_EXTRUDER -29     // Z offset: -front [of the nozzle] +behind
525
+  #define Z_PROBE_OFFSET_FROM_EXTRUDER -12.35  // Z offset: -below [the nozzle] (always negative!)
511 526
 
512 527
   #define Z_RAISE_BEFORE_HOMING 4       // (in mm) Raise Z axis before homing (G28) for Z probe clearance.
513 528
                                         // Be sure you have this distance over your Z_MAX_POS in case.

+ 19
- 4
Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h View File

@@ -489,11 +489,26 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
489 489
 
490 490
   #endif // AUTO_BED_LEVELING_GRID
491 491
 
492
-  // Offsets to the Z probe relative to the nozzle tip.
492
+  // Z Probe to nozzle (X,Y) offset, relative to (0, 0).
493 493
   // X and Y offsets must be integers.
494
-  #define X_PROBE_OFFSET_FROM_EXTRUDER -25     // Z probe to nozzle X offset: -left  +right
495
-  #define Y_PROBE_OFFSET_FROM_EXTRUDER -29     // Z probe to nozzle Y offset: -front +behind
496
-  #define Z_PROBE_OFFSET_FROM_EXTRUDER -12.35  // Z probe to nozzle Z offset: -below (always!)
494
+  //
495
+  // In the following example the X and Y offsets are both positive:
496
+  // #define X_PROBE_OFFSET_FROM_EXTRUDER 10
497
+  // #define Y_PROBE_OFFSET_FROM_EXTRUDER 10
498
+  //
499
+  //    +-- BACK ---+
500
+  //    |           |
501
+  //  L |    (+) P  | R <-- probe (20,20)
502
+  //  E |           | I
503
+  //  F | (-) N (+) | G <-- nozzle (10,10)
504
+  //  T |           | H
505
+  //    |    (-)    | T
506
+  //    |           |
507
+  //    O-- FRONT --+
508
+  //  (0,0)
509
+  #define X_PROBE_OFFSET_FROM_EXTRUDER -25     // X offset: -left  [of the nozzle] +right
510
+  #define Y_PROBE_OFFSET_FROM_EXTRUDER -29     // Z offset: -front [of the nozzle] +behind
511
+  #define Z_PROBE_OFFSET_FROM_EXTRUDER -12.35  // Z offset: -below [the nozzle] (always negative!)
497 512
 
498 513
   #define Z_RAISE_BEFORE_HOMING 4       // (in mm) Raise Z axis before homing (G28) for Z probe clearance.
499 514
                                         // Be sure you have this distance over your Z_MAX_POS in case.

+ 19
- 4
Marlin/example_configurations/RigidBot/Configuration.h View File

@@ -479,11 +479,26 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
479 479
 
480 480
   #endif // AUTO_BED_LEVELING_GRID
481 481
 
482
-  // Offsets to the Z probe relative to the nozzle tip.
482
+  // Z Probe to nozzle (X,Y) offset, relative to (0, 0).
483 483
   // X and Y offsets must be integers.
484
-  #define X_PROBE_OFFSET_FROM_EXTRUDER -25     // Z probe to nozzle X offset: -left  +right
485
-  #define Y_PROBE_OFFSET_FROM_EXTRUDER -29     // Z probe to nozzle Y offset: -front +behind
486
-  #define Z_PROBE_OFFSET_FROM_EXTRUDER -12.35  // Z probe to nozzle Z offset: -below (always!)
484
+  //
485
+  // In the following example the X and Y offsets are both positive:
486
+  // #define X_PROBE_OFFSET_FROM_EXTRUDER 10
487
+  // #define Y_PROBE_OFFSET_FROM_EXTRUDER 10
488
+  //
489
+  //    +-- BACK ---+
490
+  //    |           |
491
+  //  L |    (+) P  | R <-- probe (20,20)
492
+  //  E |           | I
493
+  //  F | (-) N (+) | G <-- nozzle (10,10)
494
+  //  T |           | H
495
+  //    |    (-)    | T
496
+  //    |           |
497
+  //    O-- FRONT --+
498
+  //  (0,0)
499
+  #define X_PROBE_OFFSET_FROM_EXTRUDER -25     // X offset: -left  [of the nozzle] +right
500
+  #define Y_PROBE_OFFSET_FROM_EXTRUDER -29     // Z offset: -front [of the nozzle] +behind
501
+  #define Z_PROBE_OFFSET_FROM_EXTRUDER -12.35  // Z offset: -below [the nozzle] (always negative!)
487 502
 
488 503
   #define Z_RAISE_BEFORE_HOMING 4       // (in mm) Raise Z axis before homing (G28) for Z probe clearance.
489 504
                                         // Be sure you have this distance over your Z_MAX_POS in case.

+ 19
- 4
Marlin/example_configurations/SCARA/Configuration.h View File

@@ -496,11 +496,26 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
496 496
 
497 497
   #endif // AUTO_BED_LEVELING_GRID
498 498
 
499
-  // Offsets to the Z probe relative to the nozzle tip.
499
+  // Z Probe to nozzle (X,Y) offset, relative to (0, 0).
500 500
   // X and Y offsets must be integers.
501
-  #define X_PROBE_OFFSET_FROM_EXTRUDER -25     // Z probe to nozzle X offset: -left  +right
502
-  #define Y_PROBE_OFFSET_FROM_EXTRUDER -29     // Z probe to nozzle Y offset: -front +behind
503
-  #define Z_PROBE_OFFSET_FROM_EXTRUDER -12.35  // Z probe to nozzle Z offset: -below (always!)
501
+  //
502
+  // In the following example the X and Y offsets are both positive:
503
+  // #define X_PROBE_OFFSET_FROM_EXTRUDER 10
504
+  // #define Y_PROBE_OFFSET_FROM_EXTRUDER 10
505
+  //
506
+  //    +-- BACK ---+
507
+  //    |           |
508
+  //  L |    (+) P  | R <-- probe (20,20)
509
+  //  E |           | I
510
+  //  F | (-) N (+) | G <-- nozzle (10,10)
511
+  //  T |           | H
512
+  //    |    (-)    | T
513
+  //    |           |
514
+  //    O-- FRONT --+
515
+  //  (0,0)
516
+  #define X_PROBE_OFFSET_FROM_EXTRUDER -25     // X offset: -left  [of the nozzle] +right
517
+  #define Y_PROBE_OFFSET_FROM_EXTRUDER -29     // Z offset: -front [of the nozzle] +behind
518
+  #define Z_PROBE_OFFSET_FROM_EXTRUDER -12.35  // Z offset: -below [the nozzle] (always negative!)
504 519
 
505 520
   //#define Z_RAISE_BEFORE_HOMING 4       // (in mm) Raise Z axis before homing (G28) for Z probe clearance.
506 521
                                         // Be sure you have this distance over your Z_MAX_POS in case.

+ 19
- 4
Marlin/example_configurations/TAZ4/Configuration.h View File

@@ -507,11 +507,26 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
507 507
 
508 508
   #endif // AUTO_BED_LEVELING_GRID
509 509
 
510
-  // Offsets to the Z probe relative to the nozzle tip.
510
+  // Z Probe to nozzle (X,Y) offset, relative to (0, 0).
511 511
   // X and Y offsets must be integers.
512
-  #define X_PROBE_OFFSET_FROM_EXTRUDER -25     // Z probe to nozzle X offset: -left  +right
513
-  #define Y_PROBE_OFFSET_FROM_EXTRUDER -29     // Z probe to nozzle Y offset: -front +behind
514
-  #define Z_PROBE_OFFSET_FROM_EXTRUDER -12.35  // Z probe to nozzle Z offset: -below (always!)
512
+  //
513
+  // In the following example the X and Y offsets are both positive:
514
+  // #define X_PROBE_OFFSET_FROM_EXTRUDER 10
515
+  // #define Y_PROBE_OFFSET_FROM_EXTRUDER 10
516
+  //
517
+  //    +-- BACK ---+
518
+  //    |           |
519
+  //  L |    (+) P  | R <-- probe (20,20)
520
+  //  E |           | I
521
+  //  F | (-) N (+) | G <-- nozzle (10,10)
522
+  //  T |           | H
523
+  //    |    (-)    | T
524
+  //    |           |
525
+  //    O-- FRONT --+
526
+  //  (0,0)
527
+  #define X_PROBE_OFFSET_FROM_EXTRUDER -25     // X offset: -left  [of the nozzle] +right
528
+  #define Y_PROBE_OFFSET_FROM_EXTRUDER -29     // Z offset: -front [of the nozzle] +behind
529
+  #define Z_PROBE_OFFSET_FROM_EXTRUDER -12.35  // Z offset: -below [the nozzle] (always negative!)
515 530
 
516 531
   #define Z_RAISE_BEFORE_HOMING 4       // (in mm) Raise Z axis before homing (G28) for Z probe clearance.
517 532
                                         // Be sure you have this distance over your Z_MAX_POS in case.

+ 19
- 4
Marlin/example_configurations/WITBOX/Configuration.h View File

@@ -480,11 +480,26 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
480 480
 
481 481
   #endif // AUTO_BED_LEVELING_GRID
482 482
 
483
-  // Offsets to the Z probe relative to the nozzle tip.
483
+  // Z Probe to nozzle (X,Y) offset, relative to (0, 0).
484 484
   // X and Y offsets must be integers.
485
-  #define X_PROBE_OFFSET_FROM_EXTRUDER -25     // Z probe to nozzle X offset: -left  +right
486
-  #define Y_PROBE_OFFSET_FROM_EXTRUDER -29     // Z probe to nozzle Y offset: -front +behind
487
-  #define Z_PROBE_OFFSET_FROM_EXTRUDER -12.35  // Z probe to nozzle Z offset: -below (always!)
485
+  //
486
+  // In the following example the X and Y offsets are both positive:
487
+  // #define X_PROBE_OFFSET_FROM_EXTRUDER 10
488
+  // #define Y_PROBE_OFFSET_FROM_EXTRUDER 10
489
+  //
490
+  //    +-- BACK ---+
491
+  //    |           |
492
+  //  L |    (+) P  | R <-- probe (20,20)
493
+  //  E |           | I
494
+  //  F | (-) N (+) | G <-- nozzle (10,10)
495
+  //  T |           | H
496
+  //    |    (-)    | T
497
+  //    |           |
498
+  //    O-- FRONT --+
499
+  //  (0,0)
500
+  #define X_PROBE_OFFSET_FROM_EXTRUDER -25     // X offset: -left  [of the nozzle] +right
501
+  #define Y_PROBE_OFFSET_FROM_EXTRUDER -29     // Z offset: -front [of the nozzle] +behind
502
+  #define Z_PROBE_OFFSET_FROM_EXTRUDER -12.35  // Z offset: -below [the nozzle] (always negative!)
488 503
 
489 504
   #define Z_RAISE_BEFORE_HOMING 4       // (in mm) Raise Z axis before homing (G28) for Z probe clearance.
490 505
                                         // Be sure you have this distance over your Z_MAX_POS in case.

+ 19
- 4
Marlin/example_configurations/adafruit/ST7565/Configuration.h View File

@@ -489,11 +489,26 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
489 489
 
490 490
   #endif // AUTO_BED_LEVELING_GRID
491 491
 
492
-  // Offsets to the Z probe relative to the nozzle tip.
492
+  // Z Probe to nozzle (X,Y) offset, relative to (0, 0).
493 493
   // X and Y offsets must be integers.
494
-  #define X_PROBE_OFFSET_FROM_EXTRUDER -25     // Z probe to nozzle X offset: -left  +right
495
-  #define Y_PROBE_OFFSET_FROM_EXTRUDER -29     // Z probe to nozzle Y offset: -front +behind
496
-  #define Z_PROBE_OFFSET_FROM_EXTRUDER -12.35  // Z probe to nozzle Z offset: -below (always!)
494
+  //
495
+  // In the following example the X and Y offsets are both positive:
496
+  // #define X_PROBE_OFFSET_FROM_EXTRUDER 10
497
+  // #define Y_PROBE_OFFSET_FROM_EXTRUDER 10
498
+  //
499
+  //    +-- BACK ---+
500
+  //    |           |
501
+  //  L |    (+) P  | R <-- probe (20,20)
502
+  //  E |           | I
503
+  //  F | (-) N (+) | G <-- nozzle (10,10)
504
+  //  T |           | H
505
+  //    |    (-)    | T
506
+  //    |           |
507
+  //    O-- FRONT --+
508
+  //  (0,0)
509
+  #define X_PROBE_OFFSET_FROM_EXTRUDER -25     // X offset: -left  [of the nozzle] +right
510
+  #define Y_PROBE_OFFSET_FROM_EXTRUDER -29     // Z offset: -front [of the nozzle] +behind
511
+  #define Z_PROBE_OFFSET_FROM_EXTRUDER -12.35  // Z offset: -below [the nozzle] (always negative!)
497 512
 
498 513
   #define Z_RAISE_BEFORE_HOMING 4       // (in mm) Raise Z axis before homing (G28) for Z probe clearance.
499 514
                                         // Be sure you have this distance over your Z_MAX_POS in case.

+ 19
- 4
Marlin/example_configurations/delta/biv2.5/Configuration.h View File

@@ -527,11 +527,26 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
527 527
 
528 528
   #endif // AUTO_BED_LEVELING_GRID
529 529
 
530
-  // Offsets to the Z probe relative to the nozzle tip.
530
+  // Z Probe to nozzle (X,Y) offset, relative to (0, 0).
531 531
   // X and Y offsets must be integers.
532
-  #define X_PROBE_OFFSET_FROM_EXTRUDER 0     // Z probe to nozzle X offset: -left  +right
533
-  #define Y_PROBE_OFFSET_FROM_EXTRUDER -10   // Z probe to nozzle Y offset: -front +behind
534
-  #define Z_PROBE_OFFSET_FROM_EXTRUDER -3.5  // Z probe to nozzle Z offset: -below (always!)
532
+  //
533
+  // In the following example the X and Y offsets are both positive:
534
+  // #define X_PROBE_OFFSET_FROM_EXTRUDER 10
535
+  // #define Y_PROBE_OFFSET_FROM_EXTRUDER 10
536
+  //
537
+  //    +-- BACK ---+
538
+  //    |           |
539
+  //  L |    (+) P  | R <-- probe (20,20)
540
+  //  E |           | I
541
+  //  F | (-) N (+) | G <-- nozzle (10,10)
542
+  //  T |           | H
543
+  //    |    (-)    | T
544
+  //    |           |
545
+  //    O-- FRONT --+
546
+  //  (0,0)
547
+  #define X_PROBE_OFFSET_FROM_EXTRUDER 0     // X offset: -left  [of the nozzle] +right
548
+  #define Y_PROBE_OFFSET_FROM_EXTRUDER -10   // Z offset: -front [of the nozzle] +behind
549
+  #define Z_PROBE_OFFSET_FROM_EXTRUDER -3.5  // Z offset: -below [the nozzle] (always negative!)
535 550
 
536 551
   #define Z_RAISE_BEFORE_HOMING 4       // (in mm) Raise Z axis before homing (G28) for Z probe clearance.
537 552
                                         // Be sure you have this distance over your Z_MAX_POS in case.

+ 16
- 1
Marlin/example_configurations/delta/generic/Configuration.h View File

@@ -528,8 +528,23 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
528 528
 
529 529
   #endif // AUTO_BED_LEVELING_GRID
530 530
 
531
-  // Offsets to the Z probe relative to the nozzle tip.
531
+  // Z Probe to nozzle (X,Y) offset, relative to (0, 0).
532 532
   // X and Y offsets must be integers.
533
+  //
534
+  // In the following example the X and Y offsets are both positive:
535
+  // #define X_PROBE_OFFSET_FROM_EXTRUDER 10
536
+  // #define Y_PROBE_OFFSET_FROM_EXTRUDER 10
537
+  //
538
+  //    +-- BACK ---+
539
+  //    |           |
540
+  //  L |    (+) P  | R <-- probe (20,20)
541
+  //  E |           | I
542
+  //  F | (-) N (+) | G <-- nozzle (10,10)
543
+  //  T |           | H
544
+  //    |    (-)    | T
545
+  //    |           |
546
+  //    O-- FRONT --+
547
+  //  (0,0)
533 548
   #define X_PROBE_OFFSET_FROM_EXTRUDER 0     // Z probe to nozzle X offset: -left  +right
534 549
   #define Y_PROBE_OFFSET_FROM_EXTRUDER -10   // Z probe to nozzle Y offset: -front +behind
535 550
   #define Z_PROBE_OFFSET_FROM_EXTRUDER -3.5  // Z probe to nozzle Z offset: -below (always!)

+ 19
- 4
Marlin/example_configurations/delta/kossel_mini/Configuration.h View File

@@ -528,11 +528,26 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
528 528
 
529 529
   #endif // AUTO_BED_LEVELING_GRID
530 530
 
531
-  // Offsets to the Z probe relative to the nozzle tip.
531
+  // Z Probe to nozzle (X,Y) offset, relative to (0, 0).
532 532
   // X and Y offsets must be integers.
533
-  #define X_PROBE_OFFSET_FROM_EXTRUDER 0     // Z probe to nozzle X offset: -left  +right
534
-  #define Y_PROBE_OFFSET_FROM_EXTRUDER -10   // Z probe to nozzle Y offset: -front +behind
535
-  #define Z_PROBE_OFFSET_FROM_EXTRUDER -3.5  // Z probe to nozzle Z offset: -below (always!)
533
+  //
534
+  // In the following example the X and Y offsets are both positive:
535
+  // #define X_PROBE_OFFSET_FROM_EXTRUDER 10
536
+  // #define Y_PROBE_OFFSET_FROM_EXTRUDER 10
537
+  //
538
+  //    +-- BACK ---+
539
+  //    |           |
540
+  //  L |    (+) P  | R <-- probe (20,20)
541
+  //  E |           | I
542
+  //  F | (-) N (+) | G <-- nozzle (10,10)
543
+  //  T |           | H
544
+  //    |    (-)    | T
545
+  //    |           |
546
+  //    O-- FRONT --+
547
+  //  (0,0)
548
+  #define X_PROBE_OFFSET_FROM_EXTRUDER 0     // X offset: -left  [of the nozzle] +right
549
+  #define Y_PROBE_OFFSET_FROM_EXTRUDER -10   // Z offset: -front [of the nozzle] +behind
550
+  #define Z_PROBE_OFFSET_FROM_EXTRUDER -3.5  // Z offset: -below [the nozzle] (always negative!)
536 551
 
537 552
   #define Z_RAISE_BEFORE_HOMING 15      // (in mm) Raise Z axis before homing (G28) for Z probe clearance.
538 553
                                         // Be sure you have this distance over your Z_MAX_POS in case.

+ 16
- 1
Marlin/example_configurations/delta/kossel_pro/Configuration.h View File

@@ -515,8 +515,23 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
515 515
 
516 516
   #endif // AUTO_BED_LEVELING_GRID
517 517
 
518
-  // Offsets to the Z probe relative to the nozzle tip.
518
+  // Z Probe to nozzle (X,Y) offset, relative to (0, 0).
519 519
   // X and Y offsets must be integers.
520
+  //
521
+  // In the following example the X and Y offsets are both positive:
522
+  // #define X_PROBE_OFFSET_FROM_EXTRUDER 10
523
+  // #define Y_PROBE_OFFSET_FROM_EXTRUDER 10
524
+  //
525
+  //    +-- BACK ---+
526
+  //    |           |
527
+  //  L |    (+) P  | R <-- probe (20,20)
528
+  //  E |           | I
529
+  //  F | (-) N (+) | G <-- nozzle (10,10)
530
+  //  T |           | H
531
+  //    |    (-)    | T
532
+  //    |           |
533
+  //    O-- FRONT --+
534
+  //  (0,0)
520 535
   #define X_PROBE_OFFSET_FROM_EXTRUDER -23 // KosselPro actual: -22.919
521 536
   #define Y_PROBE_OFFSET_FROM_EXTRUDER -6  // KosselPro actual: -6.304
522 537
   // Kossel Pro note: The correct value is likely -17.45 but I'd rather err on the side of

+ 21
- 6
Marlin/example_configurations/delta/kossel_xl/Configuration.h View File

@@ -520,11 +520,26 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
520 520
 
521 521
   #endif // AUTO_BED_LEVELING_GRID
522 522
 
523
-  // Offsets to the Z probe relative to the nozzle tip.
523
+  // Z Probe to nozzle (X,Y) offset, relative to (0, 0).
524 524
   // X and Y offsets must be integers.
525
-  #define X_PROBE_OFFSET_FROM_EXTRUDER 0.0     // Z probe to nozzle X offset: -left  +right
526
-  #define Y_PROBE_OFFSET_FROM_EXTRUDER 0.0     // Z probe to nozzle Y offset: -front +behind
527
-  #define Z_PROBE_OFFSET_FROM_EXTRUDER 0.3     // Z probe to nozzle Z offset: -below (always!)
525
+  //
526
+  // In the following example the X and Y offsets are both positive:
527
+  // #define X_PROBE_OFFSET_FROM_EXTRUDER 10
528
+  // #define Y_PROBE_OFFSET_FROM_EXTRUDER 10
529
+  //
530
+  //    +-- BACK ---+
531
+  //    |           |
532
+  //  L |    (+) P  | R <-- probe (20,20)
533
+  //  E |           | I
534
+  //  F | (-) N (+) | G <-- nozzle (10,10)
535
+  //  T |           | H
536
+  //    |    (-)    | T
537
+  //    |           |
538
+  //    O-- FRONT --+
539
+  //  (0,0)
540
+  #define X_PROBE_OFFSET_FROM_EXTRUDER 0.0     // X offset: -left  [of the nozzle] +right
541
+  #define Y_PROBE_OFFSET_FROM_EXTRUDER 0.0     // Z offset: -front [of the nozzle] +behind
542
+  #define Z_PROBE_OFFSET_FROM_EXTRUDER 0.3     // Z offset: -below [the nozzle] (always negative!)
528 543
 
529 544
   #define Z_RAISE_BEFORE_HOMING 7       // (in mm) Raise Z axis before homing (G28) for Z probe clearance.
530 545
                                         // Be sure you have this distance over your Z_MAX_POS in case.
@@ -617,7 +632,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
617 632
 #define HOMING_FEEDRATE {60*60, 60*60, 60*60, 0}  // set the homing speeds (mm/min)
618 633
 
619 634
 // default settings
620
-#define XYZ_FULL_STEPS_PER_ROTATION 200 
635
+#define XYZ_FULL_STEPS_PER_ROTATION 200
621 636
 #define XYZ_MICROSTEPS 16
622 637
 #define XYZ_BELT_PITCH 2
623 638
 #define XYZ_PULLEY_TEETH 16
@@ -779,7 +794,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
779 794
 
780 795
 // Panucatt VIKI LCD with status LEDs, integrated click & L/R/U/P buttons, separate encoder inputs
781 796
 //#define LCD_I2C_VIKI
782
-  
797
+
783 798
 // SSD1306 OLED generic display support
784 799
 // ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: http://code.google.com/p/u8glib/wiki/u8glib
785 800
 //#define U8GLIB_SSD1306

+ 19
- 4
Marlin/example_configurations/makibox/Configuration.h View File

@@ -491,11 +491,26 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
491 491
 
492 492
   #endif // AUTO_BED_LEVELING_GRID
493 493
 
494
-  // Offsets to the Z probe relative to the nozzle tip.
494
+  // Z Probe to nozzle (X,Y) offset, relative to (0, 0).
495 495
   // X and Y offsets must be integers.
496
-  #define X_PROBE_OFFSET_FROM_EXTRUDER -25     // Z probe to nozzle X offset: -left  +right
497
-  #define Y_PROBE_OFFSET_FROM_EXTRUDER -29     // Z probe to nozzle Y offset: -front +behind
498
-  #define Z_PROBE_OFFSET_FROM_EXTRUDER -12.35  // Z probe to nozzle Z offset: -below (always!)
496
+  //
497
+  // In the following example the X and Y offsets are both positive:
498
+  // #define X_PROBE_OFFSET_FROM_EXTRUDER 10
499
+  // #define Y_PROBE_OFFSET_FROM_EXTRUDER 10
500
+  //
501
+  //    +-- BACK ---+
502
+  //    |           |
503
+  //  L |    (+) P  | R <-- probe (20,20)
504
+  //  E |           | I
505
+  //  F | (-) N (+) | G <-- nozzle (10,10)
506
+  //  T |           | H
507
+  //    |    (-)    | T
508
+  //    |           |
509
+  //    O-- FRONT --+
510
+  //  (0,0)
511
+  #define X_PROBE_OFFSET_FROM_EXTRUDER -25     // X offset: -left  [of the nozzle] +right
512
+  #define Y_PROBE_OFFSET_FROM_EXTRUDER -29     // Z offset: -front [of the nozzle] +behind
513
+  #define Z_PROBE_OFFSET_FROM_EXTRUDER -12.35  // Z offset: -below [the nozzle] (always negative!)
499 514
 
500 515
   #define Z_RAISE_BEFORE_HOMING 4       // (in mm) Raise Z axis before homing (G28) for Z probe clearance.
501 516
                                         // Be sure you have this distance over your Z_MAX_POS in case.

+ 19
- 4
Marlin/example_configurations/tvrrug/Round2/Configuration.h View File

@@ -479,11 +479,26 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
479 479
 
480 480
   #endif // AUTO_BED_LEVELING_GRID
481 481
 
482
-  // Offsets to the Z probe relative to the nozzle tip.
482
+  // Z Probe to nozzle (X,Y) offset, relative to (0, 0).
483 483
   // X and Y offsets must be integers.
484
-  #define X_PROBE_OFFSET_FROM_EXTRUDER -25     // Z probe to nozzle X offset: -left  +right
485
-  #define Y_PROBE_OFFSET_FROM_EXTRUDER -29     // Z probe to nozzle Y offset: -front +behind
486
-  #define Z_PROBE_OFFSET_FROM_EXTRUDER -12.35  // Z probe to nozzle Z offset: -below (always!)
484
+  //
485
+  // In the following example the X and Y offsets are both positive:
486
+  // #define X_PROBE_OFFSET_FROM_EXTRUDER 10
487
+  // #define Y_PROBE_OFFSET_FROM_EXTRUDER 10
488
+  //
489
+  //    +-- BACK ---+
490
+  //    |           |
491
+  //  L |    (+) P  | R <-- probe (20,20)
492
+  //  E |           | I
493
+  //  F | (-) N (+) | G <-- nozzle (10,10)
494
+  //  T |           | H
495
+  //    |    (-)    | T
496
+  //    |           |
497
+  //    O-- FRONT --+
498
+  //  (0,0)
499
+  #define X_PROBE_OFFSET_FROM_EXTRUDER -25     // X offset: -left  [of the nozzle] +right
500
+  #define Y_PROBE_OFFSET_FROM_EXTRUDER -29     // Z offset: -front [of the nozzle] +behind
501
+  #define Z_PROBE_OFFSET_FROM_EXTRUDER -12.35  // Z offset: -below [the nozzle] (always negative!)
487 502
 
488 503
   #define Z_RAISE_BEFORE_HOMING 4       // (in mm) Raise Z axis before homing (G28) for Z probe clearance.
489 504
                                         // Be sure you have this distance over your Z_MAX_POS in case.

Loading…
Cancel
Save