2

I have a Tronxy P802M (very similar to the Anet A8, but using a Melzi2.0V5 board) that seems to work fine (I just finished building, and axes movement and the integrated display work) but when I try to connect to the printer from my Simplify3D on Windows 10, I get the following:

[...]
  Connected to machine!
SENT: T0
READ: ok 0
READ: wait
SENT: M105
READ: ok 0
READ: T:24.44 /0 B:23.33 /0 B@:0 @:0
  Connection failed.

My other printers all connect fine.

0scar
  • 32,029
  • 10
  • 59
  • 135
brandstaetter
  • 131
  • 1
  • 7

3 Answers3

1

The Simplify3D support site mentions to disable the "wait for startup command" option in the firmware configuration for S3D.

This allows me to make a rudimentary connection to control the printer, however e.g. during the bed levelling wizard of S3D, the connection still breaks off.

It works reliably with Octoprint. I'll consider that good enough.

brandstaetter
  • 131
  • 1
  • 7
1

If you are using a USB 3 port to connect the printer to your PC, try connecting via a USB 2 hub.

My Vector 3 will not work on a USB 3 port, only on a USB 2 or lower. The device correctly mounts and presents but serial communication fails. One of my laptops only has USB 3 ports on it, so to work around the limitation I connect via a cheap USB 2 hub.

I have heard that many 3D printers use a similar USB to UART / serial connector chip and that they suffer from similar limitations as a result.

TafT
  • 121
  • 5
-1

Try changing your port in the control menu. By default, mine is set to COM 1 and I have to change it to COM 3.

Greenonline
  • 5,831
  • 7
  • 30
  • 60
  • I get a response from the printer: READ: T:24.44 /0 B:23.33 /0 B@:0 @:0. It just aborts the connection due to some timeouts. Looks like S3D is very strict when it comes to bad connections or slow boards – brandstaetter May 05 '17 at 12:07