mirror of
https://github.com/QIDITECH/QIDIStudio.git
synced 2026-01-31 08:58:42 +03:00
fix some bug
This commit is contained in:
@@ -2409,6 +2409,11 @@ void GCode::_do_export(Print& print, GCodeOutputStream &file, ThumbnailsGenerato
|
||||
m_start_gcode_filament = GCodeProcessor::get_gcode_last_filament(machine_start_gcode);
|
||||
|
||||
m_writer.init_extruder(initial_non_support_extruder_id);
|
||||
|
||||
//y63
|
||||
if (m_config.enable_pressure_advance.get_at(initial_non_support_extruder_id))
|
||||
file.write(m_writer.set_pressure_advance(m_config.pressure_advance.get_at(initial_non_support_extruder_id)));
|
||||
|
||||
// add the missing filament start gcode in machine start gcode
|
||||
{
|
||||
DynamicConfig config;
|
||||
|
||||
Reference in New Issue
Block a user