PrintMakerLab / mks-wifi-plugin

MKS wifi plugin for Cura
https://marketplace.ultimaker.com/app/cura/plugins/Jeredian/MKSWifiPlugin
GNU Affero General Public License v3.0
136 stars 56 forks source link

M30 command not working for Tevo Tarantula #413

Open BenTdesign opened 5 days ago

BenTdesign commented 5 days ago

Plugin Version

1.4.5

Cura Version

5.7.1

Platform

Windows 10

Printer

Tevo Tarantula

Reproduction steps

Open cura Open model Click "Print over Tevo Tarantula"

Actual results

File uploads OK. Print does not start, no preheat. Printer becomes unresponsive.

Can upload without printing, and select file from printer screen and print OK, but not print from Cura.

Expected results

Printing!

Checklist of files to include

Additional information & file uploads

cura.log

Jeredian commented 5 days ago

@BenTdesign , what firmware are you using? Does your firmware support M23 and M24 commands?

Could you also try to print a file from the sd-card using the Cura interface. Because in this case the same M23 and M24 will be called, but for an already existing file. If the printer does not respond, you can call M25 manually. By default, M25 is for pause and M24 for continue, but in some firmware it is the opposite.

BenTdesign commented 4 days ago

OK, updated firmware to latest version, and it now works, thanks!

Second observation:

Delete files from SD does not work. Print from SD works OK. Log file shows M30 command being sent, but file is not deleted. Tried all options for drive prefix, but no change. Any ideas?

Jeredian commented 3 days ago

For my printer 1:/ worked, but it took a while when the file was huge. for default Marlin firmware it should be "" (empty string). I think if this 2 doesn't work, you can ask on reddit and we can add it to the dropdown list

However, when sending the command manually (from cura ui, f.ex. "M30 1:/filename.gcode M20") it would never work because the filename will be converted to upper case. - I will create a ticket for this.

Jeredian commented 3 days ago

@Elkin-Vasily , could there be other drive prefixes?

Elkin-Vasily commented 3 days ago

@Elkin-Vasily , could there be other drive prefixes?

Haven't seen those in practice.

BenTdesign commented 3 days ago

I tried deleting a file with a manual command and that also did not work. Then made a file with uppercase filename and tried again, and that also didn't work manually or through the more/SD files menu.

Jeredian commented 3 days ago

Maybe it's a specifics or bug of Tevo Tarantula's firmware. Could you ask on reddit about it, and we can keep this thread for future updates.