Eremius
Member
I am configuring the klipper_z_calibration mod for use with my euclid probe.
It looks like the config file for the mod wants a lot of data duplication of info that are available in other config files.
It seems like the smart way to do this would be to be able to access the data as a variable. For instance, z_cali sets a config which uses a value of 2 x z_offset. It seems like instead of explicitly setting that number I should be able to do "$z_offset * 2".
Is this a thing? Are you able to reference other configured parameters? It seems like this is a gimme in terms of usability and code clarity.
It looks like the config file for the mod wants a lot of data duplication of info that are available in other config files.
It seems like the smart way to do this would be to be able to access the data as a variable. For instance, z_cali sets a config which uses a value of 2 x z_offset. It seems like instead of explicitly setting that number I should be able to do "$z_offset * 2".
Is this a thing? Are you able to reference other configured parameters? It seems like this is a gimme in terms of usability and code clarity.