OptCut Free
Informations
Creator | Message |
---|---|
Danilo
|
InformationThis installer has been approved by the team. InformationsPlatforms: Feedbacks0 0 DescriptionOptCut 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.
ScreenshotsSource 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:
ContributeMember | Message |
Danilo | Tuesday 7 July 2020 at 18:28 |
Danilo
|
InformationThis 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 RepliesTuesday 7 July 2020 at 20:07
|
This site allows content generated by members, and we promptly remove any content that infringes copyright according to our Terms of Service. To report copyright infringement, please send a notice to dmca-notice@playonlinux.com