Giter VIP home page Giter VIP logo

Comments (7)

TitusLabs avatar TitusLabs commented on July 18, 2024

There is currently no way to do this. I will add this feature...

from klipper_z_calibration.

KiwiChrist avatar KiwiChrist commented on July 18, 2024

Thanks Titus.
Any idea why my z_offest keeps reducing height between print starts?
Probe accuracy is not an issue.
Currently I'm restarting the firmware between prints which is successfully eliminating the issue.

I have looked through the cfg's and cannot for the life of me find anywhere that is reduces the z_offest.

from klipper_z_calibration.

TitusLabs avatar TitusLabs commented on July 18, 2024

Sorry, I was wrong! You can do like this:

{% if printer.z_calibration.last_query != True %}
  CALIBRATE_Z
{% endif %}

I will add this to the documentation..

from klipper_z_calibration.

TitusLabs avatar TitusLabs commented on July 18, 2024

You calibrate everything, print and rerun calibrate_z and the resulting offset changes without rerunning homing, QGL/Z-Tilt or mesh?

Is the value even wrong? Or is the offset then still correct? The fact is that the value may well change when the printer has become warm.

from klipper_z_calibration.

KiwiChrist avatar KiwiChrist commented on July 18, 2024

I have G28... so I'll change it to...
{% if "xyz" not in printer.toolhead.homed_axes %}
G28
{% endif %}

I already have....
{% if printer.quad_gantry_level.applied != True %}
quad_gantry_level
{% endif %}

I will change calibrate_z to this as suggested to...
{% if printer.z_calibration.last_query != True %}
CALIBRATE_Z
{% endif %}
SET_GCODE_OFFSET Z_ADJUST={params.Z_ADJUST|default(z_offset_dflt)|float} MOVE=1

I'll let you know how I get on.

from klipper_z_calibration.

KiwiChrist avatar KiwiChrist commented on July 18, 2024

All working now as expected. There is no longer a z height reduction between prints... that I can tell ATM.

from klipper_z_calibration.

TitusLabs avatar TitusLabs commented on July 18, 2024

Glad to hear that! But, I would recommend calibrating z before every print if the printer is closed and can heat up.

from klipper_z_calibration.

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.