Fix erroneous interpolation on speed, flow rate in speed and flow views #1173

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

Originally created by @igiannakas on 1/6/2026

Description

Reverts to default orca behaviour of showing the gcode speeds and flow values instead of an interpolation to the next segment.

The existing behaviour incorrectly shows the next G1 XY command following a bridge or overhang as interpolated when using the speed and flow views. This is inconsistent with both actual speed (as its limited to a single segment) and gcode view (as it shows a speed gradient where there is none in the gcode).

Before / after
image
image

image

Actual speed and flow views are unaffected

image
image

*Originally created by @igiannakas on 1/6/2026* # Description Reverts to default orca behaviour of showing the gcode speeds and flow values instead of an interpolation to the next segment. The existing behaviour incorrectly shows the next G1 XY command following a bridge or overhang as interpolated when using the speed and flow views. This is inconsistent with both actual speed (as its limited to a single segment) and gcode view (as it shows a speed gradient where there is none in the gcode). Before / after ![image](https://github.com/user-attachments/assets/f3dc1130-40cf-48e6-8da4-ef4b7df15721) ![image](https://github.com/user-attachments/assets/a14c88f7-07dd-4076-be82-dbc13b05ad00) ![image](https://github.com/user-attachments/assets/7876e297-2f59-4adf-bd13-c1da75117d33) Actual speed and flow views are unaffected ![image](https://github.com/user-attachments/assets/c71d6361-9190-4bb4-8b44-40131b1c4b8f) ![image](https://github.com/user-attachments/assets/e97bf6cc-e2ab-4aed-8130-b41f3e4a7ed2)
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/OrcaSlicer#1173