Skip to content

Commit

Permalink
GITBOOK-168: change request with no subject merged in GitBook
Browse files Browse the repository at this point in the history
  • Loading branch information
meteyou authored and gitbook-bot committed Nov 26, 2023
1 parent 93b4416 commit ec9edcd
Show file tree
Hide file tree
Showing 15 changed files with 39 additions and 15 deletions.
Binary file added .gitbook/assets/image (1) (2).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 .gitbook/assets/image (1).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 .gitbook/assets/image (2) (1) (1).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 .gitbook/assets/image (2) (1).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 .gitbook/assets/image (2).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 .gitbook/assets/image (3) (1).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 .gitbook/assets/image (3).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 .gitbook/assets/image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ coverY: 0

<figure><img src=".gitbook/assets/screenshot.png" alt=""><figcaption><p>Screenshot Dashboard (Mobile &#x26; Desktop)</p></figcaption></figure>

<figure><img src=".gitbook/assets/image.png" alt=""><figcaption><p>Heightmap, G-code viewer, Farm mode</p></figcaption></figure>
<figure><img src=".gitbook/assets/image (3).png" alt=""><figcaption><p>Heightmap, G-code viewer, Farm mode</p></figcaption></figure>

## Features

Expand Down
26 changes: 23 additions & 3 deletions overview/features/exclude-objects.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,33 @@ description: Exclude individual objects while a print is in progress.
This feature was integrated in `Klipper v0.10.0-438`, `Moonraker v0.7.1-445` and `Mainsail v2.1.0`. Please check your installed versions first and update them if necessary.
{% endhint %}

In order to use the feature, your slicer must be configured to name the individual objects in the G-Code. The G-Code must be preprocessed either by a post-processing script in the slicer or by Moonraker plus the functionality must be enabled in Klipper.&#x20;
In order to use the feature, your slicer must be configured to name the individual objects in the G-Code. The G-Code must be preprocessed either by a post-processing script in the slicer or by Moonraker plus the functionality must be enabled in Klipper. Since PrusaSlicer v2.7.0, you can generate the complete file correctly in the slicer and the Moonraker preprocessor is no longer required.

{% hint style="warning" %}
Please note that only G-Code files that have been prepared accordingly support the feature, it will not work with old, unprocessed files.
{% endhint %}

## Enable the `Label objects` setting in your slicer
## Since PrusaSlicer v2.7.0

At first, you have to double-check the `G-code flavor` in:

```
Printer Settings > General > Firmware > G-code flavor
```

<figure><img src="../../.gitbook/assets/image.png" alt=""><figcaption><p>Printer Settings > General > Firmware (since v2.7.0)</p></figcaption></figure>

Next step, have to change the `Label Objects` setting to `Firmware-specific` in:

```
Print Settings > Output options > Output file > Label objects
```

<figure><img src="../../.gitbook/assets/image (2).png" alt=""><figcaption><p>Print Settings > Output options > Output file (since v2.7.0)</p></figcaption></figure>

## Before PrusaSlicer v2.7.0

### Enable the `Label objects` setting in your slicer

In PrusaSlicer or SuperSlicer you have to enable the checkbox in:

Expand All @@ -28,7 +48,7 @@ Print Settings > Output options > Output file > Label objects
Cura & Ideamaker label objects by default in the G-Code, and they are automatically compatible without any further settings.
{% endhint %}

## Enable the G-Code preprocessor in Moonraker
### Enable the G-Code preprocessor in Moonraker

This step is necessary to convert the previously activated object labels into valid Klipper G-Code. Open your `moonraker.conf` in Mainsail, add the following setting to your config and restart the Moonraker service:

Expand Down
2 changes: 1 addition & 1 deletion overview/features/macro-management-stub.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

Its possible to manage your macros in Mainsail. You can sort, colorize or auto show/hide some macros in special printer states. More infos can be found [here](../settings/macros.md).

<figure><img src="../../.gitbook/assets/image (3).png" alt=""><figcaption></figcaption></figure>
<figure><img src="../../.gitbook/assets/image (3) (1).png" alt=""><figcaption></figcaption></figure>
2 changes: 1 addition & 1 deletion overview/settings/editor.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Go to the [settings](./) and select the Editor category.

<figure><img src="../../.gitbook/assets/image (2) (1).png" alt=""><figcaption><p>Editor settings</p></figcaption></figure>
<figure><img src="../../.gitbook/assets/image (2) (1) (1).png" alt=""><figcaption><p>Editor settings</p></figcaption></figure>

## Use ESC to close editor

Expand Down
2 changes: 1 addition & 1 deletion overview/settings/printers.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ Go to the [settings](./) and select the Printer category.

In this settings page, you can add multiple printers for the "farm view". You only have to fill in the IP-address and the port of the Moonraker instance of the other printer.

<figure><img src="../../.gitbook/assets/image (1).png" alt=""><figcaption><p>Add printer dialog</p></figcaption></figure>
<figure><img src="../../.gitbook/assets/image (1) (2).png" alt=""><figcaption><p>Add printer dialog</p></figcaption></figure>
18 changes: 11 additions & 7 deletions overview/slicer/prusaslicer.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,32 @@
# PrusaSlicer

### Thumbnail (since v2.3.0)
### Thumbnail (since v2.7.0)

<figure><img src="../../.gitbook/assets/image (18).png" alt="Thumbnail from PrusaSlicer"><figcaption></figcaption></figure>

In "Expert" mode PrusaSlicer has an option in the "Printer Settings" tab to activate previews. Under `General / Firmware`, enter `32x32,400x300` as "G-code thumbnails".
In "Expert" mode PrusaSlicer has an option in the "Printer Settings" tab to activate previews. Under `General / Firmware`, enter `32x32/PNG,400x300/PNG` as "G-code thumbnails".

<figure><img src="../../.gitbook/assets/image (1).png" alt=""><figcaption><p>Printer Settings > General > Firmware (since v2.7.0)</p></figcaption></figure>

<figure><img src="../../.gitbook/assets/image (19).png" alt=""><figcaption></figcaption></figure>
### Thumbnail (since v2.3.0)

{% embed url="https://www.youtube.com/watch?v=4nFqfq8kikU" %}

### Enable the `Label objects` setting in your slicer
### Enable Exclude Object

In PrusaSlicer or SuperSlicer you have to enable the checkbox in:
In PrusaSlicer you have to select `Firmware-specific` in:

```
Print Settings > Output options > Output file > Label objects
```

<figure><img src="../../.gitbook/assets/image (20) (1).png" alt=""><figcaption></figcaption></figure>
<figure><img src="../../.gitbook/assets/image (2).png" alt=""><figcaption><p>Print Settings > Output options > Output file (since v2.7.0)</p></figcaption></figure>

This setting will enable Exclude Object

### Direct G-code from slicer

Enable advanced or expert mode and change the options under `Printer Settings / General` as shown in the screenshot below. A “Physical Printer” must be configured in `Printer Settings / General`.
Enable advanced or expert mode and change the options under `Printer Settings > General` as shown in the screenshot below. A “Physical Printer” must be configured in `Printer Settings > General`.

<figure><img src="../../.gitbook/assets/image (15).png" alt=""><figcaption></figcaption></figure>

Expand Down
2 changes: 1 addition & 1 deletion overview/slicer/superslicer.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Print Settings > Output options > Output file > Label objects

Enable advanced or expert mode and change the options under `Printer Settings / General` as shown in the screenshot below. A “Physical Printer” must be configured in `Printer Settings / General`.

<figure><img src="../../.gitbook/assets/image (2).png" alt=""><figcaption></figcaption></figure>
<figure><img src="../../.gitbook/assets/image (2) (1).png" alt=""><figcaption></figcaption></figure>

### Best practise G-codes

Expand Down

0 comments on commit ec9edcd

Please sign in to comment.