mirror of
https://github.com/pgrondek/prusa-slicer-profiles.git
synced 2025-01-22 22:07:58 +00:00
pon, 10 sty 2022, 19:29:58 CET
This commit is contained in:
parent
e61a39b8ed
commit
c30a3d3d5e
2 changed files with 8 additions and 8 deletions
|
@ -1,4 +1,4 @@
|
|||
# generated by PrusaSlicer 2.4.0+linux-x64-GTK3 on 2022-01-08 at 21:14:31 UTC
|
||||
# generated by PrusaSlicer 2.4.0+linux-x64-GTK3 on 2022-01-10 at 18:29:50 UTC
|
||||
bed_temperature = 60
|
||||
bridge_fan_speed = 100
|
||||
compatible_printers =
|
||||
|
@ -12,9 +12,9 @@ extrusion_multiplier = 1
|
|||
fan_always_on = 1
|
||||
fan_below_layer_time = 100
|
||||
filament_colour = #FF8000
|
||||
filament_cooling_final_speed = 2
|
||||
filament_cooling_initial_speed = 3
|
||||
filament_cooling_moves = 2
|
||||
filament_cooling_final_speed = 10
|
||||
filament_cooling_initial_speed = 20
|
||||
filament_cooling_moves = 3
|
||||
filament_cost = 27.82
|
||||
filament_density = 1.24
|
||||
filament_deretract_speed = nil
|
||||
|
@ -41,8 +41,8 @@ filament_spool_weight = 230
|
|||
filament_toolchange_delay = 0
|
||||
filament_type = PLA
|
||||
filament_unload_time = 12
|
||||
filament_unloading_speed = 20
|
||||
filament_unloading_speed_start = 100
|
||||
filament_unloading_speed = 90
|
||||
filament_unloading_speed_start = 140
|
||||
filament_vendor = Made for Prusa
|
||||
filament_wipe = nil
|
||||
first_layer_bed_temperature = 60
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# generated by PrusaSlicer 2.4.0+linux-x64-GTK3 on 2022-01-09 at 00:16:14 UTC
|
||||
# generated by PrusaSlicer 2.4.0+linux-x64-GTK3 on 2022-01-10 at 18:29:56 UTC
|
||||
bed_custom_model =
|
||||
bed_custom_texture =
|
||||
bed_shape = 0x0,250x0,250x210,0x210
|
||||
|
@ -11,7 +11,7 @@ default_filament_profile = "Prusament PLA @MMU2"
|
|||
default_print_profile = 0.15mm QUALITY @MK3
|
||||
deretract_speed = 0,0,0,0,0
|
||||
end_gcode = ; Lift print head a bit\n{if max_layer_z < max_print_height}G1 Z{z_offset+min(max_layer_z+30, max_print_height)}{endif} ; Move print head up\n{if has_wipe_tower}\nG1 E-15 F3000\n{else}\nG1 X0 Y210 F7200\nG1 E2 F5000\nG1 E2 F5500\nG1 E2 F6000\nG1 E-15 F5800\nG1 E-20 F5500\nG1 E10 F3000\nG1 E-10 F3100\nG1 E10 F3150\nG1 E-10 F3250\nG1 E10 F3300\n{endif}\n\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\n\n; Unload filament\nM702 C\n\nG4 ; wait\nM221 S100 ; reset flow\nM900 K0 ; reset LA\n{if print_settings_id=~/.*(DETAIL @MK3|QUALITY @MK3|SOLUBLE|@0.25 nozzle MK3).*/}M907 E538 ; reset extruder motor current{endif}\nM104 S0 ; turn off temperature\nG1 X0 Y210 F3000 ; home X axis\nM84 ; disable motors\n
|
||||
extra_loading_move = -25
|
||||
extra_loading_move = 0
|
||||
extruder_colour = #FFA500;#FFFF00;#3EC0FF;#FF4F4F;#000000
|
||||
extruder_offset = 0x0,0x0,0x0,0x0,0x0
|
||||
gcode_flavor = marlin
|
||||
|
|
Loading…
Reference in a new issue