mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-20 07:11:12 -06:00
Bumped up the version number to beta2, updated Prusa3D printer profiles.
This commit is contained in:
parent
de43f579a9
commit
1096dff0f6
3 changed files with 5 additions and 5 deletions
|
@ -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.0.0-beta0
|
||||
config_version = 1.0.0-beta1
|
||||
# Where to get the updates from?
|
||||
config_update_url = http://files.prusa3d.com/wp-content/uploads/repository/PrusaSlicer-settings-master/live/PrusaResearch/
|
||||
changelog_url = http://files.prusa3d.com/?latest=slicer-profiles&lng=%1%
|
||||
|
@ -1223,7 +1223,7 @@ bed_temperature = 110
|
|||
min_fan_speed = 20
|
||||
disable_fan_first_layers = 4
|
||||
filament_type = ASA
|
||||
filament_colour = #484848
|
||||
filament_colour = #FFF2EC
|
||||
start_filament_gcode = "M900 K{if printer_notes=~/.*PRINTER_HAS_BOWDEN.*/}200{elsif nozzle_diameter[0]==0.6}12{else}20{endif} ; Filament gcode"
|
||||
|
||||
[filament:Fillamentum CPE]
|
||||
|
@ -1341,7 +1341,7 @@ filament_cooling_final_speed = 2
|
|||
filament_cooling_initial_speed = 3
|
||||
filament_cooling_moves = 1
|
||||
filament_type = ASA
|
||||
filament_colour = #484848
|
||||
filament_colour = #FFF2EC
|
||||
start_filament_gcode = "M900 K{if printer_notes=~/.*PRINTER_HAS_BOWDEN.*/}200{elsif nozzle_diameter[0]==0.6}12{else}20{endif} ; Filament gcode"
|
||||
|
||||
[filament:Prusa ABS MMU2]
|
||||
|
@ -2184,7 +2184,6 @@ before_layer_gcode = ;BEFORE_LAYER_CHANGE\nG92 E0.0\n;[layer_z]\n\n
|
|||
between_objects_gcode =
|
||||
deretract_speed = 0
|
||||
end_gcode = G4 ; wait\nM104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\n{if layer_z < max_print_height}G1 Z{z_offset+min(layer_z+30, max_print_height)}{endif} ; Move print head up\nG1 X0 Y200 F3000 ; home X axis\nM84 ; disable motors
|
||||
extruder_colour = #FFFF00
|
||||
extruder_offset = 0x0
|
||||
gcode_flavor = marlin
|
||||
silent_mode = 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue