mirror of
https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux.git
synced 2025-11-09 23:05:44 +01:00
Update fusion360-install.sh
This commit is contained in:
@@ -7,8 +7,8 @@
|
|||||||
# Author URI: https://cryinkfly.com #
|
# Author URI: https://cryinkfly.com #
|
||||||
# License: MIT #
|
# License: MIT #
|
||||||
# Copyright (c) 2020-2021 #
|
# Copyright (c) 2020-2021 #
|
||||||
# Time/Date: 14:30/26.09.2021 #
|
# Time/Date: 15:30/26.09.2021 #
|
||||||
# Version: 4.9 #
|
# Version: 5.0 #
|
||||||
##############################################################################
|
##############################################################################
|
||||||
|
|
||||||
##############################################################################
|
##############################################################################
|
||||||
@@ -756,24 +756,41 @@ function install-extensions-standard {
|
|||||||
"RoboDK" "$text_12_7" off`
|
"RoboDK" "$text_12_7" off`
|
||||||
|
|
||||||
clear
|
clear
|
||||||
echo "Deine ausgewählten Plugins sind: $extensions"
|
|
||||||
|
echo "Your selected plugins are: $extensions"
|
||||||
if [ "$extensions" != "Airfoil Tools" ] ;then
|
if [ "$extensions" != "Airfoil Tools" ] ;then
|
||||||
echo "Install Additive Assistant (FFF)"
|
echo "Install Airfoil Tools!"
|
||||||
airfoil-tools-plugin-standard
|
airfoil-tools-plugin-standard
|
||||||
elif [ "$extensions" != "Additive Assistant (FFF)" ] ;then
|
else
|
||||||
echo "Install Additive Assistant (FFF)"
|
echo "Airfoil Tools not selected!"
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ "$extensions" != "Additive Assistant (FFF)" ] ;then
|
||||||
|
echo "Install Additive Assistant (FFF)!"
|
||||||
additive-assistant-plugin-standard
|
additive-assistant-plugin-standard
|
||||||
elif [ "$extensions" != "HP 3D Printers for Autodesk® Fusion 360™" ] ;then
|
else
|
||||||
echo "Install HP 3D Printers for Autodesk® Fusion 360™"
|
echo "Additive Assistant (FFF) not selected!"
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ "$extensions" != "HP 3D Printers for Autodesk® Fusion 360™" ] ;then
|
||||||
|
echo "Install HP 3D Printers for Autodesk® Fusion 360™!"
|
||||||
hp-3dprinter-connector-plugin-standard
|
hp-3dprinter-connector-plugin-standard
|
||||||
elif [ "$extensions" != "OctoPrint for Autodesk® Fusion 360™" ] ;then
|
else
|
||||||
echo "Install OctoPrint for Autodesk® Fusion 360™"
|
echo "HP 3D Printers for Autodesk® Fusion 360™ not selected!"
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ "$extensions" != "OctoPrint for Autodesk® Fusion 360™" ] ;then
|
||||||
|
echo "Install OctoPrint for Autodesk® Fusion 360™!"
|
||||||
octoprint-plugin-standard
|
octoprint-plugin-standard
|
||||||
elif [ "$extensions" != "RoboDK" ] ;then
|
else
|
||||||
echo "Install RoboDK"
|
echo "OctoPrint for Autodesk® Fusion 360™ not selected!"
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ "$extensions" != "RoboDK" ] ;then
|
||||||
|
echo "Install RoboDK!"
|
||||||
robodk-plugin-standard
|
robodk-plugin-standard
|
||||||
else
|
else
|
||||||
echo "No plugins selected!"
|
echo "RoboDK not selected!"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
program-exit
|
program-exit
|
||||||
@@ -790,24 +807,41 @@ function install-extensions-custom {
|
|||||||
"RoboDK" "$text_12_7" off`
|
"RoboDK" "$text_12_7" off`
|
||||||
|
|
||||||
clear
|
clear
|
||||||
echo "Deine ausgewählten Plugins sind: $extensions"
|
|
||||||
|
echo "Your selected plugins are: $extensions"
|
||||||
if [ "$extensions" != "Airfoil Tools" ] ;then
|
if [ "$extensions" != "Airfoil Tools" ] ;then
|
||||||
echo "Install Additive Assistant (FFF)"
|
echo "Install Airfoil Tools!"
|
||||||
airfoil-tools-plugin-custom
|
airfoil-tools-plugin-custom
|
||||||
elif [ "$extensions" != "Additive Assistant (FFF)" ] ;then
|
else
|
||||||
echo "Install Additive Assistant (FFF)"
|
echo "Airfoil Tools not selected!"
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ "$extensions" != "Additive Assistant (FFF)" ] ;then
|
||||||
|
echo "Install Additive Assistant (FFF)!"
|
||||||
additive-assistant-plugin-custom
|
additive-assistant-plugin-custom
|
||||||
elif [ "$extensions" != "HP 3D Printers for Autodesk® Fusion 360™" ] ;then
|
else
|
||||||
echo "Install HP 3D Printers for Autodesk® Fusion 360™"
|
echo "Additive Assistant (FFF) not selected!"
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ "$extensions" != "HP 3D Printers for Autodesk® Fusion 360™" ] ;then
|
||||||
|
echo "Install HP 3D Printers for Autodesk® Fusion 360™!"
|
||||||
hp-3dprinter-connector-plugin-custom
|
hp-3dprinter-connector-plugin-custom
|
||||||
elif [ "$extensions" != "OctoPrint for Autodesk® Fusion 360™" ] ;then
|
else
|
||||||
echo "Install OctoPrint for Autodesk® Fusion 360™"
|
echo "HP 3D Printers for Autodesk® Fusion 360™ not selected!"
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ "$extensions" != "OctoPrint for Autodesk® Fusion 360™" ] ;then
|
||||||
|
echo "Install OctoPrint for Autodesk® Fusion 360™!"
|
||||||
octoprint-plugin-custom
|
octoprint-plugin-custom
|
||||||
elif [ "$extensions" != "RoboDK" ] ;then
|
else
|
||||||
echo "Install RoboDK"
|
echo "OctoPrint for Autodesk® Fusion 360™ not selected!"
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ "$extensions" != "RoboDK" ] ;then
|
||||||
|
echo "Install RoboDK!"
|
||||||
robodk-plugin-custom
|
robodk-plugin-custom
|
||||||
else
|
else
|
||||||
echo "No plugins selected!"
|
echo "RoboDK not selected!"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
program-exit
|
program-exit
|
||||||
|
|||||||
Reference in New Issue
Block a user