GCodeProcessor::MoveVertex -> added placeholder for time

This commit is contained in:
enricoturri1966 2020-04-28 10:29:25 +02:00
parent a77461b467
commit 1cb0f044db
4 changed files with 11 additions and 0 deletions
src/libslic3r/GCode

View file

@ -82,6 +82,7 @@ namespace Slic3r {
float height{ 0.0f }; // mm
float mm3_per_mm{ 0.0f };
float fan_speed{ 0.0f }; // percentage
float time{ 0.0f }; // s
float volumetric_rate() const { return feedrate * mm3_per_mm; }