LoginSignup
6
4

More than 5 years have passed since last update.

Macでプリントプリセットの初期値を変更する

Posted at

1. プリセットを作る

プリント設定画面で所望の設定に変更し、現在の設定をプリセットとして保存...

スクリーンショット 2014-05-02 16.01.59.png

ここではプリセット名として B&W とした。このプリセット名は後でつかいます。
kobito.1399014239.233952.png

2. プリセットをデフォルトに設定

2.1. プリンタの装置名を確認

システム環境設定 > プリンタとスキャナ > オプションとサプライ で確認出来る。
ここでは printer02_local
kobito.1399014639.369075.png

2.2 ターミナルでこんなコマンドを入力

ここで printer02_localB&W は自分の環境に合わせて変更する。

> defaults write com.apple.print.custompresets.forprinter.printer02_local com.apple.print.lastPresetPref 'B&W'
> defaults write com.apple.print.custompresets.forprinter.printer02_local com.apple.print.lastPresetPrefType 3

kobito.1399015055.745999.png

6
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
4