From 7d242eb2a0aad58b4bc53c307980821e48894f55 Mon Sep 17 00:00:00 2001 From: DeepSOIC Date: Thu, 31 Dec 2015 17:46:02 +0300 Subject: [PATCH] Update readme * links to Lattice wiki, FreeCAD forum, etc * mention ParaSeries --- readme.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/readme.md b/readme.md index a3a78ec..9f37798 100644 --- a/readme.md +++ b/readme.md @@ -24,6 +24,8 @@ Let's have a glance over the most important capabilities that the workbench adds * parametric explode commands allow extraction of specific elements of arrays, without losing parametric relation to the original. +* ParaSeries feature allows to generate a series of parts with some parameter varied over a list of values. + # Why Lattice2, not just Lattice? Lattice2 was created at the moment when breaking changes needed to be made, but there were a few things made with Lattice. So, it was decided to keep the workbench in that time's state indefinitely as version 1.0, and start development of a new version. @@ -39,6 +41,8 @@ The goal was to be able to have both Lattice v1 and v2 in a single FreeCAD insta * Lattice workbench can now be imported from Py console all at once, like that: `import Lattice2` +* ParaSeries feature was added, which can create a series of parts by changing some parameter of the model. + # Download/install repository: https://github.com/DeepSOIC/Lattice2 @@ -51,6 +55,16 @@ The workbench is OS independent, it should work on any system FreeCAD can be run # License Lattice workbench is licenced under LGPL V2, just like FreeCAD. For more info, see copying.lib file in the repository. +# Getting Help + +Documentation: see [Lattice2 wiki](https://github.com/DeepSOIC/Lattice2/wiki) on Github. As "wiki" suggests, you can help by editing the documentation. + +If you need help on something specific, you can ask a question on [FreeCAD forum](http://forum.freecadweb.org/index.php) (there is no Lattice forum yet...). You can also ask me directly. + +If you have found a bug, report it [here, in Github's issue tracker for Lattice2](https://github.com/DeepSOIC/Lattice2/issues). You can also post ideas for new features there. + +If you have fixed a bug, or implemented a new feature you think suits the workbench, or whatever - feel free to make a pull-request here on github. + # Status This version is in devlopment. Breaking changes can be introduced at any point. If you want to make a project with use of Lattice workbench, it is recommended to stick with Lattice v1.