删除对折

This commit is contained in:
13038267101 2023-03-01 15:52:33 +08:00
parent 8fee907cac
commit cdc46f4673
1 changed files with 1 additions and 1 deletions

View File

@ -3068,7 +3068,7 @@ void huagao_ds::init_support_caps_ex(void)
ADD_SANE_CAP(is_erase_hole_b); // 穿孔移除 - 下
ADD_SANE_CAP(search_hole_range_b); // 穿孔搜索范围 - 下
ADD_SANE_CAP(fold_direction); // 对折方向
ADD_SANE_CAP(fold_type);
//ADD_SANE_CAP(fold_type);
ADD_SANE_CAP(color_correction);
}
std::wstring huagao_ds::get_config_file(void)