1
0
mirror of https://github.com/prusa3d/Slic3r-settings.git synced 2025-08-22 09:23:04 +02:00

fix: rename the PapapiuLab thumbnail file

This commit is contained in:
huangjingsheng
2023-07-27 18:33:59 +08:00
parent 6657782a29
commit baf95f4743

View File

@@ -1,23 +1,18 @@
# Print profiles for Papapiu printers. # 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]
# Vendor name will be shown by the Config Wizard.
name = Papapiu name = Papapiu
config_version = 0.1.0 config_version = 0.1.0
config_update_url = https://files.prusa3d.com/wp-content/uploads/repository/PrusaSlicer-settings-master/live/PapapiuLab/ 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] [printer_model:Papapiu_N1S]
name = Papapiu N1S name = Papapiu N1S
variants = 0.4 variants = 0.4
technology = FFF technology = FFF
bed_model = N1_Bed.stl bed_model = Papapiu_N1S_Bed.stl
bed_texture = N1_Texture.png 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 default_materials = "Generic PLA @Papapiu"; Generic PETG HF @Papapiu; Generic PLA @Papapiu; Esun ePA-CF @Papapiu; Generic ABS @Papapiu; Generic TPU @Papapiu
[print:*common*] [print:*common*]
@@ -331,7 +326,7 @@ max_fan_speed = 30
min_fan_speed = 20 min_fan_speed = 20
min_print_speed = 25 min_print_speed = 25
slowdown_below_layer_time = 10 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 temperature = 243
[filament:Generic PETG @Papapiu] [filament:Generic PETG @Papapiu]
@@ -375,7 +370,7 @@ max_fan_speed = 100
min_fan_speed = 40 min_fan_speed = 40
min_print_speed = 15 min_print_speed = 15
slowdown_below_layer_time = 10 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 temperature = 235
@@ -423,7 +418,7 @@ max_fan_speed = 100
min_fan_speed = 100 min_fan_speed = 100
min_print_speed = 10 min_print_speed = 10
slowdown_below_layer_time = 15 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 temperature = 195
[filament:Generic TPU @Papapiu] [filament:Generic TPU @Papapiu]
@@ -505,6 +500,6 @@ max_speed_reduction = 95%
min_fan_speed = 100 min_fan_speed = 100
min_print_speed = 10 min_print_speed = 10
slowdown_below_layer_time = 8 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 temperature = 220
top_fan_speed = -1 top_fan_speed = -1