Browse Source

Improve verbiage of dropsegments sanity error

Scott Lahteine 8 years ago
parent
commit
1e6d1c39ea
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/SanityCheck.h

+ 1
- 1
Marlin/SanityCheck.h View File

@@ -134,7 +134,7 @@
134 134
 #elif defined(Z_RAISE_PROBE_DEPLOY_STOW) || defined(Z_RAISE_BETWEEN_PROBINGS)
135 135
   #error "Z_RAISE_PROBE_DEPLOY_STOW and Z_RAISE_BETWEEN_PROBINGS are now Z_PROBE_DEPLOY_HEIGHT and Z_PROBE_TRAVEL_HEIGHT Please update your configuration."
136 136
 #elif !defined(MIN_STEPS_PER_SEGMENT)
137
-  #error "dropsegments" is replaced with MIN_STEPS_PER_SEGMENT (and increases by 1). Please update Configuration_adv.h.
137
+  #error Please replace "const int dropsegments" with "#define MIN_STEPS_PER_SEGMENT" (and increase by 1) in Configuration_adv.h.
138 138
 #elif defined(PREVENT_DANGEROUS_EXTRUDE)
139 139
   #error "PREVENT_DANGEROUS_EXTRUDE is now PREVENT_COLD_EXTRUSION. Please update your configuration."
140 140
 #endif

Loading…
Cancel
Save