mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-21 21:58:03 -06:00
GCode Viewer -> Fixed used filament for gcode files produced by other slicers
This commit is contained in:
parent
2f8190e6d0
commit
a2788f3a73
2 changed files with 97 additions and 71 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue