I ran across a video showing the mesh only being taken on the actual print area, not the whole bed. Followed some links in the description and found out it was Klipper macros that were accomplishing this. Looked pretty interesting so I figured I’d try it. Pretty straight forward except that the instructions use some global variables that have been depreciated. As soome as I got that worked out it worked like a charm.
Yes and not very long ago. I discover it when I tried to do the Start_Print macro. I had copied one from GitHub and when I restarted I got a message that I need to fix it before it would load. Did a little research and found where it had been depreciated. I also discovered that Klipper will get upset and not load if some of the indenting isn’t correct. Actually I had something indented that is didn’t want indented and got a whole page full of errors. Sort of reminded me of when you tried to compile and had forgotten a } or ;
The “variable_parameter_” sured seemed better to me and made more sense, not to mention less chance for mistakes. The bad thing is that they don’t go back and update directions with the new syntax. This makes it more difficult for a new user without programing knowledge to get things working. Wonder how many people have given up because of this?