Default DPI back to 1440 in calibration script
This commit is contained in:
parent
b06a0a6230
commit
d1bf69e711
|
@ -1,4 +1,4 @@
|
||||||
int DPI = 1440;
|
int DPI = 1200;
|
||||||
//Change this to a DPI supported by your printer.
|
//Change this to a DPI supported by your printer.
|
||||||
//
|
//
|
||||||
//Make sure to convert the generated "page_#.tif" files to the set DPI
|
//Make sure to convert the generated "page_#.tif" files to the set DPI
|
||||||
|
|
Loading…
Reference in New Issue