Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pronterface won't connect to my CR10S Pro #1139

Closed
ducttapealien opened this issue Dec 31, 2020 · 5 comments
Closed

Pronterface won't connect to my CR10S Pro #1139

ducttapealien opened this issue Dec 31, 2020 · 5 comments

Comments

@ducttapealien
Copy link

When I connect the printer to my computer I can click connect but it never recognizes the printer as active. It reads back some settings like Marlin version (2.0.6_DW7), probe offset and SD card ok. But if I do a m503 it returns "(error) printer is not active".
I have tried different ports numbers in device manager, I have installed the CH341 driver on my pc, I am set to 250000 Baud.
I am desperate for any help getting a stable connection because I need to modify some of my machine settings inorder to correct my probe x/y offset.

@volconst
Copy link
Collaborator

volconst commented Jan 2, 2021

If it reads marlin version, then port is correct.
Are you using https://github.com/kliment/Printrun/releases/tag/printrun-2.0.0rc7 ?
Go to menu, and check Debug Communications checkbox. Then reproduce and paste the log.

@ducttapealien
Copy link
Author

Connecting...
echo:start
External Reset
Marlin 2.0.6_DW7
echo: Last Updated: 2020-08-10 | Author: TinyMachines3D
echo:Compiled: Sep 25 2020
echo: Free Memory: 1438 PlannerBufferBytes: 736
==Dwin Init Complete==
//action:notification TM3D 10S Pro Ready.
==onLoadSettings==
echo:V81 stored settings retrieved (757 bytes; crc 40200)
==onConfigurationStoreRead==
init zprobe_zoffset = -1.70
//action:prompt_end
echo:SD card ok
startprogress
RECV: wait
RECV: wait
RECV: wait
RECV: wait
RECV: wait
RECV: wait
RECV: wait
[ERROR] Can't read from printer (disconnected?) (SerialException): call to ClearCommError failed
SENT: M105
[ERROR] Can't write to printer (disconnected?) (SerialException): WriteFile failed (WindowsError(5, 'Access is denied.'))
[ERROR] Can't read from printer (disconnected?) (SerialException): call to ClearCommError failed
SENT: M105
[ERROR] Can't write to printer (disconnected?) (SerialException): WriteFile failed (WindowsError(5, 'Access is denied.'))
[ERROR] Can't read from printer (disconnected?) (SerialException): call to ClearCommError failed
SENT: M105
[ERROR] Can't write to printer (disconnected?) (SerialException): WriteFile failed (WindowsError(5, 'Access is denied.'))
[ERROR] Can't read from printer (disconnected?) (SerialException): call to ClearCommError failed
SENT: M105
[ERROR] Can't write to printer (disconnected?) (SerialException): WriteFile failed (WindowsError(5, 'Access is denied.'))
[ERROR] Aborting connection attempt after 4 failed writes.
[ERROR] Can't read from printer (disconnected?) (SerialException): call to ClearCommError failed

@volconst
Copy link
Collaborator

volconst commented Jan 3, 2021

This is probably caused by MarlinFirmware/Marlin#20305
Try to send this command:
!self.p.greetings.append('echo:start')
in pronterface before connecting. If it works you can define a custom button and press it after starting pronterface.

@ducttapealien
Copy link
Author

I apologize for not getting back to this sooner but life interfered,
I sent that command like you suggested and it worked like a charm. I now have a green custom button at the bottom of the screen called Pre Connect and i am able to interact with my printer through Pronterface when ever i want.
Thank you very much.

@volconst
Copy link
Collaborator

Great, thanks !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants