Fix grid lines origin for multiple plates #2199

Closed
opened 2026-04-06 01:26:56 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @yw4z on 9/14/2025

I sent this in this PR https://github.com/SoftFever/OrcaSlicer/pull/10532 but i assume its better send this as separate PR since we dont make major changes currently

FIX

fixes my simple mistake on https://github.com/SoftFever/OrcaSlicer/pull/9524 . used x() for both axes
90a6c53ad5/src/slic3r/GUI/PartPlate.cpp (L477)

all plate gridlines now aligned as expected

COMPARISON

BEFORE- Grids on second plate not starts from origin
Screenshot-20250914233353
AFTER
Screenshot-20250914233214

BEFORE- Grids on second plate not starts from origin
Screenshot-20250914233333
AFTER
Screenshot-20250914233229

*Originally created by @yw4z on 9/14/2025* I sent this in this PR https://github.com/SoftFever/OrcaSlicer/pull/10532 but i assume its better send this as separate PR since we dont make major changes currently ### FIX fixes my simple mistake on https://github.com/SoftFever/OrcaSlicer/pull/9524 . used x() for both axes https://github.com/SoftFever/OrcaSlicer/blob/90a6c53ad57e523fccd7e7658c7f05f1954522a8/src/slic3r/GUI/PartPlate.cpp#L477 all plate gridlines now aligned as expected ### COMPARISON BEFORE- Grids on second plate not starts from origin <img width="1812" height="1126" alt="Screenshot-20250914233353" src="https://github.com/user-attachments/assets/e33bff3b-ccbf-4e18-982c-b32d3862497e" /> AFTER <img width="1805" height="1126" alt="Screenshot-20250914233214" src="https://github.com/user-attachments/assets/92fb43da-97c8-418a-9c52-5c04457c9989" /> BEFORE- Grids on second plate not starts from origin <img width="1812" height="1126" alt="Screenshot-20250914233333" src="https://github.com/user-attachments/assets/92a0a765-1e38-4bf4-8d4f-309c7a72bdc8" /> AFTER <img width="1805" height="1126" alt="Screenshot-20250914233229" src="https://github.com/user-attachments/assets/21398621-dfec-44c9-b816-8ff1ac268b30" />
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/OrcaSlicer#2199