macdylan / sm2uploader

A command-line tool for send the gcode file to Snapmaker Printers via WiFi connection.
MIT License
44 stars 4 forks source link

Octoprint settings? #4

Closed Googliola closed 1 year ago

Googliola commented 1 year ago

What are the right settings to use the simulated octoprint? Without IP, the upload button is not displayed With correct IP, the upload works, but PS throws an error not being able to upload (connection test fails too, that is to be expected) What settings would you recommend? image image

macdylan commented 1 year ago

If IP:Port is correct, opening it in the browser will display a 404 instead of any other error. Please make sure the port number is correct.

Googliola commented 1 year ago

Ah, OK. port 8888 seems to be correct default. Now, "RESOLVING ADDRESS" pops up and stays there forever. I prefer the "error" edition ;-) image

macdylan commented 1 year ago

Please try this:

image image
macdylan commented 1 year ago

If you are running sm2up on another computer/nas/octopi, please make sure that the firewall is not blocking that port.

prusaslicer/s3d/ideamaker via OctoPrint protocol -> sm2up Dummy-OctoPrint-Service -> Snapmaker Printer via SM Protocols

That is how it works.