Git Product home page Git Product logo

Comments (13)

im-pro-at avatar im-pro-at commented on July 24, 2024

Hello lakouben,

I programmed the auto leveling long time ago ...
I use the following Firmware:
https://github.com/pknoe3lh/Marlin
My last commit was Oct 31, 2015 so its far behind....

My Marlin version echo a end stop hit event ....
I cannot upgrade because i use a lot of modified stuff ...

Can you send me a correct sequence what the application have to send to get the hit report.
And what it will get when there was no hit?
Then i can modify the code ;-)

I now playing around with grbl so there will hopfully be an update soon :-)

greetings
Patrick

By the way you also always welcome to contribute code changes!

from cncgcodecontroller.

skulbl4k4 avatar skulbl4k4 commented on July 24, 2024

Hi, i have the same problème, :( its a good contrôler. you are fixe the problème ?

see you soon.

from cncgcodecontroller.

im-pro-at avatar im-pro-at commented on July 24, 2024

I used Auto leveling again and had not problems!
Please send me the setup and settings and i can try to understand the problem.

greetings
Patrick

from cncgcodecontroller.

skulbl4k4 avatar skulbl4k4 commented on July 24, 2024

from cncgcodecontroller.

theinlinaung2010 avatar theinlinaung2010 commented on July 24, 2024

I also have the auto levelling issue. I can home the Z axis but the Z carriage still descends despite the trigger of the probe. I am using Marlin.

from cncgcodecontroller.

im-pro-at avatar im-pro-at commented on July 24, 2024

Ok I dont have a Marlin Setup.

So can you tell me what commands are needed and what response is given.

greetings
Patrick

from cncgcodecontroller.

tomtenberge avatar tomtenberge commented on July 24, 2024

such a pitty noone followed up on this :(
the command for marlin is "G30"

Picture of the communications : (https://i.gyazo.com/7e87c0b7b6f0b0dc10f39a078f7617fa.png)

hopefully this helps
ps, this is with a offset of 0 on the probe

from cncgcodecontroller.

MattRSON avatar MattRSON commented on July 24, 2024

Is there any update with this? I am having the same problem with it probing one point then sitting there till it times out. I have tried G30 and I think that is the way to go but don't know how to implement it so that it uses the echo and moves to the next point.

from cncgcodecontroller.

McNugget6750 avatar McNugget6750 commented on July 24, 2024

I'm forcing my way through this as your software has the only actually working auto-level feature for pcb milling I have found so far.
I'm using GRBL-MEGA 1.1 latest.

Sequence:

  1. Go manually close to the surface using the jog controlls
  2. G92Z0
  3. Lift 5mm
  4. hit auto level start.
    image
  5. The head now moves down slowly until it hits the surface after which the following ALERT appears which also disconnects from GRBL (a feature that I'd like to remove. Disconnecting at any alert or error is not a good idea). ""Timeout: No end stop hit!""

I tracked down the error to JPanelAutoLevel.java but I can't work out how the system processes the responses from GRBL to determine that there was a contact or not. Could you please help me find the code section I should be looking?

One note: In GRBL 1.1 the probe pin reporting is different from 0.9 and earlier. It directly reports that a probe pin was hit, not a Z-axis endstop. I assume the issues could be there.

GRBL reports the hit correctly but the hit is not understood:
image

Any ideas?

from cncgcodecontroller.

im-pro-at avatar im-pro-at commented on July 24, 2024

Hallo,

I upgraded to GRPL 1.1 and the only thing that was not working out of the box was to get the position update!
I fixed that right now.

You can also see in the log "INFO: Received Z hit at: -22.1620"
So the system is reporting it correctly!

Then its also correctly Asking for the Position!

image

But it does not report it and this should be fixed now ;-)

greetings
Patrick

from cncgcodecontroller.

im-pro-at avatar im-pro-at commented on July 24, 2024

Oh you also need to set the following settings in GRBL to report the WPos:
$10=2

from cncgcodecontroller.

McNugget6750 avatar McNugget6750 commented on July 24, 2024

Hey Patrick,

Excellent! I pulled your last changes and it works! Thank you very much for checking this out for quickly!

from cncgcodecontroller.

im-pro-at avatar im-pro-at commented on July 24, 2024

You are welcome ;-)

from cncgcodecontroller.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.