GCodeViewer - Fixed visualization of time estimates for silent mode
This commit is contained in:
parent
64e68f418b
commit
b8fc1d3173
3 changed files with 69 additions and 67 deletions
src/libslic3r/GCode
|
@ -242,7 +242,7 @@ namespace Slic3r {
|
|||
bool extruder_unloaded;
|
||||
// whether or not to export post-process the gcode to export lines M73 in it
|
||||
bool export_remaining_time_enabled;
|
||||
// allow to skip the lines M201/M203/M204/M205 generated by GCode::print_machine_envelope()
|
||||
// allow to skip the lines M201/M203/M204/M205 generated by GCode::print_machine_envelope() for non-Normal time estimate mode
|
||||
bool machine_envelope_processing_enabled;
|
||||
MachineEnvelopeConfig machine_limits;
|
||||
// Additional load / unload times for a filament exchange sequence.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue