FIX: return true instead of false to represent success

Change-Id: Ib4bf8b5f5db50cfa98d578dad763174ec6d8ad4d
(cherry picked from commit bd7890c32e9bee9cc2316f11c5964a592d58c2d2)
This commit is contained in:
lane.wei 2023-02-16 20:27:27 +08:00 committed by Lane.Wei
parent 21a4b30e1b
commit 0a730e9c2e

View file

@ -3182,7 +3182,7 @@ ModelVolumeType type_from_string(const std::string &s)
bool _3MF_Exporter::_add_custom_gcode_per_print_z_file_to_archive( mz_zip_archive& archive, Model& model, const DynamicPrintConfig* config)
{
return false;
return true;
//std::string out = "";
//if (!model.custom_gcode_per_print_z.gcodes.empty()) {