Created
April 16, 2012 00:16
-
-
Save ezmobius/2395487 to your computer and use it in GitHub Desktop.
This file contains hidden or 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_temperature = 110 | |
bottom_layer_speed_ratio = 0.3 | |
bridge_fan_speed = 100 | |
bridge_flow_ratio = 1 | |
bridge_speed = 75 | |
cooling = 1 | |
disable_fan_first_layers = 1 | |
duplicate_distance = 6 | |
duplicate_x = 1 | |
duplicate_y = 1 | |
end_gcode = M104 S0 ; turn off temperature \nM140 S0; turn off heated bed\nG1 X0 Y0 \nM84; disable motors | |
extrusion_axis = E | |
extrusion_multiplier = 1 | |
extrusion_width_ratio = 0 | |
fan_always_on = 1 | |
fan_below_layer_time = 60 | |
filament_diameter = 2.82 | |
fill_angle = 35 | |
fill_density = 0.3 | |
fill_pattern = rectilinear | |
first_layer_bed_temperature = 110 | |
first_layer_height_ratio = 1.1 | |
first_layer_temperature = 225 | |
g0 = 0 | |
gcode_arcs = 0 | |
gcode_comments = 0 | |
gcode_flavor = reprap | |
infill_acceleration = 50 | |
infill_every_layers = 1 | |
infill_speed = 70 | |
layer_height = 0.175 | |
max_fan_speed = 100 | |
min_fan_speed = 35 | |
min_print_speed = 10 | |
notes = | |
nozzle_diameter = 0.35 | |
output_filename_format = [input_filename_base].gcode | |
perimeter_acceleration = 25 | |
perimeter_speed = 45 | |
perimeters = 2 | |
post_process = | |
print_center = 100,100 | |
retract_before_travel = 1 | |
retract_length = 1.3 | |
retract_lift = 0.1 | |
retract_restart_extra = 0 | |
retract_speed = 10 | |
rotate = 0 | |
scale = 1 | |
skirt_distance = 6 | |
skirt_height = 1 | |
skirts = 1 | |
slowdown_below_layer_time = 20 | |
small_perimeter_speed = 40 | |
solid_fill_pattern = rectilinear | |
solid_infill_speed = 70 | |
solid_layers = 2 | |
start_gcode = G28 ; home all axes | |
support_material = 1 | |
support_material_tool = 0 | |
temperature = 225 | |
travel_speed = 130 | |
use_relative_e_distances = 1 | |
z_offset = 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment