mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 22:19:00 +08:00
Update comment
CURA-10561
This commit is contained in:
parent
625fb06267
commit
6a07c346d6
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user