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 11: Zeile 11:
 
** https://www.youtube.com/watch?v=m49z0weonog&list=PLsrwVwvqYb8G4Ri0iz1JIebsOXkgoytAY
 
** https://www.youtube.com/watch?v=m49z0weonog&list=PLsrwVwvqYb8G4Ri0iz1JIebsOXkgoytAY
 
** https://www.youtube.com/channel/UC_9HwDkwxllq5lFGkYBIH9g
 
** https://www.youtube.com/channel/UC_9HwDkwxllq5lFGkYBIH9g
 +
* Enable DAGView, if you do a lot of refactoring. It saves the day!
 +
** Go to Tools --> Edit parameters... --> BaseApp --> Preferences --> DAGView --> set Enabled to true.
 +
** Now restart FreeCAD
 +
** You will have DAGView now in View --> Panels
 +
* There is also the Dependency Graph! It shows the DAG as well, and also show you cycles. But it is not as good as the DAGView
 +
** Open it by using Tools --> Dependency Graph...
  
 
== hints for using FreeCAD with the CNC (Path Workbench)==
 
== hints for using FreeCAD with the CNC (Path Workbench)==

Version vom 2. November 2017, 10:40 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