Skip to content

Instantly share code, notes, and snippets.

@wess
Created April 4, 2019 15:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wess/4f822c8ce86d02a4bc7ed274ce612fe9 to your computer and use it in GitHub Desktop.
Save wess/4f822c8ce86d02a4bc7ed274ce612fe9 to your computer and use it in GitHub Desktop.
/**
* Disable all Volumetric extrusion options
*/
//#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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment