From 00f4fbb5a6723ba4977cb18802c65bf8dedf6e29 Mon Sep 17 00:00:00 2001 From: tao wang Date: Tue, 1 Apr 2025 16:51:00 +0800 Subject: [PATCH] ENH:support printing all plate jira:[none] Change-Id: I528129705ad2b6e81cb7d0b625d3a9228baf9cf1 --- resources/printers/C11.json | 5 +++++ resources/printers/C12.json | 5 +++++ resources/printers/version.txt | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/resources/printers/C11.json b/resources/printers/C11.json index 2ce6b31be..0a214fcfb 100644 --- a/resources/printers/C11.json +++ b/resources/printers/C11.json @@ -87,5 +87,10 @@ }, "support_user_preset": true } + }, + "01.07.50.00": { + "print": { + "support_print_all": true + } } } \ No newline at end of file diff --git a/resources/printers/C12.json b/resources/printers/C12.json index 6e715a4fd..9689d33ae 100644 --- a/resources/printers/C12.json +++ b/resources/printers/C12.json @@ -79,5 +79,10 @@ }, "support_user_preset": true } + }, + "01.07.50.00": { + "print": { + "support_print_all": true + } } } \ No newline at end of file diff --git a/resources/printers/version.txt b/resources/printers/version.txt index b423aa61d..37be97115 100644 --- a/resources/printers/version.txt +++ b/resources/printers/version.txt @@ -1 +1 @@ -02.00.00.08 \ No newline at end of file +02.00.00.10 \ No newline at end of file