Inkscape add CNC tabs: Difference between revisions

From Wurst-Wasser.net
Jump to navigation Jump to search
Line 6: Line 6:
* Change the stroke to the width of your milling bit and add little something. Example: 3.0mm milling bit &rarr; stroke 3.1mm:<br/>[[File:tab ksnip_2024-02-26_14-13-16.png|400px]]
* Change the stroke to the width of your milling bit and add little something. Example: 3.0mm milling bit &rarr; stroke 3.1mm:<br/>[[File:tab ksnip_2024-02-26_14-13-16.png|400px]]
* <code>Path</code> &rarr; <code>Stroke to Path</code>
* <code>Path</code> &rarr; <code>Stroke to Path</code>
* Choose the <code>Node tool</code>so you see the shape of the stroke is now a closed path):<br/>[[File:tab ksnip_2024-02-26_14-11-39.png|400px]]
* Choose the <code>Node tool</code>so you see the shape of the stroke is now a closed path:<br/>[[File:tab ksnip_2024-02-26_14-42-21 path.png|400px]]
* Add nodes where you want tabs:<br/>[[File:tab ksnip_2024-02-26_14-19-47 add nodes.png|400px]]
* Add nodes where you want tabs:<br/>[[File:tab ksnip_2024-02-26_14-19-47 add nodes.png|400px]]
* Remove infill and set a stroke (otherwise you can't see the deletion of the segment):<br/>[[File:tab ksnip_2024-02-26_14-33-36 stroke only.png|400px]]
* Remove infill and set a stroke (otherwise you can't see the deletion of the segment):<br/>[[File:tab ksnip_2024-02-26_14-33-36 stroke only.png|400px]]
Line 14: Line 14:
* Repeat for the other new node:<br/>[[File:tab ksnip_2024-02-26_14-35-44 both joined.png|400px]]
* Repeat for the other new node:<br/>[[File:tab ksnip_2024-02-26_14-35-44 both joined.png|400px]]
[[Category:CNC]]
[[Category:CNC]]
[[File:tab ksnip_2024-02-26_14-11-39.png|400px]]

Revision as of 15:42, 26 February 2024

The Problem

Some GCode-generators can't create tabs, so I decided to include them in the drawing.

The Solution

  • Select the path you want to add tabs to:
    Tab ksnip 2024-02-26 14-11-39.png
  • Change the stroke to the width of your milling bit and add little something. Example: 3.0mm milling bit → stroke 3.1mm:
    Tab ksnip 2024-02-26 14-13-16.png
  • PathStroke to Path
  • Choose the Node toolso you see the shape of the stroke is now a closed path:
    Tab ksnip 2024-02-26 14-42-21 path.png
  • Add nodes where you want tabs:
    Tab ksnip 2024-02-26 14-19-47 add nodes.png
  • Remove infill and set a stroke (otherwise you can't see the deletion of the segment):
    Tab ksnip 2024-02-26 14-33-36 stroke only.png
  • Select one newly made node and the neighbouring node and split path there by deleting the segment in between:
    Tab ksnip 2024-02-26 14-34-15 select and delete.png Tab ksnip 2024-02-26 14-34-27 deleted.png
  • Repeat for the other new node:
    Tab ksnip 2024-02-26 14-34-50 both deleted.png
  • Close the gaps in the path:
    Tab ksnip 2024-02-26 14-35-18 join.png Tab ksnip 2024-02-26 14-35-34 joined.png
  • Repeat for the other new node:
    Tab ksnip 2024-02-26 14-35-44 both joined.png


Tab ksnip 2024-02-26 14-11-39.png