Skip to content

Commit

Permalink
docs: Bring docs up to date for 1.19 (#748)
Browse files Browse the repository at this point in the history
Signed-off-by: Mathis Mensing <[email protected]>
  • Loading branch information
matmen authored Jul 10, 2022
1 parent 03ca3ab commit a469c36
Show file tree
Hide file tree
Showing 26 changed files with 55 additions and 1 deletion.
Binary file added docs/assets/images/auth_login_multisource.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/assets/images/auth_trusted.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/assets/images/automated-updates.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/assets/images/console.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/images/exclude_object.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/images/exclude_object_modal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/images/gcode_display_opts.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/images/gcode_preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/images/gcode_settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/assets/images/layout.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/assets/images/localization.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/images/macro_visibility.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/assets/images/macros1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/assets/images/macros2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/assets/images/presets.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/assets/images/preview_sliced.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/assets/images/print_history.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/assets/images/print_stats.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/assets/images/reprint.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/assets/images/theme.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/assets/images/thumbnails.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion docs/authorization/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ will ignore your `trusted_clients:` setup, and require authorization credentials
Under default conditions, a fresh installation would have your client trusted.
You can confirm this by noting your currently authenticated user.

![screenshot](/assets/images/auth_trusted.png)

## Lost password?

Lost your only password? You need to revert to a trusted setup. You can do this
Expand Down Expand Up @@ -100,6 +102,7 @@ moonraker_secure.json
}
```

![screenshot](/assets/images/auth_trusted.png)
![screenshot](/assets/images/auth_login_multisource.png)
![screenshot](/assets/images/auth_login_multisource_select.png)

{: .fs-6 .fw-300 }
2 changes: 2 additions & 0 deletions docs/configuration/moonraker_conf.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ enable_debug_logging: False
[file_manager]
config_path: ~/klipper_config
log_path: ~/klipper_logs
# cancel object preprocessing - set to True to enable; leave disabled when running on a low-powered device (e.g. Pi Zero)
enable_object_processing: False

[data_store]
temperature_store_size: 600
Expand Down
4 changes: 4 additions & 0 deletions docs/customize/hide_outputs.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,7 @@ gcode:
[output_pin _BEEPER]
pin: z:P1.30
```
Macros can also be hidden directly from the Fluidd settings by toggling their
visibility, in order to not change their name:
![screenshot](/assets/images/macro_visibility.png)
45 changes: 45 additions & 0 deletions docs/features/gcode_viewer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
---
layout: default
title: Gcode Viewer
parent: Features
nav_order: 15
permalink: /features/gcode-viewer
---

# Gcode Viewer
{: .no_toc }

## Table of contents
{: .no_toc .text-delta }

1. TOC
{:toc}

---

### 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.

![screenshot](/assets/images/gcode_preview.png)

### Exclude Object
The Gcode viewer has [Exclude Object](https://www.klipper3d.org/Exclude_Object.html#exclude-objects) 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.

![screenshot](/assets/images/exclude_object.png)
![screenshot](/assets/images/exclude_object_modal.png)

### Settings
As mentioned in [Gcode Viewer](#gcode-viewer-1), 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.
![screenshot](/assets/images/gcode_display_opts.png)
![screenshot](/assets/images/gcode_settings.png)

0 comments on commit a469c36

Please sign in to comment.