Snapmaker/SnapmakerCuraPlugin

doesn't send files over wifi and does not generate thumbnail preview

Closed this issue · 6 comments

With latest version of cura (5.3.1) the plugin is not giving me the option to send file via network and there is no thumbnail preview.

  • Which printer are you using?
    • You need to add a non-networked printer that pre-defined after installing the plugin.
  • Select "Snapmaker Flavor G-code File (*.gcode)" when exporting G-code

A350 profile installed and slicing. Doesn't show any other option other than saving to disk

How do I send this gcode to the machine?

Could you try out version 0.9.2?

In 0.9.2, we added 3 SM 2.0 printers shipped by Cura as networked printers.

SNAPMAKER_2_A150 = dict(
    name="Snapmaker A150",
    model="Snapmaker 2 Model A150",
    header_version=0,  # default is 1
)

SNAPMAKER_2_A250 = dict(
    name="Snapmaker A250",
    model="Snapmaker 2 Model A250",
    header_version=0,
)

SNAPMAKER_2_A350 = dict(
    name="Snapmaker A350",
    model="Snapmaker 2 Model A350",
    header_version=0,
)

In previous version (0.9.0), only Snapmaker 2.0 printers with dual extruder can be found via network.

image

There is a section in README, drag downloaded SnapmakerPlugin-0.9.2.curapackage into Cura Window and restart Cura will work.

should have read first , thank you :)