1+ <p align =" center " >
2+ <img src="doc/logo.png"/>
3+ </p >
4+
15# DXF Plotter
26
37> Fast and easy to use DXF to GCode converter for laser and router CNC
@@ -13,13 +17,20 @@ This application helps users converting DXF files to GCode with minimal settings
1317It targets only laser and router CNC following every lines and arcs from DXF file with optional desired depth.
1418
1519
16- ## Features
20+ ## ⚙ Features
1721
1822* DXF support of line, arc, circle, polyline, spline
1923* Customizable GCode command format
24+ * Saving current work to file
2025* Multi selected path setting edition
2126* Path offseting (Tool Compensation)
27+ * Pocket generation with islands capabilities
2228* Multi passes with depth
29+ * Scale and translate paths
30+
31+ <p align =" center " >
32+ <img src="doc/pocket.gif" width="80%"/>
33+ </p >
2334
2435## Installation
2536
@@ -34,12 +45,12 @@ chmod +x dxfplotter-*.AppImage
3445./dxfplotter-* .AppImage
3546```
3647
37- ### Manual installation from source
48+ ### 🏗 Manual installation from source
3849
39- This project depends on Qt5, yaml-cpp and fmt, for debian like distribution following command install all dependencies:
50+ This project depends on Qt5, for debian like distribution following command install all dependencies:
4051
4152``` sh
42- sudo apt-get install qtbase5-dev libyaml-cpp-dev libfmt-dev
53+ sudo apt-get install qtbase5-dev
4354```
4455
4556``` sh
@@ -74,16 +85,15 @@ Once opened, select path from left panel or from viewport and modify settings of
7485
7586Export with ` File->Export ` or ` Ctrl+E `
7687
77-
78- ## Configuration
88+ ## ✏ Configuration
7989
8090![ ] ( doc/configuration.png )
8191
8292Configuration settings are exposed in ` Configuration->Settings ` , the configuration is splitted in two:
8393* general settings aiming dxf importing or default values
8494* tools with settings such as radius and gcode formatting
8595
86- ## GCode format
96+ ## 📝 GCode format
8797
8898Simple set of GCode command is used per tool:
8999
0 commit comments