Tool Position window improve reading of vertex info #468

Open
opened 2026-04-05 16:21:20 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @yw4z on 3/5/2026

Improves readings for Feature Type

• Adds travel, seam, wipe, retract, unretract as info
vivaldi_OIPXqz6J1h

Enables Actual flow rate readings

these part commented on code

// Don't display the actual flow, since it only gives data for the end of a segment

but i assume "segment" is each small move and value will not stay same. even on long moves. so its ok to use
orca-slicer_Shf5R0GxyA

Fixes value shown as "????" on windows

• Solution probably initializing buf[1024] = "" with empty value
• Removed unnecessary multiple read/write on buffer that probably related
Screenshot-20260305051703

Code improvements

• Moved FeatureType to switch to prevent 2 time check of condition
• Added a guard. its not render text now if buffer empty

*Originally created by @yw4z on 3/5/2026* # Improves readings for Feature Type • Adds travel, seam, wipe, retract, unretract as info ![vivaldi_OIPXqz6J1h](https://github.com/user-attachments/assets/3a7b57cc-2446-4019-baf2-4bada9888478) # Enables Actual flow rate readings these part commented on code ``` // Don't display the actual flow, since it only gives data for the end of a segment ``` but i assume "segment" is each small move and value will not stay same. even on long moves. so its ok to use ![orca-slicer_Shf5R0GxyA](https://github.com/user-attachments/assets/5f84d9d9-4145-47f6-950e-a2ee334cf123) # Fixes value shown as "????" on windows • Solution probably initializing `buf[1024] = ""` with empty value • Removed unnecessary multiple read/write on buffer that probably related <img width="880" height="687" alt="Screenshot-20260305051703" src="https://github.com/user-attachments/assets/b38eaf64-cb0d-4844-960a-4559a6dc086d" /> # Code improvements • Moved FeatureType to switch to prevent 2 time check of condition • Added a guard. its not render text now if buffer empty
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/OrcaSlicer#468