Skip to content

Commit

Permalink
Updated version for 2.7.3-beta1.
Browse files Browse the repository at this point in the history
  • Loading branch information
rtyr committed Mar 25, 2024
1 parent 732a6e5 commit 3418a4c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
2 changes: 2 additions & 0 deletions resources/profiles/PrusaResearch.idx
@@ -1,3 +1,5 @@
min_slic3r_version = 2.7.3-beta1
1.13.0-beta0 Updated version for 2.7.3-beta1.
min_slic3r_version = 2.7.3-alpha0
1.13.0-alpha4 Updated start g-code. Updated purging volumes.
1.13.0-alpha3 Enabled metrics. Updated FW version notification.
Expand Down
18 changes: 10 additions & 8 deletions resources/profiles/PrusaResearch.ini
Expand Up @@ -5,7 +5,7 @@
name = Prusa Research
# Configuration version of this file. Config file will only be installed, if the config_version differs.
# This means, the server may force the PrusaSlicer configuration to be downgraded.
config_version = 1.13.0-alpha4
config_version = 1.13.0-beta0
# Where to get the updates from?
config_update_url = https://files.prusa3d.com/wp-content/uploads/repository/PrusaSlicer-settings-master/live/PrusaResearch/
changelog_url = https://files.prusa3d.com/?latest=slicer-profiles&lng=%1%
Expand Down Expand Up @@ -6029,9 +6029,9 @@ compatible_printers_condition = printer_notes=~/.*MK3.5.*/ and nozzle_diameter[0

[print:0.20mm SPEED @MK3.5 0.4]
inherits = 0.20mm SPEED @MK4IS 0.4; *MK3.5_common*
perimeter_speed = 160
small_perimeter_speed = 160
external_perimeter_speed = 160
perimeter_speed = 150
small_perimeter_speed = 150
external_perimeter_speed = 150
external_perimeter_acceleration = 3000
perimeter_acceleration = 3000
solid_infill_acceleration = 3000
Expand All @@ -6044,9 +6044,9 @@ compatible_printers_condition = printer_notes=~/.*MK3.5.*/ and nozzle_diameter[0

[print:0.15mm SPEED @MK3.5 0.4]
inherits = 0.15mm SPEED @MK4IS 0.4; *MK3.5_common*
perimeter_speed = 160
small_perimeter_speed = 160
external_perimeter_speed = 160
perimeter_speed = 150
small_perimeter_speed = 150
external_perimeter_speed = 150
perimeter_acceleration = 3000
solid_infill_acceleration = 3000
default_acceleration = 2500
Expand Down Expand Up @@ -21327,6 +21327,7 @@ travel_ramping_lift = 1
travel_slope = 1
travel_max_lift = 1.5
binary_gcode = 1
retract_length_toolchange = 0

[printer:*commonXLIS*]
inherits = *commonXL*
Expand Down Expand Up @@ -21938,6 +21939,7 @@ binary_gcode = 1
travel_ramping_lift = 1
travel_slope = 1
travel_max_lift = 1.5
retract_length_toolchange = 0

[printer:Original Prusa MK4 0.4 nozzle]
inherits = *commonMK4*
Expand Down Expand Up @@ -22260,7 +22262,7 @@ start_gcode = M17 ; enable steppers\nM862.1 P[nozzle_diameter] ; nozzle diameter
end_gcode = {if layer_z < max_print_height}G1 Z{z_offset+min(layer_z+1, max_print_height)} F720 ; Move print head up{endif}\nM104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nG1 X241 Y201 F3600 ; park\n{if layer_z < max_print_height}G1 Z{z_offset+min(layer_z+23, max_print_height)} F300 ; Move print head up{endif}\nG4 ; wait\nM572 S0 ; reset PA\nM593 X T2 F0 ; disable IS\nM593 Y T2 F0 ; disable IS\nM84 X Y E ; disable motors\n; max_layer_z = [max_layer_z]
before_layer_gcode = ;BEFORE_LAYER_CHANGE\nG92 E0.0\n;[layer_z]\nM201 X{interpolate_table(extruded_weight_total, (0,4000), (1400,2500), (10000,2500))} Y{interpolate_table(extruded_weight_total, (0,4000), (1400,2500), (10000,2500))}\n{if ! spiral_vase}M74 W[extruded_weight_total]{endif}\n
default_print_profile = 0.20mm SPEED @MK3.5 0.4
default_filament_profile = "Prusament PLA"
default_filament_profile = "Prusament PLA @MK3.5"

[printer:Original Prusa MK3.5 0.25 nozzle]
inherits = Original Prusa MK3.5 0.4 nozzle
Expand Down

0 comments on commit 3418a4c

Please sign in to comment.