moving the points for z-tilt
hello, i am currently searching for the z-tilt variables. However, i dont want to do something faulty here.
i guess the code in printer.cfg should be:
but i am not sure how it is defined currently
I would do it like this to move the points a bit further to the center of the bed:
this should lead to a triangle which is a little bit more off the edges. could this work?
Solution:Jump to solution
Ahhh thank you. That was what I was searching for. TBH it was 2 in one question. First of all if it is correct and 2nd how it is defined right now.
This is the config for the 500:
points:
30,30...
4 Replies
https://www.klipper3d.org/Config_Reference.html?h=z_tilt#z_tilt
you have it correct 🙂
Ok cool, but my question was how it is defined right now. I haven’t found the points the printer is using ok the standard config….
ah, sorry. I thought you were trying to figure out how to override it. Lemme poke around
https://github.com/Rat-OS/RatOS-configuration/blob/v2.1.x/printers/v-core-4/300.cfg
@Chris
Solution
Ahhh thank you. That was what I was searching for. TBH it was 2 in one question. First of all if it is correct and 2nd how it is defined right now.
This is the config for the 500:
points:
30,30
250,460
470,30
Means the actual points are 30mm from the edges. And my suggestion is 50mm off the edges. Ok thx 🙂