Skip to content

Commit e91ce85

Browse files
authored
Merge pull request #1055 from gszy/anycubic-pm7
Fix Anycubic Photon Mono M7 name casing
2 parents c07cd09 + f35b316 commit e91ce85

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

UVtools.Core/Printer/Machine.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ public Machine Clone()
233233
new(PrinterBrand.AnyCubic, "AnyCubic Photon Mono M5", "Photon Mono M5", 11520, 5120, 218.88f, 122.88f, 200f, FlipDirection.Horizontally),
234234
new(PrinterBrand.AnyCubic, "AnyCubic Photon Mono M5s", "Photon Mono M5s", 11520, 5120, 218.88f, 122.88f, 200f, FlipDirection.Horizontally),
235235
new(PrinterBrand.AnyCubic, "AnyCubic Photon Mono M5s Pro", "Photon Mono M5s Pro", 13312, 5120, 223.6416f, 126.976f, 200f, FlipDirection.Horizontally),
236-
new(PrinterBrand.AnyCubic, "AnyCubic Photon Mono M7", "Photon Mono M7", 13312, 5120, 223.6416f, 126.976f, 230f, FlipDirection.Horizontally),
236+
new(PrinterBrand.AnyCubic, "Anycubic Photon Mono M7", "Photon Mono M7", 13312, 5120, 223.6416f, 126.976f, 230f, FlipDirection.Horizontally),
237237
new(PrinterBrand.AnyCubic, "AnyCubic Photon Mono M7 Pro", "Photon Mono M7 Pro", 13312, 5120, 223.6416f, 126.976f, 230f, FlipDirection.Horizontally),
238238
new(PrinterBrand.AnyCubic, "AnyCubic Photon Mono M7 Max", "Photon Mono M7 Max", 6480, 3600, 298.08f, 165.6f, 300f, FlipDirection.Horizontally),
239239
new(PrinterBrand.AnyCubic, "AnyCubic Photon Mono", "Photon Mono", 1620, 2560, 82.62f, 130.56f, 165f, FlipDirection.Horizontally),

0 commit comments

Comments
 (0)