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

STEAPP-862: Added a button to indicate the 3d module in the v750 printer configuration file #228

Merged
merged 2 commits into from
Dec 28, 2023
Merged
Show file tree
Hide file tree
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
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
Loading