mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-13 04:09:04 +08:00
Updated version for 2.7.3-beta1.
This commit is contained in:
parent
732a6e5ddc
commit
3418a4c89b
@ -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.
|
||||
|
@ -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%
|
||||
@ -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
|
||||
@ -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
|
||||
@ -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*
|
||||
@ -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*
|
||||
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user