(self)
| 1103 | self.help_config() |
| 1104 | |
| 1105 | def help_config(self): |
| 1106 | print("Change printer settings: config <setting>") |
| 1107 | print(" duplex - Set duplex printing.") |
| 1108 | print(" copies # - Set number of copies.") |
| 1109 | print(" economode - Set economic mode.") |
| 1110 | print(" negative - Set negative print.") |
| 1111 | print(" mirror - Set mirror inversion.") |
| 1112 | |
| 1113 | options_config = {'duplex': 'Duplex', |
| 1114 | 'copies': 'NumCopies', |