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".
{% embed url="https://www.youtube.com/watch?v=4nFqfq8kikU" %}
In PrusaSlicer or SuperSlicer you have to enable the checkbox in:
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
.
These custom G-codes are necessary to get the best user experience.
To have Slicer layer counts in Mainsail, you have to add these two G-codes in your custom G-codes in PrusaSlicer:
Start G-code (before your start G-code):
SET_PRINT_STATS_INFO TOTAL_LAYER=[total_layer_count]
End G-code (at the last line):
; total layers count = [total_layer_count]
After layer change G-code:
SET_PRINT_STATS_INFO CURRENT_LAYER={layer_num + 1}