Skip to content

Commit

Permalink
Merge pull request #228 from stereotech/STEAPP-862
Browse files Browse the repository at this point in the history
STEAPP-862: Added a button to indicate the 3d module in the v750 printer configuration file
  • Loading branch information
frylock34 authored Dec 28, 2023
2 parents a5e8590 + fff2d4b commit 98cec8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stereotech_config/750/board_stm32g1b0.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion stereotech_config/750/module_5d.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 98cec8a

Please sign in to comment.