diff --git a/README.md b/README.md index d41b3bd..bf58af7 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A Windows desktop app for CNC nesting — imports DXF drawings, arranges parts on plates and exports layouts as DXF or G-code for cutting. - +![OpenNest - parts nested on a 36x36 plate](screenshots/screenshot-nest-1.png) OpenNest takes your part drawings, lets you define your sheet (plate) sizes, and arranges the parts to make efficient use of material. The result can be exported as DXF files or post-processed into G-code that your CNC cutting machine understands. @@ -18,7 +18,7 @@ OpenNest takes your part drawings, lets you define your sheet (plate) sizes, and - **Interactive Editing** — Zoom, pan, select, clone, and manually arrange parts on the plate view - **Lead-in/Lead-out & Tabs** — Configure cutting parameters like approach paths and holding tabs - +![OpenNest - 44 parts nested on a 60x120 plate](screenshots/screenshot-nest-2.png) ## Prerequisites diff --git a/screenshots/screenshot-nest-1.png b/screenshots/screenshot-nest-1.png new file mode 100644 index 0000000..f3d4e99 Binary files /dev/null and b/screenshots/screenshot-nest-1.png differ diff --git a/screenshots/screenshot-nest-2.png b/screenshots/screenshot-nest-2.png new file mode 100644 index 0000000..c364c09 Binary files /dev/null and b/screenshots/screenshot-nest-2.png differ