Temporarely change bed size while running maco.
I need to make my bed size 410 for using my filament cutter. So what i want is bed size normal 400 but if i run the cut macro it has to temporarelly set to 410 to be able to push my lever. If macro ends it has to be 400 again.
2 Replies
That's not possible. Dimensions are determined by position_max/position_min on [stepper_x/y/z] section in your klipper config.
To change it you have to change your config and restart.
You can change position_max to 410, but depending on the physical space of your printer, you may need to move the virtual space around by adjusting position_endstop and position_min, to get what you want.
As long as your keep your slicers printer settings between 0 and 400 your prints will stay within those coordinates. But be sure that both 0 and 400 are within your build plate (this is what you adjust with position_min/position_max/position_endstop).
If none of this makes much sense to you, i recommend reading the klipper documentation.
ok tnx made a workaround.