explicitly specify linear PA mode for Bambu printers

This commit is contained in:
SoftFever 2022-11-09 21:48:29 +08:00
parent e551fe57b7
commit a22a382e1d
3 changed files with 20 additions and 7 deletions

View file

@ -1306,6 +1306,8 @@ void GCode::_do_export(Print& print, GCodeOutputStream &file, ThumbnailsGenerato
#if ENABLE_GCODE_VIEWER_DATA_CHECKING
m_last_mm3_per_mm = 0.;
#endif // ENABLE_GCODE_VIEWER_DATA_CHECKING
m_writer.set_is_bbl_machine(is_bbl_printers);
// How many times will be change_layer() called?
// change_layer() in turn increments the progress bar status.