GCode Viewer -> Fixed used filament for gcode files produced by other slicers

This commit is contained in:
enricoturri1966 2021-06-15 09:39:33 +02:00
parent 2f8190e6d0
commit a2788f3a73
2 changed files with 97 additions and 71 deletions

View file

@ -718,6 +718,8 @@ namespace Slic3r {
void store_move_vertex(EMoveType type);
void set_extrusion_role(ExtrusionRole role);
float minimum_feedrate(PrintEstimatedStatistics::ETimeMode mode, float feedrate) const;
float minimum_travel_feedrate(PrintEstimatedStatistics::ETimeMode mode, float feedrate) const;
float get_axis_max_feedrate(PrintEstimatedStatistics::ETimeMode mode, Axis axis) const;