2

Klipper lets you define a skew profile that is loaded / unloaded on demand during START_PRINT / END_PRINT macros called during printing of a sliced file. This seems to be the recommended way to apply the skew in Klipper, in fact it is in the documentation this way: https://www.klipper3d.org/skew_correction.html.

My question is, should I also manually load the skew profile prior to executing the BED_SCREWS_ADJUST built-in command in Klipper?

Or does BED_SCREWS_ADJUST ignore the skew entirely so it doesn't matter?

Trish
  • 20,169
  • 10
  • 43
  • 92
Sam T
  • 21
  • 4

1 Answers1

1

The skew correction works in X/Y axis while bed screws helps you correct the ax axis. Since they don’t work in the same axis, I don’t see why they would interfere with each other.

  • Welcome and thank you for your contribution. When you get a chance, please take the [Tour](https://3dprinting.stackexchange.com/tour) to understand how the site works and how it is different than others. – agarza Mar 08 '21 at 14:18
  • @victor-lazaro But skew correction I am doing has XY, XZ, YZ component - https://www.thingiverse.com/thing:2972743. I thought this meant Z coordinate is adjusted, similar to a mesh. But I could be wrong! Still a bit unclear about it. – Sam T Mar 09 '21 at 16:47
  • 1
    You’re right. My bad. I don’t use skew correction on mine, I just fixed the frame. – Victor Lazaro Mar 09 '21 at 16:48
  • After some months with the printer, I think I agree that squaring the frame of my little cartesian printer is simple enough to avoid skew correction in software as well. – Sam T May 20 '21 at 14:43