浏览代码

Update bq Hephestos 2 probe offset

From #10234 by @thopiekar
Scott Lahteine 7 年前
父节点
当前提交
4d533b9baa
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3
    3
      Marlin/src/config/examples/BQ/Hephestos_2/Configuration.h

+ 3
- 3
Marlin/src/config/examples/BQ/Hephestos_2/Configuration.h 查看文件

@@ -722,7 +722,7 @@
722 722
  */
723 723
 #define X_PROBE_OFFSET_FROM_EXTRUDER 34  // X offset: -left  +right  [of the nozzle]
724 724
 #define Y_PROBE_OFFSET_FROM_EXTRUDER 15  // Y offset: -front +behind [the nozzle]
725
-#define Z_PROBE_OFFSET_FROM_EXTRUDER  0  // Z offset: -below +above  [the nozzle]
725
+#define Z_PROBE_OFFSET_FROM_EXTRUDER -4  // Z offset: -below +above  [the nozzle]
726 726
 
727 727
 // Certain types of probes need to stay away from edges
728 728
 #define MIN_PROBE_EDGE 10
@@ -760,8 +760,8 @@
760 760
 //#define Z_AFTER_PROBING          2 // Z position after probing is done
761 761
 
762 762
 // For M851 give a range for adjusting the Z probe offset
763
-#define Z_PROBE_OFFSET_RANGE_MIN -2
764
-#define Z_PROBE_OFFSET_RANGE_MAX  0
763
+#define Z_PROBE_OFFSET_RANGE_MIN -5.5
764
+#define Z_PROBE_OFFSET_RANGE_MAX -3
765 765
 
766 766
 // Enable the M48 repeatability test to test probe accuracy
767 767
 #define Z_MIN_PROBE_REPEATABILITY_TEST

正在加载...
取消
保存