mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-05 20:16:05 +08: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
@ -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…
x
Reference in New Issue
Block a user