mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 03:43:52 +00:00
@@ -600,6 +600,7 @@ void GCodeViewer::SequentialView::Marker::render_position_window(const libvgcode
|
|||||||
case libvgcode::EViewType::ActualVolumetricFlowRate: {
|
case libvgcode::EViewType::ActualVolumetricFlowRate: {
|
||||||
// Don't display the actual flow, since it only gives data for the end of a segment
|
// Don't display the actual flow, since it only gives data for the end of a segment
|
||||||
// sprintf(buf, "%s %s%.2f", buf, _u8L("Actual Flow: ").c_str(), vertex.actual_volumetric_rate());
|
// sprintf(buf, "%s %s%.2f", buf, _u8L("Actual Flow: ").c_str(), vertex.actual_volumetric_rate());
|
||||||
|
sprintf(buf, "%s %s", buf, " ");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case libvgcode::EViewType::ActualSpeed: {
|
case libvgcode::EViewType::ActualSpeed: {
|
||||||
|
|||||||
Reference in New Issue
Block a user