mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 23:17:35 -06:00
Fix false "The 3mf has following modified G-codes in filament or printer presets" warning when loading a project
This commit is contained in:
parent
057926f957
commit
103d778e63
1 changed files with 1 additions and 1 deletions
|
@ -1011,7 +1011,7 @@ int PresetBundle::validate_presets(const std::string &file_name, DynamicPrintCon
|
|||
return ret;
|
||||
}
|
||||
|
||||
for(unsigned int index = 1; index < filament_count+2; index ++)
|
||||
for(unsigned int index = 1; index < filament_count; index ++)
|
||||
{
|
||||
std::string different_settingss = different_values[index];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue