Scott Lahteine 9 年之前
父節點
當前提交
e2b022cce2
共有 1 個文件被更改,包括 16 次插入1 次删除
  1. 16
    1
      Marlin/example_configurations/Hephestos_2/Configuration.h

+ 16
- 1
Marlin/example_configurations/Hephestos_2/Configuration.h 查看文件

484
 
484
 
485
   #endif // AUTO_BED_LEVELING_GRID
485
   #endif // AUTO_BED_LEVELING_GRID
486
 
486
 
487
-  // Offsets to the Z probe relative to the nozzle tip.
487
+  // Z Probe to nozzle (X,Y) offset, relative to (0, 0).
488
   // X and Y offsets must be integers.
488
   // X and Y offsets must be integers.
489
+  //
490
+  // In the following example the X and Y offsets are both positive:
491
+  // #define X_PROBE_OFFSET_FROM_EXTRUDER 10
492
+  // #define Y_PROBE_OFFSET_FROM_EXTRUDER 10
493
+  //
494
+  //    +-- BACK ---+
495
+  //    |           |
496
+  //  L |    (+) P  | R <-- probe (20,20)
497
+  //  E |           | I
498
+  //  F | (-) N (+) | G <-- nozzle (10,10)
499
+  //  T |           | H
500
+  //    |    (-)    | T
501
+  //    |           |
502
+  //    O-- FRONT --+
503
+  //  (0,0)
489
   #define X_PROBE_OFFSET_FROM_EXTRUDER 34  // Z probe to nozzle X offset: -left  +right
504
   #define X_PROBE_OFFSET_FROM_EXTRUDER 34  // Z probe to nozzle X offset: -left  +right
490
   #define Y_PROBE_OFFSET_FROM_EXTRUDER 15  // Z probe to nozzle Y offset: -front +behind
505
   #define Y_PROBE_OFFSET_FROM_EXTRUDER 15  // Z probe to nozzle Y offset: -front +behind
491
   #define Z_PROBE_OFFSET_FROM_EXTRUDER 0   // Z probe to nozzle Z offset: -below (always!)
506
   #define Z_PROBE_OFFSET_FROM_EXTRUDER 0   // Z probe to nozzle Z offset: -below (always!)

Loading…
取消
儲存