mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-20 05:07:51 -06:00
Fixed typo "Confing" (#4071)
This commit is contained in:
parent
2d140f92ff
commit
f5654d80ef
3 changed files with 5 additions and 5 deletions
|
@ -2413,7 +2413,7 @@ ModelVolumeType type_from_string(const std::string &s)
|
|||
}
|
||||
|
||||
// Adds slic3r print config file ("Metadata/Slic3r_PE.config").
|
||||
// This file contains the content of FullPrintConfing / SLAFullPrintConfig.
|
||||
// This file contains the content of FullPrintConfig / SLAFullPrintConfig.
|
||||
if (config != nullptr) {
|
||||
if (!_add_print_config_file_to_archive(archive, *config)) {
|
||||
close_zip_writer(&archive);
|
||||
|
|
|
@ -5900,7 +5900,7 @@ void PlateData::parse_filament_info(GCodeProcessorResult *result)
|
|||
}
|
||||
|
||||
// Adds slic3r print config file ("Metadata/Slic3r_PE.config").
|
||||
// This file contains the content of FullPrintConfing / SLAFullPrintConfig.
|
||||
// This file contains the content of FullPrintConfig / SLAFullPrintConfig.
|
||||
if (config != nullptr) {
|
||||
// BBS: change to json format
|
||||
// if (!_add_print_config_file_to_archive(archive, *config)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue