Fixes / Improvements for Covers & Printer Selection dialog (#11151)

* init

* update

* Crop cover images

* match setup wizard UI

* update

* tiertime

* anycubic

* anycubic

* construct3d

* update

---------

Co-authored-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
yw4z
2025-11-04 05:16:06 +03:00
committed by GitHub
parent ebb89a583d
commit 3c65617139
339 changed files with 89 additions and 65 deletions

View File

@@ -476,8 +476,8 @@ def main():
parser.add_argument(
'--ratio',
type=float,
default=0.64,
help='Target content to image ratio (default: 0.64 = 64%%)'
default=1,
help='Target content to image ratio (default: 1 = 100%%)'
)
parser.add_argument(
'--dry-run',