mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-12-05 16:51:07 -07:00
fixed an bug that CN plate name was not working properly
This commit is contained in:
parent
580424701b
commit
14f248f8fa
4 changed files with 11 additions and 9 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue