Skew correction from Klipper implemented like #447
Labels
enhancement
New feature or request
question
Further information is requested
stale
Issue that appear to be inactive, mark for potenial closing if stale for longer time
Describe the feature or hardware support you'd like
Would be a great feature to add support for Skew correction inside klippain. E.g part of the macro START_PRINT.
https://www.klipper3d.org/Skew_Correction.html
To enable skew correction in the printer.cfg add [skew_correction]
It is needed to enter your skew numbers into the console and save it. This will save your skew profile to the bottom of printer.cfg.
E.g. SET_SKEW XY=141.22,141.15,100 XZ=140.87,141.34,99.84 YZ=141.12,141.26,99.94
SKEW_PROFILE SAVE=my_skew
Klipper docs warns about skew correction causing problems: https://www.klipper3d.org/Skew_Correction.html#caveats
I think it would be good to add SKEW_PROFILE LOAD to your START_PRINT macro and SET_SKEW CLEAR=1 to the END_PRINT macro. This could either be add to the klippain macros for Klipper or in the slicer program. Implementing this in klippain would be great. and a nice future in my opinion.
I'm curious what others think of this.
Additional context or information
No response
The text was updated successfully, but these errors were encountered: