Giter VIP home page Giter VIP logo

Comments (6)

joydi avatar joydi commented on July 2, 2024 1

Please read carefully what I have written twice. The head is at 230,350 and wants to add 226,330 to x and y. The switch_xy_offsets takes offset values from your nozzle position. But you defined the absolute values there. Either change switch_xy_offsets: 226,330 to switch_xy_offsets: -4,-20 or use switch_xy_position like switch_xy_position: 226,330.

Hey TitusLabs, that worked very good for me thank you a lot !

from klipper_z_calibration.

TitusLabs avatar TitusLabs commented on July 2, 2024

Yes, you configured the absolute switch position as offset from the nozzle's position. Either change this to offsets like: switch_xy_offsets: -5,21 or change it to switch_xy_position

from klipper_z_calibration.

avispa4291 avatar avispa4291 commented on July 2, 2024

Can you show what this looks like in the config file, I'm having the same issue after updating to bullseye

from klipper_z_calibration.

TitusLabs avatar TitusLabs commented on July 2, 2024

As I said, either configure the absolute position of the switch with switch_xy_position or the offsets from the nozzle position with switch_xy_offsets.

And, if you get a "move out of range" error, also check if you enabled the wiggle feature with wrong values. Otherwise your dock/undock macros may be wrong.

from klipper_z_calibration.

avispa4291 avatar avispa4291 commented on July 2, 2024

I have it configured that way but still get the error

nozzle_xy_position: 230,350
#probe_nozzle_x: 230
#probe_nozzle_y: 350
#   The X and Y coordinates (in mm) for clicking the nozzle on the
#   Z endstop.

switch_xy_offsets: 226,330
#probe_switch_x: 226 # subtract ROUGHLY 3.75 from probe_nozzle_x to start
#probe_switch_y: 330  # subtract ROUGHLY 19.25 from probe_nozzle_y to start
#   The X and Y coordinates (in mm) for clicking the probe's switch
#   on the Z endstop.

#probe_bed_x: default from relative_reference_index of bed_mesh
#probe_bed_y: default from relative_reference_index of bed_mesh
#   The X and Y coordinates (in mm) for probing on the print surface
#   (e.g. the center point) These coordinates will be adapted by the
#   probe's X and Y offsets. The default is the relative_reference_index
#   of the configured bed_mesh. It will raise an error if there is no
#   probe_bed site and no bed_mesh with a relative_reference_index
#   configured.

switch_offset: 0.63	# (was 0.615)lower number = less squish
#   The trigger point offset of the used mag-probe switch.
#   This needs to be fined out manually. More on this later
#   in this section..```

from klipper_z_calibration.

TitusLabs avatar TitusLabs commented on July 2, 2024

Please read carefully what I have written twice. The head is at 230,350 and wants to add 226,330 to x and y. The switch_xy_offsets takes offset values from your nozzle position. But you defined the absolute values there. Either change switch_xy_offsets: 226,330 to switch_xy_offsets: -4,-20 or use switch_xy_position like switch_xy_position: 226,330.

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.