Skip to content
README.md 7.6 KiB
Newer Older
3dsman's avatar
3dsman committed
# The OE designer software: a free machine embroidery design interface
raoul's avatar
raoul committed

3dsman's avatar
3dsman committed
OE designer software is a part of the OpenEmbroidery system wich include OSHW OpenEmbroidery module and the [openembroidery.com](http://openembroidery.com) website
[presentation of the project (in french)](https://youtu.be/jeQapMkiHQc)
[topic of the project on the electrolab forum](https://forum.electrolab.fr/viewtopic.php?f=16&t=1730)
raoul's avatar
raoul committed

## Important

This software is in an early-stage development status, not yet in alpha version (core functionnalities).
raoul's avatar
raoul committed
There is no real hmi nor buttons yet, more details below under [Current HMI](#CurrentHMI).
raoul's avatar
raoul committed

raoul's avatar
raoul committed
## Prerequisites to build
raoul's avatar
raoul committed

raoul's avatar
raoul committed
  * Make tool
  * Qt development tools and libraries (Qt5 core with openGL support, qmake)
raoul's avatar
raoul committed
  * libpakal (included)

## License

3dsman's avatar
3dsman committed
OE designer is released as opensource software under CECILL-2.1 licence
raoul's avatar
raoul committed

raoul's avatar
raoul committed
## Build
raoul's avatar
raoul committed

raoul's avatar
raoul committed
  * With Qt creator: open oe_designer.pro with Qt creator, select 'Release' build, compile and run with 'Ctrl+R'
  * From command line:
raoul's avatar
raoul committed
```
mkdir build
cd build
raoul's avatar
raoul committed
qmake CONFIG+=release -o Makefile ../oe_designer.pro
make (or mingw32-make on windows)
raoul's avatar
raoul committed
```

raoul's avatar
raoul committed
## <a name="CurrentHMI"/>Current HMI
raoul's avatar
raoul committed

Your view is an embroidery XY plan of infinite size,
you can import vector drawing (svg format, from Inkscape
or Adobe Illustrator) and move or resize them. These
drawings will be the skeleton of your embroidery.

A virtual frame of 10x10cm is displayed on your drawing
and let you evaluate the actual size of your design and
your stitches. First grid has squares of 1x1cm, and when
you zoom in a second grid of 1x1mm appears.

Based on your drawing, you will do stitches actions,
you start one by pressing the corresponding key binding
and go to next action step by pressing Enter. Each
step is action-specific and described below.

3dsman's avatar
3dsman committed
The software only use the curves of your svg design,
it can't handle filling or svg curve patterns.

There is some tools to basicaly edit your design but
this is only for adjustment, this is not a vector dawing software.

raoul's avatar
raoul committed

### View: translate, zoom in and out

  * Translate view: hold mouse middle button, then drag and release

  * Zoom in: mouse scroll up
  * Zoom out: mouse scroll down

3dsman's avatar
3dsman committed
  * Look a selection: home key
raoul's avatar
raoul committed
Note: zoom is centered on screen center, not on mouse !

### Element selection

  * Select all elements in an area: mouse left button and drag, everything fully inside selecting rectangle is taken
3dsman's avatar
3dsman committed
  * Select with a simple left click: svg curves or every kind of stitches. replace the current selection.
raoul's avatar
raoul committed

  * Add to selection: hold Shift when selecting
  * Remove from selection: hold Ctrl when selecting

A red rectangle surround selection.

3dsman's avatar
3dsman committed
Selected elements are highlighted and show their controlers.
raoul's avatar
raoul committed

### Move, resize and delete elements

  * Delete: press Suppr key

Svg curves selected can be moved and resized at your ease
with handles on your selection rectangle:

3dsman's avatar
3dsman committed
  * Move: click and drag the red cross on top left corner
  * Resize: click and drag the red arrow on top left corner
raoul's avatar
raoul committed

### Curve edit, point move, vector edit

3dsman's avatar
3dsman committed
SVG curves show their control points when selected. You can move them by click and drag it

Stitches show different controller based on their type:
  * Line: start (red arrow that show the direction) and end (red point) of every curves segment that is used as guide for the stitch.
There is also a perpendicular line with two arrow that can be used to ajust the width of the stitch (work only with 2d pattern)
  * Birail: start (red arrow) and end (red point) of the curves segment that is used as guide for the stitch.
There is two guide line for this stitch
  * Link: a plus symbol at the middle of the stitch that let you add intermediate points by click and drag it.
Every added point shows a minus controller to remove it and can be moved by click and drag. those intermediate points are very usefull for hidding links under the next stitch
  * Fill: start (red arrow) and end (red point) of the curves segment that is used as contour for the filling.
control points for the fill grid (for curved filling). **WARNING! this tool is under active development, it doesn't really work for now.**
If you move guide lines of a fill stitch without selected it too his grid control point will stay in place.
If the contour of a fillstitch is not fully contained inside his control grid it will fail to be generated.
raoul's avatar
raoul committed

### Save/load and undo

raoul's avatar
raoul committed
Current state of save and load:
raoul's avatar
raoul committed

raoul's avatar
raoul committed
  * Save as: Ctrl+s, choose the target file in file dialog
  * Load: Ctrl+o, choose the file from file dialog
  * Save: not supported yet, use 'Save as' function
raoul's avatar
raoul committed

raoul's avatar
raoul committed
Warning: there is no confirmation of any kind: unsaved documents will be lost during a load, tab close or application close without notice!
Note: this file format is not yet finalized nor decided. This means your current file **will** be unusable one day. It will be stable with the beta version.
raoul's avatar
raoul committed

  * Undo: Ctrl+z, undo last action. Known bug: actions **MUST** be finished, don't undo while creating a stitch !
3dsman's avatar
3dsman committed
if you make a mistake during stitch creation, you can just finish it then delete it with del key
raoul's avatar
raoul committed

### Action stich: line

A line stitch is an embroidery following svg lines.
3dsman's avatar
3dsman committed
This stitch embroid a pattern along svg lines segments and can jump between thems.
raoul's avatar
raoul committed

3dsman's avatar
3dsman committed
Press l key to activate line stitch mode. A red dot
raoul's avatar
raoul committed
now follow your cursor and find the nearest curve to snap on.
3dsman's avatar
3dsman committed
You can mark the line segment you want with a click hold, drag and drop.
raoul's avatar
raoul committed
You can jump to another curve as you like, when you have finished
just press enter.

3dsman's avatar
3dsman committed
Your stitch is now created, but you can adjust starts
and ends of segments by click and drag them if you want to.
raoul's avatar
raoul committed

3dsman's avatar
3dsman committed
Default stitch pattern is a straight line (standard point), but you can try
raoul's avatar
raoul committed
the nine available patterns by selecting your stitch and
press keypad buttons 1 to 9. (keypad only, **not** other number keys).
3dsman's avatar
3dsman committed
the 2nd key represent triple line stitch so you will not see the difference with standard point (points are superposed)

if a svg curve is open it display a blue dot. you can switch beetween open and closed curve with the C key.
when a curve is closed there is two path to join start and end point of the segment. The software use the direction of the first move of the drag during creation.
The R curve hold during start or end move switch the path. Exemple: click and drag start point (red arrow), hold R key, drop the start point, release the key.
Those keys are working with every stitch segment editing.

keypad plus and minus keys are used to change width and length of the stitch pattern.
used as is those key enlarge/reduce the stitch lenght but if you hold the control key it act on his width.
raoul's avatar
raoul committed


### Action stich: birail

3dsman's avatar
3dsman committed
Birail creation is near line creation but there wil be two lines to create.
Press b key to activate birail stitch mode. A green dot act as in line stitch creation. use the same procedure to create the first line.
When you will validate this first line with enter key the sofware will ask you to create the second one with the well known red dot.
As soon as you start to create the second line the stitch will be shown as a zigzag point between those two curves.
Validate the creation with enter key at the end of this second line definition.

### link stitch
link stitches are automatically created between two stitches. It represent the jump between two stitches and add long stitches (0.5cm) to prevent fabric or needle deformation.
You can edit them by adding intermediate points but the creation is automatic.
raoul's avatar
raoul committed

### Action stich: fill

3dsman's avatar
3dsman committed
**WARNING! this tool is under active development, it's not yet stable.**
3dsman's avatar
3dsman committed

To try this new stitch type press the F key then define your fill contour (like in linestitch creation)
you can switch between pattern and change width and length with the same keys as in linestitch.
raoul's avatar
raoul committed