Browse Source

Specify that Z_PROBE_*_HEIGHT is nozzle-relative

Scott Lahteine 8 years ago
parent
commit
e113740fa3

+ 4
- 3
Marlin/Configuration.h View File

@@ -541,10 +541,11 @@
541 541
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
542 542
 
543 543
 //
544
-// Probe Raise options provide clearance for the probe to deploy, stow, and travel.
544
+// Minimum heights for the probe to deploy/stow and travel.
545
+// These values specify the distance from the NOZZLE to the BED.
545 546
 //
546
-#define Z_PROBE_DEPLOY_HEIGHT 15 // Raise to make room for the probe to deploy / stow
547
-#define Z_PROBE_TRAVEL_HEIGHT 5  // Raise between probing points.
547
+#define Z_PROBE_DEPLOY_HEIGHT 15 // Z position for the probe to deploy/stow
548
+#define Z_PROBE_TRAVEL_HEIGHT  5 // Z position for travel between points
548 549
 
549 550
 //
550 551
 // For M851 give a range for adjusting the Z probe offset

+ 4
- 3
Marlin/example_configurations/Cartesio/Configuration.h View File

@@ -541,10 +541,11 @@
541 541
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
542 542
 
543 543
 //
544
-// Probe Raise options provide clearance for the probe to deploy, stow, and travel.
544
+// Minimum heights for the probe to deploy/stow and travel.
545
+// These values specify the distance from the NOZZLE to the BED.
545 546
 //
546
-#define Z_PROBE_DEPLOY_HEIGHT 15 // Raise to make room for the probe to deploy / stow
547
-#define Z_PROBE_TRAVEL_HEIGHT 5  // Raise between probing points.
547
+#define Z_PROBE_DEPLOY_HEIGHT 15 // Z position for the probe to deploy/stow
548
+#define Z_PROBE_TRAVEL_HEIGHT  5 // Z position for travel between points
548 549
 
549 550
 //
550 551
 // For M851 give a range for adjusting the Z probe offset

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

@@ -523,10 +523,11 @@
523 523
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
524 524
 
525 525
 //
526
-// Probe Raise options provide clearance for the probe to deploy, stow, and travel.
526
+// Minimum heights for the probe to deploy/stow and travel.
527
+// These values specify the distance from the NOZZLE to the BED.
527 528
 //
528
-#define Z_PROBE_DEPLOY_HEIGHT 15 // Raise to make room for the probe to deploy / stow
529
-#define Z_PROBE_TRAVEL_HEIGHT 5  // Raise between probing points.
529
+#define Z_PROBE_DEPLOY_HEIGHT 15 // Z position for the probe to deploy/stow
530
+#define Z_PROBE_TRAVEL_HEIGHT  5 // Z position for travel between points
530 531
 
531 532
 //
532 533
 // For M851 give a range for adjusting the Z probe offset

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

@@ -521,10 +521,11 @@
521 521
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
522 522
 
523 523
 //
524
-// Probe Raise options provide clearance for the probe to deploy, stow, and travel.
524
+// Minimum heights for the probe to deploy/stow and travel.
525
+// These values specify the distance from the NOZZLE to the BED.
525 526
 //
526
-#define Z_PROBE_DEPLOY_HEIGHT 15 // Raise to make room for the probe to deploy / stow
527
-#define Z_PROBE_TRAVEL_HEIGHT 5  // Raise between probing points.
527
+#define Z_PROBE_DEPLOY_HEIGHT 15 // Z position for the probe to deploy/stow
528
+#define Z_PROBE_TRAVEL_HEIGHT  5 // Z position for travel between points
528 529
 
529 530
 //
530 531
 // For M851 give a range for adjusting the Z probe offset

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

@@ -533,10 +533,11 @@
533 533
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
534 534
 
535 535
 //
536
-// Probe Raise options provide clearance for the probe to deploy, stow, and travel.
536
+// Minimum heights for the probe to deploy/stow and travel.
537
+// These values specify the distance from the NOZZLE to the BED.
537 538
 //
538
-#define Z_PROBE_DEPLOY_HEIGHT 15 // Raise to make room for the probe to deploy / stow
539
-#define Z_PROBE_TRAVEL_HEIGHT 5  // Raise between probing points.
539
+#define Z_PROBE_DEPLOY_HEIGHT 15 // Z position for the probe to deploy/stow
540
+#define Z_PROBE_TRAVEL_HEIGHT  5 // Z position for travel between points
540 541
 
541 542
 //
542 543
 // For M851 give a range for adjusting the Z probe offset

+ 4
- 3
Marlin/example_configurations/Hephestos_2/Configuration.h View File

@@ -535,10 +535,11 @@
535 535
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
536 536
 
537 537
 //
538
-// Probe Raise options provide clearance for the probe to deploy, stow, and travel.
538
+// Minimum heights for the probe to deploy/stow and travel.
539
+// These values specify the distance from the NOZZLE to the BED.
539 540
 //
540
-#define Z_PROBE_DEPLOY_HEIGHT  5 // Raise to make room for the probe to deploy / stow
541
-#define Z_PROBE_TRAVEL_HEIGHT 2  // Raise between probing points.
541
+#define Z_PROBE_DEPLOY_HEIGHT  5 // Z position for the probe to deploy/stow
542
+#define Z_PROBE_TRAVEL_HEIGHT  2 // Z position for travel between points
542 543
 
543 544
 //
544 545
 // For M851 give a range for adjusting the Z probe offset

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

@@ -558,10 +558,11 @@
558 558
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
559 559
 
560 560
 //
561
-// Probe Raise options provide clearance for the probe to deploy, stow, and travel.
561
+// Minimum heights for the probe to deploy/stow and travel.
562
+// These values specify the distance from the NOZZLE to the BED.
562 563
 //
563
-#define Z_PROBE_DEPLOY_HEIGHT 15 // Raise to make room for the probe to deploy / stow
564
-#define Z_PROBE_TRAVEL_HEIGHT 5  // Raise between probing points.
564
+#define Z_PROBE_DEPLOY_HEIGHT 15 // Z position for the probe to deploy/stow
565
+#define Z_PROBE_TRAVEL_HEIGHT  5 // Z position for travel between points
565 566
 
566 567
 //
567 568
 // For M851 give a range for adjusting the Z probe offset

+ 4
- 3
Marlin/example_configurations/K8400/Configuration.h View File

@@ -541,10 +541,11 @@
541 541
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
542 542
 
543 543
 //
544
-// Probe Raise options provide clearance for the probe to deploy, stow, and travel.
544
+// Minimum heights for the probe to deploy/stow and travel.
545
+// These values specify the distance from the NOZZLE to the BED.
545 546
 //
546
-#define Z_PROBE_DEPLOY_HEIGHT 15 // Raise to make room for the probe to deploy / stow
547
-#define Z_PROBE_TRAVEL_HEIGHT 5  // Raise between probing points.
547
+#define Z_PROBE_DEPLOY_HEIGHT 15 // Z position for the probe to deploy/stow
548
+#define Z_PROBE_TRAVEL_HEIGHT  5 // Z position for travel between points
548 549
 
549 550
 //
550 551
 // For M851 give a range for adjusting the Z probe offset

+ 4
- 3
Marlin/example_configurations/K8400/Dual-head/Configuration.h View File

@@ -541,10 +541,11 @@
541 541
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
542 542
 
543 543
 //
544
-// Probe Raise options provide clearance for the probe to deploy, stow, and travel.
544
+// Minimum heights for the probe to deploy/stow and travel.
545
+// These values specify the distance from the NOZZLE to the BED.
545 546
 //
546
-#define Z_PROBE_DEPLOY_HEIGHT 15 // Raise to make room for the probe to deploy / stow
547
-#define Z_PROBE_TRAVEL_HEIGHT 5  // Raise between probing points.
547
+#define Z_PROBE_DEPLOY_HEIGHT 15 // Z position for the probe to deploy/stow
548
+#define Z_PROBE_TRAVEL_HEIGHT  5 // Z position for travel between points
548 549
 
549 550
 //
550 551
 // For M851 give a range for adjusting the Z probe offset

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

@@ -541,10 +541,11 @@
541 541
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
542 542
 
543 543
 //
544
-// Probe Raise options provide clearance for the probe to deploy, stow, and travel.
544
+// Minimum heights for the probe to deploy/stow and travel.
545
+// These values specify the distance from the NOZZLE to the BED.
545 546
 //
546
-#define Z_PROBE_DEPLOY_HEIGHT 15 // Raise to make room for the probe to deploy / stow
547
-#define Z_PROBE_TRAVEL_HEIGHT 5  // Raise between probing points.
547
+#define Z_PROBE_DEPLOY_HEIGHT 15 // Z position for the probe to deploy/stow
548
+#define Z_PROBE_TRAVEL_HEIGHT  5 // Z position for travel between points
548 549
 
549 550
 //
550 551
 // For M851 give a range for adjusting the Z probe offset

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

@@ -538,10 +538,11 @@
538 538
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
539 539
 
540 540
 //
541
-// Probe Raise options provide clearance for the probe to deploy, stow, and travel.
541
+// Minimum heights for the probe to deploy/stow and travel.
542
+// These values specify the distance from the NOZZLE to the BED.
542 543
 //
543
-#define Z_PROBE_DEPLOY_HEIGHT 15 // Raise to make room for the probe to deploy / stow
544
-#define Z_PROBE_TRAVEL_HEIGHT 5  // Raise between probing points.
544
+#define Z_PROBE_DEPLOY_HEIGHT 15 // Z position for the probe to deploy/stow
545
+#define Z_PROBE_TRAVEL_HEIGHT  5 // Z position for travel between points
545 546
 
546 547
 //
547 548
 // For M851 give a range for adjusting the Z probe offset

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

@@ -549,10 +549,11 @@
549 549
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
550 550
 
551 551
 //
552
-// Probe Raise options provide clearance for the probe to deploy, stow, and travel.
552
+// Minimum heights for the probe to deploy/stow and travel.
553
+// These values specify the distance from the NOZZLE to the BED.
553 554
 //
554
-#define Z_PROBE_DEPLOY_HEIGHT 15 // Raise to make room for the probe to deploy / stow
555
-#define Z_PROBE_TRAVEL_HEIGHT 5  // Raise between probing points.
555
+#define Z_PROBE_DEPLOY_HEIGHT 15 // Z position for the probe to deploy/stow
556
+#define Z_PROBE_TRAVEL_HEIGHT  5 // Z position for travel between points
556 557
 
557 558
 //
558 559
 // For M851 give a range for adjusting the Z probe offset

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

@@ -562,10 +562,11 @@
562 562
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
563 563
 
564 564
 //
565
-// Probe Raise options provide clearance for the probe to deploy, stow, and travel.
565
+// Minimum heights for the probe to deploy/stow and travel.
566
+// These values specify the distance from the NOZZLE to the BED.
566 567
 //
567
-#define Z_PROBE_DEPLOY_HEIGHT 15 // Raise to make room for the probe to deploy / stow
568
-#define Z_PROBE_TRAVEL_HEIGHT 5  // Raise between probing points.
568
+#define Z_PROBE_DEPLOY_HEIGHT 15 // Z position for the probe to deploy/stow
569
+#define Z_PROBE_TRAVEL_HEIGHT  5 // Z position for travel between points
569 570
 
570 571
 //
571 572
 // For M851 give a range for adjusting the Z probe offset

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

@@ -533,10 +533,11 @@
533 533
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
534 534
 
535 535
 //
536
-// Probe Raise options provide clearance for the probe to deploy, stow, and travel.
536
+// Minimum heights for the probe to deploy/stow and travel.
537
+// These values specify the distance from the NOZZLE to the BED.
537 538
 //
538
-#define Z_PROBE_DEPLOY_HEIGHT 15 // Raise to make room for the probe to deploy / stow
539
-#define Z_PROBE_TRAVEL_HEIGHT 5  // Raise between probing points.
539
+#define Z_PROBE_DEPLOY_HEIGHT 15 // Z position for the probe to deploy/stow
540
+#define Z_PROBE_TRAVEL_HEIGHT  5 // Z position for travel between points
540 541
 
541 542
 //
542 543
 // For M851 give a range for adjusting the Z probe offset

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

@@ -541,10 +541,11 @@
541 541
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
542 542
 
543 543
 //
544
-// Probe Raise options provide clearance for the probe to deploy, stow, and travel.
544
+// Minimum heights for the probe to deploy/stow and travel.
545
+// These values specify the distance from the NOZZLE to the BED.
545 546
 //
546
-#define Z_PROBE_DEPLOY_HEIGHT 15 // Raise to make room for the probe to deploy / stow
547
-#define Z_PROBE_TRAVEL_HEIGHT 5  // Raise between probing points.
547
+#define Z_PROBE_DEPLOY_HEIGHT 15 // Z position for the probe to deploy/stow
548
+#define Z_PROBE_TRAVEL_HEIGHT  5 // Z position for travel between points
548 549
 
549 550
 //
550 551
 // For M851 give a range for adjusting the Z probe offset

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

@@ -630,10 +630,11 @@
630 630
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
631 631
 
632 632
 //
633
-// Probe Raise options provide clearance for the probe to deploy, stow, and travel.
633
+// Minimum heights for the probe to deploy/stow and travel.
634
+// These values specify the distance from the NOZZLE to the BED.
634 635
 //
635
-#define Z_PROBE_DEPLOY_HEIGHT 50 // Raise to make room for the probe to deploy / stow
636
-#define Z_PROBE_TRAVEL_HEIGHT 5  // Raise between probing points.
636
+#define Z_PROBE_DEPLOY_HEIGHT 50 // Z position for the probe to deploy/stow
637
+#define Z_PROBE_TRAVEL_HEIGHT  5 // Z position for travel between points
637 638
 
638 639
 //
639 640
 // For M851 give a range for adjusting the Z probe offset

+ 4
- 3
Marlin/example_configurations/delta/generic/Configuration.h View File

@@ -624,10 +624,11 @@
624 624
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
625 625
 
626 626
 //
627
-// Probe Raise options provide clearance for the probe to deploy, stow, and travel.
627
+// Minimum heights for the probe to deploy/stow and travel.
628
+// These values specify the distance from the NOZZLE to the BED.
628 629
 //
629
-#define Z_PROBE_DEPLOY_HEIGHT 15 // Raise to make room for the probe to deploy / stow
630
-#define Z_PROBE_TRAVEL_HEIGHT 5  // Raise between probing points.
630
+#define Z_PROBE_DEPLOY_HEIGHT 15 // Z position for the probe to deploy/stow
631
+#define Z_PROBE_TRAVEL_HEIGHT  5 // Z position for travel between points
631 632
 
632 633
 //
633 634
 // For M851 give a range for adjusting the Z probe offset

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

@@ -627,10 +627,11 @@
627 627
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
628 628
 
629 629
 //
630
-// Probe Raise options provide clearance for the probe to deploy, stow, and travel.
630
+// Minimum heights for the probe to deploy/stow and travel.
631
+// These values specify the distance from the NOZZLE to the BED.
631 632
 //
632
-#define Z_PROBE_DEPLOY_HEIGHT 50 // Raise to make room for the probe to deploy / stow
633
-#define Z_PROBE_TRAVEL_HEIGHT 5  // Raise between probing points.
633
+#define Z_PROBE_DEPLOY_HEIGHT 50 // Z position for the probe to deploy/stow
634
+#define Z_PROBE_TRAVEL_HEIGHT  5 // Z position for travel between points
634 635
 
635 636
 //
636 637
 // For M851 give a range for adjusting the Z probe offset

+ 4
- 3
Marlin/example_configurations/delta/kossel_pro/Configuration.h View File

@@ -621,10 +621,11 @@
621 621
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
622 622
 
623 623
 //
624
-// Probe Raise options provide clearance for the probe to deploy, stow, and travel.
624
+// Minimum heights for the probe to deploy/stow and travel.
625
+// These values specify the distance from the NOZZLE to the BED.
625 626
 //
626
-#define Z_PROBE_DEPLOY_HEIGHT 100 // Raise to make room for the probe to deploy / stow
627
-#define Z_PROBE_TRAVEL_HEIGHT 5  // Raise between probing points.
627
+#define Z_PROBE_DEPLOY_HEIGHT 100 // Z position for the probe to deploy/stow
628
+#define Z_PROBE_TRAVEL_HEIGHT   5 // Z position for travel between points
628 629
 
629 630
 //
630 631
 // For M851 give a range for adjusting the Z probe offset

+ 4
- 3
Marlin/example_configurations/delta/kossel_xl/Configuration.h View File

@@ -622,10 +622,11 @@
622 622
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
623 623
 
624 624
 //
625
-// Probe Raise options provide clearance for the probe to deploy, stow, and travel.
625
+// Minimum heights for the probe to deploy/stow and travel.
626
+// These values specify the distance from the NOZZLE to the BED.
626 627
 //
627
-#define Z_PROBE_DEPLOY_HEIGHT 20 // Raise to make room for the probe to deploy / stow
628
-#define Z_PROBE_TRAVEL_HEIGHT 10 // Raise between probing points.
628
+#define Z_PROBE_DEPLOY_HEIGHT 20 // Z position for the probe to deploy/stow
629
+#define Z_PROBE_TRAVEL_HEIGHT 10 // Z position for travel between points
629 630
 
630 631
 //
631 632
 // For M851 give a range for adjusting the Z probe offset

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

@@ -544,10 +544,11 @@
544 544
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
545 545
 
546 546
 //
547
-// Probe Raise options provide clearance for the probe to deploy, stow, and travel.
547
+// Minimum heights for the probe to deploy/stow and travel.
548
+// These values specify the distance from the NOZZLE to the BED.
548 549
 //
549
-#define Z_PROBE_DEPLOY_HEIGHT 15 // Raise to make room for the probe to deploy / stow
550
-#define Z_PROBE_TRAVEL_HEIGHT 5  // Raise between probing points.
550
+#define Z_PROBE_DEPLOY_HEIGHT 15 // Z position for the probe to deploy/stow
551
+#define Z_PROBE_TRAVEL_HEIGHT  5 // Z position for travel between points
551 552
 
552 553
 //
553 554
 // For M851 give a range for adjusting the Z probe offset

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

@@ -531,10 +531,11 @@
531 531
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
532 532
 
533 533
 //
534
-// Probe Raise options provide clearance for the probe to deploy, stow, and travel.
534
+// Minimum heights for the probe to deploy/stow and travel.
535
+// These values specify the distance from the NOZZLE to the BED.
535 536
 //
536
-#define Z_PROBE_DEPLOY_HEIGHT 15 // Raise to make room for the probe to deploy / stow
537
-#define Z_PROBE_TRAVEL_HEIGHT 5  // Raise between probing points.
537
+#define Z_PROBE_DEPLOY_HEIGHT 15 // Z position for the probe to deploy/stow
538
+#define Z_PROBE_TRAVEL_HEIGHT  5 // Z position for travel between points
538 539
 
539 540
 //
540 541
 // For M851 give a range for adjusting the Z probe offset

Loading…
Cancel
Save