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:
points:
(point 1 x,y)
(point 2 x,y)
(point 3 x,y)
points:
(point 1 x,y)
(point 2 x,y)
(point 3 x,y)
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:
points:
50,50
450,50
200,450
points:
50,50
450,50
200,450
this should lead to a triangle which is a little bit more off the edges. could this work?
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...
Jump to solution
4 Replies
Chris
ChrisOP•8h ago
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….
TheTik
TheTik•7h ago
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
Chris
Chris•6h ago
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 🙂

Did you find this page helpful?