From baf95f4743dc1ab3d0435de0ee4b13af0e2a8dd6 Mon Sep 17 00:00:00 2001 From: huangjingsheng Date: Thu, 27 Jul 2023 18:33:59 +0800 Subject: [PATCH] fix: rename the PapapiuLab thumbnail file --- live/PapapiuLab/0.1.0.ini | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/live/PapapiuLab/0.1.0.ini b/live/PapapiuLab/0.1.0.ini index ff04f82..9a54f9e 100644 --- a/live/PapapiuLab/0.1.0.ini +++ b/live/PapapiuLab/0.1.0.ini @@ -1,23 +1,18 @@ # Print profiles for Papapiu printers. -# Based on the profiles from PR: https://github.com/slic3r/slic3r-profiles/pull/13 by top-gun. -# The graphics for the bed (SVG) was created by PwnCNC and published on Thingiverse under the Creative Commons Attribution license: https://www.thingiverse.com/thing:4861532/files - [vendor] -# Vendor name will be shown by the Config Wizard. name = Papapiu config_version = 0.1.0 config_update_url = https://files.prusa3d.com/wp-content/uploads/repository/PrusaSlicer-settings-master/live/PapapiuLab/ -# The printer models will be shown by the Configuration Wizard in this order, -# also the first model installed & the first nozzle installed will be activated after install. -# Printer model name will be shown by the installation wizard. + [printer_model:Papapiu_N1S] name = Papapiu N1S variants = 0.4 technology = FFF -bed_model = N1_Bed.stl -bed_texture = N1_Texture.png +bed_model = Papapiu_N1S_Bed.stl +bed_texture = Papapiu_N1_Texture.png +thumbnail = Papapiu_N1S_thumbnail.png default_materials = "Generic PLA @Papapiu"; Generic PETG HF @Papapiu; Generic PLA @Papapiu; Esun ePA-CF @Papapiu; Generic ABS @Papapiu; Generic TPU @Papapiu [print:*common*] @@ -331,7 +326,7 @@ max_fan_speed = 30 min_fan_speed = 20 min_print_speed = 25 slowdown_below_layer_time = 10 -start_filament_gcode = "; Filament gcode\nSET_GCODE_OFFSET Z=0.0\nSET_PRESSURE_ADVANCE ADVANCE=0.03" +start_filament_gcode = "" temperature = 243 [filament:Generic PETG @Papapiu] @@ -375,7 +370,7 @@ max_fan_speed = 100 min_fan_speed = 40 min_print_speed = 15 slowdown_below_layer_time = 10 -start_filament_gcode = "; Filament gcode\nSET_GCODE_OFFSET Z=0\nSET_PRESSURE_ADVANCE ADVANCE=0.05" +start_filament_gcode = "" temperature = 235 @@ -423,7 +418,7 @@ max_fan_speed = 100 min_fan_speed = 100 min_print_speed = 10 slowdown_below_layer_time = 15 -start_filament_gcode = "; Filament gcode\nSET_GCODE_OFFSET Z=0\nSET_PRESSURE_ADVANCE ADVANCE=0.05" +start_filament_gcode = "" temperature = 195 [filament:Generic TPU @Papapiu] @@ -505,6 +500,6 @@ max_speed_reduction = 95% min_fan_speed = 100 min_print_speed = 10 slowdown_below_layer_time = 8 -start_filament_gcode = "; Filament gcode\nSET_GCODE_OFFSET Z=0\nSET_PRESSURE_ADVANCE ADVANCE=0.1" +start_filament_gcode = "" temperature = 220 top_fan_speed = -1 \ No newline at end of file