Add NO_VOLUMETRICS to example configs
This commit is contained in:
parent
1aea024589
commit
e6f46f3832
30 changed files with 390 additions and 180 deletions
|
|
@ -1376,13 +1376,20 @@
|
||||||
#define EXTENDED_CAPABILITIES_REPORT
|
#define EXTENDED_CAPABILITIES_REPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Volumetric extrusion default state
|
* Disable all Volumetric extrusion options
|
||||||
* Activate to make volumetric extrusion the default method,
|
|
||||||
* with DEFAULT_NOMINAL_FILAMENT_DIA as the default diameter.
|
|
||||||
*
|
|
||||||
* M200 D0 to disable, M200 Dn to set a new diameter.
|
|
||||||
*/
|
*/
|
||||||
//#define VOLUMETRIC_DEFAULT_ON
|
//#define NO_VOLUMETRICS
|
||||||
|
|
||||||
|
#if DISABLED(NO_VOLUMETRICS)
|
||||||
|
/**
|
||||||
|
* Volumetric extrusion default state
|
||||||
|
* Activate to make volumetric extrusion the default method,
|
||||||
|
* with DEFAULT_NOMINAL_FILAMENT_DIA as the default diameter.
|
||||||
|
*
|
||||||
|
* 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
|
* Enable this option for a leaner build of Marlin that removes all
|
||||||
|
|
|
||||||
|
|
@ -1376,13 +1376,20 @@
|
||||||
#define EXTENDED_CAPABILITIES_REPORT
|
#define EXTENDED_CAPABILITIES_REPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Volumetric extrusion default state
|
* Disable all Volumetric extrusion options
|
||||||
* Activate to make volumetric extrusion the default method,
|
|
||||||
* with DEFAULT_NOMINAL_FILAMENT_DIA as the default diameter.
|
|
||||||
*
|
|
||||||
* M200 D0 to disable, M200 Dn to set a new diameter.
|
|
||||||
*/
|
*/
|
||||||
//#define VOLUMETRIC_DEFAULT_ON
|
//#define NO_VOLUMETRICS
|
||||||
|
|
||||||
|
#if DISABLED(NO_VOLUMETRICS)
|
||||||
|
/**
|
||||||
|
* Volumetric extrusion default state
|
||||||
|
* Activate to make volumetric extrusion the default method,
|
||||||
|
* with DEFAULT_NOMINAL_FILAMENT_DIA as the default diameter.
|
||||||
|
*
|
||||||
|
* 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
|
* Enable this option for a leaner build of Marlin that removes all
|
||||||
|
|
|
||||||
|
|
@ -1376,13 +1376,20 @@
|
||||||
#define EXTENDED_CAPABILITIES_REPORT
|
#define EXTENDED_CAPABILITIES_REPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Volumetric extrusion default state
|
* Disable all Volumetric extrusion options
|
||||||
* Activate to make volumetric extrusion the default method,
|
|
||||||
* with DEFAULT_NOMINAL_FILAMENT_DIA as the default diameter.
|
|
||||||
*
|
|
||||||
* M200 D0 to disable, M200 Dn to set a new diameter.
|
|
||||||
*/
|
*/
|
||||||
//#define VOLUMETRIC_DEFAULT_ON
|
//#define NO_VOLUMETRICS
|
||||||
|
|
||||||
|
#if DISABLED(NO_VOLUMETRICS)
|
||||||
|
/**
|
||||||
|
* Volumetric extrusion default state
|
||||||
|
* Activate to make volumetric extrusion the default method,
|
||||||
|
* with DEFAULT_NOMINAL_FILAMENT_DIA as the default diameter.
|
||||||
|
*
|
||||||
|
* 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
|
* Enable this option for a leaner build of Marlin that removes all
|
||||||
|
|
|
||||||
|
|
@ -1376,13 +1376,20 @@
|
||||||
#define EXTENDED_CAPABILITIES_REPORT
|
#define EXTENDED_CAPABILITIES_REPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Volumetric extrusion default state
|
* Disable all Volumetric extrusion options
|
||||||
* Activate to make volumetric extrusion the default method,
|
|
||||||
* with DEFAULT_NOMINAL_FILAMENT_DIA as the default diameter.
|
|
||||||
*
|
|
||||||
* M200 D0 to disable, M200 Dn to set a new diameter.
|
|
||||||
*/
|
*/
|
||||||
//#define VOLUMETRIC_DEFAULT_ON
|
//#define NO_VOLUMETRICS
|
||||||
|
|
||||||
|
#if DISABLED(NO_VOLUMETRICS)
|
||||||
|
/**
|
||||||
|
* Volumetric extrusion default state
|
||||||
|
* Activate to make volumetric extrusion the default method,
|
||||||
|
* with DEFAULT_NOMINAL_FILAMENT_DIA as the default diameter.
|
||||||
|
*
|
||||||
|
* 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
|
* Enable this option for a leaner build of Marlin that removes all
|
||||||
|
|
|
||||||
|
|
@ -1376,13 +1376,20 @@
|
||||||
#define EXTENDED_CAPABILITIES_REPORT
|
#define EXTENDED_CAPABILITIES_REPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Volumetric extrusion default state
|
* Disable all Volumetric extrusion options
|
||||||
* Activate to make volumetric extrusion the default method,
|
|
||||||
* with DEFAULT_NOMINAL_FILAMENT_DIA as the default diameter.
|
|
||||||
*
|
|
||||||
* M200 D0 to disable, M200 Dn to set a new diameter.
|
|
||||||
*/
|
*/
|
||||||
//#define VOLUMETRIC_DEFAULT_ON
|
//#define NO_VOLUMETRICS
|
||||||
|
|
||||||
|
#if DISABLED(NO_VOLUMETRICS)
|
||||||
|
/**
|
||||||
|
* Volumetric extrusion default state
|
||||||
|
* Activate to make volumetric extrusion the default method,
|
||||||
|
* with DEFAULT_NOMINAL_FILAMENT_DIA as the default diameter.
|
||||||
|
*
|
||||||
|
* 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
|
* Enable this option for a leaner build of Marlin that removes all
|
||||||
|
|
|
||||||
|
|
@ -1376,13 +1376,20 @@
|
||||||
#define EXTENDED_CAPABILITIES_REPORT
|
#define EXTENDED_CAPABILITIES_REPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Volumetric extrusion default state
|
* Disable all Volumetric extrusion options
|
||||||
* Activate to make volumetric extrusion the default method,
|
|
||||||
* with DEFAULT_NOMINAL_FILAMENT_DIA as the default diameter.
|
|
||||||
*
|
|
||||||
* M200 D0 to disable, M200 Dn to set a new diameter.
|
|
||||||
*/
|
*/
|
||||||
//#define VOLUMETRIC_DEFAULT_ON
|
//#define NO_VOLUMETRICS
|
||||||
|
|
||||||
|
#if DISABLED(NO_VOLUMETRICS)
|
||||||
|
/**
|
||||||
|
* Volumetric extrusion default state
|
||||||
|
* Activate to make volumetric extrusion the default method,
|
||||||
|
* with DEFAULT_NOMINAL_FILAMENT_DIA as the default diameter.
|
||||||
|
*
|
||||||
|
* 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
|
* Enable this option for a leaner build of Marlin that removes all
|
||||||
|
|
|
||||||
|
|
@ -1376,13 +1376,20 @@
|
||||||
#define EXTENDED_CAPABILITIES_REPORT
|
#define EXTENDED_CAPABILITIES_REPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Volumetric extrusion default state
|
* Disable all Volumetric extrusion options
|
||||||
* Activate to make volumetric extrusion the default method,
|
|
||||||
* with DEFAULT_NOMINAL_FILAMENT_DIA as the default diameter.
|
|
||||||
*
|
|
||||||
* M200 D0 to disable, M200 Dn to set a new diameter.
|
|
||||||
*/
|
*/
|
||||||
//#define VOLUMETRIC_DEFAULT_ON
|
//#define NO_VOLUMETRICS
|
||||||
|
|
||||||
|
#if DISABLED(NO_VOLUMETRICS)
|
||||||
|
/**
|
||||||
|
* Volumetric extrusion default state
|
||||||
|
* Activate to make volumetric extrusion the default method,
|
||||||
|
* with DEFAULT_NOMINAL_FILAMENT_DIA as the default diameter.
|
||||||
|
*
|
||||||
|
* 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
|
* Enable this option for a leaner build of Marlin that removes all
|
||||||
|
|
|
||||||
|
|
@ -1379,13 +1379,20 @@
|
||||||
#define EXTENDED_CAPABILITIES_REPORT
|
#define EXTENDED_CAPABILITIES_REPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Volumetric extrusion default state
|
* Disable all Volumetric extrusion options
|
||||||
* Activate to make volumetric extrusion the default method,
|
|
||||||
* with DEFAULT_NOMINAL_FILAMENT_DIA as the default diameter.
|
|
||||||
*
|
|
||||||
* M200 D0 to disable, M200 Dn to set a new diameter.
|
|
||||||
*/
|
*/
|
||||||
//#define VOLUMETRIC_DEFAULT_ON
|
//#define NO_VOLUMETRICS
|
||||||
|
|
||||||
|
#if DISABLED(NO_VOLUMETRICS)
|
||||||
|
/**
|
||||||
|
* Volumetric extrusion default state
|
||||||
|
* Activate to make volumetric extrusion the default method,
|
||||||
|
* with DEFAULT_NOMINAL_FILAMENT_DIA as the default diameter.
|
||||||
|
*
|
||||||
|
* 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
|
* Enable this option for a leaner build of Marlin that removes all
|
||||||
|
|
|
||||||
|
|
@ -1376,13 +1376,20 @@
|
||||||
#define EXTENDED_CAPABILITIES_REPORT
|
#define EXTENDED_CAPABILITIES_REPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Volumetric extrusion default state
|
* Disable all Volumetric extrusion options
|
||||||
* Activate to make volumetric extrusion the default method,
|
|
||||||
* with DEFAULT_NOMINAL_FILAMENT_DIA as the default diameter.
|
|
||||||
*
|
|
||||||
* M200 D0 to disable, M200 Dn to set a new diameter.
|
|
||||||
*/
|
*/
|
||||||
//#define VOLUMETRIC_DEFAULT_ON
|
//#define NO_VOLUMETRICS
|
||||||
|
|
||||||
|
#if DISABLED(NO_VOLUMETRICS)
|
||||||
|
/**
|
||||||
|
* Volumetric extrusion default state
|
||||||
|
* Activate to make volumetric extrusion the default method,
|
||||||
|
* with DEFAULT_NOMINAL_FILAMENT_DIA as the default diameter.
|
||||||
|
*
|
||||||
|
* 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
|
* Enable this option for a leaner build of Marlin that removes all
|
||||||
|
|
|
||||||
|
|
@ -1376,13 +1376,20 @@
|
||||||
#define EXTENDED_CAPABILITIES_REPORT
|
#define EXTENDED_CAPABILITIES_REPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Volumetric extrusion default state
|
* Disable all Volumetric extrusion options
|
||||||
* Activate to make volumetric extrusion the default method,
|
|
||||||
* with DEFAULT_NOMINAL_FILAMENT_DIA as the default diameter.
|
|
||||||
*
|
|
||||||
* M200 D0 to disable, M200 Dn to set a new diameter.
|
|
||||||
*/
|
*/
|
||||||
//#define VOLUMETRIC_DEFAULT_ON
|
//#define NO_VOLUMETRICS
|
||||||
|
|
||||||
|
#if DISABLED(NO_VOLUMETRICS)
|
||||||
|
/**
|
||||||
|
* Volumetric extrusion default state
|
||||||
|
* Activate to make volumetric extrusion the default method,
|
||||||
|
* with DEFAULT_NOMINAL_FILAMENT_DIA as the default diameter.
|
||||||
|
*
|
||||||
|
* 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
|
* Enable this option for a leaner build of Marlin that removes all
|
||||||
|
|
|
||||||
|
|
@ -1376,13 +1376,20 @@
|
||||||
//#define EXTENDED_CAPABILITIES_REPORT
|
//#define EXTENDED_CAPABILITIES_REPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Volumetric extrusion default state
|
* Disable all Volumetric extrusion options
|
||||||
* Activate to make volumetric extrusion the default method,
|
|
||||||
* with DEFAULT_NOMINAL_FILAMENT_DIA as the default diameter.
|
|
||||||
*
|
|
||||||
* M200 D0 to disable, M200 Dn to set a new diameter.
|
|
||||||
*/
|
*/
|
||||||
//#define VOLUMETRIC_DEFAULT_ON
|
//#define NO_VOLUMETRICS
|
||||||
|
|
||||||
|
#if DISABLED(NO_VOLUMETRICS)
|
||||||
|
/**
|
||||||
|
* Volumetric extrusion default state
|
||||||
|
* Activate to make volumetric extrusion the default method,
|
||||||
|
* with DEFAULT_NOMINAL_FILAMENT_DIA as the default diameter.
|
||||||
|
*
|
||||||
|
* 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
|
* Enable this option for a leaner build of Marlin that removes all
|
||||||
|
|
|
||||||
|
|
@ -1376,13 +1376,20 @@
|
||||||
#define EXTENDED_CAPABILITIES_REPORT
|
#define EXTENDED_CAPABILITIES_REPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Volumetric extrusion default state
|
* Disable all Volumetric extrusion options
|
||||||
* Activate to make volumetric extrusion the default method,
|
|
||||||
* with DEFAULT_NOMINAL_FILAMENT_DIA as the default diameter.
|
|
||||||
*
|
|
||||||
* M200 D0 to disable, M200 Dn to set a new diameter.
|
|
||||||
*/
|
*/
|
||||||
//#define VOLUMETRIC_DEFAULT_ON
|
//#define NO_VOLUMETRICS
|
||||||
|
|
||||||
|
#if DISABLED(NO_VOLUMETRICS)
|
||||||
|
/**
|
||||||
|
* Volumetric extrusion default state
|
||||||
|
* Activate to make volumetric extrusion the default method,
|
||||||
|
* with DEFAULT_NOMINAL_FILAMENT_DIA as the default diameter.
|
||||||
|
*
|
||||||
|
* 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
|
* Enable this option for a leaner build of Marlin that removes all
|
||||||
|
|
|
||||||
|
|
@ -1377,13 +1377,20 @@
|
||||||
#define EXTENDED_CAPABILITIES_REPORT
|
#define EXTENDED_CAPABILITIES_REPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Volumetric extrusion default state
|
* Disable all Volumetric extrusion options
|
||||||
* Activate to make volumetric extrusion the default method,
|
|
||||||
* with DEFAULT_NOMINAL_FILAMENT_DIA as the default diameter.
|
|
||||||
*
|
|
||||||
* M200 D0 to disable, M200 Dn to set a new diameter.
|
|
||||||
*/
|
*/
|
||||||
//#define VOLUMETRIC_DEFAULT_ON
|
//#define NO_VOLUMETRICS
|
||||||
|
|
||||||
|
#if DISABLED(NO_VOLUMETRICS)
|
||||||
|
/**
|
||||||
|
* Volumetric extrusion default state
|
||||||
|
* Activate to make volumetric extrusion the default method,
|
||||||
|
* with DEFAULT_NOMINAL_FILAMENT_DIA as the default diameter.
|
||||||
|
*
|
||||||
|
* 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
|
* Enable this option for a leaner build of Marlin that removes all
|
||||||
|
|
|
||||||
|
|
@ -1376,13 +1376,20 @@
|
||||||
#define EXTENDED_CAPABILITIES_REPORT
|
#define EXTENDED_CAPABILITIES_REPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Volumetric extrusion default state
|
* Disable all Volumetric extrusion options
|
||||||
* Activate to make volumetric extrusion the default method,
|
|
||||||
* with DEFAULT_NOMINAL_FILAMENT_DIA as the default diameter.
|
|
||||||
*
|
|
||||||
* M200 D0 to disable, M200 Dn to set a new diameter.
|
|
||||||
*/
|
*/
|
||||||
//#define VOLUMETRIC_DEFAULT_ON
|
//#define NO_VOLUMETRICS
|
||||||
|
|
||||||
|
#if DISABLED(NO_VOLUMETRICS)
|
||||||
|
/**
|
||||||
|
* Volumetric extrusion default state
|
||||||
|
* Activate to make volumetric extrusion the default method,
|
||||||
|
* with DEFAULT_NOMINAL_FILAMENT_DIA as the default diameter.
|
||||||
|
*
|
||||||
|
* 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
|
* Enable this option for a leaner build of Marlin that removes all
|
||||||
|
|
|
||||||
|
|
@ -1376,13 +1376,20 @@
|
||||||
#define EXTENDED_CAPABILITIES_REPORT
|
#define EXTENDED_CAPABILITIES_REPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Volumetric extrusion default state
|
* Disable all Volumetric extrusion options
|
||||||
* Activate to make volumetric extrusion the default method,
|
|
||||||
* with DEFAULT_NOMINAL_FILAMENT_DIA as the default diameter.
|
|
||||||
*
|
|
||||||
* M200 D0 to disable, M200 Dn to set a new diameter.
|
|
||||||
*/
|
*/
|
||||||
//#define VOLUMETRIC_DEFAULT_ON
|
//#define NO_VOLUMETRICS
|
||||||
|
|
||||||
|
#if DISABLED(NO_VOLUMETRICS)
|
||||||
|
/**
|
||||||
|
* Volumetric extrusion default state
|
||||||
|
* Activate to make volumetric extrusion the default method,
|
||||||
|
* with DEFAULT_NOMINAL_FILAMENT_DIA as the default diameter.
|
||||||
|
*
|
||||||
|
* 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
|
* Enable this option for a leaner build of Marlin that removes all
|
||||||
|
|
|
||||||
|
|
@ -1343,13 +1343,20 @@
|
||||||
#define EXTENDED_CAPABILITIES_REPORT
|
#define EXTENDED_CAPABILITIES_REPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Volumetric extrusion default state
|
* Disable all Volumetric extrusion options
|
||||||
* Activate to make volumetric extrusion the default method,
|
|
||||||
* with DEFAULT_NOMINAL_FILAMENT_DIA as the default diameter.
|
|
||||||
*
|
|
||||||
* M200 D0 to disable, M200 Dn to set a new diameter.
|
|
||||||
*/
|
*/
|
||||||
//#define VOLUMETRIC_DEFAULT_ON
|
//#define NO_VOLUMETRICS
|
||||||
|
|
||||||
|
#if DISABLED(NO_VOLUMETRICS)
|
||||||
|
/**
|
||||||
|
* Volumetric extrusion default state
|
||||||
|
* Activate to make volumetric extrusion the default method,
|
||||||
|
* with DEFAULT_NOMINAL_FILAMENT_DIA as the default diameter.
|
||||||
|
*
|
||||||
|
* 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
|
* Enable this option for a leaner build of Marlin that removes all
|
||||||
|
|
|
||||||
|
|
@ -1376,13 +1376,20 @@
|
||||||
#define EXTENDED_CAPABILITIES_REPORT
|
#define EXTENDED_CAPABILITIES_REPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Volumetric extrusion default state
|
* Disable all Volumetric extrusion options
|
||||||
* Activate to make volumetric extrusion the default method,
|
|
||||||
* with DEFAULT_NOMINAL_FILAMENT_DIA as the default diameter.
|
|
||||||
*
|
|
||||||
* M200 D0 to disable, M200 Dn to set a new diameter.
|
|
||||||
*/
|
*/
|
||||||
//#define VOLUMETRIC_DEFAULT_ON
|
//#define NO_VOLUMETRICS
|
||||||
|
|
||||||
|
#if DISABLED(NO_VOLUMETRICS)
|
||||||
|
/**
|
||||||
|
* Volumetric extrusion default state
|
||||||
|
* Activate to make volumetric extrusion the default method,
|
||||||
|
* with DEFAULT_NOMINAL_FILAMENT_DIA as the default diameter.
|
||||||
|
*
|
||||||
|
* 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
|
* Enable this option for a leaner build of Marlin that removes all
|
||||||
|
|
|
||||||
|
|
@ -1387,13 +1387,20 @@
|
||||||
#define EXTENDED_CAPABILITIES_REPORT
|
#define EXTENDED_CAPABILITIES_REPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Volumetric extrusion default state
|
* Disable all Volumetric extrusion options
|
||||||
* Activate to make volumetric extrusion the default method,
|
|
||||||
* with DEFAULT_NOMINAL_FILAMENT_DIA as the default diameter.
|
|
||||||
*
|
|
||||||
* M200 D0 to disable, M200 Dn to set a new diameter.
|
|
||||||
*/
|
*/
|
||||||
//#define VOLUMETRIC_DEFAULT_ON
|
//#define NO_VOLUMETRICS
|
||||||
|
|
||||||
|
#if DISABLED(NO_VOLUMETRICS)
|
||||||
|
/**
|
||||||
|
* Volumetric extrusion default state
|
||||||
|
* Activate to make volumetric extrusion the default method,
|
||||||
|
* with DEFAULT_NOMINAL_FILAMENT_DIA as the default diameter.
|
||||||
|
*
|
||||||
|
* 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
|
* Enable this option for a leaner build of Marlin that removes all
|
||||||
|
|
|
||||||
|
|
@ -1376,13 +1376,20 @@
|
||||||
#define EXTENDED_CAPABILITIES_REPORT
|
#define EXTENDED_CAPABILITIES_REPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Volumetric extrusion default state
|
* Disable all Volumetric extrusion options
|
||||||
* Activate to make volumetric extrusion the default method,
|
|
||||||
* with DEFAULT_NOMINAL_FILAMENT_DIA as the default diameter.
|
|
||||||
*
|
|
||||||
* M200 D0 to disable, M200 Dn to set a new diameter.
|
|
||||||
*/
|
*/
|
||||||
//#define VOLUMETRIC_DEFAULT_ON
|
//#define NO_VOLUMETRICS
|
||||||
|
|
||||||
|
#if DISABLED(NO_VOLUMETRICS)
|
||||||
|
/**
|
||||||
|
* Volumetric extrusion default state
|
||||||
|
* Activate to make volumetric extrusion the default method,
|
||||||
|
* with DEFAULT_NOMINAL_FILAMENT_DIA as the default diameter.
|
||||||
|
*
|
||||||
|
* 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
|
* Enable this option for a leaner build of Marlin that removes all
|
||||||
|
|
|
||||||
|
|
@ -1378,13 +1378,20 @@
|
||||||
#define EXTENDED_CAPABILITIES_REPORT
|
#define EXTENDED_CAPABILITIES_REPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Volumetric extrusion default state
|
* Disable all Volumetric extrusion options
|
||||||
* Activate to make volumetric extrusion the default method,
|
|
||||||
* with DEFAULT_NOMINAL_FILAMENT_DIA as the default diameter.
|
|
||||||
*
|
|
||||||
* M200 D0 to disable, M200 Dn to set a new diameter.
|
|
||||||
*/
|
*/
|
||||||
//#define VOLUMETRIC_DEFAULT_ON
|
//#define NO_VOLUMETRICS
|
||||||
|
|
||||||
|
#if DISABLED(NO_VOLUMETRICS)
|
||||||
|
/**
|
||||||
|
* Volumetric extrusion default state
|
||||||
|
* Activate to make volumetric extrusion the default method,
|
||||||
|
* with DEFAULT_NOMINAL_FILAMENT_DIA as the default diameter.
|
||||||
|
*
|
||||||
|
* 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
|
* Enable this option for a leaner build of Marlin that removes all
|
||||||
|
|
|
||||||
|
|
@ -1378,13 +1378,20 @@
|
||||||
#define EXTENDED_CAPABILITIES_REPORT
|
#define EXTENDED_CAPABILITIES_REPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Volumetric extrusion default state
|
* Disable all Volumetric extrusion options
|
||||||
* Activate to make volumetric extrusion the default method,
|
|
||||||
* with DEFAULT_NOMINAL_FILAMENT_DIA as the default diameter.
|
|
||||||
*
|
|
||||||
* M200 D0 to disable, M200 Dn to set a new diameter.
|
|
||||||
*/
|
*/
|
||||||
//#define VOLUMETRIC_DEFAULT_ON
|
//#define NO_VOLUMETRICS
|
||||||
|
|
||||||
|
#if DISABLED(NO_VOLUMETRICS)
|
||||||
|
/**
|
||||||
|
* Volumetric extrusion default state
|
||||||
|
* Activate to make volumetric extrusion the default method,
|
||||||
|
* with DEFAULT_NOMINAL_FILAMENT_DIA as the default diameter.
|
||||||
|
*
|
||||||
|
* 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
|
* Enable this option for a leaner build of Marlin that removes all
|
||||||
|
|
|
||||||
|
|
@ -1378,13 +1378,20 @@
|
||||||
#define EXTENDED_CAPABILITIES_REPORT
|
#define EXTENDED_CAPABILITIES_REPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Volumetric extrusion default state
|
* Disable all Volumetric extrusion options
|
||||||
* Activate to make volumetric extrusion the default method,
|
|
||||||
* with DEFAULT_NOMINAL_FILAMENT_DIA as the default diameter.
|
|
||||||
*
|
|
||||||
* M200 D0 to disable, M200 Dn to set a new diameter.
|
|
||||||
*/
|
*/
|
||||||
//#define VOLUMETRIC_DEFAULT_ON
|
//#define NO_VOLUMETRICS
|
||||||
|
|
||||||
|
#if DISABLED(NO_VOLUMETRICS)
|
||||||
|
/**
|
||||||
|
* Volumetric extrusion default state
|
||||||
|
* Activate to make volumetric extrusion the default method,
|
||||||
|
* with DEFAULT_NOMINAL_FILAMENT_DIA as the default diameter.
|
||||||
|
*
|
||||||
|
* 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
|
* Enable this option for a leaner build of Marlin that removes all
|
||||||
|
|
|
||||||
|
|
@ -1378,13 +1378,20 @@
|
||||||
#define EXTENDED_CAPABILITIES_REPORT
|
#define EXTENDED_CAPABILITIES_REPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Volumetric extrusion default state
|
* Disable all Volumetric extrusion options
|
||||||
* Activate to make volumetric extrusion the default method,
|
|
||||||
* with DEFAULT_NOMINAL_FILAMENT_DIA as the default diameter.
|
|
||||||
*
|
|
||||||
* M200 D0 to disable, M200 Dn to set a new diameter.
|
|
||||||
*/
|
*/
|
||||||
//#define VOLUMETRIC_DEFAULT_ON
|
//#define NO_VOLUMETRICS
|
||||||
|
|
||||||
|
#if DISABLED(NO_VOLUMETRICS)
|
||||||
|
/**
|
||||||
|
* Volumetric extrusion default state
|
||||||
|
* Activate to make volumetric extrusion the default method,
|
||||||
|
* with DEFAULT_NOMINAL_FILAMENT_DIA as the default diameter.
|
||||||
|
*
|
||||||
|
* 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
|
* Enable this option for a leaner build of Marlin that removes all
|
||||||
|
|
|
||||||
|
|
@ -1378,13 +1378,20 @@
|
||||||
#define EXTENDED_CAPABILITIES_REPORT
|
#define EXTENDED_CAPABILITIES_REPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Volumetric extrusion default state
|
* Disable all Volumetric extrusion options
|
||||||
* Activate to make volumetric extrusion the default method,
|
|
||||||
* with DEFAULT_NOMINAL_FILAMENT_DIA as the default diameter.
|
|
||||||
*
|
|
||||||
* M200 D0 to disable, M200 Dn to set a new diameter.
|
|
||||||
*/
|
*/
|
||||||
//#define VOLUMETRIC_DEFAULT_ON
|
//#define NO_VOLUMETRICS
|
||||||
|
|
||||||
|
#if DISABLED(NO_VOLUMETRICS)
|
||||||
|
/**
|
||||||
|
* Volumetric extrusion default state
|
||||||
|
* Activate to make volumetric extrusion the default method,
|
||||||
|
* with DEFAULT_NOMINAL_FILAMENT_DIA as the default diameter.
|
||||||
|
*
|
||||||
|
* 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
|
* Enable this option for a leaner build of Marlin that removes all
|
||||||
|
|
|
||||||
|
|
@ -1383,13 +1383,20 @@
|
||||||
#define EXTENDED_CAPABILITIES_REPORT
|
#define EXTENDED_CAPABILITIES_REPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Volumetric extrusion default state
|
* Disable all Volumetric extrusion options
|
||||||
* Activate to make volumetric extrusion the default method,
|
|
||||||
* with DEFAULT_NOMINAL_FILAMENT_DIA as the default diameter.
|
|
||||||
*
|
|
||||||
* M200 D0 to disable, M200 Dn to set a new diameter.
|
|
||||||
*/
|
*/
|
||||||
//#define VOLUMETRIC_DEFAULT_ON
|
//#define NO_VOLUMETRICS
|
||||||
|
|
||||||
|
#if DISABLED(NO_VOLUMETRICS)
|
||||||
|
/**
|
||||||
|
* Volumetric extrusion default state
|
||||||
|
* Activate to make volumetric extrusion the default method,
|
||||||
|
* with DEFAULT_NOMINAL_FILAMENT_DIA as the default diameter.
|
||||||
|
*
|
||||||
|
* 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
|
* Enable this option for a leaner build of Marlin that removes all
|
||||||
|
|
|
||||||
|
|
@ -1378,13 +1378,20 @@
|
||||||
#define EXTENDED_CAPABILITIES_REPORT
|
#define EXTENDED_CAPABILITIES_REPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Volumetric extrusion default state
|
* Disable all Volumetric extrusion options
|
||||||
* Activate to make volumetric extrusion the default method,
|
|
||||||
* with DEFAULT_NOMINAL_FILAMENT_DIA as the default diameter.
|
|
||||||
*
|
|
||||||
* M200 D0 to disable, M200 Dn to set a new diameter.
|
|
||||||
*/
|
*/
|
||||||
//#define VOLUMETRIC_DEFAULT_ON
|
//#define NO_VOLUMETRICS
|
||||||
|
|
||||||
|
#if DISABLED(NO_VOLUMETRICS)
|
||||||
|
/**
|
||||||
|
* Volumetric extrusion default state
|
||||||
|
* Activate to make volumetric extrusion the default method,
|
||||||
|
* with DEFAULT_NOMINAL_FILAMENT_DIA as the default diameter.
|
||||||
|
*
|
||||||
|
* 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
|
* Enable this option for a leaner build of Marlin that removes all
|
||||||
|
|
|
||||||
|
|
@ -1376,13 +1376,20 @@
|
||||||
#define EXTENDED_CAPABILITIES_REPORT
|
#define EXTENDED_CAPABILITIES_REPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Volumetric extrusion default state
|
* Disable all Volumetric extrusion options
|
||||||
* Activate to make volumetric extrusion the default method,
|
|
||||||
* with DEFAULT_NOMINAL_FILAMENT_DIA as the default diameter.
|
|
||||||
*
|
|
||||||
* M200 D0 to disable, M200 Dn to set a new diameter.
|
|
||||||
*/
|
*/
|
||||||
//#define VOLUMETRIC_DEFAULT_ON
|
//#define NO_VOLUMETRICS
|
||||||
|
|
||||||
|
#if DISABLED(NO_VOLUMETRICS)
|
||||||
|
/**
|
||||||
|
* Volumetric extrusion default state
|
||||||
|
* Activate to make volumetric extrusion the default method,
|
||||||
|
* with DEFAULT_NOMINAL_FILAMENT_DIA as the default diameter.
|
||||||
|
*
|
||||||
|
* 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
|
* Enable this option for a leaner build of Marlin that removes all
|
||||||
|
|
|
||||||
|
|
@ -1376,13 +1376,20 @@
|
||||||
#define EXTENDED_CAPABILITIES_REPORT
|
#define EXTENDED_CAPABILITIES_REPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Volumetric extrusion default state
|
* Disable all Volumetric extrusion options
|
||||||
* Activate to make volumetric extrusion the default method,
|
|
||||||
* with DEFAULT_NOMINAL_FILAMENT_DIA as the default diameter.
|
|
||||||
*
|
|
||||||
* M200 D0 to disable, M200 Dn to set a new diameter.
|
|
||||||
*/
|
*/
|
||||||
//#define VOLUMETRIC_DEFAULT_ON
|
//#define NO_VOLUMETRICS
|
||||||
|
|
||||||
|
#if DISABLED(NO_VOLUMETRICS)
|
||||||
|
/**
|
||||||
|
* Volumetric extrusion default state
|
||||||
|
* Activate to make volumetric extrusion the default method,
|
||||||
|
* with DEFAULT_NOMINAL_FILAMENT_DIA as the default diameter.
|
||||||
|
*
|
||||||
|
* 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
|
* Enable this option for a leaner build of Marlin that removes all
|
||||||
|
|
|
||||||
|
|
@ -1376,13 +1376,20 @@
|
||||||
#define EXTENDED_CAPABILITIES_REPORT
|
#define EXTENDED_CAPABILITIES_REPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Volumetric extrusion default state
|
* Disable all Volumetric extrusion options
|
||||||
* Activate to make volumetric extrusion the default method,
|
|
||||||
* with DEFAULT_NOMINAL_FILAMENT_DIA as the default diameter.
|
|
||||||
*
|
|
||||||
* M200 D0 to disable, M200 Dn to set a new diameter.
|
|
||||||
*/
|
*/
|
||||||
//#define VOLUMETRIC_DEFAULT_ON
|
//#define NO_VOLUMETRICS
|
||||||
|
|
||||||
|
#if DISABLED(NO_VOLUMETRICS)
|
||||||
|
/**
|
||||||
|
* Volumetric extrusion default state
|
||||||
|
* Activate to make volumetric extrusion the default method,
|
||||||
|
* with DEFAULT_NOMINAL_FILAMENT_DIA as the default diameter.
|
||||||
|
*
|
||||||
|
* 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
|
* Enable this option for a leaner build of Marlin that removes all
|
||||||
|
|
|
||||||
|
|
@ -1366,13 +1366,20 @@
|
||||||
#define EXTENDED_CAPABILITIES_REPORT
|
#define EXTENDED_CAPABILITIES_REPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Volumetric extrusion default state
|
* Disable all Volumetric extrusion options
|
||||||
* Activate to make volumetric extrusion the default method,
|
|
||||||
* with DEFAULT_NOMINAL_FILAMENT_DIA as the default diameter.
|
|
||||||
*
|
|
||||||
* M200 D0 to disable, M200 Dn to set a new diameter.
|
|
||||||
*/
|
*/
|
||||||
//#define VOLUMETRIC_DEFAULT_ON
|
//#define NO_VOLUMETRICS
|
||||||
|
|
||||||
|
#if DISABLED(NO_VOLUMETRICS)
|
||||||
|
/**
|
||||||
|
* Volumetric extrusion default state
|
||||||
|
* Activate to make volumetric extrusion the default method,
|
||||||
|
* with DEFAULT_NOMINAL_FILAMENT_DIA as the default diameter.
|
||||||
|
*
|
||||||
|
* 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
|
* Enable this option for a leaner build of Marlin that removes all
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue