From 4d0ded8232f24370c586637c2ccd009725ffd53f Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sun, 12 Jun 2016 12:35:17 +0200 Subject: o More work on disabling sides. --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 298feaf..969fea3 100644 --- a/README.md +++ b/README.md @@ -1 +1,22 @@ FreeCAD module for creating boxes / cases suitable for laser cutting. + +# Development + +## Tips and tricks + +When developing this module make sure you have the *Python console* and *report views* visible. Enable them under View -> Panels if you don't have them visible. + +To reload the module when running: + + # This is only needed once + import Boxer; import BoxerGui; import BoxerDockWidget + + # Reloads all the modules + reload(Boxer); reload(BoxerGui); reload(BoxerDockWidget) + +## Possible new features + +**Make text labels indicating the box sides**: + + import Draft + Draft.makeText(["Front"], point = FreeCAD.Vector(50.0,50.0,0.0)) -- cgit v1.2.3