From 6a07c346d6a6d6299756e36a7c9b3086ed60944e Mon Sep 17 00:00:00 2001 From: "c.lamboo" Date: Tue, 31 Oct 2023 11:31:10 +0100 Subject: [PATCH] Update comment CURA-10561 --- plugins/MakerbotWriter/MakerbotWriter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/MakerbotWriter/MakerbotWriter.py b/plugins/MakerbotWriter/MakerbotWriter.py index 7009ad650c..122f4b8e91 100644 --- a/plugins/MakerbotWriter/MakerbotWriter.py +++ b/plugins/MakerbotWriter/MakerbotWriter.py @@ -129,7 +129,7 @@ class MakerbotWriter(MeshWriter): self.setInformation(catalog.i18nc("@error:not supported", "MakerbotWriter does not support text mode.")) return False - # The GCodeWriter plugin is bundled, so it must at least exist. (What happens if people disable that plugin?) + # The GCodeWriter plugin is always available since it is in the "required" list of plugins. gcode_writer = PluginRegistry.getInstance().getPluginObject("GCodeWriter") if gcode_writer is None: