Skip to content

Commit

Permalink
🔨 Support ABM in mf scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Dec 25, 2021
1 parent 08a9c61 commit 20c7477
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildroot/share/git/mfinfo
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ case "$REPO" in
Marlin ) TARG=bugfix-2.0.x ; [[ $INDEX == 1 ]] && TARG=bugfix-1.1.x ; [[ $INDEX == 3 ]] && TARG=dev-2.1.x ;;
Configurations ) TARG=import-2.0.x ;;
MarlinDocumentation ) TARG=master ;;
AutoBuildMarlin ) TARG=master ;;
esac

[[ $BRANCH =~ ^[123]$ ]] && USAGE=1
Expand Down

0 comments on commit 20c7477

Please sign in to comment.