Ver código fonte

Update bq Hephestos 2 probe offset

From #10234 by @thopiekar
Scott Lahteine 7 anos atrás
pai
commit
4d533b9baa

+ 3
- 3
Marlin/src/config/examples/BQ/Hephestos_2/Configuration.h Ver arquivo

722
  */
722
  */
723
 #define X_PROBE_OFFSET_FROM_EXTRUDER 34  // X offset: -left  +right  [of the nozzle]
723
 #define X_PROBE_OFFSET_FROM_EXTRUDER 34  // X offset: -left  +right  [of the nozzle]
724
 #define Y_PROBE_OFFSET_FROM_EXTRUDER 15  // Y offset: -front +behind [the nozzle]
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
 // Certain types of probes need to stay away from edges
727
 // Certain types of probes need to stay away from edges
728
 #define MIN_PROBE_EDGE 10
728
 #define MIN_PROBE_EDGE 10
760
 //#define Z_AFTER_PROBING          2 // Z position after probing is done
760
 //#define Z_AFTER_PROBING          2 // Z position after probing is done
761
 
761
 
762
 // For M851 give a range for adjusting the Z probe offset
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
 // Enable the M48 repeatability test to test probe accuracy
766
 // Enable the M48 repeatability test to test probe accuracy
767
 #define Z_MIN_PROBE_REPEATABILITY_TEST
767
 #define Z_MIN_PROBE_REPEATABILITY_TEST

Carregando…
Cancelar
Salvar