Creation of two key-holders using Inkscape and Freecad¶
Import the downloaded model from wikipedia¶
Go to the wikipedia aids page and dl the image of the red ribbon
or
wget https://commons.wikimedia.org/wiki/File:Red_Ribbon.svg?lang=fr#/media/File:World_Aids_Day_Ribbon.png
Open with Inkscape¶
- open Inkscape
- Files/Import (Ctrl+i), to import the ribbon file
- Select embed (not very important)
Thresholding of the bitmap¶
- Do a right clic on the ribbon and choose "Trace Bitmap"
- Change "Detection Mode" to "Brightness cutoff"
- Tune the threshold cursor until you got the whole object in black
- Clic "apply" button
- Move the recently appeared black image near to the original one
- Delete the original png
Export for Freecad¶
- Select the object and change his height (H) to 30 mm, (be careful the homothety is locked)
- If it's not the case change his position to X=0, Y=0
- Select the object and In the "Fill and Stroke" window choose no fill and no stroke
- Save the file as 3D-export.svg (Ctrl+s) This export will be used to create the 3D printing model
- Restore the fill of the object in the "Fill and Stroke" Window
Extrude with Freecad¶
Now we will create a second key holder with a 3D printer- open Freecad software
- create a new empty Document
- import our svg file (Ctrl+Shift+i) or File menu > Import
- Choose "svg as geometry"
- Change workbench to "Part"
- Select the two path objects with the Ctrl key, they are in the tree (left window)
- With both selected objects, select in the "Part" menu: boolean, union
- Now you got one shape named "Fusion", select it
- With both selected objects, select in the "Part" menu: Extrude
- In the Task window, set the Length Along to 3 mm
- Export the object named "Extrude" (Ctrl+e)
- Select the "STL mesh" format for export
- Save the file and give it to Fablab Managers with a usb drive!
Create the Key holder¶
- Select the rectangle tool in the left bar
- Clic and drag to create a rectangle
- Set the dimensions of the rectangle to: W=40, H=23
- Remove the fill and set the border of the rectangle
- Change the size of the ribbon and place it into the rectangle
- With the "Text tool", write your name with the police of your choice
- With the "Ellipse/Arc tool", create a circle of diameter 5mm in the corner
- Change the fill stroke of the rectangle and the circle to RVB red 255, 0,0
- Verify the color of the ribbon is RVB: 0,0,0 (Full Black with no transparency or blur)
- Select the text, in "Path" menu, clic on "Object to Path" (it's to avoid the substitution of the police on other systems)
- Save the file and give it to Fablab Managers with a usb drive!