From 2d881762fb1980fb31d0686d2f849352031be699 Mon Sep 17 00:00:00 2001 From: Benoitone <63300355+Benoitone@users.noreply.github.com> Date: Sun, 25 Feb 2024 02:02:13 +0100 Subject: [PATCH 1/2] add a variable to be able to override some future mmu variables --- user_templates/variables.cfg | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/user_templates/variables.cfg b/user_templates/variables.cfg index 817d621df..99e656416 100644 --- a/user_templates/variables.cfg +++ b/user_templates/variables.cfg @@ -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 From 04be45df2016b95f4bb871e7c766f1c3a70d45f7 Mon Sep 17 00:00:00 2001 From: Benoitone <63300355+Benoitone@users.noreply.github.com> Date: Sun, 25 Feb 2024 23:07:27 +0100 Subject: [PATCH 2/2] Update variables.cfg --- user_templates/variables.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/user_templates/variables.cfg b/user_templates/variables.cfg index 99e656416..ce25fda0c 100644 --- a/user_templates/variables.cfg +++ b/user_templates/variables.cfg @@ -195,9 +195,9 @@ 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 be able to overrides some _MMU_SEQUENCE_VARS variables +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