Last active
October 23, 2018 01:45
-
-
Save ezmobius/4696828 to your computer and use it in GitHub Desktop.
This is my slic3r 0.9.8 config.ini for the Aluminatus TrinityOne 1.0 printer for structural infilled parts in either ABS or PLA, these are printed at 0.3mm layers for fast print times but still nice looking surface. I do not like to put temperature for the bed or hot end in my slic3r config as it creates that annoying pause when you hit print wh…
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Ezra's default starter Aluminatus slic3r config for solid | |
# structural parts | |
acceleration = 0 | |
bed_size = 300,300 | |
bed_temperature = 0 | |
bridge_fan_speed = 100 | |
bridge_flow_ratio = 1 | |
bridge_speed = 70 | |
brim_width = 0 | |
complete_objects = 0 | |
cooling = 1 | |
disable_fan_first_layers = 1 | |
duplicate = 1 | |
duplicate_distance = 6 | |
duplicate_grid = 1,1 | |
end_gcode = G1 X0 Y0\nM104 S0 ; turn off temperature\nM140 S0; turn off heated bed\nM84; disable motors | |
external_perimeter_speed = 75% | |
extra_perimeters = 0 | |
extruder_clearance_height = 20 | |
extruder_clearance_radius = 20 | |
extruder_offset = 0x0 | |
extrusion_axis = E | |
extrusion_multiplier = 1.0 | |
extrusion_width = 0 | |
fan_always_on = | |
fan_below_layer_time = 30 | |
filament_diameter = 2.95 | |
fill_angle = 35 | |
fill_density = 0.33 | |
fill_pattern = rectilinear | |
first_layer_bed_temperature = 0 | |
first_layer_extrusion_width = 200% | |
first_layer_height = 110% | |
first_layer_speed = 30% | |
first_layer_temperature = 0 | |
g0 = 0 | |
gcode_arcs = 0 | |
gcode_comments = 0 | |
gcode_flavor = reprap | |
infill_acceleration = 50 | |
infill_every_layers = 1 | |
infill_extruder = 1 | |
infill_extrusion_width = 0 | |
infill_speed = 100 | |
layer_gcode = | |
layer_height = 0.3 | |
max_fan_speed = 100 | |
min_fan_speed = 35 | |
min_print_speed = 30 | |
notes = | |
nozzle_diameter = 0.4 | |
output_filename_format = [input_filename_base].gcode | |
perimeter_acceleration = 25 | |
perimeter_extruder = 1 | |
perimeter_extrusion_width = 0 | |
perimeter_speed = 70 | |
perimeters = 2 | |
post_process = | |
print_center = 150,150 | |
randomize_start = 0 | |
retract_before_travel = 2 | |
retract_length = 0.85 | |
retract_lift = 0.0 | |
retract_restart_extra = 0 | |
retract_speed = 45 | |
rotate = 0 | |
scale = 1 | |
skirt_distance = 6 | |
skirt_height = 1 | |
skirts = 1 | |
slowdown_below_layer_time = 30 | |
small_perimeter_speed = 50 | |
solid_fill_pattern = rectilinear | |
solid_infill_speed = 90 | |
solid_layers = 3 | |
start_gcode = | |
support_material = 0 | |
support_material_angle = 0 | |
support_material_extruder = 1 | |
support_material_extrusion_width = 0 | |
support_material_pattern = rectilinear | |
support_material_spacing = 2.5 | |
support_material_threshold = 45 | |
temperature = 0 | |
threads = 4 | |
top_solid_infill_speed = 70 | |
travel_speed = 110 | |
use_relative_e_distances = 0 | |
z_offset = 0 |
Reloaded corrected version, and Slic3r can load it now. Now if only the files had meaningful names instead of gisthub.txt...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not useless, just use file -> load in slic3r. The crash was my fault though for using ; instead of # as a comment marker, try this current version again please.