#How to override the "points" specified in the [quad_gantry_level] of my printer.cfg?

2 messages · Page 1 of 1 (latest)

lean dust
#

I am looking to occassionally use a special build sheet on my 2.4R2 that is is about 50mm smaller on X & Y than the physical bed. Instead of using a custom printer.cfg file, I was hoping to programmactically override things (mesh, etc.). I've got just about everything figured out except for QGL "points" (the physical locations for the probing points used during QGL). Based on my limited knowledge of python, it doesn't look like the points can be specified as parameters when calling quad_gantry_level. Is there some way I can override the "points" defined in my printer.cfg via gcode within my sliced print? I'd rather not customize the Python code for QGL, and I'd rather not have to swap out printer.cfg files and restart. Any guidance would be greatly appreciated.

sharp pagoda
#

Unfortunately, no. Those settings a parsed at Klipper startup and can't be changed afterwards.