From 9a591516b87f2dbe36fc67e5d8ad36141717c3c6 Mon Sep 17 00:00:00 2001 From: Cory Cross Date: Tue, 4 Nov 2025 09:50:08 -0800 Subject: [PATCH] Perl no longer used, remove comment line --- src/libslic3r/PrintConfig.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libslic3r/PrintConfig.hpp b/src/libslic3r/PrintConfig.hpp index e3cbc37291..93520482ec 100644 --- a/src/libslic3r/PrintConfig.hpp +++ b/src/libslic3r/PrintConfig.hpp @@ -561,7 +561,6 @@ double min_object_distance(const ConfigBase &cfg); // The dynamic configuration is also used to store user modifications of the print global parameters, // so the modified configuration values may be diffed against the active configuration // to invalidate the proper slicing resp. g-code generation processing steps. -// This object is mapped to Perl as Slic3r::Config. class DynamicPrintConfig : public DynamicConfig { public: