mirror of
https://github.com/Klipper3d/klipper.git
synced 2026-07-31 20:41:16 +02:00
If the choice mapping uses integer keys then lookup the config option using self.getint(). This simplifies the callers and improves the encoding of the printer.configfile.settings export. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>