Created
May 28, 2012 13:24
-
-
Save simcop2387/2819160 to your computer and use it in GitHub Desktop.
slic3r
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
acceleration = 0 | |
bed_size = 140,140 | |
bed_temperature = 95 | |
bottom_layer_speed_ratio = 0.3 | |
bridge_fan_speed = 100 | |
bridge_flow_ratio = 1 | |
bridge_speed = 75 | |
complete_objects = 0 | |
cooling = 1 | |
disable_fan_first_layers = 1 | |
duplicate = 1 | |
duplicate_distance = 6 | |
duplicate_grid = 1,1 | |
end_gcode = M104 S0 ; turn off temperature\nG28 X0 ; home X axis\nM84 ; disable motors\nM140 S0; turn off bed | |
extruder_clearance_height = 20 | |
extruder_clearance_radius = 20 | |
extrusion_axis = E | |
extrusion_multiplier = 1 | |
extrusion_width_ratio = 0 | |
fan_always_on = 0 | |
fan_below_layer_time = 60 | |
filament_diameter = 2.75 | |
fill_angle = 45 | |
fill_density = 0.3 | |
fill_pattern = rectilinear | |
first_layer_bed_temperature = 95 | |
first_layer_height_ratio = 1 | |
first_layer_temperature = 230 | |
g0 = 0 | |
gcode_arcs = 0 | |
gcode_comments = 0 | |
gcode_flavor = reprap | |
infill_acceleration = 50 | |
infill_every_layers = 1 | |
infill_speed = 75 | |
layer_gcode = | |
layer_height = 0.2 | |
max_fan_speed = 75 | |
min_fan_speed = 50 | |
min_print_speed = 10 | |
notes = | |
nozzle_diameter = 0.5 | |
output_filename_format = [input_filename_base].gcode | |
perimeter_acceleration = 25 | |
perimeter_speed = 75 | |
perimeters = 2 | |
post_process = | |
print_center = 70,70 | |
randomize_start = 1 | |
retract_before_travel = 2 | |
retract_length = 1 | |
retract_lift = 0.2 | |
retract_restart_extra = 0 | |
retract_speed = 30 | |
rotate = 0 | |
scale = 1 | |
skirt_distance = 6 | |
skirt_height = 1 | |
skirts = 1 | |
slowdown_below_layer_time = 15 | |
small_perimeter_speed = 50 | |
solid_fill_pattern = rectilinear | |
solid_infill_speed = 75 | |
solid_layers = 2 | |
start_gcode = G28 ; home all axes\nM92 X63 ; calibrate X\nM92 Y63 ; calibrate Y\nM92 Z2256 ; calibrate Z\nM92 E555 ; calibrate E | |
support_material = 1 | |
support_material_tool = 0 | |
temperature = 220 | |
threads = 8 | |
travel_speed = 195 | |
use_relative_e_distances = 0 | |
z_offset = 0.10 |
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
./slic3r.pl --load config_bulldog.ini --scale 150 --rotate 45 ../stl/BulldogwithPlatform_fixed.stl |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment