Fix: GCodeViewer displaying inconsistent data in title and body #1023

Closed
opened 2026-04-05 16:42:43 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @Sabriel-Koh on 1/20/2026

Description

Previously, the GCodeViewer would display stats in for flow, width, height, and line type in the title/summarized view even while there was no extrusion (e.g., travelling). It has been fixed to only show N/A, matching the display in the detailed view.

Additionally, actual flow is no longer displayed in the title. It only shows the actual flow for the end of a segment, and so may give the wrong impression that the actual flow is consistently low. It is also more consistent with its absence in the detailed view.

Fixes #11910

Screenshots/Recordings/Graphs

Line/Feature Type Bef/Aft
imageimage

Line Height Bef/Aft
imageimage

Line Width Bef/Aft
imageimage

Flow Bef/Aft
imageimage

Actual Flow Removed
image

Tests

Checked the GCodeViewer on the same project file on pre- and post- fix builds

*Originally created by @Sabriel-Koh on 1/20/2026* # Description Previously, the GCodeViewer would display stats in for flow, width, height, and line type in the title/summarized view even while there was no extrusion (e.g., travelling). It has been fixed to only show N/A, matching the display in the detailed view. Additionally, actual flow is no longer displayed in the title. It only shows the actual flow for the end of a segment, and so may give the wrong impression that the actual flow is consistently low. It is also more consistent with its absence in the detailed view. Fixes #11910 # Screenshots/Recordings/Graphs Line/Feature Type Bef/Aft <img width="386" height="433" alt="image" src="https://github.com/user-attachments/assets/d6f974b8-f82c-44c5-8d7b-966c26e402f9" /><img width="346" height="432" alt="image" src="https://github.com/user-attachments/assets/27af9972-e9ea-4229-a292-49c5875e8fea" /> Line Height Bef/Aft <img width="377" height="438" alt="image" src="https://github.com/user-attachments/assets/cad3eb6e-a755-41d9-8b3b-52d1a8f366ea" /><img width="372" height="439" alt="image" src="https://github.com/user-attachments/assets/cf601c39-8c32-400c-b27c-e98456175542" /> Line Width Bef/Aft <img width="375" height="436" alt="image" src="https://github.com/user-attachments/assets/0ddd65fc-3931-43d2-91e2-e2e8fcaad39e" /><img width="372" height="438" alt="image" src="https://github.com/user-attachments/assets/eb390bc9-4231-4eda-a223-a18574ad6877" /> Flow Bef/Aft <img width="376" height="440" alt="image" src="https://github.com/user-attachments/assets/46a20f75-bb51-4e04-a5c9-cf952675f782" /><img width="371" height="433" alt="image" src="https://github.com/user-attachments/assets/3f545cdd-ec2c-48b0-a839-0cb89f42af96" /> Actual Flow Removed <img width="1180" height="1296" alt="image" src="https://github.com/user-attachments/assets/1e792a3f-8457-425f-9faa-664241b02798" /> ## Tests Checked the GCodeViewer on the same project file on pre- and post- fix builds
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/OrcaSlicer#1023