QoL: improve gcode marker (#11881)

QoL: Improve gcode marker
This commit is contained in:
SoftFever
2026-01-09 11:52:30 +08:00
committed by GitHub
parent 7ac84b1f17
commit 779f4a890d
6 changed files with 71 additions and 7 deletions

View File

@@ -82,6 +82,10 @@ struct PathVertex
// Segment estimated times
//
std::array<float, TIME_MODES_COUNT> times{ 0.0f, 0.0f };
//
// Layer duration in seconds
//
float layer_duration{ 0.0f };
//
// Return true if the segment is an extrusion move