Browse Source

Fine tuned XYJERK.

Disallowed the Z_PROBE_OFFSET_RANGE_MAX to be greater than zero.
jbrazio 9 years ago
parent
commit
b18816fcbf
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      Marlin/example_configurations/Hephestos_2/Configuration.h

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

597
 #define DEFAULT_TRAVEL_ACCELERATION   1000    // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves
597
 #define DEFAULT_TRAVEL_ACCELERATION   1000    // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves
598
 
598
 
599
 // The speed change that does not require acceleration (i.e. the software might assume it can be done instantaneously)
599
 // The speed change that does not require acceleration (i.e. the software might assume it can be done instantaneously)
600
-#define DEFAULT_XYJERK                20.0    // (mm/sec)
600
+#define DEFAULT_XYJERK                15.0    // (mm/sec)
601
 #define DEFAULT_ZJERK                 0.4     // (mm/sec)
601
 #define DEFAULT_ZJERK                 0.4     // (mm/sec)
602
 #define DEFAULT_EJERK                 2.0     // (mm/sec)
602
 #define DEFAULT_EJERK                 2.0     // (mm/sec)
603
 
603
 
613
 #if ENABLED(CUSTOM_M_CODES)
613
 #if ENABLED(CUSTOM_M_CODES)
614
   #if ENABLED(AUTO_BED_LEVELING_FEATURE)
614
   #if ENABLED(AUTO_BED_LEVELING_FEATURE)
615
     #define CUSTOM_M_CODE_SET_Z_PROBE_OFFSET 851
615
     #define CUSTOM_M_CODE_SET_Z_PROBE_OFFSET 851
616
-    #define Z_PROBE_OFFSET_RANGE_MIN -20
617
-    #define Z_PROBE_OFFSET_RANGE_MAX  20
616
+    #define Z_PROBE_OFFSET_RANGE_MIN -5
617
+    #define Z_PROBE_OFFSET_RANGE_MAX  0
618
   #endif
618
   #endif
619
 #endif
619
 #endif
620
 
620
 

Loading…
Cancel
Save