FormerLurker / ArcWelderPluginFirmwareInfo

Contains info and help concerning ArcWelder compatibility with various 3D printer firmwares.
GNU Affero General Public License v3.0
5 stars 3 forks source link

Arcwelder on Anycubic Mega Zero 2.0 #1

Open stehuff opened 3 years ago

stehuff commented 3 years ago

I am printing a small circular item in vase mode. I have tried both the Cura plugin and the octoprint plugin. When it tries to create the outer wall the nozzle does not move but just stays in place and extrudes all the filament. When I tell it to make a skirt it does the same thing with the circular skirt. I have tried it with both the G90 influence and allow 3D arcs checked and unchecked in Cura. It does the same when I use the octoprint to create the code. Here is a pic of the start of the print. unnamed

FormerLurker commented 3 years ago

It's possible your printer does not support arc commands. Try sending a G2 command via the terminal, and paste in the response. I just got an Anycubic Viper that I've not tested, but I would assume they have similar base firmware settings. I'll post the results of that as soon as I have a chance to take a look.

Thanks for posting!

stehuff commented 3 years ago

I know very little about G Code, but it appears you have nailed it. Send: G2 Recv: echo:Unknown command: "G2" Recv: ok

This is disappointing!