set_default_printer
Set a specific printer as the default printing device for your macOS or Linux system using the CUPS printing system.
Instructions
Set a printer as the default printer
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| printer | Yes | Printer name to set as default |
Input Schema (JSON Schema)
{
"properties": {
"printer": {
"description": "Printer name to set as default",
"type": "string"
}
},
"required": [
"printer"
],
"type": "object"
}