main
unknown 2022-03-11 23:27:33 -06:00
rodzic ff5121c111
commit 5d6afaf095
5 zmienionych plików z 153281 dodań i 183785 usunięć

Wyświetl plik

@ -25,7 +25,11 @@ I have 2 children at the moment, so my time is limited, I would love to see some
* Can draw on top of image to do on the fly cutting
# Desired future features (Possible, just needs work, some are easier than others):
* Polish this out, put it into actual CNC software
* Polish this out, put it into existing gCode sender.
* UI to specify initial measurement of box locations
* UI to calibrate setup, image to actual location.
* UI to allow just Z probe, or XYZ probe
* UI to speicy COM device, gCode file, svf file, etc.
* Implmenet in different language other than python, as python is not as responsive for this application
* Live update of where router is within the cut
* Make UI much better, right not it is very rough

BIN
firstCut.PNG 100644

Plik binarny nie jest wyświetlany.

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 513 KiB

BIN
firstCutZoom.PNG 100644

Plik binarny nie jest wyświetlany.

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 686 KiB

Wyświetl plik

@ -1213,9 +1213,9 @@ class GCodeSender:
cncGcodeGenerator = cncGcodeGeneratorClass(cncPaths = cncPaths,
materialThickness = materialThickness,
depthBelowMaterial = 0.1,
depthPerPass = 0.157,
cutFeedRate = 100,
depthBelowMaterial = 0.06,
depthPerPass = 0.107,
cutFeedRate = 79,
safeHeight = 0.25,
tabHeight = 0.12,
useMM = False # use inches
@ -1256,9 +1256,9 @@ class GCodeSender:
)
cncGcodeGenerator = cncGcodeGeneratorClass(cncPaths = cncPaths,
materialThickness = materialThickness,
depthBelowMaterial = 0.1,
depthPerPass = 0.157,
cutFeedRate = 100,
depthBelowMaterial = 0.06,
depthPerPass = 0.1,
cutFeedRate = 79,
safeHeight = 1.0,
tabHeight = 0.12,
useMM = False # use inches

337048
test.nc

Plik diff jest za duży Load Diff