mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-09 10:16:50 +00:00
fixed an bug that CN plate name was not working properly
This commit is contained in:
@@ -3654,7 +3654,7 @@ void PlateData::parse_filament_info(GCodeProcessorResult *result)
|
||||
}
|
||||
else if(key == PLATER_NAME_ATTR)
|
||||
{
|
||||
m_curr_plater->plate_name = value;
|
||||
m_curr_plater->plate_name = value.c_str();
|
||||
}
|
||||
else if (key == LOCK_ATTR)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user