Gcode Viewer
Table of contents
Gcode Viewer
Fluidd’s Gcode viewer provides a 2D-visualization of the currently selected layer. It can automatically follow the print progress and provide you with information about the currently executed moves. The most commonly accessed settings are accessible via the cog icon in the cards header and allow you to customize the preview’s behavior.
Exclude Object
The Gcode viewer has Exclude Object support built-in. To exclude an object from your current print, for example in the case of a print failure, simply click on the cancel icon within the Gcode preview, or bring up a list of all objects by clicking the cancel icon in the header of the card.
Excluded objects will be marked in red, the currently printing object in blue, and all other objects in green.
For this feature to work you need to:
- Turn on
Label Objects
in your slicer. - Add an
[exclude_object]
section to your printer.cfg or fluidd.cfg file. - Add
enable_object_processing: True
to the[file_manager]
section in your moonraker.conf file. Alternatively you can configure object preprocessing for your slicer.
This feature only works on files that were uploaded after these configuration changes as the file needs to be processed by mooraker with this option turned on.
Settings
As mentioned in Gcode Viewer, the Gcode preview can be customized.
Frequently changed options can be found under the cog icon in the card header for faster access, while less commonly used options can be found on Fluidd’s settings page.