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

Not Identify RMv2 terminal word wraping M115 after "Rostoc" #6

Open
T3CHKOMMIE opened this issue Nov 6, 2018 · 7 comments
Open

Not Identify RMv2 terminal word wraping M115 after "Rostoc" #6

T3CHKOMMIE opened this issue Nov 6, 2018 · 7 comments

Comments

@T3CHKOMMIE
Copy link

I think I found the bug that was causing this plugin to not detect i had a rostock seemecnc printer.

check this out:
Send: N22 M115*22Recv: okRecv: FIRMWARE_NAME:Repetier_0.92.2 FIRMWARE_DATE:20170109 MACHINE_TYPE:Rostock Max v2

your code is going through line by line, and my terminal is is next lining after Rostoc\nk Max v2

I changed the code to if (line.includes("Rost") ||
line.includes("White Max v2.75")) {

and the script is identifying my max v2 correctly now.

Not sure why the terminal is wrapping that line around but that is DEFINITELY the reason why some of our machines which are RM arent being identified.

I hope this help. Ping me if you have questions.

-Jules

@geneb
Copy link
Owner

geneb commented Nov 8, 2018

Jules, if you want to submit a pull request for this change, I'll accept it. Thanks for looking in to it!

@T3CHKOMMIE
Copy link
Author

Hey Gene, my fix no longer appears to be working.... I am not sure what the issue is at this point. M115 shows Rostock Max v2 and im running newer repetier firmware. Tshooting the JS in octoprint is making my eyes bleed.

help?

@T3CHKOMMIE
Copy link
Author

i had a js.bak files in the same directory for reverting changes. I wonder if octoprint was doing soemthing with it. after deleting that file it seems to be working now. ill keep testing.

@liranmas
Copy link

@T3CHKOMMIE the plugin does not identify my RMV2 as well, is it working for you as of now?

@T3CHKOMMIE
Copy link
Author

T3CHKOMMIE commented Dec 23, 2020 via email

@liranmas
Copy link

just to make sure, this plugin must have the HE280 hotend or the SE300 in order to work right? without the special effector plate it won't work?
The reason I'm asking is because MatterControl has a leveling feature that let's you measure each point and then it (I guess) gCode correcting the leveling

@T3CHKOMMIE
Copy link
Author

T3CHKOMMIE commented Dec 23, 2020 via email

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