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
 #define E_ENABLE_ON 0 // For all extruders
364
 #define E_ENABLE_ON 0 // For all extruders
365
 
365
 
366
 // Disables axis when it's not being used.
366
 // Disables axis when it's not being used.
367
+// WARNING: When motors turn off there is a chance of losing position accuracy!
367
 #define DISABLE_X false
368
 #define DISABLE_X false
368
 #define DISABLE_Y false
369
 #define DISABLE_Y false
369
 #define DISABLE_Z false
370
 #define DISABLE_Z false

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

364
 #define E_ENABLE_ON 0 // For all extruders
364
 #define E_ENABLE_ON 0 // For all extruders
365
 
365
 
366
 // Disables axis when it's not being used.
366
 // Disables axis when it's not being used.
367
+// WARNING: When motors turn off there is a chance of losing position accuracy!
367
 #define DISABLE_X false
368
 #define DISABLE_X false
368
 #define DISABLE_Y false
369
 #define DISABLE_Y false
369
 #define DISABLE_Z false
370
 #define DISABLE_Z false

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

317
 #define E_ENABLE_ON 0 // For all extruders
317
 #define E_ENABLE_ON 0 // For all extruders
318
 
318
 
319
 // Disables axis when it's not being used.
319
 // Disables axis when it's not being used.
320
+// WARNING: When motors turn off there is a chance of losing position accuracy!
320
 #define DISABLE_X false
321
 #define DISABLE_X false
321
 #define DISABLE_Y false
322
 #define DISABLE_Y false
322
 #define DISABLE_Z false
323
 #define DISABLE_Z false

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

317
 #define E_ENABLE_ON 0 // For all extruders
317
 #define E_ENABLE_ON 0 // For all extruders
318
 
318
 
319
 // Disables axis when it's not being used.
319
 // Disables axis when it's not being used.
320
+// WARNING: When motors turn off there is a chance of losing position accuracy!
320
 #define DISABLE_X false
321
 #define DISABLE_X false
321
 #define DISABLE_Y false
322
 #define DISABLE_Y false
322
 #define DISABLE_Z false
323
 #define DISABLE_Z false

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

338
 #define E_ENABLE_ON 0 // For all extruders
338
 #define E_ENABLE_ON 0 // For all extruders
339
 
339
 
340
 // Disables axis when it's not being used.
340
 // Disables axis when it's not being used.
341
+// WARNING: When motors turn off there is a chance of losing position accuracy!
341
 #define DISABLE_X false
342
 #define DISABLE_X false
342
 #define DISABLE_Y false
343
 #define DISABLE_Y false
343
 #define DISABLE_Z false
344
 #define DISABLE_Z false

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

375
 #define E_ENABLE_ON 0 // For all extruders
375
 #define E_ENABLE_ON 0 // For all extruders
376
 
376
 
377
 // Disables axis when it's not being used.
377
 // Disables axis when it's not being used.
378
+// WARNING: When motors turn off there is a chance of losing position accuracy!
378
 #define DISABLE_X false
379
 #define DISABLE_X false
379
 #define DISABLE_Y false
380
 #define DISABLE_Y false
380
 #define DISABLE_Z true
381
 #define DISABLE_Z true

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

369
 #define E_ENABLE_ON 0 // For all extruders
369
 #define E_ENABLE_ON 0 // For all extruders
370
 
370
 
371
 // Disables axis when it's not being used.
371
 // Disables axis when it's not being used.
372
+// WARNING: When motors turn off there is a chance of losing position accuracy!
372
 #define DISABLE_X false
373
 #define DISABLE_X false
373
 #define DISABLE_Y false
374
 #define DISABLE_Y false
374
 #define DISABLE_Z false
375
 #define DISABLE_Z false

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

337
 #define E_ENABLE_ON 0 // For all extruders
337
 #define E_ENABLE_ON 0 // For all extruders
338
 
338
 
339
 // Disables axis when it's not being used.
339
 // Disables axis when it's not being used.
340
+// WARNING: When motors turn off there is a chance of losing position accuracy!
340
 #define DISABLE_X false
341
 #define DISABLE_X false
341
 #define DISABLE_Y false
342
 #define DISABLE_Y false
342
 #define DISABLE_Z true
343
 #define DISABLE_Z true

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

367
 #define E_ENABLE_ON 0 // For all extruders
367
 #define E_ENABLE_ON 0 // For all extruders
368
 
368
 
369
 // Disables axis when it's not being used.
369
 // Disables axis when it's not being used.
370
+// WARNING: When motors turn off there is a chance of losing position accuracy!
370
 #define DISABLE_X false
371
 #define DISABLE_X false
371
 #define DISABLE_Y false
372
 #define DISABLE_Y false
372
 #define DISABLE_Z false
373
 #define DISABLE_Z false

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

367
 #define E_ENABLE_ON 0 // For all extruders
367
 #define E_ENABLE_ON 0 // For all extruders
368
 
368
 
369
 // Disables axis when it's not being used.
369
 // Disables axis when it's not being used.
370
+// WARNING: When motors turn off there is a chance of losing position accuracy!
370
 #define DISABLE_X false
371
 #define DISABLE_X false
371
 #define DISABLE_Y false
372
 #define DISABLE_Y false
372
 #define DISABLE_Z false
373
 #define DISABLE_Z false

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

337
 #define E_ENABLE_ON 0 // For all extruders
337
 #define E_ENABLE_ON 0 // For all extruders
338
 
338
 
339
 // Disables axis when it's not being used.
339
 // Disables axis when it's not being used.
340
+// WARNING: When motors turn off there is a chance of losing position accuracy!
340
 #define DISABLE_X false
341
 #define DISABLE_X false
341
 #define DISABLE_Y false
342
 #define DISABLE_Y false
342
 #define DISABLE_Z false
343
 #define DISABLE_Z false

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

339
 #define E_ENABLE_ON 1 // For all extruders
339
 #define E_ENABLE_ON 1 // For all extruders
340
 
340
 
341
 // Disables axis when it's not being used.
341
 // Disables axis when it's not being used.
342
+// WARNING: When motors turn off there is a chance of losing position accuracy!
342
 #define DISABLE_X false
343
 #define DISABLE_X false
343
 #define DISABLE_Y false
344
 #define DISABLE_Y false
344
 #define DISABLE_Z false
345
 #define DISABLE_Z false

Loading…
Cancel
Save