mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-04-06 00:32:05 +02:00
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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user