Skip to content

Latest commit

 

History

History
68 lines (42 loc) · 2.12 KB

Cura_Engine_Workbench.md

File metadata and controls

68 lines (42 loc) · 2.12 KB

Cura Engine Workbench

Introduction

This is a Python macro workbench used to integrate CuraEngine into FreeCAD

It is a work in progress. Feedback welcome.

References

Tools

Drop down menu

Installation

Automatic installation

This workbench can be installed from the Addon Manager.

From GitHub

The easiest way to install is to clone into ~/.FreeCAD/Mod

cd ~/.FreeCAD/Mod git clone https://github.com/cblt2l/FreeCAD-CuraEngine-Plugin.git

Then restart FreeCAD. An entry for '3D Printing' should be available in the Workbench dropdown menu.

Prerequisites

To use do the following:

  • install the official Cura package (CuraEngine is installed to /usr/share/cura/CuraEngine) or compile CuraEngine from source.

Linux Installation Instructions (From GitHub)

Windows Installation Instructions (From GitHub)

Mac Installation Instructions (From GitHub)

Links to CuraEngine WB

Other useful links

Category:Sandbox


documentation index > Cura Engine Workbench