Browse Source

Add NO_VOLUMETRICS to example configs

pull/1/head
Scott Lahteine 7 years ago
parent
commit
31e33d2acd
  1. 7
      Marlin/src/config/default/Configuration_adv.h
  2. 7
      Marlin/src/config/examples/AlephObjects/TAZ4/Configuration_adv.h
  3. 7
      Marlin/src/config/examples/Anet/A6/Configuration_adv.h
  4. 7
      Marlin/src/config/examples/Anet/A8/Configuration_adv.h
  5. 7
      Marlin/src/config/examples/Azteeg/X5GT/Configuration_adv.h
  6. 7
      Marlin/src/config/examples/BQ/Hephestos/Configuration_adv.h
  7. 7
      Marlin/src/config/examples/BQ/Hephestos_2/Configuration_adv.h
  8. 7
      Marlin/src/config/examples/BQ/WITBOX/Configuration_adv.h
  9. 7
      Marlin/src/config/examples/Cartesio/Configuration_adv.h
  10. 7
      Marlin/src/config/examples/Creality/CR-10/Configuration_adv.h
  11. 7
      Marlin/src/config/examples/Felix/Configuration_adv.h
  12. 7
      Marlin/src/config/examples/FolgerTech/i3-2020/Configuration_adv.h
  13. 7
      Marlin/src/config/examples/Infitary/i3-M508/Configuration_adv.h
  14. 7
      Marlin/src/config/examples/MakerParts/Configuration_adv.h
  15. 7
      Marlin/src/config/examples/Malyan/M150/Configuration_adv.h
  16. 7
      Marlin/src/config/examples/Malyan/M200/Configuration_adv.h
  17. 7
      Marlin/src/config/examples/Micromake/C1/enhanced/Configuration_adv.h
  18. 7
      Marlin/src/config/examples/Mks/Sbase/Configuration_adv.h
  19. 7
      Marlin/src/config/examples/RigidBot/Configuration_adv.h
  20. 7
      Marlin/src/config/examples/SCARA/Configuration_adv.h
  21. 7
      Marlin/src/config/examples/Sanguinololu/Configuration_adv.h
  22. 7
      Marlin/src/config/examples/TinyBoy2/Configuration_adv.h
  23. 7
      Marlin/src/config/examples/UltiMachine/Archim2/Configuration_adv.h
  24. 7
      Marlin/src/config/examples/Velleman/K8200/Configuration_adv.h
  25. 7
      Marlin/src/config/examples/Velleman/K8400/Configuration_adv.h
  26. 7
      Marlin/src/config/examples/Wanhao/Duplicator 6/Configuration_adv.h
  27. 7
      Marlin/src/config/examples/delta/FLSUN/auto_calibrate/Configuration_adv.h
  28. 7
      Marlin/src/config/examples/delta/FLSUN/kossel_mini/Configuration_adv.h
  29. 7
      Marlin/src/config/examples/delta/generic/Configuration_adv.h
  30. 7
      Marlin/src/config/examples/delta/kossel_mini/Configuration_adv.h
  31. 7
      Marlin/src/config/examples/delta/kossel_pro/Configuration_adv.h
  32. 7
      Marlin/src/config/examples/delta/kossel_xl/Configuration_adv.h
  33. 7
      Marlin/src/config/examples/gCreate/gMax1.5+/Configuration_adv.h
  34. 7
      Marlin/src/config/examples/makibox/Configuration_adv.h
  35. 7
      Marlin/src/config/examples/tvrrug/Round2/Configuration_adv.h
  36. 7
      Marlin/src/config/examples/wt150/Configuration_adv.h

7
Marlin/src/config/default/Configuration_adv.h

@ -1364,6 +1364,12 @@
*/
#define EXTENDED_CAPABILITIES_REPORT
/**
* Disable all Volumetric extrusion options
*/
//#define NO_VOLUMETRICS
#if DISABLED(NO_VOLUMETRICS)
/**
* Volumetric extrusion default state
* Activate to make volumetric extrusion the default method,
@ -1372,6 +1378,7 @@
* M200 D0 to disable, M200 Dn to set a new diameter.
*/
//#define VOLUMETRIC_DEFAULT_ON
#endif
/**
* Enable this option for a leaner build of Marlin that removes all

7
Marlin/src/config/examples/AlephObjects/TAZ4/Configuration_adv.h

@ -1364,6 +1364,12 @@
*/
#define EXTENDED_CAPABILITIES_REPORT
/**
* Disable all Volumetric extrusion options
*/
//#define NO_VOLUMETRICS
#if DISABLED(NO_VOLUMETRICS)
/**
* Volumetric extrusion default state
* Activate to make volumetric extrusion the default method,
@ -1372,6 +1378,7 @@
* M200 D0 to disable, M200 Dn to set a new diameter.
*/
//#define VOLUMETRIC_DEFAULT_ON
#endif
/**
* Enable this option for a leaner build of Marlin that removes all

7
Marlin/src/config/examples/Anet/A6/Configuration_adv.h

@ -1364,6 +1364,12 @@
*/
#define EXTENDED_CAPABILITIES_REPORT
/**
* Disable all Volumetric extrusion options
*/
//#define NO_VOLUMETRICS
#if DISABLED(NO_VOLUMETRICS)
/**
* Volumetric extrusion default state
* Activate to make volumetric extrusion the default method,
@ -1372,6 +1378,7 @@
* M200 D0 to disable, M200 Dn to set a new diameter.
*/
//#define VOLUMETRIC_DEFAULT_ON
#endif
/**
* Enable this option for a leaner build of Marlin that removes all

7
Marlin/src/config/examples/Anet/A8/Configuration_adv.h

@ -1364,6 +1364,12 @@
*/
#define EXTENDED_CAPABILITIES_REPORT
/**
* Disable all Volumetric extrusion options
*/
//#define NO_VOLUMETRICS
#if DISABLED(NO_VOLUMETRICS)
/**
* Volumetric extrusion default state
* Activate to make volumetric extrusion the default method,
@ -1372,6 +1378,7 @@
* M200 D0 to disable, M200 Dn to set a new diameter.
*/
//#define VOLUMETRIC_DEFAULT_ON
#endif
/**
* Enable this option for a leaner build of Marlin that removes all

7
Marlin/src/config/examples/Azteeg/X5GT/Configuration_adv.h

@ -1365,6 +1365,12 @@
*/
#define EXTENDED_CAPABILITIES_REPORT
/**
* Disable all Volumetric extrusion options
*/
//#define NO_VOLUMETRICS
#if DISABLED(NO_VOLUMETRICS)
/**
* Volumetric extrusion default state
* Activate to make volumetric extrusion the default method,
@ -1373,6 +1379,7 @@
* M200 D0 to disable, M200 Dn to set a new diameter.
*/
//#define VOLUMETRIC_DEFAULT_ON
#endif
/**
* Enable this option for a leaner build of Marlin that removes all

7
Marlin/src/config/examples/BQ/Hephestos/Configuration_adv.h

@ -1364,6 +1364,12 @@
*/
#define EXTENDED_CAPABILITIES_REPORT
/**
* Disable all Volumetric extrusion options
*/
//#define NO_VOLUMETRICS
#if DISABLED(NO_VOLUMETRICS)
/**
* Volumetric extrusion default state
* Activate to make volumetric extrusion the default method,
@ -1372,6 +1378,7 @@
* M200 D0 to disable, M200 Dn to set a new diameter.
*/
//#define VOLUMETRIC_DEFAULT_ON
#endif
/**
* Enable this option for a leaner build of Marlin that removes all

7
Marlin/src/config/examples/BQ/Hephestos_2/Configuration_adv.h

@ -1364,6 +1364,12 @@
*/
#define EXTENDED_CAPABILITIES_REPORT
/**
* Disable all Volumetric extrusion options
*/
//#define NO_VOLUMETRICS
#if DISABLED(NO_VOLUMETRICS)
/**
* Volumetric extrusion default state
* Activate to make volumetric extrusion the default method,
@ -1372,6 +1378,7 @@
* M200 D0 to disable, M200 Dn to set a new diameter.
*/
//#define VOLUMETRIC_DEFAULT_ON
#endif
/**
* Enable this option for a leaner build of Marlin that removes all

7
Marlin/src/config/examples/BQ/WITBOX/Configuration_adv.h

@ -1364,6 +1364,12 @@
*/
#define EXTENDED_CAPABILITIES_REPORT
/**
* Disable all Volumetric extrusion options
*/
//#define NO_VOLUMETRICS
#if DISABLED(NO_VOLUMETRICS)
/**
* Volumetric extrusion default state
* Activate to make volumetric extrusion the default method,
@ -1372,6 +1378,7 @@
* M200 D0 to disable, M200 Dn to set a new diameter.
*/
//#define VOLUMETRIC_DEFAULT_ON
#endif
/**
* Enable this option for a leaner build of Marlin that removes all

7
Marlin/src/config/examples/Cartesio/Configuration_adv.h

@ -1364,6 +1364,12 @@
*/
#define EXTENDED_CAPABILITIES_REPORT
/**
* Disable all Volumetric extrusion options
*/
//#define NO_VOLUMETRICS
#if DISABLED(NO_VOLUMETRICS)
/**
* Volumetric extrusion default state
* Activate to make volumetric extrusion the default method,
@ -1372,6 +1378,7 @@
* M200 D0 to disable, M200 Dn to set a new diameter.
*/
//#define VOLUMETRIC_DEFAULT_ON
#endif
/**
* Enable this option for a leaner build of Marlin that removes all

7
Marlin/src/config/examples/Creality/CR-10/Configuration_adv.h

@ -1367,6 +1367,12 @@
*/
#define EXTENDED_CAPABILITIES_REPORT
/**
* Disable all Volumetric extrusion options
*/
//#define NO_VOLUMETRICS
#if DISABLED(NO_VOLUMETRICS)
/**
* Volumetric extrusion default state
* Activate to make volumetric extrusion the default method,
@ -1375,6 +1381,7 @@
* M200 D0 to disable, M200 Dn to set a new diameter.
*/
//#define VOLUMETRIC_DEFAULT_ON
#endif
/**
* Enable this option for a leaner build of Marlin that removes all

7
Marlin/src/config/examples/Felix/Configuration_adv.h

@ -1364,6 +1364,12 @@
*/
#define EXTENDED_CAPABILITIES_REPORT
/**
* Disable all Volumetric extrusion options
*/
//#define NO_VOLUMETRICS
#if DISABLED(NO_VOLUMETRICS)
/**
* Volumetric extrusion default state
* Activate to make volumetric extrusion the default method,
@ -1372,6 +1378,7 @@
* M200 D0 to disable, M200 Dn to set a new diameter.
*/
//#define VOLUMETRIC_DEFAULT_ON
#endif
/**
* Enable this option for a leaner build of Marlin that removes all

7
Marlin/src/config/examples/FolgerTech/i3-2020/Configuration_adv.h

@ -1364,6 +1364,12 @@
*/
#define EXTENDED_CAPABILITIES_REPORT
/**
* Disable all Volumetric extrusion options
*/
//#define NO_VOLUMETRICS
#if DISABLED(NO_VOLUMETRICS)
/**
* Volumetric extrusion default state
* Activate to make volumetric extrusion the default method,
@ -1372,6 +1378,7 @@
* M200 D0 to disable, M200 Dn to set a new diameter.
*/
//#define VOLUMETRIC_DEFAULT_ON
#endif
/**
* Enable this option for a leaner build of Marlin that removes all

7
Marlin/src/config/examples/Infitary/i3-M508/Configuration_adv.h

@ -1364,6 +1364,12 @@
*/
//#define EXTENDED_CAPABILITIES_REPORT
/**
* Disable all Volumetric extrusion options
*/
//#define NO_VOLUMETRICS
#if DISABLED(NO_VOLUMETRICS)
/**
* Volumetric extrusion default state
* Activate to make volumetric extrusion the default method,
@ -1372,6 +1378,7 @@
* M200 D0 to disable, M200 Dn to set a new diameter.
*/
//#define VOLUMETRIC_DEFAULT_ON
#endif
/**
* Enable this option for a leaner build of Marlin that removes all

7
Marlin/src/config/examples/MakerParts/Configuration_adv.h

@ -1336,6 +1336,12 @@
*/
#define EXTENDED_CAPABILITIES_REPORT
/**
* Disable all Volumetric extrusion options
*/
//#define NO_VOLUMETRICS
#if DISABLED(NO_VOLUMETRICS)
/**
* Volumetric extrusion default state
* Activate to make volumetric extrusion the default method,
@ -1344,6 +1350,7 @@
* M200 D0 to disable, M200 Dn to set a new diameter.
*/
//#define VOLUMETRIC_DEFAULT_ON
#endif
/**
* Enable this option for a leaner build of Marlin that removes all

7
Marlin/src/config/examples/Malyan/M150/Configuration_adv.h

@ -1361,6 +1361,12 @@
*/
#define EXTENDED_CAPABILITIES_REPORT
/**
* Disable all Volumetric extrusion options
*/
//#define NO_VOLUMETRICS
#if DISABLED(NO_VOLUMETRICS)
/**
* Volumetric extrusion default state
* Activate to make volumetric extrusion the default method,
@ -1369,6 +1375,7 @@
* M200 D0 to disable, M200 Dn to set a new diameter.
*/
//#define VOLUMETRIC_DEFAULT_ON
#endif
/**
* Enable this option for a leaner build of Marlin that removes all

7
Marlin/src/config/examples/Malyan/M200/Configuration_adv.h

@ -1364,6 +1364,12 @@
*/
#define EXTENDED_CAPABILITIES_REPORT
/**
* Disable all Volumetric extrusion options
*/
//#define NO_VOLUMETRICS
#if DISABLED(NO_VOLUMETRICS)
/**
* Volumetric extrusion default state
* Activate to make volumetric extrusion the default method,
@ -1372,6 +1378,7 @@
* M200 D0 to disable, M200 Dn to set a new diameter.
*/
//#define VOLUMETRIC_DEFAULT_ON
#endif
/**
* Enable this option for a leaner build of Marlin that removes all

7
Marlin/src/config/examples/Micromake/C1/enhanced/Configuration_adv.h

@ -1365,6 +1365,12 @@
*/
#define EXTENDED_CAPABILITIES_REPORT
/**
* Disable all Volumetric extrusion options
*/
//#define NO_VOLUMETRICS
#if DISABLED(NO_VOLUMETRICS)
/**
* Volumetric extrusion default state
* Activate to make volumetric extrusion the default method,
@ -1373,6 +1379,7 @@
* M200 D0 to disable, M200 Dn to set a new diameter.
*/
//#define VOLUMETRIC_DEFAULT_ON
#endif
/**
* Enable this option for a leaner build of Marlin that removes all

7
Marlin/src/config/examples/Mks/Sbase/Configuration_adv.h

@ -1372,6 +1372,12 @@
*/
#define EXTENDED_CAPABILITIES_REPORT
/**
* Disable all Volumetric extrusion options
*/
//#define NO_VOLUMETRICS
#if DISABLED(NO_VOLUMETRICS)
/**
* Volumetric extrusion default state
* Activate to make volumetric extrusion the default method,
@ -1380,6 +1386,7 @@
* M200 D0 to disable, M200 Dn to set a new diameter.
*/
//#define VOLUMETRIC_DEFAULT_ON
#endif
/**
* Enable this option for a leaner build of Marlin that removes all

7
Marlin/src/config/examples/RigidBot/Configuration_adv.h

@ -1364,6 +1364,12 @@
*/
#define EXTENDED_CAPABILITIES_REPORT
/**
* Disable all Volumetric extrusion options
*/
//#define NO_VOLUMETRICS
#if DISABLED(NO_VOLUMETRICS)
/**
* Volumetric extrusion default state
* Activate to make volumetric extrusion the default method,
@ -1372,6 +1378,7 @@
* M200 D0 to disable, M200 Dn to set a new diameter.
*/
//#define VOLUMETRIC_DEFAULT_ON
#endif
/**
* Enable this option for a leaner build of Marlin that removes all

7
Marlin/src/config/examples/SCARA/Configuration_adv.h

@ -1364,6 +1364,12 @@
*/
#define EXTENDED_CAPABILITIES_REPORT
/**
* Disable all Volumetric extrusion options
*/
//#define NO_VOLUMETRICS
#if DISABLED(NO_VOLUMETRICS)
/**
* Volumetric extrusion default state
* Activate to make volumetric extrusion the default method,
@ -1372,6 +1378,7 @@
* M200 D0 to disable, M200 Dn to set a new diameter.
*/
//#define VOLUMETRIC_DEFAULT_ON
#endif
/**
* Enable this option for a leaner build of Marlin that removes all

7
Marlin/src/config/examples/Sanguinololu/Configuration_adv.h

@ -1353,6 +1353,12 @@
*/
#define EXTENDED_CAPABILITIES_REPORT
/**
* Disable all Volumetric extrusion options
*/
//#define NO_VOLUMETRICS
#if DISABLED(NO_VOLUMETRICS)
/**
* Volumetric extrusion default state
* Activate to make volumetric extrusion the default method,
@ -1361,6 +1367,7 @@
* M200 D0 to disable, M200 Dn to set a new diameter.
*/
//#define VOLUMETRIC_DEFAULT_ON
#endif
/**
* Enable this option for a leaner build of Marlin that removes all

7
Marlin/src/config/examples/TinyBoy2/Configuration_adv.h

@ -1364,6 +1364,12 @@
*/
#define EXTENDED_CAPABILITIES_REPORT
/**
* Disable all Volumetric extrusion options
*/
//#define NO_VOLUMETRICS
#if DISABLED(NO_VOLUMETRICS)
/**
* Volumetric extrusion default state
* Activate to make volumetric extrusion the default method,
@ -1372,6 +1378,7 @@
* M200 D0 to disable, M200 Dn to set a new diameter.
*/
//#define VOLUMETRIC_DEFAULT_ON
#endif
/**
* Enable this option for a leaner build of Marlin that removes all

7
Marlin/src/config/examples/UltiMachine/Archim2/Configuration_adv.h

@ -1364,6 +1364,12 @@
*/
#define EXTENDED_CAPABILITIES_REPORT
/**
* Disable all Volumetric extrusion options
*/
//#define NO_VOLUMETRICS
#if DISABLED(NO_VOLUMETRICS)
/**
* Volumetric extrusion default state
* Activate to make volumetric extrusion the default method,
@ -1372,6 +1378,7 @@
* M200 D0 to disable, M200 Dn to set a new diameter.
*/
//#define VOLUMETRIC_DEFAULT_ON
#endif
/**
* Enable this option for a leaner build of Marlin that removes all

7
Marlin/src/config/examples/Velleman/K8200/Configuration_adv.h

@ -1375,6 +1375,12 @@
*/
#define EXTENDED_CAPABILITIES_REPORT
/**
* Disable all Volumetric extrusion options
*/
//#define NO_VOLUMETRICS
#if DISABLED(NO_VOLUMETRICS)
/**
* Volumetric extrusion default state
* Activate to make volumetric extrusion the default method,
@ -1383,6 +1389,7 @@
* M200 D0 to disable, M200 Dn to set a new diameter.
*/
//#define VOLUMETRIC_DEFAULT_ON
#endif
/**
* Enable this option for a leaner build of Marlin that removes all

7
Marlin/src/config/examples/Velleman/K8400/Configuration_adv.h

@ -1365,6 +1365,12 @@
*/
#define EXTENDED_CAPABILITIES_REPORT
/**
* Disable all Volumetric extrusion options
*/
//#define NO_VOLUMETRICS
#if DISABLED(NO_VOLUMETRICS)
/**
* Volumetric extrusion default state
* Activate to make volumetric extrusion the default method,
@ -1373,6 +1379,7 @@
* M200 D0 to disable, M200 Dn to set a new diameter.
*/
//#define VOLUMETRIC_DEFAULT_ON
#endif
/**
* Enable this option for a leaner build of Marlin that removes all

7
Marlin/src/config/examples/Wanhao/Duplicator 6/Configuration_adv.h

@ -1366,6 +1366,12 @@
*/
#define EXTENDED_CAPABILITIES_REPORT
/**
* Disable all Volumetric extrusion options
*/
//#define NO_VOLUMETRICS
#if DISABLED(NO_VOLUMETRICS)
/**
* Volumetric extrusion default state
* Activate to make volumetric extrusion the default method,
@ -1374,6 +1380,7 @@
* M200 D0 to disable, M200 Dn to set a new diameter.
*/
//#define VOLUMETRIC_DEFAULT_ON
#endif
/**
* Enable this option for a leaner build of Marlin that removes all

7
Marlin/src/config/examples/delta/FLSUN/auto_calibrate/Configuration_adv.h

@ -1366,6 +1366,12 @@
*/
#define EXTENDED_CAPABILITIES_REPORT
/**
* Disable all Volumetric extrusion options
*/
//#define NO_VOLUMETRICS
#if DISABLED(NO_VOLUMETRICS)
/**
* Volumetric extrusion default state
* Activate to make volumetric extrusion the default method,
@ -1374,6 +1380,7 @@
* M200 D0 to disable, M200 Dn to set a new diameter.
*/
//#define VOLUMETRIC_DEFAULT_ON
#endif
/**
* Enable this option for a leaner build of Marlin that removes all

7
Marlin/src/config/examples/delta/FLSUN/kossel_mini/Configuration_adv.h

@ -1366,6 +1366,12 @@
*/
#define EXTENDED_CAPABILITIES_REPORT
/**
* Disable all Volumetric extrusion options
*/
//#define NO_VOLUMETRICS
#if DISABLED(NO_VOLUMETRICS)
/**
* Volumetric extrusion default state
* Activate to make volumetric extrusion the default method,
@ -1374,6 +1380,7 @@
* M200 D0 to disable, M200 Dn to set a new diameter.
*/
//#define VOLUMETRIC_DEFAULT_ON
#endif
/**
* Enable this option for a leaner build of Marlin that removes all

7
Marlin/src/config/examples/delta/generic/Configuration_adv.h

@ -1366,6 +1366,12 @@
*/
#define EXTENDED_CAPABILITIES_REPORT
/**
* Disable all Volumetric extrusion options
*/
//#define NO_VOLUMETRICS
#if DISABLED(NO_VOLUMETRICS)
/**
* Volumetric extrusion default state
* Activate to make volumetric extrusion the default method,
@ -1374,6 +1380,7 @@
* M200 D0 to disable, M200 Dn to set a new diameter.
*/
//#define VOLUMETRIC_DEFAULT_ON
#endif
/**
* Enable this option for a leaner build of Marlin that removes all

7
Marlin/src/config/examples/delta/kossel_mini/Configuration_adv.h

@ -1366,6 +1366,12 @@
*/
#define EXTENDED_CAPABILITIES_REPORT
/**
* Disable all Volumetric extrusion options
*/
//#define NO_VOLUMETRICS
#if DISABLED(NO_VOLUMETRICS)
/**
* Volumetric extrusion default state
* Activate to make volumetric extrusion the default method,
@ -1374,6 +1380,7 @@
* M200 D0 to disable, M200 Dn to set a new diameter.
*/
//#define VOLUMETRIC_DEFAULT_ON
#endif
/**
* Enable this option for a leaner build of Marlin that removes all

7
Marlin/src/config/examples/delta/kossel_pro/Configuration_adv.h

@ -1371,6 +1371,12 @@
*/
#define EXTENDED_CAPABILITIES_REPORT
/**
* Disable all Volumetric extrusion options
*/
//#define NO_VOLUMETRICS
#if DISABLED(NO_VOLUMETRICS)
/**
* Volumetric extrusion default state
* Activate to make volumetric extrusion the default method,
@ -1379,6 +1385,7 @@
* M200 D0 to disable, M200 Dn to set a new diameter.
*/
//#define VOLUMETRIC_DEFAULT_ON
#endif
/**
* Enable this option for a leaner build of Marlin that removes all

7
Marlin/src/config/examples/delta/kossel_xl/Configuration_adv.h

@ -1366,6 +1366,12 @@
*/
#define EXTENDED_CAPABILITIES_REPORT
/**
* Disable all Volumetric extrusion options
*/
//#define NO_VOLUMETRICS
#if DISABLED(NO_VOLUMETRICS)
/**
* Volumetric extrusion default state
* Activate to make volumetric extrusion the default method,
@ -1374,6 +1380,7 @@
* M200 D0 to disable, M200 Dn to set a new diameter.
*/
//#define VOLUMETRIC_DEFAULT_ON
#endif
/**
* Enable this option for a leaner build of Marlin that removes all

7
Marlin/src/config/examples/gCreate/gMax1.5+/Configuration_adv.h

@ -1364,6 +1364,12 @@
*/
#define EXTENDED_CAPABILITIES_REPORT
/**
* Disable all Volumetric extrusion options
*/
//#define NO_VOLUMETRICS
#if DISABLED(NO_VOLUMETRICS)
/**
* Volumetric extrusion default state
* Activate to make volumetric extrusion the default method,
@ -1372,6 +1378,7 @@
* M200 D0 to disable, M200 Dn to set a new diameter.
*/
//#define VOLUMETRIC_DEFAULT_ON
#endif
/**
* Enable this option for a leaner build of Marlin that removes all

7
Marlin/src/config/examples/makibox/Configuration_adv.h

@ -1364,6 +1364,12 @@
*/
#define EXTENDED_CAPABILITIES_REPORT
/**
* Disable all Volumetric extrusion options
*/
//#define NO_VOLUMETRICS
#if DISABLED(NO_VOLUMETRICS)
/**
* Volumetric extrusion default state
* Activate to make volumetric extrusion the default method,
@ -1372,6 +1378,7 @@
* M200 D0 to disable, M200 Dn to set a new diameter.
*/
//#define VOLUMETRIC_DEFAULT_ON
#endif
/**
* Enable this option for a leaner build of Marlin that removes all

7
Marlin/src/config/examples/tvrrug/Round2/Configuration_adv.h

@ -1364,6 +1364,12 @@
*/
#define EXTENDED_CAPABILITIES_REPORT
/**
* Disable all Volumetric extrusion options
*/
//#define NO_VOLUMETRICS
#if DISABLED(NO_VOLUMETRICS)
/**
* Volumetric extrusion default state
* Activate to make volumetric extrusion the default method,
@ -1372,6 +1378,7 @@
* M200 D0 to disable, M200 Dn to set a new diameter.
*/
//#define VOLUMETRIC_DEFAULT_ON
#endif
/**
* Enable this option for a leaner build of Marlin that removes all

7
Marlin/src/config/examples/wt150/Configuration_adv.h

@ -1365,6 +1365,12 @@
*/
#define EXTENDED_CAPABILITIES_REPORT
/**
* Disable all Volumetric extrusion options
*/
//#define NO_VOLUMETRICS
#if DISABLED(NO_VOLUMETRICS)
/**
* Volumetric extrusion default state
* Activate to make volumetric extrusion the default method,
@ -1373,6 +1379,7 @@
* M200 D0 to disable, M200 Dn to set a new diameter.
*/
//#define VOLUMETRIC_DEFAULT_ON
#endif
/**
* Enable this option for a leaner build of Marlin that removes all

Loading…
Cancel
Save