This commit is contained in:
gb 2022-08-05 10:56:32 +08:00
commit 246fa5dcb2
2 changed files with 5 additions and 1 deletions

View File

@ -18,7 +18,7 @@ namespace Device {
papersize.insert({ B4,SIZE{250,353} });
papersize.insert({ B5,SIZE{176,250} });
papersize.insert({ B6,SIZE{125,176} });
if(pid_ == 0x400)
if(pid_ == 0x400 || pid_ == 0x402)
papersize.insert({ MaxSize,SIZE{297,(long)(420 * 1.5)} });
else if(pid_ == 0x300)
papersize.insert({ MaxSize,SIZE{210,297 * 2} });

View File

@ -954,6 +954,10 @@ int hg_scanner_402::writedown_image_configuration(void)
{
ic.resolution_dst = resolution_;
}
else
{
ic.resolution_dst = resolution_;
}
}
else
{