Skip to content

Commit

Permalink
add a variable to be able to override some future mmu variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Benoitone committed Feb 25, 2024
1 parent 405a98e commit 2d88176
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions user_templates/variables.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -197,11 +197,12 @@ variable_material_parameters: {
################################################
## This section is only considered if an MMU/ERCF is installed and configured

variable_mmu_use_klippain_variables: True # True to be able to overrides some _MMU_SEQUENCE_VARS variables
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

0 comments on commit 2d88176

Please sign in to comment.