stewl
January 20, 2021, 8:20am
10
Not an answer but this thread details two ways to send files over wifi rather than using USB. I use the context menue “send to” method for laser and CNC transfers. I use OctoPrint for printing. The Cura plugin might work for you though I have not tried it.
And yet another. A filthy hack of a Cura plugin to send to gcode to your Snapmaker. You’re going to have to manually set your IP address in the script. Haven’t really tested it because my laser toolhead is on right now but it seems to be uploading. Feel free to dive into the nightmare that is the under documented Cura/Uranium plugin API and get some sort of interface/settings working. Claim it all as your own. Washing my hands of it
CuraSendToSnapmaker2.zip (2.9 KB)
@zvalentine22 That batch file is perfect, thanks!
I added the context menu on .GCode files, now I can do this:
[image]
I also changed your functionality slightly so there’s no pause after you confirm the connection - it immediately uploads. Saves my walking between rooms. I also added some error handling if the initial connection fails.
To get this running, unzip this folder into C:\Tools. Any other folder will require modifying the registry commands, as they are pointing to “C:\Tools\Send t…