Update 6.0.0
This commit is contained in:
parent
bb0b7539a0
commit
c8db437b79
63 changed files with 3667 additions and 737 deletions
|
@ -29,7 +29,11 @@ function install_useful_macros(){
|
|||
mkdir -p "$HS_CONFIG_FOLDER"
|
||||
fi
|
||||
echo -e "Info: Linking file..."
|
||||
ln -sf "$USEFUL_MACROS_URL" "$HS_CONFIG_FOLDER"/useful-macros.cfg
|
||||
if [ "$model" = "K1" ]; then
|
||||
ln -sf "$USEFUL_MACROS_URL" "$HS_CONFIG_FOLDER"/useful-macros.cfg
|
||||
else
|
||||
ln -sf "$USEFUL_MACROS_3V3_URL" "$HS_CONFIG_FOLDER"/useful-macros.cfg
|
||||
fi
|
||||
if grep -q "include Helper-Script/useful-macros" "$PRINTER_CFG" ; then
|
||||
echo -e "Info: Useful Macros configurations are already enabled in printer.cfg file..."
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue