04-03-2022 11:24 AM
I'm sharing this easy solution after wasting a couple hours figuring out what's going on with the Professional Print & Layout software. Whenever the IP address of my printer changed (due to a router reboot, power outage, etc), all of my presets would stop working, and the print queue would be unable to send to the printer. Rather than wasting time creating a new printer and then editing or adding presets back, I wrote a simple zsh function for macOS that just updates all of Canon's .xml files to change the printer's address on-the-fly.
Using Terminal, paste this into a file named .zprofile in your home folder:
function printerip { pushd ~/Library/Application\ Support/Canon; find . -name "*.xml" -exec sed -i '' -e "s/$1/$2/g" {} \;; popd }
Save, then run the command "source .zprofile" to source in the new function. It will also be there whenever you start a new shell. To use it, just type "printerip <old ip> <new ip>" and hit enter, for example:
printerip 192.168.1.18 192.168.1.23
You can now update all of your presets and printer profile in a couple seconds.
05/31/2023: New firmware updates are available.
EOS R6 Mark II - Version 1.1.2
05/18/2023: New firmware updates are available.
EOS Rebel T100 - Version 1.1.0
EOS 5D Mark IV - Version 1.4.0
EOS 6D Mark II - Version 1.2.0
PowerShot Elph 360HS - Version 1.1.0.0
PowerShot SX420 IS - Version 1.1.0.0
PowerShot 620 HS - Version 1.1.0.0
PowerShot SX720 HS - Version 1.1.0.0
PowerShot G1X Mark III - Version 1.1.0.0
PowerShot G7X Mark II - Version 1.2.0.0
PowerShot G9X Mark II - Version 1.1.0.0
04/20/2023: New firmware version 1.4.1 is available for EOS R3
03/30/2023: New firmware updates are available.
EOS 1DX Mark III- Version 1.7.1
Speedlite EL-1 - Version 1.0.2
03/30/2023: Product Advisory for EF50 F1.2 L USM
03/30/2023: Product Advisory for EOS R10
2/07/2023: New product announcements!
EOS R8 EOS R50RF-S55-210mm F5-7.1 IS STMRF24-50mm F4.5-6.3 IS STMRF15-30mm F4.5-6.3 IS STMCanon U.S.A Inc. All Rights Reserved. Reproduction in whole or part without permission is prohibited.