Browse Source

Merge pull request #1968 from thinkyhead/more_disable_warning

Add a warning for DISABLE_[XYZ] options
Scott Lahteine 9 years ago
parent
commit
b3436c875a

+ 1
- 0
Marlin/Configuration.h View File

@@ -364,6 +364,7 @@ const bool Z_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the logic
364 364
 #define E_ENABLE_ON 0 // For all extruders
365 365
 
366 366
 // Disables axis when it's not being used.
367
+// WARNING: When motors turn off there is a chance of losing position accuracy!
367 368
 #define DISABLE_X false
368 369
 #define DISABLE_Y false
369 370
 #define DISABLE_Z false

+ 1
- 0
Marlin/configurator/config/Configuration.h View File

@@ -364,6 +364,7 @@ const bool Z_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the logic
364 364
 #define E_ENABLE_ON 0 // For all extruders
365 365
 
366 366
 // Disables axis when it's not being used.
367
+// WARNING: When motors turn off there is a chance of losing position accuracy!
367 368
 #define DISABLE_X false
368 369
 #define DISABLE_Y false
369 370
 #define DISABLE_Z false

+ 1
- 0
Marlin/example_configurations/Felix/Configuration.h View File

@@ -317,6 +317,7 @@ const bool Z_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the logic
317 317
 #define E_ENABLE_ON 0 // For all extruders
318 318
 
319 319
 // Disables axis when it's not being used.
320
+// WARNING: When motors turn off there is a chance of losing position accuracy!
320 321
 #define DISABLE_X false
321 322
 #define DISABLE_Y false
322 323
 #define DISABLE_Z false

+ 1
- 0
Marlin/example_configurations/Felix/Configuration_DUAL.h View File

@@ -317,6 +317,7 @@ const bool Z_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the logic
317 317
 #define E_ENABLE_ON 0 // For all extruders
318 318
 
319 319
 // Disables axis when it's not being used.
320
+// WARNING: When motors turn off there is a chance of losing position accuracy!
320 321
 #define DISABLE_X false
321 322
 #define DISABLE_Y false
322 323
 #define DISABLE_Z false

+ 1
- 0
Marlin/example_configurations/Hephestos/Configuration.h View File

@@ -338,6 +338,7 @@ const bool Z_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the logic
338 338
 #define E_ENABLE_ON 0 // For all extruders
339 339
 
340 340
 // Disables axis when it's not being used.
341
+// WARNING: When motors turn off there is a chance of losing position accuracy!
341 342
 #define DISABLE_X false
342 343
 #define DISABLE_Y false
343 344
 #define DISABLE_Z false

+ 1
- 0
Marlin/example_configurations/K8200/Configuration.h View File

@@ -375,6 +375,7 @@ const bool Z_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the logic
375 375
 #define E_ENABLE_ON 0 // For all extruders
376 376
 
377 377
 // Disables axis when it's not being used.
378
+// WARNING: When motors turn off there is a chance of losing position accuracy!
378 379
 #define DISABLE_X false
379 380
 #define DISABLE_Y false
380 381
 #define DISABLE_Z true

+ 1
- 0
Marlin/example_configurations/SCARA/Configuration.h View File

@@ -369,6 +369,7 @@ const bool Z_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the logic
369 369
 #define E_ENABLE_ON 0 // For all extruders
370 370
 
371 371
 // Disables axis when it's not being used.
372
+// WARNING: When motors turn off there is a chance of losing position accuracy!
372 373
 #define DISABLE_X false
373 374
 #define DISABLE_Y false
374 375
 #define DISABLE_Z false

+ 1
- 0
Marlin/example_configurations/WITBOX/Configuration.h View File

@@ -337,6 +337,7 @@ const bool Z_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the logic
337 337
 #define E_ENABLE_ON 0 // For all extruders
338 338
 
339 339
 // Disables axis when it's not being used.
340
+// WARNING: When motors turn off there is a chance of losing position accuracy!
340 341
 #define DISABLE_X false
341 342
 #define DISABLE_Y false
342 343
 #define DISABLE_Z true

+ 1
- 0
Marlin/example_configurations/delta/generic/Configuration.h View File

@@ -367,6 +367,7 @@ const bool Z_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the logic
367 367
 #define E_ENABLE_ON 0 // For all extruders
368 368
 
369 369
 // Disables axis when it's not being used.
370
+// WARNING: When motors turn off there is a chance of losing position accuracy!
370 371
 #define DISABLE_X false
371 372
 #define DISABLE_Y false
372 373
 #define DISABLE_Z false

+ 1
- 0
Marlin/example_configurations/delta/kossel_mini/Configuration.h View File

@@ -367,6 +367,7 @@ const bool Z_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the logic
367 367
 #define E_ENABLE_ON 0 // For all extruders
368 368
 
369 369
 // Disables axis when it's not being used.
370
+// WARNING: When motors turn off there is a chance of losing position accuracy!
370 371
 #define DISABLE_X false
371 372
 #define DISABLE_Y false
372 373
 #define DISABLE_Z false

+ 1
- 0
Marlin/example_configurations/makibox/Configuration.h View File

@@ -337,6 +337,7 @@ const bool Z_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the logic
337 337
 #define E_ENABLE_ON 0 // For all extruders
338 338
 
339 339
 // Disables axis when it's not being used.
340
+// WARNING: When motors turn off there is a chance of losing position accuracy!
340 341
 #define DISABLE_X false
341 342
 #define DISABLE_Y false
342 343
 #define DISABLE_Z false

+ 1
- 0
Marlin/example_configurations/tvrrug/Round2/Configuration.h View File

@@ -339,6 +339,7 @@ const bool Z_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the logic
339 339
 #define E_ENABLE_ON 1 // For all extruders
340 340
 
341 341
 // Disables axis when it's not being used.
342
+// WARNING: When motors turn off there is a chance of losing position accuracy!
342 343
 #define DISABLE_X false
343 344
 #define DISABLE_Y false
344 345
 #define DISABLE_Z false

Loading…
Cancel
Save