diff --git a/StaticData/PrinterSettings/Revolution 3D Printers/INF3D-AF1-DE/config.ini b/StaticData/PrinterSettings/Revolution 3D Printers/INF3D-AF1-DE/config.ini index f917e198c..1a71ca326 100644 --- a/StaticData/PrinterSettings/Revolution 3D Printers/INF3D-AF1-DE/config.ini +++ b/StaticData/PrinterSettings/Revolution 3D Printers/INF3D-AF1-DE/config.ini @@ -1,7 +1,7 @@ avoid_crossing_perimeters = 1 bed_shape = rectangular bed_size = 215,215 -bed_temperature = 35 +bed_temperature = 100 bottom_clip_amount = 0 bottom_solid_layers = 3 bridge_acceleration = 0 @@ -18,7 +18,7 @@ cooling = 1 create_raft = 0 default_acceleration = 0 disable_fan_first_layers = 1 -end_gcode = M104 S0 ;extruder heater off\nM140 S0 ; bed heat off\nG91 ;relative positioning\nG1 E-2 F300 ;retract the filament a bit before lifting the nozzle\nG1 Z+1.0 E-2 X-20 F{travel_speed} ;move Z up a bit and retract filament \nG28 X0 y0 ;move X to min endstops, so the head is out of the way\nG1 F3200 Y200 ;move Y TO 200mm to REMOVE PARTS \nM84 ;steppers off\n +end_gcode = M104 S0 ;extruder heater off\nM140 S0 ; bed heat off\nG91 ;relative positioning\nG1 E-2 F300 ;retract the filament a bit before lifting the nozzle\nG1 Z+1.0 E-2 X-20 F[travel_speed] ;move Z up a bit and retract filament \nG28 X0 y0 ;move X to min endstops, so the head is out of the way\nG1 F3200 Y200 ;move Y TO 200mm to REMOVE PARTS \nM84 ;steppers off\n external_perimeter_speed = 40 external_perimeters_first = 0 extra_perimeters = 1 @@ -52,6 +52,7 @@ has_fan = 0 has_hardware_leveling = 1 has_heated_bed = 1 has_sd_card_reader = 1 +show_reset_connection = 1 heat_extruder_before_homing = 0 infill_acceleration = 0 infill_every_layers = 1 @@ -135,7 +136,7 @@ support_material_xy_distance = 0.7 support_material_z_distance = 0.15 support_material_z_gap_layers = 1 support_type = LINES -temperature = 200 +temperature = 230 thin_walls = 1 threads = 2 toolchange_gcode = diff --git a/StaticData/PrinterSettings/Revolution 3D Printers/INF3D-AF1-DE/material/Bronzefill.slice b/StaticData/PrinterSettings/Revolution 3D Printers/INF3D-AF1-DE/material/Bronzefill.slice new file mode 100644 index 000000000..504ce50ac --- /dev/null +++ b/StaticData/PrinterSettings/Revolution 3D Printers/INF3D-AF1-DE/material/Bronzefill.slice @@ -0,0 +1,4 @@ +fill_density = 90% +temperature = 235 +bed_temperature = 60 +extrusion_multiplier = 1.1 \ No newline at end of file diff --git a/StaticData/PrinterSettings/Revolution 3D Printers/INF3D-AF1-DE/material/Copperfill.slice b/StaticData/PrinterSettings/Revolution 3D Printers/INF3D-AF1-DE/material/Copperfill.slice new file mode 100644 index 000000000..504ce50ac --- /dev/null +++ b/StaticData/PrinterSettings/Revolution 3D Printers/INF3D-AF1-DE/material/Copperfill.slice @@ -0,0 +1,4 @@ +fill_density = 90% +temperature = 235 +bed_temperature = 60 +extrusion_multiplier = 1.1 \ No newline at end of file diff --git a/StaticData/PrinterSettings/Revolution 3D Printers/INF3D-AF1-DE/material/FILAFLEX.slice b/StaticData/PrinterSettings/Revolution 3D Printers/INF3D-AF1-DE/material/FILAFLEX.slice new file mode 100644 index 000000000..a867a489c --- /dev/null +++ b/StaticData/PrinterSettings/Revolution 3D Printers/INF3D-AF1-DE/material/FILAFLEX.slice @@ -0,0 +1,14 @@ +bridge_flow_ratio = 1 +bridge_speed = 25 +external_perimeter_speed = 25 +extra_perimeters = 1 +first_layer_extrusion_width = 1 +infill_speed = 25 +perimeter_speed = 25 +retract_length = 3 +retract_speed = 25 +small_perimeter_speed = 25 +solid_infill_speed = 25 +top_solid_infill_speed = 25 +temperature = 230 +bed_temperature = 45 \ No newline at end of file diff --git a/StaticData/PrinterSettings/Revolution 3D Printers/INF3D-AF1-DE/material/Nylon Bridge.slice b/StaticData/PrinterSettings/Revolution 3D Printers/INF3D-AF1-DE/material/Nylon Bridge.slice new file mode 100644 index 000000000..b650e2acf --- /dev/null +++ b/StaticData/PrinterSettings/Revolution 3D Printers/INF3D-AF1-DE/material/Nylon Bridge.slice @@ -0,0 +1,18 @@ +bed_temperature = 85 +bottom_solid_layers = 2 +bridge_flow_ratio = 1.3 +bridge_speed = 50 +brim_width = 3 +external_perimeter_speed = 0.75 +first_layer_bed_temperature = 85 +first_layer_speed = 0.3 +first_layer_temperature = 235 +infill_speed = 100 +min_print_speed = 25 +resolution = 0 +retract_length = 1.9 +retract_length_toolchange = 3 +small_perimeter_speed = 65 +solid_infill_below_area = 90 +solid_infill_speed = 75 +temperature = 235 \ No newline at end of file diff --git a/StaticData/PrinterSettings/Revolution 3D Printers/INF3D-AF1-DE/material/PLA.slice b/StaticData/PrinterSettings/Revolution 3D Printers/INF3D-AF1-DE/material/PLA.slice index 6bcf1cb58..67b1fb0bd 100644 --- a/StaticData/PrinterSettings/Revolution 3D Printers/INF3D-AF1-DE/material/PLA.slice +++ b/StaticData/PrinterSettings/Revolution 3D Printers/INF3D-AF1-DE/material/PLA.slice @@ -1,2 +1,2 @@ temperature = 200 -bed_temperature = 35 \ No newline at end of file +bed_temperature = 45 \ No newline at end of file diff --git a/StaticData/PrinterSettings/Revolution 3D Printers/INF3D-AF1-DE/material/T-GLASE.slice b/StaticData/PrinterSettings/Revolution 3D Printers/INF3D-AF1-DE/material/T-GLASE.slice index 7b376cf1d..23aca9bea 100644 --- a/StaticData/PrinterSettings/Revolution 3D Printers/INF3D-AF1-DE/material/T-GLASE.slice +++ b/StaticData/PrinterSettings/Revolution 3D Printers/INF3D-AF1-DE/material/T-GLASE.slice @@ -1 +1,2 @@ -temperature = 225 \ No newline at end of file +temperature = 245 +bed_temperature = 50 \ No newline at end of file diff --git a/StaticData/PrinterSettings/Revolution 3D Printers/INF3D-AF1-SE/config.ini b/StaticData/PrinterSettings/Revolution 3D Printers/INF3D-AF1-SE/config.ini index ccf23596e..88f470a1b 100644 --- a/StaticData/PrinterSettings/Revolution 3D Printers/INF3D-AF1-SE/config.ini +++ b/StaticData/PrinterSettings/Revolution 3D Printers/INF3D-AF1-SE/config.ini @@ -1,7 +1,7 @@ avoid_crossing_perimeters = 1 bed_shape = rectangular bed_size = 215,215 -bed_temperature = 50 +bed_temperature = 100 bottom_clip_amount = 0 bottom_solid_layers = 3 bridge_acceleration = 0 @@ -18,7 +18,7 @@ cooling = 1 create_raft = 0 default_acceleration = 0 disable_fan_first_layers = 1 -end_gcode = M104 S0 ;extruder heater off\nM140 S0 ; bed heat off\nG91 ;relative positioning\nG1 E-2 F300 ;retract the filament a bit before lifting the nozzle\nG1 Z+1.0 E-2 X-20 F{travel_speed} ;move Z up a bit and retract filament \nG28 X0 y0 ;move X to min endstops, so the head is out of the way\nG1 F3200 Y200 ;move Y TO 200mm to REMOVE PARTS \nM84 ;steppers off\nG90 ;absolute positioning +end_gcode = M104 S0 ;extruder heater off\nM140 S0 ; bed heat off\nG91 ;relative positioning\nG1 E-2 F300 ;retract the filament a bit before lifting the nozzle\nG1 Z+1.0 E-2 X-20 F[travel_speed] ;move Z up a bit and retract filament \nG28 X0 y0 ;move X to min endstops, so the head is out of the way\nG1 F3200 Y200 ;move Y TO 200mm to REMOVE PARTS \nM84 ;steppers off\nG90 ;absolute positioning external_perimeter_speed = 50 external_perimeters_first = 0 extra_perimeters = 1 @@ -49,9 +49,11 @@ gcode_comments = 0 gcode_flavor = reprap gcode_output_type = REPRAP has_fan = 0 -has_hardware_leveling = 0 +has_hardware_leveling = 1 has_heated_bed = 1 has_sd_card_reader = 1 +show_reset_connection = 1 +heat_extruder_before_homing = 0 infill_acceleration = 0 infill_every_layers = 1 infill_extruder = 1 @@ -81,7 +83,7 @@ perimeter_extrusion_width = 0 perimeter_speed = 50 perimeters = 3 post_process = -print_center = 124,110 +print_center = 124,105 raft_air_gap = .2 raft_extruder = 0 raft_extra_distance_around_part = 5 @@ -134,7 +136,7 @@ support_material_xy_distance = 0.7 support_material_z_distance = 0.15 support_material_z_gap_layers = 1 support_type = LINES -temperature = 220 +temperature = 230 thin_walls = 1 threads = 2 toolchange_gcode = diff --git a/StaticData/PrinterSettings/Revolution 3D Printers/INF3D-AF1-SE/material/Bronzefill.slice b/StaticData/PrinterSettings/Revolution 3D Printers/INF3D-AF1-SE/material/Bronzefill.slice new file mode 100644 index 000000000..504ce50ac --- /dev/null +++ b/StaticData/PrinterSettings/Revolution 3D Printers/INF3D-AF1-SE/material/Bronzefill.slice @@ -0,0 +1,4 @@ +fill_density = 90% +temperature = 235 +bed_temperature = 60 +extrusion_multiplier = 1.1 \ No newline at end of file diff --git a/StaticData/PrinterSettings/Revolution 3D Printers/INF3D-AF1-SE/material/Copperfill.slice b/StaticData/PrinterSettings/Revolution 3D Printers/INF3D-AF1-SE/material/Copperfill.slice new file mode 100644 index 000000000..504ce50ac --- /dev/null +++ b/StaticData/PrinterSettings/Revolution 3D Printers/INF3D-AF1-SE/material/Copperfill.slice @@ -0,0 +1,4 @@ +fill_density = 90% +temperature = 235 +bed_temperature = 60 +extrusion_multiplier = 1.1 \ No newline at end of file diff --git a/StaticData/PrinterSettings/Revolution 3D Printers/INF3D-AF1-SE/material/FILAFLEX.slice b/StaticData/PrinterSettings/Revolution 3D Printers/INF3D-AF1-SE/material/FILAFLEX.slice new file mode 100644 index 000000000..a867a489c --- /dev/null +++ b/StaticData/PrinterSettings/Revolution 3D Printers/INF3D-AF1-SE/material/FILAFLEX.slice @@ -0,0 +1,14 @@ +bridge_flow_ratio = 1 +bridge_speed = 25 +external_perimeter_speed = 25 +extra_perimeters = 1 +first_layer_extrusion_width = 1 +infill_speed = 25 +perimeter_speed = 25 +retract_length = 3 +retract_speed = 25 +small_perimeter_speed = 25 +solid_infill_speed = 25 +top_solid_infill_speed = 25 +temperature = 230 +bed_temperature = 45 \ No newline at end of file diff --git a/StaticData/PrinterSettings/Revolution 3D Printers/INF3D-AF1-SE/material/Nylon Bridge.slice b/StaticData/PrinterSettings/Revolution 3D Printers/INF3D-AF1-SE/material/Nylon Bridge.slice new file mode 100644 index 000000000..b650e2acf --- /dev/null +++ b/StaticData/PrinterSettings/Revolution 3D Printers/INF3D-AF1-SE/material/Nylon Bridge.slice @@ -0,0 +1,18 @@ +bed_temperature = 85 +bottom_solid_layers = 2 +bridge_flow_ratio = 1.3 +bridge_speed = 50 +brim_width = 3 +external_perimeter_speed = 0.75 +first_layer_bed_temperature = 85 +first_layer_speed = 0.3 +first_layer_temperature = 235 +infill_speed = 100 +min_print_speed = 25 +resolution = 0 +retract_length = 1.9 +retract_length_toolchange = 3 +small_perimeter_speed = 65 +solid_infill_below_area = 90 +solid_infill_speed = 75 +temperature = 235 \ No newline at end of file diff --git a/StaticData/PrinterSettings/Revolution 3D Printers/INF3D-AF1-SE/material/PLA.slice b/StaticData/PrinterSettings/Revolution 3D Printers/INF3D-AF1-SE/material/PLA.slice index 6bcf1cb58..67b1fb0bd 100644 --- a/StaticData/PrinterSettings/Revolution 3D Printers/INF3D-AF1-SE/material/PLA.slice +++ b/StaticData/PrinterSettings/Revolution 3D Printers/INF3D-AF1-SE/material/PLA.slice @@ -1,2 +1,2 @@ temperature = 200 -bed_temperature = 35 \ No newline at end of file +bed_temperature = 45 \ No newline at end of file diff --git a/StaticData/PrinterSettings/Revolution 3D Printers/INF3D-AF1-SE/material/T-GLASE.slice b/StaticData/PrinterSettings/Revolution 3D Printers/INF3D-AF1-SE/material/T-GLASE.slice index 7b376cf1d..23aca9bea 100644 --- a/StaticData/PrinterSettings/Revolution 3D Printers/INF3D-AF1-SE/material/T-GLASE.slice +++ b/StaticData/PrinterSettings/Revolution 3D Printers/INF3D-AF1-SE/material/T-GLASE.slice @@ -1 +1,2 @@ -temperature = 225 \ No newline at end of file +temperature = 245 +bed_temperature = 50 \ No newline at end of file