OptCut Free

Informations

Créateur Messages
Danilo Anonymous

Information

Cet installateur a été accepté par l'équipe.

Informations

Plate-formes :
Téléchargements : 2647
Wine: System

Retours d'expérience

Description

OptCut Free (website) is a software for automatic optimization of the linear cutting and / or rectangular of different materials such as: glass, wood, sheet metal, plastic, marble, metal, aluminum, plexiglass, cardboard, steel, polycarbonate, etc.

The software is aimed at manufacturing companies (small craftsmen, furniture manufacturers, glassworks, window fitters, masons, carpenters, etc.) and activities commercial that distribute articles in small pieces bought in standard sizes.

The program basing on the available materials, the pieces to be produced, and by technical constraints automatically generates hundreds of solutions and among them choose the best optimization according to set priorities.

At the end of the optimization, the software produces the list of: pieces products , used panels / profiles , remaining panels / profiles , remaining panels / profiles , pieces may not products , swarf , cuts and provides the analysis of the costs of the order and the availability of the remaining materials .

OptCut is accompanied by:  user manual, help on-line, video tutorial.

Captures d'écran

Miniature

Code source

#!/usr/bin/env playonlinux-bash
# Date : (2020-07-07 16-00)
# Last revision : see changelog
# Wine version used : 
# Distribution used to test : 
# Author : see changelog
#
# CHANGELOG
# [Danilo] (2020-07-07 16-00)
#   Initial script.

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

TITLE="OptCut Free"
SOFTWARE_URL="https://migg.it/optcutfree"
PREFIX="optcutfree"

EDITOR="MIGG Informatica & Ricerca"
EDITOR_URL="https://migg.it"

POL_SetupWindow_Init
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$EDITOR_URL" "" "$PREFIX"

POL_Wine_SelectPrefix "$PREFIX"

mkdir -p "$WINEPREFIX/drive_c/Migg"
cd "$WINEPREFIX/drive_c/Migg"
POL_Download "https://migg.it/files/demo/OptCutDemo.exe" "ac348fd00322e4337dbd723cd17a27b2" # v4.0.22

POL_Wine_WaitBefore "$TITLE"
POL_Wine OptCutDemo.exe
POL_Wine_WaitExit "$TITLE"
POL_Call POL_Install_LunaTheme

POL_Shortcut "OptCut4.exe" "$TITLE" "" "" "Office;"

POL_SetupWindow_Close
exit 0

Contributions

Filters:

Contribuer
Membre Messages
Danilo Mardi 7 Juillet 2020 à 18:28
Danilo Anonymous

Information

Cette mise à jour a été acceptée par l'équipe

Differences

@@ -0,0 +1,41 @@
+#!/usr/bin/env playonlinux-bash
+# Date : (2020-07-07 16-00)
+# Last revision : see changelog
+# Wine version used : 
+# Distribution used to test : 
+# Author : see changelog
+#
+# CHANGELOG
+# [Danilo] (2020-07-07 16-00)
+#   Initial script.
+
+[ "$PLAYONLINUX" = "" ] && exit 0
+source "$PLAYONLINUX/lib/sources"
+
+TITLE="OptCut Free"
+SOFTWARE_URL="https://migg.it/optcutfree"
+PREFIX="optcutfree"
+
+EDITOR="MIGG Informatica & Ricerca"
+EDITOR_URL="https://migg.it"
+
+POL_SetupWindow_Init
+POL_Debug_Init
+
+POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$EDITOR_URL" "" "$PREFIX"
+
+POL_Wine_SelectPrefix "$PREFIX"
+
+mkdir -p "$WINEPREFIX/drive_c/Migg"
+cd "$WINEPREFIX/drive_c/Migg"
+POL_Download "https://migg.it/files/demo/OptCutDemo.exe" "ac348fd00322e4337dbd723cd17a27b2" # v4.0.22
+
+POL_Wine_WaitBefore "$TITLE"
+POL_Wine OptCutDemo.exe
+POL_Wine_WaitExit "$TITLE"
+POL_Call POL_Install_LunaTheme
+
+POL_Shortcut "OptCut4.exe" "$TITLE" "" "" "Office;"
+
+POL_SetupWindow_Close
+exit 0

Nouveau code source

#!/usr/bin/env playonlinux-bash
# Date : (2020-07-07 16-00)
# Last revision : see changelog
# Wine version used : 
# Distribution used to test : 
# Author : see changelog
#
# CHANGELOG
# [Danilo] (2020-07-07 16-00)
#   Initial script.

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

TITLE="OptCut Free"
SOFTWARE_URL="https://migg.it/optcutfree"
PREFIX="optcutfree"

EDITOR="MIGG Informatica & Ricerca"
EDITOR_URL="https://migg.it"

POL_SetupWindow_Init
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$EDITOR_URL" "" "$PREFIX"

POL_Wine_SelectPrefix "$PREFIX"

mkdir -p "$WINEPREFIX/drive_c/Migg"
cd "$WINEPREFIX/drive_c/Migg"
POL_Download "https://migg.it/files/demo/OptCutDemo.exe" "ac348fd00322e4337dbd723cd17a27b2" # v4.0.22

POL_Wine_WaitBefore "$TITLE"
POL_Wine OptCutDemo.exe
POL_Wine_WaitExit "$TITLE"
POL_Call POL_Install_LunaTheme

POL_Shortcut "OptCut4.exe" "$TITLE" "" "" "Office;"

POL_SetupWindow_Close
exit 0

Réponses

Mardi 7 Juillet 2020 à 20:07
script approved.