Estas Aqui

OptCut Free

Informations

Creator Mensajes
Danilo Anonymous

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 2636
Wine: System

Feedbacks

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.

Screenshots

Miniature

Source code

#!/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:

Contribute
Member Mensajes
Danilo Tuesday 7 July 2020 at 18:28
Danilo Anonymous

Information

This update has been approved by the team.

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

New source code

#!/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

Respuestas

Tuesday 7 July 2020 at 20:07
script approved.