Timmmm / robocut

Control vinyl cutters, including Craft Robo, Silhouette, Cameo and Portrait
http://robocut.org/
GNU General Public License v3.0
81 stars 27 forks source link

cut win 10 #7

Open mikhailmihalkov opened 1 year ago

mikhailmihalkov commented 1 year ago

Good afternoon I put your program and it works great on win 10 with the winusb driver.... Tell me how you can start cutting with this program https://github.com/Jeinzi/SMTCut on win 10 64? All options that are given previously do not work and it is not possible to run it fully bypassing the win buffer

Timmmm commented 1 year ago

Ooo interesting. Hadn't heard of that program.

I guess you just need to convert the gerber to SVG? Maybe with this?

mikhailmihalkov commented 1 year ago

Unfortunately, when cutting in svg, it cannot cut according to the smtcut algorithm, high accuracy is used there and all shapes are cut as separate lines..... this is the further development of this program https://github.com/pmonta/gerber2graphtec.... The whole problem lies in the win 10 printer driver on win 7 it worked like this https://hackaday.io/project/4293-solder-paste-stencils-on-windows-7

mikhailmihalkov commented 1 year ago

I managed to start cutting through rawprint but everything goes through the win 10 print queue as a result of this usb buffer breaks the file with data

mikhailmihalkov commented 1 year ago

The program itself converts the file gerber into a set of commands and coordinates in text form and this file must be sent directly to the cutter bypassing the driver and print queue win 10