mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 00:52:04 +00: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:
@@ -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];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user