From 6f8a8b67cbb0d3eac78e2e7e9091562c1e80d6bb Mon Sep 17 00:00:00 2001 From: Gregory Diaz Date: Wed, 31 Dec 2014 12:08:22 -0800 Subject: [PATCH] Added new slice settings for 3DStuffmaker --- .../3D Stuffmaker/Creator/config.ini | 172 ++++++++++------- .../Creator/material/PLA Black.slice | 15 -- .../Creator/material/PLA Blue.slice | 15 -- .../Creator/material/PLA Clear.slice | 15 -- .../Creator/material/PLA Gray.slice | 15 -- .../Creator/material/PLA Green.slice | 15 -- .../Creator/material/PLA Ivory.slice | 15 -- .../Creator/material/PLA Orange.slice | 15 -- .../Creator/material/PLA Pink.slice | 15 -- .../Creator/material/PLA Purple.slice | 15 -- .../Creator/material/PLA Red.slice | 15 -- .../Creator/material/PLA Special-FLEX.slice | 3 + .../Creator/material/PLA Special-MaxPLA.slice | 3 + .../Creator/material/PLA Special-TIMBER.slice | 8 + .../Creator/material/PLA Standard-Black.slice | 2 + .../Creator/material/PLA Standard-Blue.slice | 3 + .../Creator/material/PLA Standard-Clear.slice | 3 + .../Creator/material/PLA Standard-Green.slice | 3 + .../Creator/material/PLA Standard-Ivory.slice | 3 + .../material/PLA Standard-Orange.slice | 3 + .../Creator/material/PLA Standard-Pink.slice | 3 + .../material/PLA Standard-Purple.slice | 3 + .../Creator/material/PLA Standard-Red.slice | 3 + .../material/PLA Standard-Silver.slice | 3 + .../Creator/material/PLA Standard-White.slice | 3 + .../material/PLA Standard-Yellow.slice | 3 + .../material/PLA SuperFlow-Black.slice | 3 + .../Creator/material/PLA SuperFlow-Blue.slice | 3 + .../material/PLA SuperFlow-Clear.slice | 3 + .../material/PLA SuperFlow-Orange.slice | 3 + .../Creator/material/PLA SuperFlow-Red.slice | 3 + .../material/PLA SuperFlow-Trans. Blue.slice | 3 + .../PLA SuperFlow-Trans. Orange.slice | 3 + .../material/PLA SuperFlow-Trans. Red.slice | 3 + .../PLA SuperFlow-Trans. Yellow.slice | 3 + .../material/PLA SuperFlow-White.slice | 3 + .../material/PLA SuperFlow-Yellow.slice | 3 + .../Creator/material/PLA White.slice | 15 -- .../Creator/material/PLA Yellow.slice | 15 -- .../High [with support structure].slice | 2 + .../3D Stuffmaker/Creator/quality/High.slice | 78 +------- .../Standard [with support structure].slice | 2 + .../Creator/quality/Standard.slice | 78 +------- .../Super High [with support structure].slice | 2 + .../Creator/quality/Super High.slice | 1 + .../3D Stuffmaker/Creator/quality/Ultra.slice | 77 -------- .../3D Stuffmaker/Evolution/config.ini | 174 +++++++++++------- .../Evolution/material/PLA Black.slice | 15 -- .../Evolution/material/PLA Blue.slice | 15 -- .../Evolution/material/PLA Clear.slice | 15 -- .../Evolution/material/PLA Gray.slice | 15 -- .../Evolution/material/PLA Green.slice | 15 -- .../Evolution/material/PLA Ivory.slice | 15 -- .../Evolution/material/PLA Orange.slice | 15 -- .../Evolution/material/PLA Pink.slice | 15 -- .../Evolution/material/PLA Purple.slice | 15 -- .../Evolution/material/PLA Red.slice | 15 -- .../Evolution/material/PLA Special-FLEX.slice | 3 + .../material/PLA Special-MaxPLA.slice | 3 + .../material/PLA Special-TIMBER.slice | 8 + .../material/PLA Standard-Black.slice | 2 + .../material/PLA Standard-Blue.slice | 3 + .../material/PLA Standard-Clear.slice | 3 + .../material/PLA Standard-Green.slice | 3 + .../material/PLA Standard-Ivory.slice | 3 + .../material/PLA Standard-Orange.slice | 3 + .../material/PLA Standard-Pink.slice | 3 + .../material/PLA Standard-Purple.slice | 3 + .../Evolution/material/PLA Standard-Red.slice | 3 + .../material/PLA Standard-Silver.slice | 3 + .../material/PLA Standard-White.slice | 3 + .../material/PLA Standard-Yellow.slice | 3 + .../material/PLA SuperFlow-Black.slice | 3 + .../material/PLA SuperFlow-Blue.slice | 3 + .../material/PLA SuperFlow-Clear.slice | 3 + .../material/PLA SuperFlow-Orange.slice | 3 + .../material/PLA SuperFlow-Red.slice | 3 + .../material/PLA SuperFlow-Trans. Blue.slice | 3 + .../PLA SuperFlow-Trans. Orange.slice | 3 + .../material/PLA SuperFlow-Trans. Red.slice | 3 + .../PLA SuperFlow-Trans. Yellow.slice | 3 + .../material/PLA SuperFlow-White.slice | 3 + .../material/PLA SuperFlow-Yellow.slice | 3 + .../Evolution/material/PLA White.slice | 15 -- .../Evolution/material/PLA Yellow.slice | 15 -- .../High [with support structure].slice | 2 + .../Evolution/quality/High.slice | 78 +------- .../Standard [with support structure].slice | 2 + .../Evolution/quality/Standard.slice | 78 +------- .../Super High [with support structure].slice | 2 + .../Evolution/quality/Super High.slice | 1 + .../Evolution/quality/Ultra.slice | 77 -------- 92 files changed, 391 insertions(+), 959 deletions(-) delete mode 100644 StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Black.slice delete mode 100644 StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Blue.slice delete mode 100644 StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Clear.slice delete mode 100644 StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Gray.slice delete mode 100644 StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Green.slice delete mode 100644 StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Ivory.slice delete mode 100644 StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Orange.slice delete mode 100644 StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Pink.slice delete mode 100644 StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Purple.slice delete mode 100644 StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Red.slice create mode 100644 StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Special-FLEX.slice create mode 100644 StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Special-MaxPLA.slice create mode 100644 StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Special-TIMBER.slice create mode 100644 StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Standard-Black.slice create mode 100644 StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Standard-Blue.slice create mode 100644 StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Standard-Clear.slice create mode 100644 StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Standard-Green.slice create mode 100644 StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Standard-Ivory.slice create mode 100644 StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Standard-Orange.slice create mode 100644 StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Standard-Pink.slice create mode 100644 StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Standard-Purple.slice create mode 100644 StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Standard-Red.slice create mode 100644 StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Standard-Silver.slice create mode 100644 StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Standard-White.slice create mode 100644 StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Standard-Yellow.slice create mode 100644 StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA SuperFlow-Black.slice create mode 100644 StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA SuperFlow-Blue.slice create mode 100644 StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA SuperFlow-Clear.slice create mode 100644 StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA SuperFlow-Orange.slice create mode 100644 StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA SuperFlow-Red.slice create mode 100644 StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA SuperFlow-Trans. Blue.slice create mode 100644 StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA SuperFlow-Trans. Orange.slice create mode 100644 StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA SuperFlow-Trans. Red.slice create mode 100644 StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA SuperFlow-Trans. Yellow.slice create mode 100644 StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA SuperFlow-White.slice create mode 100644 StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA SuperFlow-Yellow.slice delete mode 100644 StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA White.slice delete mode 100644 StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Yellow.slice create mode 100644 StaticData/PrinterSettings/3D Stuffmaker/Creator/quality/High [with support structure].slice create mode 100644 StaticData/PrinterSettings/3D Stuffmaker/Creator/quality/Standard [with support structure].slice create mode 100644 StaticData/PrinterSettings/3D Stuffmaker/Creator/quality/Super High [with support structure].slice create mode 100644 StaticData/PrinterSettings/3D Stuffmaker/Creator/quality/Super High.slice delete mode 100644 StaticData/PrinterSettings/3D Stuffmaker/Creator/quality/Ultra.slice delete mode 100644 StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Black.slice delete mode 100644 StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Blue.slice delete mode 100644 StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Clear.slice delete mode 100644 StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Gray.slice delete mode 100644 StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Green.slice delete mode 100644 StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Ivory.slice delete mode 100644 StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Orange.slice delete mode 100644 StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Pink.slice delete mode 100644 StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Purple.slice delete mode 100644 StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Red.slice create mode 100644 StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Special-FLEX.slice create mode 100644 StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Special-MaxPLA.slice create mode 100644 StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Special-TIMBER.slice create mode 100644 StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Standard-Black.slice create mode 100644 StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Standard-Blue.slice create mode 100644 StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Standard-Clear.slice create mode 100644 StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Standard-Green.slice create mode 100644 StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Standard-Ivory.slice create mode 100644 StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Standard-Orange.slice create mode 100644 StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Standard-Pink.slice create mode 100644 StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Standard-Purple.slice create mode 100644 StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Standard-Red.slice create mode 100644 StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Standard-Silver.slice create mode 100644 StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Standard-White.slice create mode 100644 StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Standard-Yellow.slice create mode 100644 StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA SuperFlow-Black.slice create mode 100644 StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA SuperFlow-Blue.slice create mode 100644 StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA SuperFlow-Clear.slice create mode 100644 StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA SuperFlow-Orange.slice create mode 100644 StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA SuperFlow-Red.slice create mode 100644 StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA SuperFlow-Trans. Blue.slice create mode 100644 StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA SuperFlow-Trans. Orange.slice create mode 100644 StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA SuperFlow-Trans. Red.slice create mode 100644 StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA SuperFlow-Trans. Yellow.slice create mode 100644 StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA SuperFlow-White.slice create mode 100644 StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA SuperFlow-Yellow.slice delete mode 100644 StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA White.slice delete mode 100644 StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Yellow.slice create mode 100644 StaticData/PrinterSettings/3D Stuffmaker/Evolution/quality/High [with support structure].slice create mode 100644 StaticData/PrinterSettings/3D Stuffmaker/Evolution/quality/Standard [with support structure].slice create mode 100644 StaticData/PrinterSettings/3D Stuffmaker/Evolution/quality/Super High [with support structure].slice create mode 100644 StaticData/PrinterSettings/3D Stuffmaker/Evolution/quality/Super High.slice delete mode 100644 StaticData/PrinterSettings/3D Stuffmaker/Evolution/quality/Ultra.slice diff --git a/StaticData/PrinterSettings/3D Stuffmaker/Creator/config.ini b/StaticData/PrinterSettings/3D Stuffmaker/Creator/config.ini index 23e8c2e5a..fd7d3c7a2 100644 --- a/StaticData/PrinterSettings/3D Stuffmaker/Creator/config.ini +++ b/StaticData/PrinterSettings/3D Stuffmaker/Creator/config.ini @@ -1,114 +1,150 @@ avoid_crossing_perimeters = 1 +bed_shape = rectangular +bed_size = 120,130 +bed_temperature = 0 +bottom_clip_amount = 0 bottom_solid_layers = 3 -bridge_acceleration = 500 -bridge_flow_ratio = 0.9 -bridge_speed = 25 -brim_width = 1 +bridge_acceleration = 0 +bridge_fan_speed = 100 +bridge_flow_ratio = 0.8 +bridge_speed = 18 +brim_width = 0.5 +build_height = 105 +cancel_gcode = G91 ; Set distance mode to relative value mode\nG1 Z5 F5000 ; lift nozzle\nG1 E-10 F500 ; Retract Extruder\nG90;\nG28 X0; Home X axis\nG1 Y225 F3000; bring plate to front\nM84; +center_part_on_bed = 1 complete_objects = 1 -default_acceleration = 1200 -external_perimeter_speed = 80% +cool_extruder_lift = 0 +cooling = 1 +create_raft = 1 +default_acceleration = 0 +disable_fan_first_layers = 1 +end_gcode = M104 S0 ; turn off temperature\nG91 ; Set distance mode to relative value mode\nG1 Z5 F5000 ; lift nozzle\nG1 E-10 F500 ; Retract Extruder\nG90;\nG28 X0 ; home X axis\nG1 Y225 F3000; bring plate to front\nM84; +external_perimeter_speed = 60 external_perimeters_first = 0 extra_perimeters = 1 extruder_clearance_height = 35 extruder_clearance_radius = 40 -extrusion_width = 0.7 +extruder_count = 1 +extruder_offset = 0x0 +extruders_share_temperature = 0 +extrusion_axis = E +extrusion_multiplier = 1.0 +extrusion_width = 0 +fan_always_on = 0 +fan_below_layer_time = 60 +filament_diameter = 1.74 fill_angle = 45 -fill_density = 0.4 -fill_pattern = honeycomb -first_layer_acceleration = 1200 -first_layer_extrusion_width = 0 -first_layer_height = 0.1 -first_layer_speed = 70% -gap_fill_speed = 10 +fill_density = 0.2 +fill_pattern = rectilinear +first_layer_acceleration = 0 +first_layer_bed_temperature = 0 +first_layer_extrusion_width = 100% +first_layer_height = 0.15 +first_layer_speed = 25 +first_layer_temperature = 210 +g0 = 0 +gap_fill_speed = 15 +gcode_arcs = 0 gcode_comments = 1 -infill_acceleration = 200 +gcode_flavor = reprap +gcode_output_type = REPRAP +has_fan = 1 +has_heated_bed = 0 +has_sd_card_reader = 0 +infill_acceleration = 0 infill_every_layers = 1 infill_extruder = 1 infill_extrusion_width = 0 -infill_first = 1 -infill_only_where_needed = 0 +infill_first = 0 +infill_only_where_needed = 1 +infill_overlap_perimeter = .06 infill_speed = 60 -layer_height = 0.2 -min_skirt_length = 0 +infill_type = LINES +layer_gcode = +layer_height = 0.25 +max_fan_speed = 100 +min_extrusion_before_retract = 0.1 +min_fan_speed = 35 +min_print_speed = 10 +min_skirt_length = 2 notes = +nozzle_diameter = 0.7 only_retract_when_crossing_perimeters = 1 ooze_prevention = 0 output_filename_format = [input_filename_base].gcode -overhangs = -perimeter_acceleration = 900 +overhangs = 1 +pause_gcode = G1 X0 Y0 F3000; home all axes\nM84 S0 +perimeter_acceleration = 0 perimeter_extruder = 1 perimeter_extrusion_width = 0 -perimeter_speed = 50 -perimeters = 1 +perimeter_speed = 65 +perimeters = 2 post_process = +print_center = 50,90 +raft_air_gap = 0.45 +raft_extra_distance_around_part = 8 +raft_fan_speed_percent = 100 raft_layers = 0 +raft_print_speed = 25 randomize_start = 1 +repair_outlines_extensive_stitching = 1 +repair_outlines_keep_open = 0 resolution = 0 -skirt_distance = 0.8 +resume_gcode = +retract_before_travel = 3 +retract_layer_change = 0 +retract_length = 1 +retract_length_tool_change = 10 +retract_lift = 0.0125 +retract_restart_extra = 0 +retract_restart_extra_toolchange = 0 +retract_speed = 55 +skirt_distance = 0.7 skirt_height = 2 -skirts = 10 -small_perimeter_speed = 30 +skirts = 3 +slowdown_below_layer_time = 20 +small_perimeter_speed = 10 solid_fill_pattern = concentric solid_infill_below_area = 70 solid_infill_every_layers = 20 solid_infill_extrusion_width = 0 -solid_infill_speed = 70% +solid_infill_speed = 90% spiral_vase = 0 standby_temperature_delta = -5 -start_perimeters_at_concave_points = 0 -start_perimeters_at_non_overhang = 0 +start_gcode = G28 X0 Y0 ; home all axes\nM109 S[first_layer_temperature]\nG28 Y0 Z0\nG91\nG1 E30 F100 ; Extrude primer filament +start_perimeters_at_concave_points = 1 +start_perimeters_at_non_overhang = 1 support_material = 0 support_material_angle = 45 +support_material_create_internal_support = 0 support_material_enforce_layers = 0 support_material_extruder = 1 support_material_extrusion_width = 0 +support_material_infill_angle = 45 support_material_interface_extruder = 1 -support_material_interface_layers = 3 -support_material_interface_spacing = 2.5 +support_material_interface_layers = 2 +support_material_interface_spacing = 0 support_material_pattern = honeycomb support_material_spacing = 2.5 support_material_speed = 60 -support_material_threshold = 0 +support_material_threshold = 25 +support_material_xy_distance = 0.8 +support_material_z_distance = 0.15 +support_material_z_gap_layers = 4 +support_type = LINES +temperature = 200 thin_walls = 1 threads = 2 -top_infill_extrusion_width = 0.5 -top_solid_infill_speed = 50 -top_solid_layers = 3 -travel_speed = 160 -bed_size = 120,148 -end_gcode = M104 S0 ; turn off temperature\nG28 X0 ; home X axis\nG91 ; Set distance mode to relative value mode\nG1 E-5 F60 ; Retract E=- 5mm, rate F = 200mm/min \nG90 ; set distance mode to absolute value mode\nM84 ; disable motors -extruder_offset = 0x0 -gcode_flavor = reprap -layer_gcode = -nozzle_diameter = 0.7 -print_center = 50,90 -retract_before_travel = 20 -retract_layer_change = 0 -retract_length = 7 -retract_length_toolchange = 10 -retract_lift = 0.1 -retract_restart_extra = 0 -retract_restart_extra_toolchange = 0 -retract_speed = 35 -start_gcode = G28 ; home all axes\nG1 Z5 F5000 ; lift nozzle\nM109 S[first_layer_temperature] ; Set extruder temp S=XXX degrees and wait\nG91 ; Set distance mode to relative value mode;\nG1 E25 F150 ; Extrude E= 25mm, rate F = 150mm/min \nG90 ; set distance mode to absolute value mode toolchange_gcode = +top_infill_extrusion_width = 0 +top_solid_infill_speed = 35 +top_solid_layers = 4 +travel_speed = 140 use_firmware_retraction = 0 use_relative_e_distances = 0 vibration_limit = 0 wipe = 1 -z_offset = -0.4 -bed_temperature = 0 -bridge_fan_speed = 100 -cooling = 1 -disable_fan_first_layers = 1 -extrusion_multiplier = 1.0 -fan_always_on = 1 -fan_below_layer_time = 60 -filament_diameter = 2.92 -first_layer_bed_temperature = 0 -first_layer_temperature = 195 -max_fan_speed = 100 -min_fan_speed = 35 -min_print_speed = 10 -slowdown_below_layer_time = 30 -temperature = 185 \ No newline at end of file +wipe_shield_distance = 0 +wipe_tower_size = 0 +z_can_be_negative = 0 +z_offset = 0 \ No newline at end of file diff --git a/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Black.slice b/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Black.slice deleted file mode 100644 index f024b6e98..000000000 --- a/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Black.slice +++ /dev/null @@ -1,15 +0,0 @@ -bed_temperature = 0 -bridge_fan_speed = 100 -cooling = 1 -disable_fan_first_layers = 1 -extrusion_multiplier = 1.0 -fan_always_on = 1 -fan_below_layer_time = 60 -filament_diameter = 2.92 -first_layer_bed_temperature = 0 -first_layer_temperature = 195 -max_fan_speed = 100 -min_fan_speed = 35 -min_print_speed = 10 -slowdown_below_layer_time = 30 -temperature = 185 diff --git a/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Blue.slice b/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Blue.slice deleted file mode 100644 index 4c01041d7..000000000 --- a/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Blue.slice +++ /dev/null @@ -1,15 +0,0 @@ -bed_temperature = 0 -bridge_fan_speed = 100 -cooling = 1 -disable_fan_first_layers = 1 -extrusion_multiplier = 1.0 -fan_always_on = 1 -fan_below_layer_time = 60 -filament_diameter = 2.92 -first_layer_bed_temperature = 0 -first_layer_temperature = 195 -max_fan_speed = 100 -min_fan_speed = 35 -min_print_speed = 10 -slowdown_below_layer_time = 30 -temperature = 190 diff --git a/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Clear.slice b/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Clear.slice deleted file mode 100644 index f024b6e98..000000000 --- a/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Clear.slice +++ /dev/null @@ -1,15 +0,0 @@ -bed_temperature = 0 -bridge_fan_speed = 100 -cooling = 1 -disable_fan_first_layers = 1 -extrusion_multiplier = 1.0 -fan_always_on = 1 -fan_below_layer_time = 60 -filament_diameter = 2.92 -first_layer_bed_temperature = 0 -first_layer_temperature = 195 -max_fan_speed = 100 -min_fan_speed = 35 -min_print_speed = 10 -slowdown_below_layer_time = 30 -temperature = 185 diff --git a/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Gray.slice b/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Gray.slice deleted file mode 100644 index f024b6e98..000000000 --- a/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Gray.slice +++ /dev/null @@ -1,15 +0,0 @@ -bed_temperature = 0 -bridge_fan_speed = 100 -cooling = 1 -disable_fan_first_layers = 1 -extrusion_multiplier = 1.0 -fan_always_on = 1 -fan_below_layer_time = 60 -filament_diameter = 2.92 -first_layer_bed_temperature = 0 -first_layer_temperature = 195 -max_fan_speed = 100 -min_fan_speed = 35 -min_print_speed = 10 -slowdown_below_layer_time = 30 -temperature = 185 diff --git a/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Green.slice b/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Green.slice deleted file mode 100644 index f024b6e98..000000000 --- a/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Green.slice +++ /dev/null @@ -1,15 +0,0 @@ -bed_temperature = 0 -bridge_fan_speed = 100 -cooling = 1 -disable_fan_first_layers = 1 -extrusion_multiplier = 1.0 -fan_always_on = 1 -fan_below_layer_time = 60 -filament_diameter = 2.92 -first_layer_bed_temperature = 0 -first_layer_temperature = 195 -max_fan_speed = 100 -min_fan_speed = 35 -min_print_speed = 10 -slowdown_below_layer_time = 30 -temperature = 185 diff --git a/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Ivory.slice b/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Ivory.slice deleted file mode 100644 index f024b6e98..000000000 --- a/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Ivory.slice +++ /dev/null @@ -1,15 +0,0 @@ -bed_temperature = 0 -bridge_fan_speed = 100 -cooling = 1 -disable_fan_first_layers = 1 -extrusion_multiplier = 1.0 -fan_always_on = 1 -fan_below_layer_time = 60 -filament_diameter = 2.92 -first_layer_bed_temperature = 0 -first_layer_temperature = 195 -max_fan_speed = 100 -min_fan_speed = 35 -min_print_speed = 10 -slowdown_below_layer_time = 30 -temperature = 185 diff --git a/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Orange.slice b/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Orange.slice deleted file mode 100644 index f024b6e98..000000000 --- a/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Orange.slice +++ /dev/null @@ -1,15 +0,0 @@ -bed_temperature = 0 -bridge_fan_speed = 100 -cooling = 1 -disable_fan_first_layers = 1 -extrusion_multiplier = 1.0 -fan_always_on = 1 -fan_below_layer_time = 60 -filament_diameter = 2.92 -first_layer_bed_temperature = 0 -first_layer_temperature = 195 -max_fan_speed = 100 -min_fan_speed = 35 -min_print_speed = 10 -slowdown_below_layer_time = 30 -temperature = 185 diff --git a/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Pink.slice b/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Pink.slice deleted file mode 100644 index 0e3b2f279..000000000 --- a/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Pink.slice +++ /dev/null @@ -1,15 +0,0 @@ -bed_temperature = 0 -bridge_fan_speed = 100 -cooling = 1 -disable_fan_first_layers = 1 -extrusion_multiplier = 1.0 -fan_always_on = 1 -fan_below_layer_time = 60 -filament_diameter = 2.92 -first_layer_bed_temperature = 0 -first_layer_temperature = 190 -max_fan_speed = 100 -min_fan_speed = 35 -min_print_speed = 10 -slowdown_below_layer_time = 30 -temperature = 180 diff --git a/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Purple.slice b/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Purple.slice deleted file mode 100644 index f024b6e98..000000000 --- a/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Purple.slice +++ /dev/null @@ -1,15 +0,0 @@ -bed_temperature = 0 -bridge_fan_speed = 100 -cooling = 1 -disable_fan_first_layers = 1 -extrusion_multiplier = 1.0 -fan_always_on = 1 -fan_below_layer_time = 60 -filament_diameter = 2.92 -first_layer_bed_temperature = 0 -first_layer_temperature = 195 -max_fan_speed = 100 -min_fan_speed = 35 -min_print_speed = 10 -slowdown_below_layer_time = 30 -temperature = 185 diff --git a/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Red.slice b/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Red.slice deleted file mode 100644 index f024b6e98..000000000 --- a/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Red.slice +++ /dev/null @@ -1,15 +0,0 @@ -bed_temperature = 0 -bridge_fan_speed = 100 -cooling = 1 -disable_fan_first_layers = 1 -extrusion_multiplier = 1.0 -fan_always_on = 1 -fan_below_layer_time = 60 -filament_diameter = 2.92 -first_layer_bed_temperature = 0 -first_layer_temperature = 195 -max_fan_speed = 100 -min_fan_speed = 35 -min_print_speed = 10 -slowdown_below_layer_time = 30 -temperature = 185 diff --git a/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Special-FLEX.slice b/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Special-FLEX.slice new file mode 100644 index 000000000..3bcd77b4a --- /dev/null +++ b/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Special-FLEX.slice @@ -0,0 +1,3 @@ +first_layer_temperature = 220 +temperature = 220 +filament_diameter = 1.75 \ No newline at end of file diff --git a/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Special-MaxPLA.slice b/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Special-MaxPLA.slice new file mode 100644 index 000000000..f3e75ea15 --- /dev/null +++ b/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Special-MaxPLA.slice @@ -0,0 +1,3 @@ +first_layer_temperature = 200 +temperature = 200 +filament_diameter = 1.79 \ No newline at end of file diff --git a/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Special-TIMBER.slice b/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Special-TIMBER.slice new file mode 100644 index 000000000..b67d15569 --- /dev/null +++ b/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Special-TIMBER.slice @@ -0,0 +1,8 @@ +first_layer_temperature = 200 +temperature = 200 +retract_length = 2 +retract_speed = 55 +infill_speed = 50 +perimeter_speed = 50 +external_perimeter_speed = 45 +support_material_speed = 50 \ No newline at end of file diff --git a/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Standard-Black.slice b/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Standard-Black.slice new file mode 100644 index 000000000..1fa5bb532 --- /dev/null +++ b/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Standard-Black.slice @@ -0,0 +1,2 @@ +temperature = 205 +first_layer_temperature = 205 \ No newline at end of file diff --git a/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Standard-Blue.slice b/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Standard-Blue.slice new file mode 100644 index 000000000..01d901ccd --- /dev/null +++ b/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Standard-Blue.slice @@ -0,0 +1,3 @@ +first_layer_temperature = 205 +temperature = 205 +filament_diameter = 1.74 \ No newline at end of file diff --git a/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Standard-Clear.slice b/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Standard-Clear.slice new file mode 100644 index 000000000..27f52b19e --- /dev/null +++ b/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Standard-Clear.slice @@ -0,0 +1,3 @@ +first_layer_temperature = 195 +temperature = 195 +filament_diameter = 1.74 \ No newline at end of file diff --git a/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Standard-Green.slice b/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Standard-Green.slice new file mode 100644 index 000000000..f74ea1fcd --- /dev/null +++ b/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Standard-Green.slice @@ -0,0 +1,3 @@ +filament_diameter = 1.74 +first_layer_temperature = 200 +temperature = 200 \ No newline at end of file diff --git a/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Standard-Ivory.slice b/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Standard-Ivory.slice new file mode 100644 index 000000000..fe8fd0661 --- /dev/null +++ b/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Standard-Ivory.slice @@ -0,0 +1,3 @@ +first_layer_temperature = 200 +temperature = 200 +filament_diameter = 1.74 \ No newline at end of file diff --git a/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Standard-Orange.slice b/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Standard-Orange.slice new file mode 100644 index 000000000..fe8fd0661 --- /dev/null +++ b/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Standard-Orange.slice @@ -0,0 +1,3 @@ +first_layer_temperature = 200 +temperature = 200 +filament_diameter = 1.74 \ No newline at end of file diff --git a/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Standard-Pink.slice b/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Standard-Pink.slice new file mode 100644 index 000000000..fe8fd0661 --- /dev/null +++ b/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Standard-Pink.slice @@ -0,0 +1,3 @@ +first_layer_temperature = 200 +temperature = 200 +filament_diameter = 1.74 \ No newline at end of file diff --git a/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Standard-Purple.slice b/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Standard-Purple.slice new file mode 100644 index 000000000..fe8fd0661 --- /dev/null +++ b/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Standard-Purple.slice @@ -0,0 +1,3 @@ +first_layer_temperature = 200 +temperature = 200 +filament_diameter = 1.74 \ No newline at end of file diff --git a/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Standard-Red.slice b/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Standard-Red.slice new file mode 100644 index 000000000..fe8fd0661 --- /dev/null +++ b/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Standard-Red.slice @@ -0,0 +1,3 @@ +first_layer_temperature = 200 +temperature = 200 +filament_diameter = 1.74 \ No newline at end of file diff --git a/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Standard-Silver.slice b/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Standard-Silver.slice new file mode 100644 index 000000000..fe8fd0661 --- /dev/null +++ b/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Standard-Silver.slice @@ -0,0 +1,3 @@ +first_layer_temperature = 200 +temperature = 200 +filament_diameter = 1.74 \ No newline at end of file diff --git a/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Standard-White.slice b/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Standard-White.slice new file mode 100644 index 000000000..fe8fd0661 --- /dev/null +++ b/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Standard-White.slice @@ -0,0 +1,3 @@ +first_layer_temperature = 200 +temperature = 200 +filament_diameter = 1.74 \ No newline at end of file diff --git a/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Standard-Yellow.slice b/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Standard-Yellow.slice new file mode 100644 index 000000000..fe8fd0661 --- /dev/null +++ b/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Standard-Yellow.slice @@ -0,0 +1,3 @@ +first_layer_temperature = 200 +temperature = 200 +filament_diameter = 1.74 \ No newline at end of file diff --git a/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA SuperFlow-Black.slice b/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA SuperFlow-Black.slice new file mode 100644 index 000000000..7a3456255 --- /dev/null +++ b/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA SuperFlow-Black.slice @@ -0,0 +1,3 @@ +filament_diameter = 1.75 +first_layer_temperature = 210 +temperature = 210 \ No newline at end of file diff --git a/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA SuperFlow-Blue.slice b/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA SuperFlow-Blue.slice new file mode 100644 index 000000000..6c553b2d7 --- /dev/null +++ b/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA SuperFlow-Blue.slice @@ -0,0 +1,3 @@ +filament_diameter = 1.72 +first_layer_temperature = 210 +temperature = 210 \ No newline at end of file diff --git a/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA SuperFlow-Clear.slice b/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA SuperFlow-Clear.slice new file mode 100644 index 000000000..7a3456255 --- /dev/null +++ b/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA SuperFlow-Clear.slice @@ -0,0 +1,3 @@ +filament_diameter = 1.75 +first_layer_temperature = 210 +temperature = 210 \ No newline at end of file diff --git a/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA SuperFlow-Orange.slice b/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA SuperFlow-Orange.slice new file mode 100644 index 000000000..720a36c34 --- /dev/null +++ b/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA SuperFlow-Orange.slice @@ -0,0 +1,3 @@ +filament_diameter = 1.73 +first_layer_temperature = 210 +temperature = 210 \ No newline at end of file diff --git a/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA SuperFlow-Red.slice b/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA SuperFlow-Red.slice new file mode 100644 index 000000000..7a3456255 --- /dev/null +++ b/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA SuperFlow-Red.slice @@ -0,0 +1,3 @@ +filament_diameter = 1.75 +first_layer_temperature = 210 +temperature = 210 \ No newline at end of file diff --git a/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA SuperFlow-Trans. Blue.slice b/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA SuperFlow-Trans. Blue.slice new file mode 100644 index 000000000..49bfe0857 --- /dev/null +++ b/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA SuperFlow-Trans. Blue.slice @@ -0,0 +1,3 @@ +filament_diameter = 1.72 +first_layer_temperature = 220 +temperature = 220 \ No newline at end of file diff --git a/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA SuperFlow-Trans. Orange.slice b/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA SuperFlow-Trans. Orange.slice new file mode 100644 index 000000000..e149d85f6 --- /dev/null +++ b/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA SuperFlow-Trans. Orange.slice @@ -0,0 +1,3 @@ +filament_diameter = 1.8 +first_layer_temperature = 220 +temperature = 220 \ No newline at end of file diff --git a/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA SuperFlow-Trans. Red.slice b/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA SuperFlow-Trans. Red.slice new file mode 100644 index 000000000..6d535d7f0 --- /dev/null +++ b/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA SuperFlow-Trans. Red.slice @@ -0,0 +1,3 @@ +filament_diameter = 1.78 +first_layer_temperature = 220 +temperature = 220 \ No newline at end of file diff --git a/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA SuperFlow-Trans. Yellow.slice b/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA SuperFlow-Trans. Yellow.slice new file mode 100644 index 000000000..24a4c1ef2 --- /dev/null +++ b/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA SuperFlow-Trans. Yellow.slice @@ -0,0 +1,3 @@ +filament_diameter = 1.75 +first_layer_temperature = 220 +temperature = 220 \ No newline at end of file diff --git a/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA SuperFlow-White.slice b/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA SuperFlow-White.slice new file mode 100644 index 000000000..d896a876e --- /dev/null +++ b/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA SuperFlow-White.slice @@ -0,0 +1,3 @@ +filament_diameter = 1.8 +first_layer_temperature = 210 +temperature = 210 \ No newline at end of file diff --git a/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA SuperFlow-Yellow.slice b/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA SuperFlow-Yellow.slice new file mode 100644 index 000000000..720a36c34 --- /dev/null +++ b/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA SuperFlow-Yellow.slice @@ -0,0 +1,3 @@ +filament_diameter = 1.73 +first_layer_temperature = 210 +temperature = 210 \ No newline at end of file diff --git a/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA White.slice b/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA White.slice deleted file mode 100644 index 4997a51e3..000000000 --- a/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA White.slice +++ /dev/null @@ -1,15 +0,0 @@ -bed_temperature = 0 -bridge_fan_speed = 100 -cooling = 1 -disable_fan_first_layers = 1 -extrusion_multiplier = 1.0 -fan_always_on = 1 -fan_below_layer_time = 60 -filament_diameter = 2.92 -first_layer_bed_temperature = 0 -first_layer_temperature = 200 -max_fan_speed = 100 -min_fan_speed = 35 -min_print_speed = 10 -slowdown_below_layer_time = 30 -temperature = 195 diff --git a/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Yellow.slice b/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Yellow.slice deleted file mode 100644 index f024b6e98..000000000 --- a/StaticData/PrinterSettings/3D Stuffmaker/Creator/material/PLA Yellow.slice +++ /dev/null @@ -1,15 +0,0 @@ -bed_temperature = 0 -bridge_fan_speed = 100 -cooling = 1 -disable_fan_first_layers = 1 -extrusion_multiplier = 1.0 -fan_always_on = 1 -fan_below_layer_time = 60 -filament_diameter = 2.92 -first_layer_bed_temperature = 0 -first_layer_temperature = 195 -max_fan_speed = 100 -min_fan_speed = 35 -min_print_speed = 10 -slowdown_below_layer_time = 30 -temperature = 185 diff --git a/StaticData/PrinterSettings/3D Stuffmaker/Creator/quality/High [with support structure].slice b/StaticData/PrinterSettings/3D Stuffmaker/Creator/quality/High [with support structure].slice new file mode 100644 index 000000000..260c5e1ca --- /dev/null +++ b/StaticData/PrinterSettings/3D Stuffmaker/Creator/quality/High [with support structure].slice @@ -0,0 +1,2 @@ +layer_height = 0.1 +support_material = 1 \ No newline at end of file diff --git a/StaticData/PrinterSettings/3D Stuffmaker/Creator/quality/High.slice b/StaticData/PrinterSettings/3D Stuffmaker/Creator/quality/High.slice index 8177548e9..7021e97d2 100644 --- a/StaticData/PrinterSettings/3D Stuffmaker/Creator/quality/High.slice +++ b/StaticData/PrinterSettings/3D Stuffmaker/Creator/quality/High.slice @@ -1,77 +1 @@ -avoid_crossing_perimeters = 1 -bottom_solid_layers = 3 -bridge_acceleration = 500 -bridge_flow_ratio = 0.9 -bridge_speed = 25 -brim_width = 1 -complete_objects = 1 -default_acceleration = 1200 -external_perimeter_speed = 80% -external_perimeters_first = 0 -extra_perimeters = 1 -extruder_clearance_height = 35 -extruder_clearance_radius = 40 -extrusion_width = 0.7 -fill_angle = 45 -fill_density = 0.4 -fill_pattern = honeycomb -first_layer_acceleration = 1200 -first_layer_extrusion_width = 0 -first_layer_height = 0.1 -first_layer_speed = 70% -gap_fill_speed = 10 -gcode_comments = 1 -infill_acceleration = 200 -infill_every_layers = 1 -infill_extruder = 1 -infill_extrusion_width = 0 -infill_first = 1 -infill_only_where_needed = 0 -infill_speed = 60 -layer_height = 0.2 -min_skirt_length = 0 -notes = -only_retract_when_crossing_perimeters = 1 -ooze_prevention = 0 -output_filename_format = [input_filename_base].gcode -overhangs = -perimeter_acceleration = 900 -perimeter_extruder = 1 -perimeter_extrusion_width = 0 -perimeter_speed = 50 -perimeters = 1 -post_process = -raft_layers = 0 -randomize_start = 1 -resolution = 0 -skirt_distance = 0.8 -skirt_height = 2 -skirts = 10 -small_perimeter_speed = 30 -solid_fill_pattern = concentric -solid_infill_below_area = 70 -solid_infill_every_layers = 20 -solid_infill_extrusion_width = 0 -solid_infill_speed = 70% -spiral_vase = 0 -standby_temperature_delta = -5 -start_perimeters_at_concave_points = 0 -start_perimeters_at_non_overhang = 0 -support_material = 0 -support_material_angle = 45 -support_material_enforce_layers = 0 -support_material_extruder = 1 -support_material_extrusion_width = 0 -support_material_interface_extruder = 1 -support_material_interface_layers = 3 -support_material_interface_spacing = 2.5 -support_material_pattern = honeycomb -support_material_spacing = 2.5 -support_material_speed = 60 -support_material_threshold = 0 -thin_walls = 1 -threads = 2 -top_infill_extrusion_width = 0.5 -top_solid_infill_speed = 50 -top_solid_layers = 3 -travel_speed = 160 +layer_height = 0.1 \ No newline at end of file diff --git a/StaticData/PrinterSettings/3D Stuffmaker/Creator/quality/Standard [with support structure].slice b/StaticData/PrinterSettings/3D Stuffmaker/Creator/quality/Standard [with support structure].slice new file mode 100644 index 000000000..08db30ca0 --- /dev/null +++ b/StaticData/PrinterSettings/3D Stuffmaker/Creator/quality/Standard [with support structure].slice @@ -0,0 +1,2 @@ +layer_height = 0.2 +support_material = 1 \ No newline at end of file diff --git a/StaticData/PrinterSettings/3D Stuffmaker/Creator/quality/Standard.slice b/StaticData/PrinterSettings/3D Stuffmaker/Creator/quality/Standard.slice index 8177548e9..acbe9b382 100644 --- a/StaticData/PrinterSettings/3D Stuffmaker/Creator/quality/Standard.slice +++ b/StaticData/PrinterSettings/3D Stuffmaker/Creator/quality/Standard.slice @@ -1,77 +1 @@ -avoid_crossing_perimeters = 1 -bottom_solid_layers = 3 -bridge_acceleration = 500 -bridge_flow_ratio = 0.9 -bridge_speed = 25 -brim_width = 1 -complete_objects = 1 -default_acceleration = 1200 -external_perimeter_speed = 80% -external_perimeters_first = 0 -extra_perimeters = 1 -extruder_clearance_height = 35 -extruder_clearance_radius = 40 -extrusion_width = 0.7 -fill_angle = 45 -fill_density = 0.4 -fill_pattern = honeycomb -first_layer_acceleration = 1200 -first_layer_extrusion_width = 0 -first_layer_height = 0.1 -first_layer_speed = 70% -gap_fill_speed = 10 -gcode_comments = 1 -infill_acceleration = 200 -infill_every_layers = 1 -infill_extruder = 1 -infill_extrusion_width = 0 -infill_first = 1 -infill_only_where_needed = 0 -infill_speed = 60 -layer_height = 0.2 -min_skirt_length = 0 -notes = -only_retract_when_crossing_perimeters = 1 -ooze_prevention = 0 -output_filename_format = [input_filename_base].gcode -overhangs = -perimeter_acceleration = 900 -perimeter_extruder = 1 -perimeter_extrusion_width = 0 -perimeter_speed = 50 -perimeters = 1 -post_process = -raft_layers = 0 -randomize_start = 1 -resolution = 0 -skirt_distance = 0.8 -skirt_height = 2 -skirts = 10 -small_perimeter_speed = 30 -solid_fill_pattern = concentric -solid_infill_below_area = 70 -solid_infill_every_layers = 20 -solid_infill_extrusion_width = 0 -solid_infill_speed = 70% -spiral_vase = 0 -standby_temperature_delta = -5 -start_perimeters_at_concave_points = 0 -start_perimeters_at_non_overhang = 0 -support_material = 0 -support_material_angle = 45 -support_material_enforce_layers = 0 -support_material_extruder = 1 -support_material_extrusion_width = 0 -support_material_interface_extruder = 1 -support_material_interface_layers = 3 -support_material_interface_spacing = 2.5 -support_material_pattern = honeycomb -support_material_spacing = 2.5 -support_material_speed = 60 -support_material_threshold = 0 -thin_walls = 1 -threads = 2 -top_infill_extrusion_width = 0.5 -top_solid_infill_speed = 50 -top_solid_layers = 3 -travel_speed = 160 +layer_height = 0.2 \ No newline at end of file diff --git a/StaticData/PrinterSettings/3D Stuffmaker/Creator/quality/Super High [with support structure].slice b/StaticData/PrinterSettings/3D Stuffmaker/Creator/quality/Super High [with support structure].slice new file mode 100644 index 000000000..c51d940b4 --- /dev/null +++ b/StaticData/PrinterSettings/3D Stuffmaker/Creator/quality/Super High [with support structure].slice @@ -0,0 +1,2 @@ +layer_height = 0.08 +support_material = 1 \ No newline at end of file diff --git a/StaticData/PrinterSettings/3D Stuffmaker/Creator/quality/Super High.slice b/StaticData/PrinterSettings/3D Stuffmaker/Creator/quality/Super High.slice new file mode 100644 index 000000000..30b0078f2 --- /dev/null +++ b/StaticData/PrinterSettings/3D Stuffmaker/Creator/quality/Super High.slice @@ -0,0 +1 @@ +layer_height = 0.08 \ No newline at end of file diff --git a/StaticData/PrinterSettings/3D Stuffmaker/Creator/quality/Ultra.slice b/StaticData/PrinterSettings/3D Stuffmaker/Creator/quality/Ultra.slice deleted file mode 100644 index f58152945..000000000 --- a/StaticData/PrinterSettings/3D Stuffmaker/Creator/quality/Ultra.slice +++ /dev/null @@ -1,77 +0,0 @@ -avoid_crossing_perimeters = 1 -bottom_solid_layers = 3 -bridge_acceleration = 500 -bridge_flow_ratio = 0.9 -bridge_speed = 25 -brim_width = 1 -complete_objects = 1 -default_acceleration = 1200 -external_perimeter_speed = 80% -external_perimeters_first = 0 -extra_perimeters = 1 -extruder_clearance_height = 35 -extruder_clearance_radius = 40 -extrusion_width = 0.7 -fill_angle = 45 -fill_density = 0.4 -fill_pattern = honeycomb -first_layer_acceleration = 1200 -first_layer_extrusion_width = 0 -first_layer_height = 0.1 -first_layer_speed = 70% -gap_fill_speed = 10 -gcode_comments = 1 -infill_acceleration = 200 -infill_every_layers = 1 -infill_extruder = 1 -infill_extrusion_width = 0 -infill_first = 1 -infill_only_where_needed = 0 -infill_speed = 60 -layer_height = 0.1 -min_skirt_length = 0 -notes = -only_retract_when_crossing_perimeters = 1 -ooze_prevention = 0 -output_filename_format = [input_filename_base].gcode -overhangs = -perimeter_acceleration = 900 -perimeter_extruder = 1 -perimeter_extrusion_width = 0 -perimeter_speed = 50 -perimeters = 1 -post_process = -raft_layers = 0 -randomize_start = 1 -resolution = 0 -skirt_distance = 0.8 -skirt_height = 2 -skirts = 10 -small_perimeter_speed = 30 -solid_fill_pattern = concentric -solid_infill_below_area = 70 -solid_infill_every_layers = 20 -solid_infill_extrusion_width = 0 -solid_infill_speed = 70% -spiral_vase = 0 -standby_temperature_delta = -5 -start_perimeters_at_concave_points = 0 -start_perimeters_at_non_overhang = 0 -support_material = 0 -support_material_angle = 45 -support_material_enforce_layers = 0 -support_material_extruder = 1 -support_material_extrusion_width = 0 -support_material_interface_extruder = 1 -support_material_interface_layers = 3 -support_material_interface_spacing = 2.5 -support_material_pattern = honeycomb -support_material_spacing = 2.5 -support_material_speed = 60 -support_material_threshold = 0 -thin_walls = 1 -threads = 2 -top_infill_extrusion_width = 0.5 -top_solid_infill_speed = 50 -top_solid_layers = 3 -travel_speed = 160 diff --git a/StaticData/PrinterSettings/3D Stuffmaker/Evolution/config.ini b/StaticData/PrinterSettings/3D Stuffmaker/Evolution/config.ini index f19167111..370b5589f 100644 --- a/StaticData/PrinterSettings/3D Stuffmaker/Evolution/config.ini +++ b/StaticData/PrinterSettings/3D Stuffmaker/Evolution/config.ini @@ -1,114 +1,150 @@ avoid_crossing_perimeters = 1 +bed_shape = rectangular +bed_size = 230,230 +bed_temperature = 0 +bottom_clip_amount = 0 bottom_solid_layers = 3 -bridge_acceleration = 500 -bridge_flow_ratio = 0.9 -bridge_speed = 25 -brim_width = 1 +bridge_acceleration = 0 +bridge_fan_speed = 100 +bridge_flow_ratio = 0.8 +bridge_speed = 18 +brim_width = 0.5 +build_height = 205 +cancel_gcode = G91 ; Set distance mode to relative value mode\nG1 Z5 F5000 ; lift nozzle\nG1 E-10 F500 ; Retract Extruder\nG90;\nG28 X0; Home X axis\nG1 Y225 F3000; bring plate to front\nM84; +center_part_on_bed = 1 complete_objects = 1 -default_acceleration = 1200 -external_perimeter_speed = 80% +cool_extruder_lift = 0 +cooling = 1 +create_raft = 1 +default_acceleration = 0 +disable_fan_first_layers = 1 +end_gcode = M104 S0 ; turn off temperature\nG91 ; Set distance mode to relative value mode\nG1 Z5 F5000 ; lift nozzle\nG1 E-10 F500 ; Retract Extruder\nG90;\nG28 X0 ; home X axis\nG1 Y225 F3000; bring plate to front\nM84; +external_perimeter_speed = 60 external_perimeters_first = 0 extra_perimeters = 1 extruder_clearance_height = 35 extruder_clearance_radius = 40 -extrusion_width = 0.7 +extruder_count = 1 +extruder_offset = 0x0 +extruders_share_temperature = 0 +extrusion_axis = E +extrusion_multiplier = 1.0 +extrusion_width = 0 +fan_always_on = 0 +fan_below_layer_time = 60 +filament_diameter = 1.74 fill_angle = 45 -fill_density = 0.4 -fill_pattern = honeycomb -first_layer_acceleration = 1200 -first_layer_extrusion_width = 0 -first_layer_height = 0.1 -first_layer_speed = 70% -gap_fill_speed = 10 +fill_density = 0.2 +fill_pattern = rectilinear +first_layer_acceleration = 0 +first_layer_bed_temperature = 0 +first_layer_extrusion_width = 100% +first_layer_height = 0.15 +first_layer_speed = 25 +first_layer_temperature = 210 +g0 = 0 +gap_fill_speed = 15 +gcode_arcs = 0 gcode_comments = 1 -infill_acceleration = 200 +gcode_flavor = reprap +gcode_output_type = REPRAP +has_fan = 1 +has_heated_bed = 0 +has_sd_card_reader = 0 +infill_acceleration = 0 infill_every_layers = 1 infill_extruder = 1 infill_extrusion_width = 0 -infill_first = 1 -infill_only_where_needed = 0 +infill_first = 0 +infill_only_where_needed = 1 +infill_overlap_perimeter = .06 infill_speed = 60 -layer_height = 0.2 -min_skirt_length = 0 +infill_type = LINES +layer_gcode = +layer_height = 0.25 +max_fan_speed = 100 +min_extrusion_before_retract = 0.1 +min_fan_speed = 35 +min_print_speed = 10 +min_skirt_length = 2 notes = +nozzle_diameter = 0.4 only_retract_when_crossing_perimeters = 1 ooze_prevention = 0 output_filename_format = [input_filename_base].gcode -overhangs = -perimeter_acceleration = 900 +overhangs = 1 +pause_gcode = G1 X0 Y0 F3000; home all axes\nM84 S0 +perimeter_acceleration = 0 perimeter_extruder = 1 perimeter_extrusion_width = 0 -perimeter_speed = 50 -perimeters = 1 +perimeter_speed = 65 +perimeters = 2 post_process = +print_center = 120,130 +raft_air_gap = 0.45 +raft_extra_distance_around_part = 8 +raft_fan_speed_percent = 100 raft_layers = 0 +raft_print_speed = 20 randomize_start = 1 +repair_outlines_extensive_stitching = 1 +repair_outlines_keep_open = 0 resolution = 0 -skirt_distance = 0.8 +resume_gcode = +retract_before_travel = 3 +retract_layer_change = 0 +retract_length = 1 +retract_length_tool_change = 10 +retract_lift = 0.0125 +retract_restart_extra = 0 +retract_restart_extra_toolchange = 0 +retract_speed = 55 +skirt_distance = 0.7 skirt_height = 2 -skirts = 10 -small_perimeter_speed = 30 +skirts = 3 +slowdown_below_layer_time = 20 +small_perimeter_speed = 10 solid_fill_pattern = concentric solid_infill_below_area = 70 solid_infill_every_layers = 20 solid_infill_extrusion_width = 0 -solid_infill_speed = 70% +solid_infill_speed = 90% spiral_vase = 0 standby_temperature_delta = -5 -start_perimeters_at_concave_points = 0 -start_perimeters_at_non_overhang = 0 -support_material = 0 +start_gcode = G28 X0 Y0 ; home all axes\nM109 S[first_layer_temperature]\nG28 Y0 Z0\nG91\nG1 E30 F100 ; Extrude primer filament +start_perimeters_at_concave_points = 1 +start_perimeters_at_non_overhang = 1 +support_material = 1 support_material_angle = 45 +support_material_create_internal_support = 0 support_material_enforce_layers = 0 support_material_extruder = 1 support_material_extrusion_width = 0 +support_material_infill_angle = 45 support_material_interface_extruder = 1 -support_material_interface_layers = 3 -support_material_interface_spacing = 2.5 +support_material_interface_layers = 2 +support_material_interface_spacing = 0 support_material_pattern = honeycomb support_material_spacing = 2.5 support_material_speed = 60 -support_material_threshold = 0 +support_material_threshold = 25 +support_material_xy_distance = 0.8 +support_material_z_distance = 0.15 +support_material_z_gap_layers = 4 +support_type = LINES +temperature = 200 thin_walls = 1 threads = 2 -top_infill_extrusion_width = 0.5 -top_solid_infill_speed = 50 -top_solid_layers = 3 -travel_speed = 160 -bed_temperature = 0 -bridge_fan_speed = 100 -cooling = 1 -disable_fan_first_layers = 1 -extrusion_multiplier = 1.0 -fan_always_on = 1 -fan_below_layer_time = 60 -filament_diameter = 2.92 -first_layer_bed_temperature = 0 -first_layer_temperature = 195 -max_fan_speed = 100 -min_fan_speed = 35 -min_print_speed = 10 -slowdown_below_layer_time = 30 -temperature = 185 -bed_size = 230,230 -end_gcode = M104 S0 ; turn off temperature\nG28 X0 ; home X axis\nG91 ; Set distance mode to relative value mode\nG1 E-5 F60 ; Retract E=- 5mm, rate F = 200mm/min \nG90 ; set distance mode to absolute value mode\nM84 ; disable motors -extruder_offset = 0x0 -gcode_flavor = reprap -layer_gcode = -nozzle_diameter = 0.7 -print_center = 120,130 -retract_before_travel = 20 -retract_layer_change = 0 -retract_length = 7 -retract_length_toolchange = 10 -retract_lift = 0.1 -retract_restart_extra = 0 -retract_restart_extra_toolchange = 0 -retract_speed = 35 -start_gcode = G28 ; home all axes\nG1 Z5 F5000 ; lift nozzle\nM109 S[first_layer_temperature] ; Set extruder temp S=180 degrees and wait\nG91 ; Set distance mode to relative value mode;\nG1 E25 F150 ; Extrude E= 25mm, rate F = 150mm/min \nG90 ; set distance mode to absolute value mode toolchange_gcode = +top_infill_extrusion_width = 0 +top_solid_infill_speed = 35 +top_solid_layers = 4 +travel_speed = 140 use_firmware_retraction = 0 use_relative_e_distances = 0 vibration_limit = 0 wipe = 1 -z_offset = -0.4 \ No newline at end of file +wipe_shield_distance = 0 +wipe_tower_size = 0 +z_can_be_negative = 0 +z_offset = 0 \ No newline at end of file diff --git a/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Black.slice b/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Black.slice deleted file mode 100644 index f024b6e98..000000000 --- a/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Black.slice +++ /dev/null @@ -1,15 +0,0 @@ -bed_temperature = 0 -bridge_fan_speed = 100 -cooling = 1 -disable_fan_first_layers = 1 -extrusion_multiplier = 1.0 -fan_always_on = 1 -fan_below_layer_time = 60 -filament_diameter = 2.92 -first_layer_bed_temperature = 0 -first_layer_temperature = 195 -max_fan_speed = 100 -min_fan_speed = 35 -min_print_speed = 10 -slowdown_below_layer_time = 30 -temperature = 185 diff --git a/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Blue.slice b/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Blue.slice deleted file mode 100644 index 4c01041d7..000000000 --- a/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Blue.slice +++ /dev/null @@ -1,15 +0,0 @@ -bed_temperature = 0 -bridge_fan_speed = 100 -cooling = 1 -disable_fan_first_layers = 1 -extrusion_multiplier = 1.0 -fan_always_on = 1 -fan_below_layer_time = 60 -filament_diameter = 2.92 -first_layer_bed_temperature = 0 -first_layer_temperature = 195 -max_fan_speed = 100 -min_fan_speed = 35 -min_print_speed = 10 -slowdown_below_layer_time = 30 -temperature = 190 diff --git a/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Clear.slice b/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Clear.slice deleted file mode 100644 index f024b6e98..000000000 --- a/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Clear.slice +++ /dev/null @@ -1,15 +0,0 @@ -bed_temperature = 0 -bridge_fan_speed = 100 -cooling = 1 -disable_fan_first_layers = 1 -extrusion_multiplier = 1.0 -fan_always_on = 1 -fan_below_layer_time = 60 -filament_diameter = 2.92 -first_layer_bed_temperature = 0 -first_layer_temperature = 195 -max_fan_speed = 100 -min_fan_speed = 35 -min_print_speed = 10 -slowdown_below_layer_time = 30 -temperature = 185 diff --git a/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Gray.slice b/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Gray.slice deleted file mode 100644 index f024b6e98..000000000 --- a/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Gray.slice +++ /dev/null @@ -1,15 +0,0 @@ -bed_temperature = 0 -bridge_fan_speed = 100 -cooling = 1 -disable_fan_first_layers = 1 -extrusion_multiplier = 1.0 -fan_always_on = 1 -fan_below_layer_time = 60 -filament_diameter = 2.92 -first_layer_bed_temperature = 0 -first_layer_temperature = 195 -max_fan_speed = 100 -min_fan_speed = 35 -min_print_speed = 10 -slowdown_below_layer_time = 30 -temperature = 185 diff --git a/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Green.slice b/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Green.slice deleted file mode 100644 index f024b6e98..000000000 --- a/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Green.slice +++ /dev/null @@ -1,15 +0,0 @@ -bed_temperature = 0 -bridge_fan_speed = 100 -cooling = 1 -disable_fan_first_layers = 1 -extrusion_multiplier = 1.0 -fan_always_on = 1 -fan_below_layer_time = 60 -filament_diameter = 2.92 -first_layer_bed_temperature = 0 -first_layer_temperature = 195 -max_fan_speed = 100 -min_fan_speed = 35 -min_print_speed = 10 -slowdown_below_layer_time = 30 -temperature = 185 diff --git a/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Ivory.slice b/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Ivory.slice deleted file mode 100644 index f024b6e98..000000000 --- a/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Ivory.slice +++ /dev/null @@ -1,15 +0,0 @@ -bed_temperature = 0 -bridge_fan_speed = 100 -cooling = 1 -disable_fan_first_layers = 1 -extrusion_multiplier = 1.0 -fan_always_on = 1 -fan_below_layer_time = 60 -filament_diameter = 2.92 -first_layer_bed_temperature = 0 -first_layer_temperature = 195 -max_fan_speed = 100 -min_fan_speed = 35 -min_print_speed = 10 -slowdown_below_layer_time = 30 -temperature = 185 diff --git a/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Orange.slice b/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Orange.slice deleted file mode 100644 index f024b6e98..000000000 --- a/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Orange.slice +++ /dev/null @@ -1,15 +0,0 @@ -bed_temperature = 0 -bridge_fan_speed = 100 -cooling = 1 -disable_fan_first_layers = 1 -extrusion_multiplier = 1.0 -fan_always_on = 1 -fan_below_layer_time = 60 -filament_diameter = 2.92 -first_layer_bed_temperature = 0 -first_layer_temperature = 195 -max_fan_speed = 100 -min_fan_speed = 35 -min_print_speed = 10 -slowdown_below_layer_time = 30 -temperature = 185 diff --git a/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Pink.slice b/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Pink.slice deleted file mode 100644 index 0e3b2f279..000000000 --- a/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Pink.slice +++ /dev/null @@ -1,15 +0,0 @@ -bed_temperature = 0 -bridge_fan_speed = 100 -cooling = 1 -disable_fan_first_layers = 1 -extrusion_multiplier = 1.0 -fan_always_on = 1 -fan_below_layer_time = 60 -filament_diameter = 2.92 -first_layer_bed_temperature = 0 -first_layer_temperature = 190 -max_fan_speed = 100 -min_fan_speed = 35 -min_print_speed = 10 -slowdown_below_layer_time = 30 -temperature = 180 diff --git a/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Purple.slice b/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Purple.slice deleted file mode 100644 index f024b6e98..000000000 --- a/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Purple.slice +++ /dev/null @@ -1,15 +0,0 @@ -bed_temperature = 0 -bridge_fan_speed = 100 -cooling = 1 -disable_fan_first_layers = 1 -extrusion_multiplier = 1.0 -fan_always_on = 1 -fan_below_layer_time = 60 -filament_diameter = 2.92 -first_layer_bed_temperature = 0 -first_layer_temperature = 195 -max_fan_speed = 100 -min_fan_speed = 35 -min_print_speed = 10 -slowdown_below_layer_time = 30 -temperature = 185 diff --git a/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Red.slice b/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Red.slice deleted file mode 100644 index f024b6e98..000000000 --- a/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Red.slice +++ /dev/null @@ -1,15 +0,0 @@ -bed_temperature = 0 -bridge_fan_speed = 100 -cooling = 1 -disable_fan_first_layers = 1 -extrusion_multiplier = 1.0 -fan_always_on = 1 -fan_below_layer_time = 60 -filament_diameter = 2.92 -first_layer_bed_temperature = 0 -first_layer_temperature = 195 -max_fan_speed = 100 -min_fan_speed = 35 -min_print_speed = 10 -slowdown_below_layer_time = 30 -temperature = 185 diff --git a/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Special-FLEX.slice b/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Special-FLEX.slice new file mode 100644 index 000000000..3bcd77b4a --- /dev/null +++ b/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Special-FLEX.slice @@ -0,0 +1,3 @@ +first_layer_temperature = 220 +temperature = 220 +filament_diameter = 1.75 \ No newline at end of file diff --git a/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Special-MaxPLA.slice b/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Special-MaxPLA.slice new file mode 100644 index 000000000..f3e75ea15 --- /dev/null +++ b/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Special-MaxPLA.slice @@ -0,0 +1,3 @@ +first_layer_temperature = 200 +temperature = 200 +filament_diameter = 1.79 \ No newline at end of file diff --git a/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Special-TIMBER.slice b/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Special-TIMBER.slice new file mode 100644 index 000000000..b67d15569 --- /dev/null +++ b/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Special-TIMBER.slice @@ -0,0 +1,8 @@ +first_layer_temperature = 200 +temperature = 200 +retract_length = 2 +retract_speed = 55 +infill_speed = 50 +perimeter_speed = 50 +external_perimeter_speed = 45 +support_material_speed = 50 \ No newline at end of file diff --git a/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Standard-Black.slice b/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Standard-Black.slice new file mode 100644 index 000000000..1fa5bb532 --- /dev/null +++ b/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Standard-Black.slice @@ -0,0 +1,2 @@ +temperature = 205 +first_layer_temperature = 205 \ No newline at end of file diff --git a/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Standard-Blue.slice b/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Standard-Blue.slice new file mode 100644 index 000000000..01d901ccd --- /dev/null +++ b/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Standard-Blue.slice @@ -0,0 +1,3 @@ +first_layer_temperature = 205 +temperature = 205 +filament_diameter = 1.74 \ No newline at end of file diff --git a/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Standard-Clear.slice b/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Standard-Clear.slice new file mode 100644 index 000000000..27f52b19e --- /dev/null +++ b/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Standard-Clear.slice @@ -0,0 +1,3 @@ +first_layer_temperature = 195 +temperature = 195 +filament_diameter = 1.74 \ No newline at end of file diff --git a/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Standard-Green.slice b/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Standard-Green.slice new file mode 100644 index 000000000..f74ea1fcd --- /dev/null +++ b/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Standard-Green.slice @@ -0,0 +1,3 @@ +filament_diameter = 1.74 +first_layer_temperature = 200 +temperature = 200 \ No newline at end of file diff --git a/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Standard-Ivory.slice b/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Standard-Ivory.slice new file mode 100644 index 000000000..fe8fd0661 --- /dev/null +++ b/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Standard-Ivory.slice @@ -0,0 +1,3 @@ +first_layer_temperature = 200 +temperature = 200 +filament_diameter = 1.74 \ No newline at end of file diff --git a/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Standard-Orange.slice b/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Standard-Orange.slice new file mode 100644 index 000000000..fe8fd0661 --- /dev/null +++ b/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Standard-Orange.slice @@ -0,0 +1,3 @@ +first_layer_temperature = 200 +temperature = 200 +filament_diameter = 1.74 \ No newline at end of file diff --git a/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Standard-Pink.slice b/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Standard-Pink.slice new file mode 100644 index 000000000..fe8fd0661 --- /dev/null +++ b/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Standard-Pink.slice @@ -0,0 +1,3 @@ +first_layer_temperature = 200 +temperature = 200 +filament_diameter = 1.74 \ No newline at end of file diff --git a/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Standard-Purple.slice b/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Standard-Purple.slice new file mode 100644 index 000000000..fe8fd0661 --- /dev/null +++ b/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Standard-Purple.slice @@ -0,0 +1,3 @@ +first_layer_temperature = 200 +temperature = 200 +filament_diameter = 1.74 \ No newline at end of file diff --git a/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Standard-Red.slice b/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Standard-Red.slice new file mode 100644 index 000000000..fe8fd0661 --- /dev/null +++ b/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Standard-Red.slice @@ -0,0 +1,3 @@ +first_layer_temperature = 200 +temperature = 200 +filament_diameter = 1.74 \ No newline at end of file diff --git a/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Standard-Silver.slice b/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Standard-Silver.slice new file mode 100644 index 000000000..fe8fd0661 --- /dev/null +++ b/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Standard-Silver.slice @@ -0,0 +1,3 @@ +first_layer_temperature = 200 +temperature = 200 +filament_diameter = 1.74 \ No newline at end of file diff --git a/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Standard-White.slice b/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Standard-White.slice new file mode 100644 index 000000000..fe8fd0661 --- /dev/null +++ b/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Standard-White.slice @@ -0,0 +1,3 @@ +first_layer_temperature = 200 +temperature = 200 +filament_diameter = 1.74 \ No newline at end of file diff --git a/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Standard-Yellow.slice b/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Standard-Yellow.slice new file mode 100644 index 000000000..fe8fd0661 --- /dev/null +++ b/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Standard-Yellow.slice @@ -0,0 +1,3 @@ +first_layer_temperature = 200 +temperature = 200 +filament_diameter = 1.74 \ No newline at end of file diff --git a/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA SuperFlow-Black.slice b/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA SuperFlow-Black.slice new file mode 100644 index 000000000..7a3456255 --- /dev/null +++ b/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA SuperFlow-Black.slice @@ -0,0 +1,3 @@ +filament_diameter = 1.75 +first_layer_temperature = 210 +temperature = 210 \ No newline at end of file diff --git a/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA SuperFlow-Blue.slice b/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA SuperFlow-Blue.slice new file mode 100644 index 000000000..6c553b2d7 --- /dev/null +++ b/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA SuperFlow-Blue.slice @@ -0,0 +1,3 @@ +filament_diameter = 1.72 +first_layer_temperature = 210 +temperature = 210 \ No newline at end of file diff --git a/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA SuperFlow-Clear.slice b/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA SuperFlow-Clear.slice new file mode 100644 index 000000000..7a3456255 --- /dev/null +++ b/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA SuperFlow-Clear.slice @@ -0,0 +1,3 @@ +filament_diameter = 1.75 +first_layer_temperature = 210 +temperature = 210 \ No newline at end of file diff --git a/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA SuperFlow-Orange.slice b/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA SuperFlow-Orange.slice new file mode 100644 index 000000000..720a36c34 --- /dev/null +++ b/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA SuperFlow-Orange.slice @@ -0,0 +1,3 @@ +filament_diameter = 1.73 +first_layer_temperature = 210 +temperature = 210 \ No newline at end of file diff --git a/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA SuperFlow-Red.slice b/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA SuperFlow-Red.slice new file mode 100644 index 000000000..7a3456255 --- /dev/null +++ b/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA SuperFlow-Red.slice @@ -0,0 +1,3 @@ +filament_diameter = 1.75 +first_layer_temperature = 210 +temperature = 210 \ No newline at end of file diff --git a/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA SuperFlow-Trans. Blue.slice b/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA SuperFlow-Trans. Blue.slice new file mode 100644 index 000000000..49bfe0857 --- /dev/null +++ b/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA SuperFlow-Trans. Blue.slice @@ -0,0 +1,3 @@ +filament_diameter = 1.72 +first_layer_temperature = 220 +temperature = 220 \ No newline at end of file diff --git a/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA SuperFlow-Trans. Orange.slice b/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA SuperFlow-Trans. Orange.slice new file mode 100644 index 000000000..e149d85f6 --- /dev/null +++ b/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA SuperFlow-Trans. Orange.slice @@ -0,0 +1,3 @@ +filament_diameter = 1.8 +first_layer_temperature = 220 +temperature = 220 \ No newline at end of file diff --git a/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA SuperFlow-Trans. Red.slice b/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA SuperFlow-Trans. Red.slice new file mode 100644 index 000000000..6d535d7f0 --- /dev/null +++ b/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA SuperFlow-Trans. Red.slice @@ -0,0 +1,3 @@ +filament_diameter = 1.78 +first_layer_temperature = 220 +temperature = 220 \ No newline at end of file diff --git a/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA SuperFlow-Trans. Yellow.slice b/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA SuperFlow-Trans. Yellow.slice new file mode 100644 index 000000000..24a4c1ef2 --- /dev/null +++ b/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA SuperFlow-Trans. Yellow.slice @@ -0,0 +1,3 @@ +filament_diameter = 1.75 +first_layer_temperature = 220 +temperature = 220 \ No newline at end of file diff --git a/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA SuperFlow-White.slice b/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA SuperFlow-White.slice new file mode 100644 index 000000000..d896a876e --- /dev/null +++ b/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA SuperFlow-White.slice @@ -0,0 +1,3 @@ +filament_diameter = 1.8 +first_layer_temperature = 210 +temperature = 210 \ No newline at end of file diff --git a/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA SuperFlow-Yellow.slice b/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA SuperFlow-Yellow.slice new file mode 100644 index 000000000..720a36c34 --- /dev/null +++ b/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA SuperFlow-Yellow.slice @@ -0,0 +1,3 @@ +filament_diameter = 1.73 +first_layer_temperature = 210 +temperature = 210 \ No newline at end of file diff --git a/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA White.slice b/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA White.slice deleted file mode 100644 index 4997a51e3..000000000 --- a/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA White.slice +++ /dev/null @@ -1,15 +0,0 @@ -bed_temperature = 0 -bridge_fan_speed = 100 -cooling = 1 -disable_fan_first_layers = 1 -extrusion_multiplier = 1.0 -fan_always_on = 1 -fan_below_layer_time = 60 -filament_diameter = 2.92 -first_layer_bed_temperature = 0 -first_layer_temperature = 200 -max_fan_speed = 100 -min_fan_speed = 35 -min_print_speed = 10 -slowdown_below_layer_time = 30 -temperature = 195 diff --git a/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Yellow.slice b/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Yellow.slice deleted file mode 100644 index f024b6e98..000000000 --- a/StaticData/PrinterSettings/3D Stuffmaker/Evolution/material/PLA Yellow.slice +++ /dev/null @@ -1,15 +0,0 @@ -bed_temperature = 0 -bridge_fan_speed = 100 -cooling = 1 -disable_fan_first_layers = 1 -extrusion_multiplier = 1.0 -fan_always_on = 1 -fan_below_layer_time = 60 -filament_diameter = 2.92 -first_layer_bed_temperature = 0 -first_layer_temperature = 195 -max_fan_speed = 100 -min_fan_speed = 35 -min_print_speed = 10 -slowdown_below_layer_time = 30 -temperature = 185 diff --git a/StaticData/PrinterSettings/3D Stuffmaker/Evolution/quality/High [with support structure].slice b/StaticData/PrinterSettings/3D Stuffmaker/Evolution/quality/High [with support structure].slice new file mode 100644 index 000000000..260c5e1ca --- /dev/null +++ b/StaticData/PrinterSettings/3D Stuffmaker/Evolution/quality/High [with support structure].slice @@ -0,0 +1,2 @@ +layer_height = 0.1 +support_material = 1 \ No newline at end of file diff --git a/StaticData/PrinterSettings/3D Stuffmaker/Evolution/quality/High.slice b/StaticData/PrinterSettings/3D Stuffmaker/Evolution/quality/High.slice index 8177548e9..7021e97d2 100644 --- a/StaticData/PrinterSettings/3D Stuffmaker/Evolution/quality/High.slice +++ b/StaticData/PrinterSettings/3D Stuffmaker/Evolution/quality/High.slice @@ -1,77 +1 @@ -avoid_crossing_perimeters = 1 -bottom_solid_layers = 3 -bridge_acceleration = 500 -bridge_flow_ratio = 0.9 -bridge_speed = 25 -brim_width = 1 -complete_objects = 1 -default_acceleration = 1200 -external_perimeter_speed = 80% -external_perimeters_first = 0 -extra_perimeters = 1 -extruder_clearance_height = 35 -extruder_clearance_radius = 40 -extrusion_width = 0.7 -fill_angle = 45 -fill_density = 0.4 -fill_pattern = honeycomb -first_layer_acceleration = 1200 -first_layer_extrusion_width = 0 -first_layer_height = 0.1 -first_layer_speed = 70% -gap_fill_speed = 10 -gcode_comments = 1 -infill_acceleration = 200 -infill_every_layers = 1 -infill_extruder = 1 -infill_extrusion_width = 0 -infill_first = 1 -infill_only_where_needed = 0 -infill_speed = 60 -layer_height = 0.2 -min_skirt_length = 0 -notes = -only_retract_when_crossing_perimeters = 1 -ooze_prevention = 0 -output_filename_format = [input_filename_base].gcode -overhangs = -perimeter_acceleration = 900 -perimeter_extruder = 1 -perimeter_extrusion_width = 0 -perimeter_speed = 50 -perimeters = 1 -post_process = -raft_layers = 0 -randomize_start = 1 -resolution = 0 -skirt_distance = 0.8 -skirt_height = 2 -skirts = 10 -small_perimeter_speed = 30 -solid_fill_pattern = concentric -solid_infill_below_area = 70 -solid_infill_every_layers = 20 -solid_infill_extrusion_width = 0 -solid_infill_speed = 70% -spiral_vase = 0 -standby_temperature_delta = -5 -start_perimeters_at_concave_points = 0 -start_perimeters_at_non_overhang = 0 -support_material = 0 -support_material_angle = 45 -support_material_enforce_layers = 0 -support_material_extruder = 1 -support_material_extrusion_width = 0 -support_material_interface_extruder = 1 -support_material_interface_layers = 3 -support_material_interface_spacing = 2.5 -support_material_pattern = honeycomb -support_material_spacing = 2.5 -support_material_speed = 60 -support_material_threshold = 0 -thin_walls = 1 -threads = 2 -top_infill_extrusion_width = 0.5 -top_solid_infill_speed = 50 -top_solid_layers = 3 -travel_speed = 160 +layer_height = 0.1 \ No newline at end of file diff --git a/StaticData/PrinterSettings/3D Stuffmaker/Evolution/quality/Standard [with support structure].slice b/StaticData/PrinterSettings/3D Stuffmaker/Evolution/quality/Standard [with support structure].slice new file mode 100644 index 000000000..08db30ca0 --- /dev/null +++ b/StaticData/PrinterSettings/3D Stuffmaker/Evolution/quality/Standard [with support structure].slice @@ -0,0 +1,2 @@ +layer_height = 0.2 +support_material = 1 \ No newline at end of file diff --git a/StaticData/PrinterSettings/3D Stuffmaker/Evolution/quality/Standard.slice b/StaticData/PrinterSettings/3D Stuffmaker/Evolution/quality/Standard.slice index 8177548e9..acbe9b382 100644 --- a/StaticData/PrinterSettings/3D Stuffmaker/Evolution/quality/Standard.slice +++ b/StaticData/PrinterSettings/3D Stuffmaker/Evolution/quality/Standard.slice @@ -1,77 +1 @@ -avoid_crossing_perimeters = 1 -bottom_solid_layers = 3 -bridge_acceleration = 500 -bridge_flow_ratio = 0.9 -bridge_speed = 25 -brim_width = 1 -complete_objects = 1 -default_acceleration = 1200 -external_perimeter_speed = 80% -external_perimeters_first = 0 -extra_perimeters = 1 -extruder_clearance_height = 35 -extruder_clearance_radius = 40 -extrusion_width = 0.7 -fill_angle = 45 -fill_density = 0.4 -fill_pattern = honeycomb -first_layer_acceleration = 1200 -first_layer_extrusion_width = 0 -first_layer_height = 0.1 -first_layer_speed = 70% -gap_fill_speed = 10 -gcode_comments = 1 -infill_acceleration = 200 -infill_every_layers = 1 -infill_extruder = 1 -infill_extrusion_width = 0 -infill_first = 1 -infill_only_where_needed = 0 -infill_speed = 60 -layer_height = 0.2 -min_skirt_length = 0 -notes = -only_retract_when_crossing_perimeters = 1 -ooze_prevention = 0 -output_filename_format = [input_filename_base].gcode -overhangs = -perimeter_acceleration = 900 -perimeter_extruder = 1 -perimeter_extrusion_width = 0 -perimeter_speed = 50 -perimeters = 1 -post_process = -raft_layers = 0 -randomize_start = 1 -resolution = 0 -skirt_distance = 0.8 -skirt_height = 2 -skirts = 10 -small_perimeter_speed = 30 -solid_fill_pattern = concentric -solid_infill_below_area = 70 -solid_infill_every_layers = 20 -solid_infill_extrusion_width = 0 -solid_infill_speed = 70% -spiral_vase = 0 -standby_temperature_delta = -5 -start_perimeters_at_concave_points = 0 -start_perimeters_at_non_overhang = 0 -support_material = 0 -support_material_angle = 45 -support_material_enforce_layers = 0 -support_material_extruder = 1 -support_material_extrusion_width = 0 -support_material_interface_extruder = 1 -support_material_interface_layers = 3 -support_material_interface_spacing = 2.5 -support_material_pattern = honeycomb -support_material_spacing = 2.5 -support_material_speed = 60 -support_material_threshold = 0 -thin_walls = 1 -threads = 2 -top_infill_extrusion_width = 0.5 -top_solid_infill_speed = 50 -top_solid_layers = 3 -travel_speed = 160 +layer_height = 0.2 \ No newline at end of file diff --git a/StaticData/PrinterSettings/3D Stuffmaker/Evolution/quality/Super High [with support structure].slice b/StaticData/PrinterSettings/3D Stuffmaker/Evolution/quality/Super High [with support structure].slice new file mode 100644 index 000000000..c51d940b4 --- /dev/null +++ b/StaticData/PrinterSettings/3D Stuffmaker/Evolution/quality/Super High [with support structure].slice @@ -0,0 +1,2 @@ +layer_height = 0.08 +support_material = 1 \ No newline at end of file diff --git a/StaticData/PrinterSettings/3D Stuffmaker/Evolution/quality/Super High.slice b/StaticData/PrinterSettings/3D Stuffmaker/Evolution/quality/Super High.slice new file mode 100644 index 000000000..30b0078f2 --- /dev/null +++ b/StaticData/PrinterSettings/3D Stuffmaker/Evolution/quality/Super High.slice @@ -0,0 +1 @@ +layer_height = 0.08 \ No newline at end of file diff --git a/StaticData/PrinterSettings/3D Stuffmaker/Evolution/quality/Ultra.slice b/StaticData/PrinterSettings/3D Stuffmaker/Evolution/quality/Ultra.slice deleted file mode 100644 index f58152945..000000000 --- a/StaticData/PrinterSettings/3D Stuffmaker/Evolution/quality/Ultra.slice +++ /dev/null @@ -1,77 +0,0 @@ -avoid_crossing_perimeters = 1 -bottom_solid_layers = 3 -bridge_acceleration = 500 -bridge_flow_ratio = 0.9 -bridge_speed = 25 -brim_width = 1 -complete_objects = 1 -default_acceleration = 1200 -external_perimeter_speed = 80% -external_perimeters_first = 0 -extra_perimeters = 1 -extruder_clearance_height = 35 -extruder_clearance_radius = 40 -extrusion_width = 0.7 -fill_angle = 45 -fill_density = 0.4 -fill_pattern = honeycomb -first_layer_acceleration = 1200 -first_layer_extrusion_width = 0 -first_layer_height = 0.1 -first_layer_speed = 70% -gap_fill_speed = 10 -gcode_comments = 1 -infill_acceleration = 200 -infill_every_layers = 1 -infill_extruder = 1 -infill_extrusion_width = 0 -infill_first = 1 -infill_only_where_needed = 0 -infill_speed = 60 -layer_height = 0.1 -min_skirt_length = 0 -notes = -only_retract_when_crossing_perimeters = 1 -ooze_prevention = 0 -output_filename_format = [input_filename_base].gcode -overhangs = -perimeter_acceleration = 900 -perimeter_extruder = 1 -perimeter_extrusion_width = 0 -perimeter_speed = 50 -perimeters = 1 -post_process = -raft_layers = 0 -randomize_start = 1 -resolution = 0 -skirt_distance = 0.8 -skirt_height = 2 -skirts = 10 -small_perimeter_speed = 30 -solid_fill_pattern = concentric -solid_infill_below_area = 70 -solid_infill_every_layers = 20 -solid_infill_extrusion_width = 0 -solid_infill_speed = 70% -spiral_vase = 0 -standby_temperature_delta = -5 -start_perimeters_at_concave_points = 0 -start_perimeters_at_non_overhang = 0 -support_material = 0 -support_material_angle = 45 -support_material_enforce_layers = 0 -support_material_extruder = 1 -support_material_extrusion_width = 0 -support_material_interface_extruder = 1 -support_material_interface_layers = 3 -support_material_interface_spacing = 2.5 -support_material_pattern = honeycomb -support_material_spacing = 2.5 -support_material_speed = 60 -support_material_threshold = 0 -thin_walls = 1 -threads = 2 -top_infill_extrusion_width = 0.5 -top_solid_infill_speed = 50 -top_solid_layers = 3 -travel_speed = 160