CNC/FreeCAD: Unterschied zwischen den Versionen

aus Metalab Wiki, dem offenen Zentrum für meta-disziplinäre Magier und technisch-kreative Enthusiasten.
Zur Navigation springenZur Suche springen
Zeile 1: Zeile 1:
 
FreeCAD is a nice piece of software, but it is in development and there are many nasty bugs!
 
FreeCAD is a nice piece of software, but it is in development and there are many nasty bugs!
  
Here are some hints for using FreeCAD with the CNC:
+
== General hints on using FreeCAD ==
 +
 
 +
* Use the latest version 0.17 (even if it is in development!). There are daily builds, use those!
 +
* Check the forum: https://forum.freecadweb.org and also report bugs you find, if they are not already reported
 +
** They have a very good German language forum too!
 +
* The [https://www.freecadweb.org/wiki/ Wiki] might not be reliable, better check in the forum
 +
* Tutorials (sometimes for old versions, check always if the workflow is still the same!)
 +
** http://www.dailymotion.com/freecad
 +
** https://www.youtube.com/watch?v=m49z0weonog&list=PLsrwVwvqYb8G4Ri0iz1JIebsOXkgoytAY
 +
** https://www.youtube.com/channel/UC_9HwDkwxllq5lFGkYBIH9g
 +
 
 +
== hints for using FreeCAD with the CNC (Path Workbench)==
  
* Use at least version 0.17 (even if it is in development!). There are daily builds, use those!
 
 
* Go to Preferences --> General --> Units and choose "Metric Small Parts & CNC". It will use mm/min instead of mm/s which is a huge improvement
 
* Go to Preferences --> General --> Units and choose "Metric Small Parts & CNC". It will use mm/min instead of mm/s which is a huge improvement
 
* Beware of bugs in the Path Module. There are tons of errors related to edge cases in trigonometry. So if you see something crazy, just change the numbers slightly helps sometimes.
 
* Beware of bugs in the Path Module. There are tons of errors related to edge cases in trigonometry. So if you see something crazy, just change the numbers slightly helps sometimes.
* Check the forum: https://forum.freecadweb.org and also report bugs you find, if they are not already reported
+
** Be kind and report such bugs
 
* Before you mill something, test it extensivly in the LinuxCNC Simulator!!! The Path module might generate code which is not useable, as the module itself is not stable.
 
* Before you mill something, test it extensivly in the LinuxCNC Simulator!!! The Path module might generate code which is not useable, as the module itself is not stable.
 
* The Path dressup tools are not in the normal toolbar. You have to go to Path --> Path Dressup in the menu bar!
 
* The Path dressup tools are not in the normal toolbar. You have to go to Path --> Path Dressup in the menu bar!
 
* When using holding tags, the postprocessor switches to vertical feed rate! be aware of that.
 
* When using holding tags, the postprocessor switches to vertical feed rate! be aware of that.
 
* You can reorder operations in the CAM Module by double clicking on the Stock and go to the Workplan tab OR by double clicking on Operations itself. you get a menu to reorder
 
* You can reorder operations in the CAM Module by double clicking on the Stock and go to the Workplan tab OR by double clicking on Operations itself. you get a menu to reorder
 +
 +
== Workbenches that are very good and you should install ==
 +
* [https://github.com/tomate44/CurvesWB Curves]
 +
* [https://github.com/shaise/FreeCAD_FastenersWB Fasteners]
 +
* [https://github.com/hamish2014/FreeCAD_assembly2 Assembly 2 (might be obsolete soon?)]
 +
* [https://github.com/shaise/FreeCAD_SheetMetal SheetMetal]

Version vom 18. Oktober 2017, 07:33 Uhr

FreeCAD is a nice piece of software, but it is in development and there are many nasty bugs!

General hints on using FreeCAD

hints for using FreeCAD with the CNC (Path Workbench)

  • Go to Preferences --> General --> Units and choose "Metric Small Parts & CNC". It will use mm/min instead of mm/s which is a huge improvement
  • Beware of bugs in the Path Module. There are tons of errors related to edge cases in trigonometry. So if you see something crazy, just change the numbers slightly helps sometimes.
    • Be kind and report such bugs
  • Before you mill something, test it extensivly in the LinuxCNC Simulator!!! The Path module might generate code which is not useable, as the module itself is not stable.
  • The Path dressup tools are not in the normal toolbar. You have to go to Path --> Path Dressup in the menu bar!
  • When using holding tags, the postprocessor switches to vertical feed rate! be aware of that.
  • You can reorder operations in the CAM Module by double clicking on the Stock and go to the Workplan tab OR by double clicking on Operations itself. you get a menu to reorder

Workbenches that are very good and you should install