main
unknown 2022-03-06 17:41:27 -06:00
rodzic 65da158c4c
commit 0181148481
3 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -3,6 +3,8 @@ This program provides a cut preview of your GCODE, where it will cut, by simply
I spend so much time trying to line up the machine with my work piece, making sure it won't intersect my clamps.
Sometimes I hit my clamps, sometimes my bit goes off the workpiece or hits a soft limit, stopping my cut process.
![Cut Path](cutPath.png)
# Caviots
This was thrown together quickly to show the concept. Amazingly enough it seems to work.
@ -34,3 +36,4 @@ I put those markers on the vertical rails on the left and right side of the CNC
I use homography (built into openCV) to then project down to the CNC bed or top of my workpiece, getting those pixel locations on the left and right side of the CNC bed.
With the pixel locations on the left and right side of CNC bed, their physical locations of those, we can determine the phyiscal location of any pixel on the image,
and thus we can then overlay a GCODE path and where it will cut in the real world onto the image, getting a cut preview.
![How It Works](howItWorks.png)

BIN
cutPath.PNG 100644

Plik binarny nie jest wyświetlany.

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 1.2 MiB

BIN
howItWorks.PNG 100644

Plik binarny nie jest wyświetlany.

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 1.5 MiB