g-Code not sliced for this printer
I just started getting this error today and I am not sure why. I look at the UI and I have the correct printer selected in the drop down but the gcode seems to be off. I look at the gcode outpuuted today vs what was outputted in the past that worked and I noticed these lines
;TYPE:CustomM862.3 P "MK3SMMU2S"
; printer model checkM862.1 P0.4
; nozzle diameter checkM115 U3.13.0 ; tell printer latest fw version
Specifically ;TYPE:CustomM862.3 P "MK3SMMU2S" - it looks like its combining the two model names together.
in gcode that my printer doesn't complain about, I see this line
M862.3 P "MK3S" ; printer model check
I haven't tried to edit the current gcode, just wondering if that is a good idea or try to fix it in some other way?
I did recently upgrade the printer firmware to 3.13.o, not sure if that's the issue?
RE: g-Code not sliced for this printer
You sure you've selected the correct printer? Because that gcode output indicates you've selected a Mk3S with the MMU.
Formerly known on this forum as @fuchsr -- until all hell broke loose with the forum software...
RE: g-Code not sliced for this printer
Yeah, that's wrong. You want to go through the configuration wizard again and deselect the MMU profiles and instead select the Mk3S(+) profiles.
Formerly known on this forum as @fuchsr -- until all hell broke loose with the forum software...
RE: g-Code not sliced for this printer
That did it, thanks!
RE: g-Code not sliced for this printer
You can, if you want, comment out that particular check.
However, it can bite you, as I tried doing a print sliced for a MK2 series printer on a MK3 and it gave a butt-ugly print.