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

add a variable to be able to override some future mmu variables #501

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions user_templates/variables.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -195,13 +195,14 @@ variable_material_parameters: {
################################################
## MMU/ERCF specific variables
################################################
## This section is only considered if an MMU/ERCF is installed and configured
## This section is only considered if an MMU/ERCF is installed and configured by using Happy_Hare

variable_mmu_use_klippain_variables: True # True to let Klippain overrides some Happy_Hare variables (in _MMU_SEQUENCE_VARS and _MMU_SOFTWARE_VARS)
variable_mmu_force_homing_in_start_print: False
variable_mmu_unload_on_cancel_print: False
variable_mmu_unload_on_end_print: True
variable_mmu_check_gates_on_start_print: False # True is recommended but you must have TOOLS_USED=!referenced_tools! in your slicer START_PRINT parameters. Otherwise it will only check the INITIAL TOOL...
variable_mmu_check_errors_on_start_print: False # Set to True if you want an early check of MMU errors during the START_PRINT sequence.
variable_mmu_check_gates_on_start_print: False # True is recommended but you must have TOOLS_USED=!referenced_tools! in your slicer START_PRINT parameters. Otherwise it will only check the INITIAL TOOL...
variable_mmu_check_errors_on_start_print: False # Set to True if you want an early check of MMU errors during the START_PRINT sequence.

################################################
## Filter specific variables
Expand Down