mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Update comment
CURA-10561
This commit is contained in:
parent
625fb06267
commit
6a07c346d6
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue