Merge pull request #7782 from top-gun/master

RatRig printer profiles: optimizations
This commit is contained in:
rtyr 2022-01-21 23:36:35 +01:00 committed by GitHub
commit ea61190c1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,7 +83,7 @@ extruder_clearance_radius = 45
extrusion_width = 0.4 extrusion_width = 0.4
fill_angle = 45 fill_angle = 45
fill_density = 15% fill_density = 15%
fill_pattern = adaptivecubic fill_pattern = cubic
first_layer_acceleration = 1000 first_layer_acceleration = 1000
first_layer_extrusion_width = 0.45 first_layer_extrusion_width = 0.45
first_layer_height = 0.2 first_layer_height = 0.2
@ -198,7 +198,7 @@ dont_support_bridges = 1
draft_shield = 0 draft_shield = 0
ensure_vertical_shell_thickness = 1 ensure_vertical_shell_thickness = 1
external_perimeter_extrusion_width = 0.4 external_perimeter_extrusion_width = 0.4
external_perimeter_speed = 100 external_perimeter_speed = 110
extra_perimeters = 0 extra_perimeters = 0
extra_perimeters_overhangs = 0 extra_perimeters_overhangs = 0
extruder_clearance_height = 25 extruder_clearance_height = 25
@ -206,7 +206,7 @@ extruder_clearance_radius = 45
extrusion_width = 0.4 extrusion_width = 0.4
fill_angle = 45 fill_angle = 45
fill_density = 15% fill_density = 15%
fill_pattern = rectilinear fill_pattern = cubic
first_layer_acceleration = 1000 first_layer_acceleration = 1000
first_layer_extrusion_width = 0.45 first_layer_extrusion_width = 0.45
first_layer_height = 0.2 first_layer_height = 0.2
@ -215,7 +215,7 @@ gap_fill = 1
gap_fill_speed = 50 gap_fill_speed = 50
gcode_comments = 0 gcode_comments = 0
gcode_label_objects = 1 gcode_label_objects = 1
infill_acceleration = 2000 infill_acceleration = 3000
infill_anchor = 600% infill_anchor = 600%
infill_anchor_max = 5 infill_anchor_max = 5
infill_every_layers = 1 infill_every_layers = 1
@ -239,13 +239,13 @@ notes =
only_retract_when_crossing_perimeters = 0 only_retract_when_crossing_perimeters = 0
ooze_prevention = 0 ooze_prevention = 0
output_filename_format = {input_filename_base}_{layer_height}mm_{filament_type[0]}_{print_time}.gcode output_filename_format = {input_filename_base}_{layer_height}mm_{filament_type[0]}_{print_time}.gcode
perimeter_acceleration = 1500 perimeter_acceleration = 2500
perimeter_bonding = 0% perimeter_bonding = 0%
perimeter_extruder = 1 perimeter_extruder = 1
perimeter_extrusion_width = 0.4 perimeter_extrusion_width = 0.4
perimeter_overlap = 100% perimeter_overlap = 100%
perimeter_round_corners = 0 perimeter_round_corners = 0
perimeter_speed = 100 perimeter_speed = 120
perimeters = 2 perimeters = 2
post_process = post_process =
print_settings_id = print_settings_id =
@ -344,11 +344,11 @@ perimeter_speed = 160
small_perimeter_speed = 25 small_perimeter_speed = 25
solid_infill_speed = 80% solid_infill_speed = 80%
top_solid_infill_speed = 60% top_solid_infill_speed = 60%
fill_pattern = rectilinear fill_pattern = cubic
[print:0.20mm NORMAL @RatRig] [print:0.20mm NORMAL @RatRig]
inherits = *common*; *0.2mm* inherits = *common*; *0.2mm*
fill_pattern = rectilinear fill_pattern = cubic
external_perimeter_speed = 120 external_perimeter_speed = 120
infill_speed = 160 infill_speed = 160
compatible_printers_condition = printer_model=~/.*VC3_.*/ and nozzle_diameter[0]==0.4 compatible_printers_condition = printer_model=~/.*VC3_.*/ and nozzle_diameter[0]==0.4
@ -361,7 +361,7 @@ bottom_solid_layers = 3
[print:0.15mm QUALITY V-Minion @RatRig] [print:0.15mm QUALITY V-Minion @RatRig]
inherits = *common_minion*; *0.15mm* inherits = *common_minion*; *0.15mm*
compatible_printers_condition = printer_model=~/.*MINION.*/ compatible_printers_condition = printer_model=~/.*MINION.*/
solid_infill_speed = 100 solid_infill_speed = 120
[print:0.20mm HF @RatRig] [print:0.20mm HF @RatRig]
inherits = 0.15mm HF @RatRig; *0.2mm* inherits = 0.15mm HF @RatRig; *0.2mm*
@ -436,7 +436,7 @@ retract_restart_extra_toolchange = 0
retract_speed = 40 retract_speed = 40
silent_mode = 0 silent_mode = 0
single_extruder_multi_material = 0 single_extruder_multi_material = 0
start_gcode = START_PRINT EXTRUDER_TEMP=[first_layer_temperature] BED_TEMP=[first_layer_bed_temperature]\n;enable this if you have a BTT Smart Filament Sensor\n;SET_FILAMENT_SENSOR SENSOR=my_sensor ENABLE=0\n start_gcode = M190 S0 ; Prevents prusaslicer from prepending m190 to the gcode interfering with the macro\nM109 S0 ; Prevents prusaslicer from prepending m109 to the gcode interfering with the macro\nSTART_PRINT EXTRUDER_TEMP=[first_layer_temperature] BED_TEMP=[first_layer_bed_temperature]\n;enable this if you have a BTT Smart Filament Sensor\nSET_FILAMENT_SENSOR SENSOR=my_sensor ENABLE=0\n
thumbnails = 16x16,220x220 thumbnails = 16x16,220x220
toolchange_gcode = toolchange_gcode =
use_firmware_retraction = 0 use_firmware_retraction = 0
@ -499,7 +499,7 @@ retract_restart_extra_toolchange = 0
retract_speed = 40 retract_speed = 40
silent_mode = 0 silent_mode = 0
single_extruder_multi_material = 0 single_extruder_multi_material = 0
start_gcode = START_PRINT EXTRUDER_TEMP=[first_layer_temperature] BED_TEMP=[first_layer_bed_temperature]\n;enable this if you have a BTT Smart Filament Sensor\n;SET_FILAMENT_SENSOR SENSOR=my_sensor ENABLE=0\n start_gcode = M190 S0 ; Prevents prusaslicer from prepending m190 to the gcode interfering with the macro\nM109 S0 ; Prevents prusaslicer from prepending m109 to the gcode interfering with the macro\nSTART_PRINT EXTRUDER_TEMP=[first_layer_temperature] BED_TEMP=[first_layer_bed_temperature]\n;enable this if you have a BTT Smart Filament Sensor\nSET_FILAMENT_SENSOR SENSOR=my_sensor ENABLE=0\n
start_gcode_manual = 0 start_gcode_manual = 0
template_custom_gcode = template_custom_gcode =
thumbnails = 16x16,220x220 thumbnails = 16x16,220x220