mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-11-26 21:36:21 +00:00
🔨 Support ABM in mf scripts
This commit is contained in:
parent
0db9f9a828
commit
f632b72e8c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user