For reference, I'm on a Win 7 Pro machine.
When I try and print directly from Simplify 3D to my Prusa i3 mk2, I get an error dialog box with the following message: "This machine does not support plaintext .gcode files"
I tried changing the format to binary, but still nothing was printed. The strange thing is that this has worked in the past. Here's what I know.
1. If I save the ascii/non-binary gcode file to disk, copy it onto an SD card, then put it in the Prusa I can print just fine from the Prusa LCD interface. So clearly the Prusa understands textfile gcode. I looked at the .gcode file in an editor and it is indeed plain text.
2. The Machine Control Panel connects to the Prusa, and the following connection dialog is observed using COM3
Attempting connection at \\.\COM3...
Testing plaintext communication protocol...
READ: G90
Testing binary communication protocol...
Connected to machine!
SENT: d501015e
READ: d501015e
3. If I look at my Ports in Device Manager, there IS NOT A COM3. But there is a COM80 listed with the following description [Original Prusa i3 MK2]. Oddly enough, even though THERE IS NO COM3 listed in Device Manager, COM3 is the only port that will result in a connection to the Prusa from Simplify3d.
Here's the Machine Control result when attempting to connect using COM80.
Attempting connection at \\.\COM80...
Testing plaintext communication protocol...
Testing binary communication protocol...
Testing alternate communication protocols...
Connection failed.
Either something is really flaky or I'm missing the obvious. Help, someone, so I don't have too keep up the SD card shuffle.