Giter VIP home page Giter VIP logo

Comments (7)

hankecnc avatar hankecnc commented on August 22, 2024

I just tested the old version of grbl, he did not have this problem behavior, it is certain that it is because I modified the configuration of conifg.h

from core.

hankecnc avatar hankecnc commented on August 22, 2024

?Why? Why even the default grblhal behaves like this

from core.

hankecnc avatar hankecnc commented on August 22, 2024

I tried to re-download grblhal from git and re-download and burn, why even the default grblhal behaves like this?

from core.

dresco avatar dresco commented on August 22, 2024

I tried to re-download grblhal from git and re-download and burn, why even the default grblhal behaves like this?

Steps per mm at the default setting of 250? You can't hit 1.55mm exactly with that setting (is parameter $102 for the Z axis)..

from core.

hankecnc avatar hankecnc commented on August 22, 2024

我试图从 git 重新下载 grblhal 并重新下载和刻录,为什么默认的 grblhal 也会这样?

默认设置为 250 时每毫米步数?您无法使用该设置准确地达到 1.55 毫米(Z 轴的参数 $102)。

Well, this is indeed the problem, it is shocking, I have used grbl for a long time, and the old version of grbl is also the same. I only found this problem today.

from core.

terjeio avatar terjeio commented on August 22, 2024

I tried to re-download grblhal from git and re-download and burn, why even the default grblhal behaves like this?

Steps per mm at the default setting of 250? You can't hit 1.55mm exactly with that setting (is parameter $102 for the Z axis)..

Position is stored in whole number of steps (since that is what stepper motors move by) and translated back to actual position for the report.

1.55 * 250 = 387.5 steps > 388 steps sent to the motor. 388 / 250 = 1.552. Use >= 1000 steps/mm for more accurate report of position. Not that it may better represent reality since motor, (ball)screw and other tolerances are not likely to to match. E.g a C7 grade ballscrew can have a deviation of max 0.05 mm over 300mm travel.

from core.

hankecnc avatar hankecnc commented on August 22, 2024

I tried to re-download grblhal from git and re-download and burn, why even the default grblhal behaves like this?

Steps per mm at the default setting of 250? You can't hit 1.55mm exactly with that setting (is parameter $102 for the Z axis)..

Position is stored in whole number of steps (since that is what stepper motors move by) and translated back to actual position for the report.

1.55 * 250 = 387.5 steps > 388 steps sent to the motor. 388 / 250 = 1.552. Use >= 1000 steps/mm for more accurate report of position. Not that it may better represent reality since motor, (ball)screw and other tolerances are not likely to to match. E.g a C7 grade ballscrew can have a deviation of max 0.05 mm over 300mm travel.

Thank you, okay, this is indeed the problem. It is shocking. Today I tried to add a relative coordinate in the host computer production (using the mechanical coordinate obtained this time-the mechanical coordinate obtained last time = the movement increment), and the result is often No, it was finally discovered that it was the problem.

from core.

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.