How to install additional workbenches/ro: Difference between revisions

From FreeCAD Documentation
(Created page with "'''Metosă de instalare Alternativă “manual install”'''")
(Updating to match new version of source page)
(23 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<languages/>
<languages/>
<div class="mw-translate-fuzzy">
{{TutorialInfo|Topic=Programming|Level=Medium programmer|Time=15 minutes|FCVersion=All|Author=[[User:R-Frank|r-frank]]}}
{{TutorialInfo/ro|Topic=Programming|Level=Medium programmer|Time=15 minutes|FCVersion=All|Author=[[User:R-Frank|r-frank]]}}
</div>


==Description==

<div class="mw-translate-fuzzy">
==Descriere==
==Descriere==
Utilizatorii Power au extins FreeCAD cu diferite Ateliere de lucru externe personalizate, care nu sunt integrate în codul sursă al FreeCAD (încă!),
Utilizatorii Power au extins FreeCAD cu diferite Ateliere de lucru externe personalizate, care nu sunt integrate în codul sursă al FreeCAD (încă!),
dar sunt ușor de instalat pe un FreeCAD instalat deja. Aici vom acoperi metodele de instalare pentru diferite sisteme de operare.
dar sunt ușor de instalat pe un FreeCAD instalat deja. Aici vom acoperi metodele de instalare pentru diferite sisteme de operare.
</div>


<div class="mw-translate-fuzzy">
'''Notă''' Începând cu versiunea 0.17, FreeCAD dispune de un manager addon din meniul Instrumente, care vă permite să instalați cu ușurință o serie de Ateliere externe. Instrucțiunile de mai jos sunt necesare numai dacă executați o versiune anterioară, sau dacă doriți să instalați un Ateliere de lucru care nu se află în lista oferită de managerul de aplicații.
'''Notă''' Începând cu versiunea 0.17, FreeCAD dispune de un manager addon din meniul Instrumente, care vă permite să instalați cu ușurință o serie de Ateliere externe. Instrucțiunile de mai jos sunt necesare numai dacă executați o versiune anterioară, sau dacă doriți să instalați un Ateliere de lucru care nu se află în lista oferită de managerul de aplicații.
</div>

<div class="mw-collapsible mw-collapsed toccolours">


<div class="mw-translate-fuzzy">
==Instalarea sub Windows==
==Instalarea sub Windows==
</div>


How to install additional workbenches and addons on Windows
'''Metode de instalare Recomandate'''
<div class="mw-collapsible-content">


=== Obsolete ===

{{Emphasis|Note:}} using the "addons-installer" is not recommended any more. Using the [[Std_AddonMgr|Addon Manager]] in all systems is the recommended way.

<div class="mw-translate-fuzzy">
Utilizați [https://github.com/FreeCAD/FreeCAD-addons addons-installer from Github].<br />
Utilizați [https://github.com/FreeCAD/FreeCAD-addons addons-installer from Github].<br />
Pe durata Google Summer of Code 2016 studentul Mandeep Singh a început lucrul la o versiune îmbunătățită<br />
Pe durata Google Summer of Code 2016 studentul Mandeep Singh a început lucrul la o versiune îmbunătățită<br />
versiunea ([https://github.com/mandeeps708/PluginManager available here]) dara această vrsiune necesită muncă suplimentară înainte de a fi integrată pe deplin în FreeCAD.<br />
versiunea ([https://github.com/mandeeps708/PluginManager available here]) dara această vrsiune necesită muncă suplimentară înainte de a fi integrată pe deplin în FreeCAD.<br />
</div>


During Google Summer of Code 2016 student Mandeep Singh started work on an improved version ([https://github.com/mandeeps708/PluginManager available here]) but that version needs further work before it can be fully integrated in FreeCAD.
'''Metosă de instalare Alternativă “manual install”'''

<div class="mw-translate-fuzzy">
'''Metodă de instalare Alternativă “manual install”'''
</div>


<div class="mw-translate-fuzzy">
*download the workbench from github by clicking on the button “clone or download” on the github page (upper right corner) and choosing "Download ZIP"
*download the workbench from github by clicking on the button “clone or download” on the github page (upper right corner) and choosing "Download ZIP"
*unpack the downloaded archive on your local hard disk
*unpack the downloaded archive on your local hard disk
Line 26: Line 50:
*now move the unpacked files and sub-folders of the workbench to the just created workbench-folder
*now move the unpacked files and sub-folders of the workbench to the just created workbench-folder
*after restart of FreeCAD you should now have an entry in the workbench-pulldown-menu
*after restart of FreeCAD you should now have an entry in the workbench-pulldown-menu
</div>


<div class="mw-translate-fuzzy">
'''Additional Recommendation for upating workbenches'''
'''Additional Recommendation for upating workbenches'''
</div>


<div class="mw-translate-fuzzy">
On windows, when updating an already installed workbench, Windows keeps the old .py files as .pyc.<br />
Sub windows, atunci când se actulizează un atelier deja instalat, Windows păstrează vechile fișiere .py ca fișiere .pyc.<br />
Since this may lead to trouble, it is recommended to uninstall the workbench, restart FreeCAD and install<br />
Deoarece acest lucru poate duce la probleme, este recomandat să dezinstalați atelierul de lucru, să reporniți FreeCAD și să instalați<br />
the new version of the workbench.
noua versiune de atelier.
</div>
</div> <!-- END of Windows section collapsible div. Please do not remove --->
</div> <!-- END of Windows section collapsible div. Please do not remove --->




<div class="mw-collapsible mw-collapsed toccolours">
==Installing on Linux (Ubuntu/Mint)==


<div class="mw-translate-fuzzy">
'''Recommended installation method'''
==Instalare sub Linux (Ubuntu/Mint)==
</div>


How to install additional workbenches and addons on Linux
Adding the [https://launchpad.net/~freecad-community/+archive/ubuntu/ppa community-ppa] within the ppa-manager.<br />
<div class="mw-collapsible-content">
Installing the workbenches via synaptic packet manager.


<div class="mw-translate-fuzzy">
'''Alternative installation method “Installing via Git”'''
Adăugând [https://launchpad.net/~freecad-community/+archive/ubuntu/ppa community-ppa] în interiorul ppa-manager.<br />
Instalarea atelierelor via manager packet.
</div>


<div class="mw-translate-fuzzy">
{{Code|code=
{{Code|code=
$ sudo apt-get install git python-numpy python-pyside
$ sudo apt-get install git python-numpy python-pyside
Line 49: Line 86:
$ git clone https://github.com/hamish2014/FreeCAD_assembly2.git
$ git clone https://github.com/hamish2014/FreeCAD_assembly2.git
}}
}}
</div>


<div class="mw-translate-fuzzy">
FreeCAD you will now have a new workbench-entry called "Assembly 2". Once installed, use git to upgrade to the latest version through BASH as follows
FreeCAD va avea acum o nouă intrare de lucru numită "Assembly 2". Odată instalată, utilizați git pentru a face upgrade la ultima versiune prin BASH după cum urmează
</div>


<div class="mw-translate-fuzzy">
{{Code|code=
{{Code|code=
$ cd ~/.FreeCAD/Mod/FreeCAD_assembly2
$ cd ~/.FreeCAD/Mod/FreeCAD_assembly2
Line 57: Line 98:
$ rm *.pyc
$ rm *.pyc
}}
}}
</div>


<div class="mw-translate-fuzzy">
'''Alternative installation method “manual install”'''
'''Metosă de instalare Alternativă “manual install”'''
</div>


<div class="mw-translate-fuzzy">
*download the workbench from github by clicking on the button “clone or download” on the github page (upper right corner) and choosing "Download ZIP"
*descărcați atelierul de lucru de la github făcând clic pe butonul "clona sau descărca" pe pagina github (colțul din dreapta sus) și selectând "Download ZIP"
*unpack the downloaded archive on your local hard disk
*unpack the downloaded archive on your local hard disk
*within FreeCAD, locate the macro path by choosing “Edit > Preferences > General > Macro” and look for the ”Macro path”
*within FreeCAD, locate the macro path by choosing “Edit > Preferences > General > Macro” and look for the ”Macro path”
Line 67: Line 112:
*within the folder "mod" create a folder with the name of the workbench, for example “Assembly2”
*within the folder "mod" create a folder with the name of the workbench, for example “Assembly2”
*now move the unpacked files and sub-folders of the workbench to the just created workbench-folder
*now move the unpacked files and sub-folders of the workbench to the just created workbench-folder
*după repornirea programului FreeCAD, trebuie să aveți acum o intrare în meniul derulant al atelierului de lucru
*after restart of FreeCAD you should now have an entry in the workbench-pulldown-menu
</div>

</div> <!-- END of Windows section collapsible div. Please do not remove --->
</div> <!-- END of Windows section collapsible div. Please do not remove --->



<div class="mw-translate-fuzzy">
==Installing on Mac==
==Instalarea pe Mac==
</div>


How to install additional workbenches and addons on MacOS
'''Recommended installation method'''
<div class="mw-collapsible-content">


===Manual Installation===
{{Emphasis|Note:}} This method is possible but not necessary with the introduction of the [[Std_AddonMgr|Addon Manager]]. Nevertheless, the information here may still be useful to some.


<div class="mw-translate-fuzzy">
'''Alternative installation method “manual install”''' - here a description for the workbench "assembly2"
'''Alternative installation method “manual install”''' - aici este o descriere a atelierului "assembly2"
*download the git repository as ZIP
*download the git repository as ZIP
*assuming FreeCAD is installed in "/Applications/FreeCAD/v0.15", go to "/Applications/FreeCAD/v0.15" in the Browser, and select FreeCAD.app
*assuming FreeCAD is installed in "/Applications/FreeCAD/v0.15", go to "/Applications/FreeCAD/v0.15" in the Browser, and select FreeCAD.app
Line 80: Line 136:
*single-click on the folder "Contents" and select the folder "Mod"
*single-click on the folder "Contents" and select the folder "Mod"
*in the folder "Mod" create a new folder named "assembly2"
*in the folder "Mod" create a new folder named "assembly2"
*unzip downloaded repository in the folder "Contents/Mod/assembly2"
*dezarhivați depozitul descărcat în dosarul "Contents/Mod/assembly2"
</div>
</div> <!-- END of Windows section collapsible div. Please do not remove --->
</div> <!-- END of Windows section collapsible div. Please do not remove --->


==Depanare Generală==


<div class="mw-translate-fuzzy">
Copy or unzip the drawing dimensioning folder to the directory FreeCAD.app/Contents/Mod
*Nu utilizați caractere speciale (de exemplu, în germană umlauts) în numele dvs. de utilizator Windows, altfel FreeCAD nu va recunoaște fișierele și folderele în calea macrocomenzii
where FreeCAD.app is the folder where FreeCAD is installed.

==General troubleshooting==

*Don’t use special characters (for example german umlauts) in your windows user name, otherwise FreeCAD will not recognize files and folders in the macro path
*If you have already set up a user name with special characters either create a new user name or point the macro path to a directory not using special characters
*If you have already set up a user name with special characters either create a new user name or point the macro path to a directory not using special characters
*Workbench still not showing up ? In FreeCAD, choose “Tools > Customize > Workbenches” and make sure it is not set to invisible
*Workbench still not showing up ? In FreeCAD, choose “Tools > Customize > Workbenches” and make sure it is not set to invisible
*'''Notes for users with 32-bit system and FreeCAD 0.16.6706 '''. After attempts to install, the additional Workbenches may not be available. In this case
*'''Notes for users with 32-bit system and FreeCAD 0.16.6706 '''. After attempts to install, the additional Workbenches may not be available. In this case
** hold the Report panel open while starting FreeCAD, and read the error
** hold the Report panel open while starting FreeCAD, and read the error
** see this forum thread: http://forum.freecadweb.org/viewtopic.php?t=12839#p102933
** urmăriți firul discuțiilor pe forumul acesta: http://forum.freecadweb.org/viewtopic.php?t=12839#p102933
</div>

{{Userdocnavi{{#translation:}}}}
{{Powerdocnavi{{#translation:}}}}
[[Category:External Workbenches{{#translation:}}]]
[[Category:Addons{{#translation:}}]]

Revision as of 19:47, 3 November 2021

Tutorial
Topic
Programming
Level
Medium programmer
Time to complete
15 minutes
Authors
r-frank
FreeCAD version
All
Example files
None
See also
None

Description

Descriere

Utilizatorii Power au extins FreeCAD cu diferite Ateliere de lucru externe personalizate, care nu sunt integrate în codul sursă al FreeCAD (încă!), dar sunt ușor de instalat pe un FreeCAD instalat deja. Aici vom acoperi metodele de instalare pentru diferite sisteme de operare.

Notă Începând cu versiunea 0.17, FreeCAD dispune de un manager addon din meniul Instrumente, care vă permite să instalați cu ușurință o serie de Ateliere externe. Instrucțiunile de mai jos sunt necesare numai dacă executați o versiune anterioară, sau dacă doriți să instalați un Ateliere de lucru care nu se află în lista oferită de managerul de aplicații.

Instalarea sub Windows

How to install additional workbenches and addons on Windows

Obsolete

Note: using the "addons-installer" is not recommended any more. Using the Addon Manager in all systems is the recommended way.

Utilizați addons-installer from Github.
Pe durata Google Summer of Code 2016 studentul Mandeep Singh a început lucrul la o versiune îmbunătățită
versiunea (available here) dara această vrsiune necesită muncă suplimentară înainte de a fi integrată pe deplin în FreeCAD.

During Google Summer of Code 2016 student Mandeep Singh started work on an improved version (available here) but that version needs further work before it can be fully integrated in FreeCAD.

Metodă de instalare Alternativă “manual install”

  • download the workbench from github by clicking on the button “clone or download” on the github page (upper right corner) and choosing "Download ZIP"
  • unpack the downloaded archive on your local hard disk
  • within FreeCAD, locate the macro path by choosing “Edit > Preferences > General > Macro” and look for the ”Macro path”
  • supposed your Windows-Login is “User-Name” the default macro path is “C:\User-Name\Appdata\Roaming\FreeCAD”
  • within the macro-directory create (if not already present) a folder called “Mod”
  • within the folder mod create a folder with the name of the workbench, for example “Assembly2”
  • now move the unpacked files and sub-folders of the workbench to the just created workbench-folder
  • after restart of FreeCAD you should now have an entry in the workbench-pulldown-menu

Additional Recommendation for upating workbenches

Sub windows, atunci când se actulizează un atelier deja instalat, Windows păstrează vechile fișiere .py ca fișiere .pyc.
Deoarece acest lucru poate duce la probleme, este recomandat să dezinstalați atelierul de lucru, să reporniți FreeCAD și să instalați
noua versiune de atelier.


Instalare sub Linux (Ubuntu/Mint)

How to install additional workbenches and addons on Linux

Adăugând community-ppa în interiorul ppa-manager.
Instalarea atelierelor via manager packet.

$ sudo apt-get install git python-numpy python-pyside
$ mkdir ~/.FreeCAD/Mod
$ cd ~/.FreeCAD/Mod
$ git clone https://github.com/hamish2014/FreeCAD_assembly2.git

FreeCAD va avea acum o nouă intrare de lucru numită "Assembly 2". Odată instalată, utilizați git pentru a face upgrade la ultima versiune prin BASH după cum urmează

$ cd ~/.FreeCAD/Mod/FreeCAD_assembly2
$ git pull
$ rm *.pyc

Metosă de instalare Alternativă “manual install”

  • descărcați atelierul de lucru de la github făcând clic pe butonul "clona sau descărca" pe pagina github (colțul din dreapta sus) și selectând "Download ZIP"
  • unpack the downloaded archive on your local hard disk
  • within FreeCAD, locate the macro path by choosing “Edit > Preferences > General > Macro” and look for the ”Macro path”
  • by default, the macro directory is the (hidden) "/.FreeCAD"-directory in your home-directory
  • within the macro-directory create (if not already present) a folder called “Mod”
  • within the folder "mod" create a folder with the name of the workbench, for example “Assembly2”
  • now move the unpacked files and sub-folders of the workbench to the just created workbench-folder
  • după repornirea programului FreeCAD, trebuie să aveți acum o intrare în meniul derulant al atelierului de lucru


Instalarea pe Mac

How to install additional workbenches and addons on MacOS

Manual Installation

Note: This method is possible but not necessary with the introduction of the Addon Manager. Nevertheless, the information here may still be useful to some.

Alternative installation method “manual install” - aici este o descriere a atelierului "assembly2"

  • download the git repository as ZIP
  • assuming FreeCAD is installed in "/Applications/FreeCAD/v0.15", go to "/Applications/FreeCAD/v0.15" in the Browser, and select FreeCAD.app
  • right-click and select "Show Package Contents", a new window will appear with a folder named "Contents"
  • single-click on the folder "Contents" and select the folder "Mod"
  • in the folder "Mod" create a new folder named "assembly2"
  • dezarhivați depozitul descărcat în dosarul "Contents/Mod/assembly2"

Depanare Generală

  • Nu utilizați caractere speciale (de exemplu, în germană umlauts) în numele dvs. de utilizator Windows, altfel FreeCAD nu va recunoaște fișierele și folderele în calea macrocomenzii
  • If you have already set up a user name with special characters either create a new user name or point the macro path to a directory not using special characters
  • Workbench still not showing up ? In FreeCAD, choose “Tools > Customize > Workbenches” and make sure it is not set to invisible
  • Notes for users with 32-bit system and FreeCAD 0.16.6706 . After attempts to install, the additional Workbenches may not be available. In this case