mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-13 23:43:03 +00:00
# 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    Actual speed and flow views are unaffected  