From 71a43a271a4c438858f9bf16f745bef8d5d9a63c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D0=BE=D0=BA=D0=BE=D0=BB=D0=BE=D0=B2=20=D0=95=D0=B2?= =?UTF-8?q?=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9?= Date: Wed, 27 Dec 2023 17:54:28 +0300 Subject: [PATCH 1/2] STEAPP-862: Added a button to indicate the 3d module in the v750 printer configuration file --- stereotech_config/750/board_stm32g1b0.cfg | 2 +- stereotech_config/750/module_5d.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stereotech_config/750/board_stm32g1b0.cfg b/stereotech_config/750/board_stm32g1b0.cfg index acd0875c78be..37775e6a74a1 100644 --- a/stereotech_config/750/board_stm32g1b0.cfg +++ b/stereotech_config/750/board_stm32g1b0.cfg @@ -8,7 +8,7 @@ aliases: air_pump_pin=PC12, heater_bed_heater_pin=PE4, heater_bed_heater_pin1=PB8, chamber_heater_pin1=PB9, chamber_led_pin=PB7, e_valve_pin=PE5, e1_valve_pin=PE6, cooling_valve_pin=PE0, - probe_pin=PB1 + probe_pin=PB1, five_axis_pin=PC2 [multi_pin heater_bed_heater] pins: manta_mcu:heater_bed_heater_pin, manta_mcu:heater_bed_heater_pin1 diff --git a/stereotech_config/750/module_5d.cfg b/stereotech_config/750/module_5d.cfg index 12277427ecb3..6b620476054d 100644 --- a/stereotech_config/750/module_5d.cfg +++ b/stereotech_config/750/module_5d.cfg @@ -1,5 +1,5 @@ [gcode_button five_axis_module] -pin: !five_axis_pin +pin: manta_mcu:five_axis_pin press_gcode: QUERY_BUTTON BUTTON=five_axis_module ; if the 3d module is changed to 5d, need to reset the offset. Duration is the 5 sec, for run code after LOAD_VARIABLES From fff2d4b1d066e3ce1e2c34980f9651ca7815e6fb Mon Sep 17 00:00:00 2001 From: Sokolov Evgenii <81033310+SokolovJek@users.noreply.github.com> Date: Thu, 28 Dec 2023 09:31:03 +0300 Subject: [PATCH 2/2] STEAPP-862: reverse the pin --- stereotech_config/750/module_5d.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stereotech_config/750/module_5d.cfg b/stereotech_config/750/module_5d.cfg index 6b620476054d..941724ab6cfa 100644 --- a/stereotech_config/750/module_5d.cfg +++ b/stereotech_config/750/module_5d.cfg @@ -1,5 +1,5 @@ [gcode_button five_axis_module] -pin: manta_mcu:five_axis_pin +pin: !manta_mcu:five_axis_pin press_gcode: QUERY_BUTTON BUTTON=five_axis_module ; if the 3d module is changed to 5d, need to reset the offset. Duration is the 5 sec, for run code after LOAD_VARIABLES