Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[1.1.x] Add option for NO_VOLUMETRICS #8844

Merged
merged 3 commits into from
Dec 20, 2017

Conversation

thinkyhead
Copy link
Member

As requested in #8232

With NO_VOLUMETRICS enabled the G-code M200 will be left out of the build along with all other volumetric extrusion-related code.

@thinkyhead thinkyhead merged commit 201bbaa into MarlinFirmware:bugfix-1.1.x Dec 20, 2017
@thinkyhead thinkyhead deleted the bf1_no_volumetrics branch December 20, 2017 03:14
@CCS86
Copy link

CCS86 commented Feb 2, 2018

Hey @thinkyhead, I tried enabling NO_VOLUMETRICS and get the following compile error. Are there other required code changes?

ultralcd.cpp:3638: error: 'class Planner' has no member named 'filament_size'

MENU_MULTIPLIER_ITEM_EDIT_CALLBACK(float43, MSG_FILAMENT_DIAM, &planner.filament_size[0], 1.5, 3.25, planner.calculate_volumetric_multipliers);

@thinkyhead
Copy link
Member Author

thinkyhead commented Feb 5, 2018

@CCS86 — That is already patched in bugfix-1.1.x apparently.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants