mirror of
https://github.com/andreili/klipper.git
synced 2025-08-24 03:44:06 +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>