mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
Merge branch 'main' into dev/bbl-network-upd
# Conflicts: # src/slic3r/GUI/SelectMachine.cpp
This commit is contained in:
@@ -50,6 +50,7 @@
|
||||
],
|
||||
"gcode_flavor": "klipper",
|
||||
"change_filament_gcode": "M600",
|
||||
"layer_change_gcode": "SET_PRINT_STATS_INFO CURRENT_LAYER={layer_num + 1}",
|
||||
"machine_pause_gcode": "M600",
|
||||
"machine_start_gcode": ";;===== date: 20240520 =====================\n;printer_model:[printer_model]\n;initial_filament:{filament_type[initial_extruder]}\n;curr_bed_type:{curr_bed_type}\nM400 ; wait for buffer to clear\nM220 S100 ;Set the feed speed to 100%\nM221 S100 ;Set the flow rate to 100%\nM104 S140\nM190 S[bed_temperature_initial_layer_single]\nG90\nG28 ;home\nM729 ;Clean Nozzle\n\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_no_support_extruder]==\"PLA\"}\n {if (bed_temperature[initial_no_support_extruder] >50)||(bed_temperature_initial_layer[initial_no_support_extruder] >50)}\n M106 P3 S255\n {elsif (bed_temperature[initial_no_support_extruder] >45)||(bed_temperature_initial_layer[initial_no_support_extruder] >45)}\n M106 P3 S180\n {endif};Prevent PLA from jamming\n{endif}\n\n;enable_pressure_advance:{enable_pressure_advance[initial_extruder]}\n;This value is called if pressure advance is enabled\n{if enable_pressure_advance[initial_extruder] == \"true\"}\nSET_PRESSURE_ADVANCE ADVANCE=[pressure_advance] ;\nM400\n{endif}\nM204 S{min(20000,max(1000,outer_wall_acceleration))} ;Call exterior wall print acceleration\n\n\nG1 X{print_bed_max[0]*0.5} Y-1.2 F20000\nG1 Z0.3 F900\nM109 S[nozzle_temperature_initial_layer]\nM83\nG92 E0 ;Reset Extruder\nG1 F{min(6000, max(900, filament_max_volumetric_speed[initial_no_support_extruder]/0.5/0.3*60))} \nG1 X-1.2 E10.156 ;Draw the first line\nG1 Y98.8 E7.934\nG1 X-0.5 Y100 E0.1\nG1 Y-0.3 E7.934\nG1 X{print_bed_max[0]*0.5-50} E6.284\nG1 F{0.2*min(12000, max(1200, filament_max_volumetric_speed[initial_no_support_extruder]/0.5/0.3*60))} \nG1 X{print_bed_max[0]*0.5-30} E2\nG1 F{min(12000, max(1200, filament_max_volumetric_speed[initial_no_support_extruder]/0.5/0.3*60))} \nG1 X{print_bed_max[0]*0.5-10} E2\nG1 F{0.2*min(12000, max(1200, filament_max_volumetric_speed[initial_no_support_extruder]/0.5/0.3*60))} \nG1 X{print_bed_max[0]*0.5+10} E2\nG1 F{min(12000, max(1200, filament_max_volumetric_speed[initial_no_support_extruder]/0.5/0.3*60))} \nG1 X{print_bed_max[0]*0.5+30} E2\nG1 F{min(12000, max(1200, filament_max_volumetric_speed[initial_no_support_extruder]/0.5/0.3*60))} \nG1 X{print_bed_max[0]*0.5+50} E2\n;End PA test.\n\n\nG3 I-1 J0 Z0.6 F1200.0 ;Move to side a little\nG1 F20000\nG92 E0 ;Reset Extruder\nSET_PRINT_STATS_INFO TOTAL_LAYER=[total_layer_count]\n;LAYER_COUNT:[total_layer_count]\n;LAYER:0",
|
||||
"machine_end_gcode": ";===== date: 20250109 =====================\nM400 ; wait for buffer to clear\nM140 S0 ;Turn-off bed\nM106 S255 ;Cooling nozzle\nM83\nG92 E0 ; zero the extruder\nG2 I1 J0 Z{max_layer_z+0.5} E-1 F3000 ; lower z a little\nG90\n{if max_layer_z > 50}G1 Z{min(max_layer_z+50, printable_height+0.5)} F20000{else}G1 Z100 F20000 {endif}; Move print head up \nM204 S5000\nM400\nM83\nG1 X202 F20000\nM400\nG1 Y250 F20000\nG1 Y264.5 F1200\nM400\nG92 E0\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM106 S0 ; turn off fan\nM106 P2 S0 ; turn off remote part cooling fan\nM106 P3 S0 ; turn off chamber cooling fan\nM84 ;Disable all steppers"
|
||||
|
||||
@@ -120,7 +120,7 @@
|
||||
],
|
||||
"default_filament_profile": [],
|
||||
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n",
|
||||
"layer_change_gcode": ";LAYER:{layer_num+1}\nSET_PRINT_STATS_INFO CURRENT_LAYER={layer_num + 1}\n",
|
||||
"layer_change_gcode": "",
|
||||
"machine_start_gcode": "",
|
||||
"machine_end_gcode": "",
|
||||
"change_filament_gcode": "",
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
BIN
resources/profiles/Flashforge/Flashforge Guider4 Pro_cover.png
Normal file
BIN
resources/profiles/Flashforge/Flashforge Guider4 Pro_cover.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 19 MiB |
BIN
resources/profiles/Flashforge/Flashforge Guider4_cover.png
Normal file
BIN
resources/profiles/Flashforge/Flashforge Guider4_cover.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.7 MiB |
@@ -0,0 +1,95 @@
|
||||
{
|
||||
"close_fan_the_first_x_layers": [
|
||||
"3"
|
||||
],
|
||||
"complete_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"during_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"eng_plate_temp": [
|
||||
"110"
|
||||
],
|
||||
"eng_plate_temp_initial_layer": [
|
||||
"110"
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"30"
|
||||
],
|
||||
"filament_density": [
|
||||
"1.04"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"18"
|
||||
],
|
||||
"filament_minimal_purge_on_wipe_tower": [
|
||||
"15"
|
||||
],
|
||||
"filament_settings_id": [
|
||||
"FlashForge PC @FF G4 0.6 HF nozzle"
|
||||
],
|
||||
"filament_start_gcode": [
|
||||
"; filament start gcode\n;right_extruder_material:PC"
|
||||
],
|
||||
"filament_type": [
|
||||
"PC"
|
||||
],
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Flashforge Guider4 0.6 HF nozzle"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"110"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"110"
|
||||
],
|
||||
"inherits": "FusRock Generic S-PAHT @G3U 0.6 Nozzle",
|
||||
"is_custom_defined": "0",
|
||||
"name": "FlashForge PC @FF G4 0.6 HF nozzle",
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"265"
|
||||
],
|
||||
"nozzle_temperature_range_high": [
|
||||
"290"
|
||||
],
|
||||
"nozzle_temperature_range_low": [
|
||||
"250"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"50"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"12"
|
||||
],
|
||||
"slow_down_min_speed": [
|
||||
"20"
|
||||
],
|
||||
"support_material_interface_fan_speed": [
|
||||
"50"
|
||||
],
|
||||
"temperature_vitrification": [
|
||||
"120"
|
||||
],
|
||||
"textured_cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"textured_cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"textured_plate_temp": [
|
||||
"110"
|
||||
],
|
||||
"textured_plate_temp_initial_layer": [
|
||||
"110"
|
||||
],
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
@@ -0,0 +1,95 @@
|
||||
{
|
||||
"close_fan_the_first_x_layers": [
|
||||
"3"
|
||||
],
|
||||
"complete_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"during_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"eng_plate_temp": [
|
||||
"110"
|
||||
],
|
||||
"eng_plate_temp_initial_layer": [
|
||||
"110"
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"30"
|
||||
],
|
||||
"filament_density": [
|
||||
"1.04"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"18"
|
||||
],
|
||||
"filament_minimal_purge_on_wipe_tower": [
|
||||
"15"
|
||||
],
|
||||
"filament_settings_id": [
|
||||
"FlashForge PC @FF G4 0.6 nozzle"
|
||||
],
|
||||
"filament_start_gcode": [
|
||||
"; filament start gcode\n;right_extruder_material:PC"
|
||||
],
|
||||
"filament_type": [
|
||||
"PC"
|
||||
],
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Flashforge Guider4 0.6 nozzle"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"110"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"110"
|
||||
],
|
||||
"inherits": "FusRock Generic S-PAHT @G3U 0.6 Nozzle",
|
||||
"is_custom_defined": "0",
|
||||
"name": "FlashForge PC @FF G4 0.6 nozzle",
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"265"
|
||||
],
|
||||
"nozzle_temperature_range_high": [
|
||||
"290"
|
||||
],
|
||||
"nozzle_temperature_range_low": [
|
||||
"250"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"50"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"12"
|
||||
],
|
||||
"slow_down_min_speed": [
|
||||
"20"
|
||||
],
|
||||
"support_material_interface_fan_speed": [
|
||||
"50"
|
||||
],
|
||||
"temperature_vitrification": [
|
||||
"120"
|
||||
],
|
||||
"textured_cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"textured_cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"textured_plate_temp": [
|
||||
"110"
|
||||
],
|
||||
"textured_plate_temp_initial_layer": [
|
||||
"110"
|
||||
],
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
@@ -0,0 +1,95 @@
|
||||
{
|
||||
"close_fan_the_first_x_layers": [
|
||||
"3"
|
||||
],
|
||||
"complete_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"during_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"eng_plate_temp": [
|
||||
"110"
|
||||
],
|
||||
"eng_plate_temp_initial_layer": [
|
||||
"110"
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"30"
|
||||
],
|
||||
"filament_density": [
|
||||
"1.04"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"18"
|
||||
],
|
||||
"filament_minimal_purge_on_wipe_tower": [
|
||||
"15"
|
||||
],
|
||||
"filament_settings_id": [
|
||||
"FlashForge PC @FF G4 0.8 HF nozzle"
|
||||
],
|
||||
"filament_start_gcode": [
|
||||
"; filament start gcode\n;right_extruder_material:PC"
|
||||
],
|
||||
"filament_type": [
|
||||
"PC"
|
||||
],
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Flashforge Guider4 0.8 HF nozzle"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"110"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"110"
|
||||
],
|
||||
"inherits": "FusRock Generic S-PAHT @G3U 0.6 Nozzle",
|
||||
"is_custom_defined": "0",
|
||||
"name": "FlashForge PC @FF G4 0.8 HF nozzle",
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"265"
|
||||
],
|
||||
"nozzle_temperature_range_high": [
|
||||
"290"
|
||||
],
|
||||
"nozzle_temperature_range_low": [
|
||||
"250"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"50"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"12"
|
||||
],
|
||||
"slow_down_min_speed": [
|
||||
"20"
|
||||
],
|
||||
"support_material_interface_fan_speed": [
|
||||
"50"
|
||||
],
|
||||
"temperature_vitrification": [
|
||||
"120"
|
||||
],
|
||||
"textured_cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"textured_cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"textured_plate_temp": [
|
||||
"110"
|
||||
],
|
||||
"textured_plate_temp_initial_layer": [
|
||||
"110"
|
||||
],
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
@@ -0,0 +1,95 @@
|
||||
{
|
||||
"close_fan_the_first_x_layers": [
|
||||
"3"
|
||||
],
|
||||
"complete_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"during_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"eng_plate_temp": [
|
||||
"110"
|
||||
],
|
||||
"eng_plate_temp_initial_layer": [
|
||||
"110"
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"30"
|
||||
],
|
||||
"filament_density": [
|
||||
"1.04"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"18"
|
||||
],
|
||||
"filament_minimal_purge_on_wipe_tower": [
|
||||
"15"
|
||||
],
|
||||
"filament_settings_id": [
|
||||
"FlashForge PC @FF G4P 0.6 HF nozzle"
|
||||
],
|
||||
"filament_start_gcode": [
|
||||
"; filament start gcode\n;right_extruder_material:PC"
|
||||
],
|
||||
"filament_type": [
|
||||
"PC"
|
||||
],
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Flashforge Guider4 Pro 0.6 HF nozzle"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"110"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"110"
|
||||
],
|
||||
"inherits": "FusRock Generic S-PAHT @G3U 0.6 Nozzle",
|
||||
"is_custom_defined": "0",
|
||||
"name": "FlashForge PC @FF G4P 0.6 HF nozzle",
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"265"
|
||||
],
|
||||
"nozzle_temperature_range_high": [
|
||||
"290"
|
||||
],
|
||||
"nozzle_temperature_range_low": [
|
||||
"250"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"50"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"12"
|
||||
],
|
||||
"slow_down_min_speed": [
|
||||
"20"
|
||||
],
|
||||
"support_material_interface_fan_speed": [
|
||||
"50"
|
||||
],
|
||||
"temperature_vitrification": [
|
||||
"120"
|
||||
],
|
||||
"textured_cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"textured_cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"textured_plate_temp": [
|
||||
"110"
|
||||
],
|
||||
"textured_plate_temp_initial_layer": [
|
||||
"110"
|
||||
],
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
@@ -0,0 +1,95 @@
|
||||
{
|
||||
"close_fan_the_first_x_layers": [
|
||||
"3"
|
||||
],
|
||||
"complete_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"during_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"eng_plate_temp": [
|
||||
"110"
|
||||
],
|
||||
"eng_plate_temp_initial_layer": [
|
||||
"110"
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"30"
|
||||
],
|
||||
"filament_density": [
|
||||
"1.04"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"18"
|
||||
],
|
||||
"filament_minimal_purge_on_wipe_tower": [
|
||||
"15"
|
||||
],
|
||||
"filament_settings_id": [
|
||||
"FlashForge PC @FF G4P 0.6 nozzle"
|
||||
],
|
||||
"filament_start_gcode": [
|
||||
"; filament start gcode\n;right_extruder_material:PC"
|
||||
],
|
||||
"filament_type": [
|
||||
"PC"
|
||||
],
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Flashforge Guider4 Pro 0.6 nozzle"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"110"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"110"
|
||||
],
|
||||
"inherits": "FusRock Generic S-PAHT @G3U 0.6 Nozzle",
|
||||
"is_custom_defined": "0",
|
||||
"name": "FlashForge PC @FF G4P 0.6 nozzle",
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"265"
|
||||
],
|
||||
"nozzle_temperature_range_high": [
|
||||
"290"
|
||||
],
|
||||
"nozzle_temperature_range_low": [
|
||||
"250"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"50"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"12"
|
||||
],
|
||||
"slow_down_min_speed": [
|
||||
"20"
|
||||
],
|
||||
"support_material_interface_fan_speed": [
|
||||
"50"
|
||||
],
|
||||
"temperature_vitrification": [
|
||||
"120"
|
||||
],
|
||||
"textured_cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"textured_cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"textured_plate_temp": [
|
||||
"110"
|
||||
],
|
||||
"textured_plate_temp_initial_layer": [
|
||||
"110"
|
||||
],
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
@@ -0,0 +1,95 @@
|
||||
{
|
||||
"close_fan_the_first_x_layers": [
|
||||
"3"
|
||||
],
|
||||
"complete_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"during_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"eng_plate_temp": [
|
||||
"110"
|
||||
],
|
||||
"eng_plate_temp_initial_layer": [
|
||||
"110"
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"30"
|
||||
],
|
||||
"filament_density": [
|
||||
"1.04"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"18"
|
||||
],
|
||||
"filament_minimal_purge_on_wipe_tower": [
|
||||
"15"
|
||||
],
|
||||
"filament_settings_id": [
|
||||
"FlashForge PC @FF G4P 0.8 HF nozzle"
|
||||
],
|
||||
"filament_start_gcode": [
|
||||
"; filament start gcode\n;right_extruder_material:PC"
|
||||
],
|
||||
"filament_type": [
|
||||
"PC"
|
||||
],
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Flashforge Guider4 Pro 0.8 HF nozzle"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"110"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"110"
|
||||
],
|
||||
"inherits": "FusRock Generic S-PAHT @G3U 0.6 Nozzle",
|
||||
"is_custom_defined": "0",
|
||||
"name": "FlashForge PC @FF G4P 0.8 HF nozzle",
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"265"
|
||||
],
|
||||
"nozzle_temperature_range_high": [
|
||||
"290"
|
||||
],
|
||||
"nozzle_temperature_range_low": [
|
||||
"250"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"50"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"12"
|
||||
],
|
||||
"slow_down_min_speed": [
|
||||
"20"
|
||||
],
|
||||
"support_material_interface_fan_speed": [
|
||||
"50"
|
||||
],
|
||||
"temperature_vitrification": [
|
||||
"120"
|
||||
],
|
||||
"textured_cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"textured_cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"textured_plate_temp": [
|
||||
"110"
|
||||
],
|
||||
"textured_plate_temp_initial_layer": [
|
||||
"110"
|
||||
],
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
@@ -0,0 +1,116 @@
|
||||
{
|
||||
"activate_chamber_temp_control": [
|
||||
"1"
|
||||
],
|
||||
"chamber_temperature": [
|
||||
"60"
|
||||
],
|
||||
"close_fan_the_first_x_layers": [
|
||||
"2"
|
||||
],
|
||||
"complete_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"during_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"eng_plate_temp": [
|
||||
"110"
|
||||
],
|
||||
"eng_plate_temp_initial_layer": [
|
||||
"110"
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"5"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"50"
|
||||
],
|
||||
"fan_min_speed": [
|
||||
"0"
|
||||
],
|
||||
"filament_cost": [
|
||||
"175"
|
||||
],
|
||||
"filament_density": [
|
||||
"1.36"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.96"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"8"
|
||||
],
|
||||
"filament_minimal_purge_on_wipe_tower": [
|
||||
"15"
|
||||
],
|
||||
"filament_settings_id": [
|
||||
"FlashForge PPS @FF G4 0.6 HF nozzle"
|
||||
],
|
||||
"filament_start_gcode": [
|
||||
"; filament start gcode\n;right_extruder_material:PPS"
|
||||
],
|
||||
"filament_type": [
|
||||
"PPS"
|
||||
],
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Flashforge Guider4 0.6 HF nozzle"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"110"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"110"
|
||||
],
|
||||
"inherits": "FusRock Generic PET-CF @G3U 0.6 Nozzle",
|
||||
"is_custom_defined": "0",
|
||||
"name": "FlashForge PPS @FF G4 0.6 HF nozzle",
|
||||
"nozzle_temperature": [
|
||||
"315"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"315"
|
||||
],
|
||||
"nozzle_temperature_range_high": [
|
||||
"320"
|
||||
],
|
||||
"nozzle_temperature_range_low": [
|
||||
"300"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"pressure_advance": [
|
||||
"0.03"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"5"
|
||||
],
|
||||
"support_material_interface_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"temperature_vitrification": [
|
||||
"125"
|
||||
],
|
||||
"textured_cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"textured_cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"textured_plate_temp": [
|
||||
"110"
|
||||
],
|
||||
"textured_plate_temp_initial_layer": [
|
||||
"110"
|
||||
],
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
@@ -0,0 +1,116 @@
|
||||
{
|
||||
"activate_chamber_temp_control": [
|
||||
"1"
|
||||
],
|
||||
"chamber_temperature": [
|
||||
"60"
|
||||
],
|
||||
"close_fan_the_first_x_layers": [
|
||||
"2"
|
||||
],
|
||||
"complete_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"during_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"eng_plate_temp": [
|
||||
"110"
|
||||
],
|
||||
"eng_plate_temp_initial_layer": [
|
||||
"110"
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"5"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"50"
|
||||
],
|
||||
"fan_min_speed": [
|
||||
"0"
|
||||
],
|
||||
"filament_cost": [
|
||||
"175"
|
||||
],
|
||||
"filament_density": [
|
||||
"1.36"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.96"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"8"
|
||||
],
|
||||
"filament_minimal_purge_on_wipe_tower": [
|
||||
"15"
|
||||
],
|
||||
"filament_settings_id": [
|
||||
"FlashForge PPS @FF G4 0.6 nozzle"
|
||||
],
|
||||
"filament_start_gcode": [
|
||||
"; filament start gcode\n;right_extruder_material:PPS"
|
||||
],
|
||||
"filament_type": [
|
||||
"PPS"
|
||||
],
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Flashforge Guider4 0.6 nozzle"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"110"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"110"
|
||||
],
|
||||
"inherits": "FusRock Generic PET-CF @G3U 0.6 Nozzle",
|
||||
"is_custom_defined": "0",
|
||||
"name": "FlashForge PPS @FF G4 0.6 nozzle",
|
||||
"nozzle_temperature": [
|
||||
"315"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"320"
|
||||
],
|
||||
"nozzle_temperature_range_high": [
|
||||
"320"
|
||||
],
|
||||
"nozzle_temperature_range_low": [
|
||||
"300"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"pressure_advance": [
|
||||
"0.03"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"5"
|
||||
],
|
||||
"support_material_interface_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"temperature_vitrification": [
|
||||
"125"
|
||||
],
|
||||
"textured_cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"textured_cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"textured_plate_temp": [
|
||||
"110"
|
||||
],
|
||||
"textured_plate_temp_initial_layer": [
|
||||
"110"
|
||||
],
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
@@ -0,0 +1,116 @@
|
||||
{
|
||||
"activate_chamber_temp_control": [
|
||||
"1"
|
||||
],
|
||||
"chamber_temperature": [
|
||||
"60"
|
||||
],
|
||||
"close_fan_the_first_x_layers": [
|
||||
"2"
|
||||
],
|
||||
"complete_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"during_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"eng_plate_temp": [
|
||||
"110"
|
||||
],
|
||||
"eng_plate_temp_initial_layer": [
|
||||
"110"
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"5"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"50"
|
||||
],
|
||||
"fan_min_speed": [
|
||||
"0"
|
||||
],
|
||||
"filament_cost": [
|
||||
"175"
|
||||
],
|
||||
"filament_density": [
|
||||
"1.36"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.96"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"8"
|
||||
],
|
||||
"filament_minimal_purge_on_wipe_tower": [
|
||||
"15"
|
||||
],
|
||||
"filament_settings_id": [
|
||||
"FlashForge PPS @FF G4 0.8 HF nozzle"
|
||||
],
|
||||
"filament_start_gcode": [
|
||||
"; filament start gcode\n;right_extruder_material:PPS"
|
||||
],
|
||||
"filament_type": [
|
||||
"PPS"
|
||||
],
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Flashforge Guider4 0.8 HF nozzle"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"110"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"110"
|
||||
],
|
||||
"inherits": "FusRock Generic PET-CF @G3U 0.6 Nozzle",
|
||||
"is_custom_defined": "0",
|
||||
"name": "FlashForge PPS @FF G4 0.8 HF nozzle",
|
||||
"nozzle_temperature": [
|
||||
"315"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"315"
|
||||
],
|
||||
"nozzle_temperature_range_high": [
|
||||
"320"
|
||||
],
|
||||
"nozzle_temperature_range_low": [
|
||||
"300"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"pressure_advance": [
|
||||
"0.03"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"5"
|
||||
],
|
||||
"support_material_interface_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"temperature_vitrification": [
|
||||
"125"
|
||||
],
|
||||
"textured_cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"textured_cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"textured_plate_temp": [
|
||||
"110"
|
||||
],
|
||||
"textured_plate_temp_initial_layer": [
|
||||
"110"
|
||||
],
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
@@ -0,0 +1,116 @@
|
||||
{
|
||||
"activate_chamber_temp_control": [
|
||||
"1"
|
||||
],
|
||||
"chamber_temperature": [
|
||||
"60"
|
||||
],
|
||||
"close_fan_the_first_x_layers": [
|
||||
"2"
|
||||
],
|
||||
"complete_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"during_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"eng_plate_temp": [
|
||||
"110"
|
||||
],
|
||||
"eng_plate_temp_initial_layer": [
|
||||
"110"
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"5"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"50"
|
||||
],
|
||||
"fan_min_speed": [
|
||||
"0"
|
||||
],
|
||||
"filament_cost": [
|
||||
"175"
|
||||
],
|
||||
"filament_density": [
|
||||
"1.36"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.96"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"8"
|
||||
],
|
||||
"filament_minimal_purge_on_wipe_tower": [
|
||||
"15"
|
||||
],
|
||||
"filament_settings_id": [
|
||||
"FlashForge PPS @FF G4P 0.6 HF nozzle"
|
||||
],
|
||||
"filament_start_gcode": [
|
||||
"; filament start gcode\n;right_extruder_material:PPS"
|
||||
],
|
||||
"filament_type": [
|
||||
"PPS"
|
||||
],
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Flashforge Guider4 Pro 0.6 HF nozzle"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"110"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"110"
|
||||
],
|
||||
"inherits": "FusRock Generic PET-CF @G3U 0.6 Nozzle",
|
||||
"is_custom_defined": "0",
|
||||
"name": "FlashForge PPS @FF G4P 0.6 HF nozzle",
|
||||
"nozzle_temperature": [
|
||||
"315"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"315"
|
||||
],
|
||||
"nozzle_temperature_range_high": [
|
||||
"320"
|
||||
],
|
||||
"nozzle_temperature_range_low": [
|
||||
"300"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"pressure_advance": [
|
||||
"0.03"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"5"
|
||||
],
|
||||
"support_material_interface_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"temperature_vitrification": [
|
||||
"125"
|
||||
],
|
||||
"textured_cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"textured_cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"textured_plate_temp": [
|
||||
"110"
|
||||
],
|
||||
"textured_plate_temp_initial_layer": [
|
||||
"110"
|
||||
],
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
@@ -0,0 +1,116 @@
|
||||
{
|
||||
"activate_chamber_temp_control": [
|
||||
"1"
|
||||
],
|
||||
"chamber_temperature": [
|
||||
"60"
|
||||
],
|
||||
"close_fan_the_first_x_layers": [
|
||||
"2"
|
||||
],
|
||||
"complete_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"during_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"eng_plate_temp": [
|
||||
"110"
|
||||
],
|
||||
"eng_plate_temp_initial_layer": [
|
||||
"110"
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"5"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"50"
|
||||
],
|
||||
"fan_min_speed": [
|
||||
"0"
|
||||
],
|
||||
"filament_cost": [
|
||||
"175"
|
||||
],
|
||||
"filament_density": [
|
||||
"1.36"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.96"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"8"
|
||||
],
|
||||
"filament_minimal_purge_on_wipe_tower": [
|
||||
"15"
|
||||
],
|
||||
"filament_settings_id": [
|
||||
"FlashForge PPS @FF G4P 0.6 nozzle"
|
||||
],
|
||||
"filament_start_gcode": [
|
||||
"; filament start gcode\n;right_extruder_material:PPS"
|
||||
],
|
||||
"filament_type": [
|
||||
"PPS"
|
||||
],
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Flashforge Guider4 Pro 0.6 nozzle"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"110"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"110"
|
||||
],
|
||||
"inherits": "FusRock Generic PET-CF @G3U 0.6 Nozzle",
|
||||
"is_custom_defined": "0",
|
||||
"name": "FlashForge PPS @FF G4P 0.6 nozzle",
|
||||
"nozzle_temperature": [
|
||||
"315"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"320"
|
||||
],
|
||||
"nozzle_temperature_range_high": [
|
||||
"320"
|
||||
],
|
||||
"nozzle_temperature_range_low": [
|
||||
"300"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"pressure_advance": [
|
||||
"0.03"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"5"
|
||||
],
|
||||
"support_material_interface_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"temperature_vitrification": [
|
||||
"125"
|
||||
],
|
||||
"textured_cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"textured_cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"textured_plate_temp": [
|
||||
"110"
|
||||
],
|
||||
"textured_plate_temp_initial_layer": [
|
||||
"110"
|
||||
],
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
@@ -0,0 +1,116 @@
|
||||
{
|
||||
"activate_chamber_temp_control": [
|
||||
"1"
|
||||
],
|
||||
"chamber_temperature": [
|
||||
"60"
|
||||
],
|
||||
"close_fan_the_first_x_layers": [
|
||||
"2"
|
||||
],
|
||||
"complete_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"during_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"eng_plate_temp": [
|
||||
"110"
|
||||
],
|
||||
"eng_plate_temp_initial_layer": [
|
||||
"110"
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"5"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"50"
|
||||
],
|
||||
"fan_min_speed": [
|
||||
"0"
|
||||
],
|
||||
"filament_cost": [
|
||||
"175"
|
||||
],
|
||||
"filament_density": [
|
||||
"1.36"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.96"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"8"
|
||||
],
|
||||
"filament_minimal_purge_on_wipe_tower": [
|
||||
"15"
|
||||
],
|
||||
"filament_settings_id": [
|
||||
"FlashForge PPS @FF G4P 0.8 HF nozzle"
|
||||
],
|
||||
"filament_start_gcode": [
|
||||
"; filament start gcode\n;right_extruder_material:PPS"
|
||||
],
|
||||
"filament_type": [
|
||||
"PPS"
|
||||
],
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Flashforge Guider4 Pro 0.8 HF nozzle"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"110"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"110"
|
||||
],
|
||||
"inherits": "FusRock Generic PET-CF @G3U 0.6 Nozzle",
|
||||
"is_custom_defined": "0",
|
||||
"name": "FlashForge PPS @FF G4P 0.8 HF nozzle",
|
||||
"nozzle_temperature": [
|
||||
"315"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"315"
|
||||
],
|
||||
"nozzle_temperature_range_high": [
|
||||
"320"
|
||||
],
|
||||
"nozzle_temperature_range_low": [
|
||||
"300"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"pressure_advance": [
|
||||
"0.03"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"5"
|
||||
],
|
||||
"support_material_interface_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"temperature_vitrification": [
|
||||
"125"
|
||||
],
|
||||
"textured_cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"textured_cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"textured_plate_temp": [
|
||||
"110"
|
||||
],
|
||||
"textured_plate_temp_initial_layer": [
|
||||
"110"
|
||||
],
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
@@ -0,0 +1,104 @@
|
||||
{
|
||||
"close_fan_the_first_x_layers": [
|
||||
"2"
|
||||
],
|
||||
"complete_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"during_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"eng_plate_temp": [
|
||||
"110"
|
||||
],
|
||||
"eng_plate_temp_initial_layer": [
|
||||
"110"
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"5"
|
||||
],
|
||||
"fan_min_speed": [
|
||||
"0"
|
||||
],
|
||||
"filament_cost": [
|
||||
"175"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.96"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"8"
|
||||
],
|
||||
"filament_minimal_purge_on_wipe_tower": [
|
||||
"15"
|
||||
],
|
||||
"filament_settings_id": [
|
||||
"FlashForge PPS-CF @FF G4 0.6 nozzle"
|
||||
],
|
||||
"filament_start_gcode": [
|
||||
"; filament start gcode\n;right_extruder_material:PPS"
|
||||
],
|
||||
"filament_type": [
|
||||
"PPS-CF"
|
||||
],
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Flashforge Guider4 0.6 nozzle"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"110"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"110"
|
||||
],
|
||||
"inherits": "FusRock Generic PET-CF @G3U 0.6 Nozzle",
|
||||
"is_custom_defined": "0",
|
||||
"name": "FlashForge PPS-CF @FF G4 0.6 nozzle",
|
||||
"nozzle_temperature": [
|
||||
"315"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"315"
|
||||
],
|
||||
"nozzle_temperature_range_high": [
|
||||
"320"
|
||||
],
|
||||
"nozzle_temperature_range_low": [
|
||||
"300"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"pressure_advance": [
|
||||
"0.03"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"5"
|
||||
],
|
||||
"support_material_interface_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"temperature_vitrification": [
|
||||
"220"
|
||||
],
|
||||
"textured_cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"textured_cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"textured_plate_temp": [
|
||||
"110"
|
||||
],
|
||||
"textured_plate_temp_initial_layer": [
|
||||
"110"
|
||||
],
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
@@ -0,0 +1,104 @@
|
||||
{
|
||||
"close_fan_the_first_x_layers": [
|
||||
"2"
|
||||
],
|
||||
"complete_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"during_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"eng_plate_temp": [
|
||||
"110"
|
||||
],
|
||||
"eng_plate_temp_initial_layer": [
|
||||
"110"
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"5"
|
||||
],
|
||||
"fan_min_speed": [
|
||||
"0"
|
||||
],
|
||||
"filament_cost": [
|
||||
"175"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.96"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"8"
|
||||
],
|
||||
"filament_minimal_purge_on_wipe_tower": [
|
||||
"15"
|
||||
],
|
||||
"filament_settings_id": [
|
||||
"FlashForge PPS-CF @FF G4P 0.6 nozzle"
|
||||
],
|
||||
"filament_start_gcode": [
|
||||
"; filament start gcode\n;right_extruder_material:PPS"
|
||||
],
|
||||
"filament_type": [
|
||||
"PPS-CF"
|
||||
],
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Flashforge Guider4 Pro 0.6 nozzle"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"110"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"110"
|
||||
],
|
||||
"inherits": "FusRock Generic PET-CF @G3U 0.6 Nozzle",
|
||||
"is_custom_defined": "0",
|
||||
"name": "FlashForge PPS-CF @FF G4P 0.6 nozzle",
|
||||
"nozzle_temperature": [
|
||||
"315"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"315"
|
||||
],
|
||||
"nozzle_temperature_range_high": [
|
||||
"320"
|
||||
],
|
||||
"nozzle_temperature_range_low": [
|
||||
"300"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"pressure_advance": [
|
||||
"0.03"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"5"
|
||||
],
|
||||
"support_material_interface_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"temperature_vitrification": [
|
||||
"220"
|
||||
],
|
||||
"textured_cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"textured_cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"textured_plate_temp": [
|
||||
"110"
|
||||
],
|
||||
"textured_plate_temp_initial_layer": [
|
||||
"110"
|
||||
],
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"name": "Flashforge ABS @FF AD5M 0.25 Nozzle",
|
||||
"inherits": "Flashforge Generic ABS",
|
||||
"from": "system",
|
||||
"setting_id": "GFSA04_02",
|
||||
"instantiation": "false",
|
||||
"compatible_printers": [
|
||||
"Flashforge Adventurer 5M 0.25 Nozzle",
|
||||
"Flashforge Adventurer 5M Pro 0.25 Nozzle"
|
||||
],
|
||||
"filament_id": "GFB99",
|
||||
"filament_settings_id": [
|
||||
"Flashforge ABS @FF AD5M 0.25 Nozzle"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"50"
|
||||
],
|
||||
"filament_cost": [
|
||||
"40"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"1"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"2"
|
||||
],
|
||||
"pressure_advance": [
|
||||
"0.1"
|
||||
],
|
||||
"version": "1.8.0.0"
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"filament_settings_id": [
|
||||
"Flashforge ABS Basic @FF AD5M 0.25 nozzle"
|
||||
],
|
||||
"from": "system",
|
||||
"setting_id": "GFSA04_02",
|
||||
"instantiation": "true",
|
||||
"inherits": "Flashforge ABS @FF AD5M 0.25 Nozzle",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge ABS Basic @FF AD5M 0.25 nozzle",
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
@@ -0,0 +1,64 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"eng_plate_temp": [
|
||||
"100"
|
||||
],
|
||||
"eng_plate_temp_initial_layer": [
|
||||
"100"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"20"
|
||||
],
|
||||
"filament_cost": [
|
||||
"20"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.96"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"8"
|
||||
],
|
||||
"filament_settings_id": [
|
||||
"Flashforge ABS Basic @FF AD5X 0.25 nozzle"
|
||||
],
|
||||
"from": "system",
|
||||
"setting_id": "GFSA04_02",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Flashforge AD5X 0.25 nozzle"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"100"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"100"
|
||||
],
|
||||
"inherits": "Flashforge ABS @FF AD5M 0.25 Nozzle",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge ABS Basic @FF AD5X 0.25 nozzle",
|
||||
"nozzle_temperature": [
|
||||
"260"
|
||||
],
|
||||
"pressure_advance": [
|
||||
"0.04"
|
||||
],
|
||||
"textured_cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"textured_cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"textured_plate_temp": [
|
||||
"100"
|
||||
],
|
||||
"textured_plate_temp_initial_layer": [
|
||||
"100"
|
||||
],
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"eng_plate_temp": [
|
||||
"105"
|
||||
],
|
||||
"eng_plate_temp_initial_layer": [
|
||||
"105"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.96"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"18"
|
||||
],
|
||||
"filament_settings_id": [
|
||||
"Flashforge ABS Basic @FF AD5X 0.6 nozzle"
|
||||
],
|
||||
"from": "system",
|
||||
"setting_id": "GFSA04",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Flashforge AD5X 0.6 nozzle"
|
||||
],
|
||||
"inherits": "Flashforge Generic ABS",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge ABS Basic @FF AD5X 0.6 nozzle",
|
||||
"textured_cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"textured_cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"textured_plate_temp": [
|
||||
"105"
|
||||
],
|
||||
"textured_plate_temp_initial_layer": [
|
||||
"105"
|
||||
],
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"eng_plate_temp": [
|
||||
"105"
|
||||
],
|
||||
"eng_plate_temp_initial_layer": [
|
||||
"105"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.96"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"18"
|
||||
],
|
||||
"filament_settings_id": [
|
||||
"Flashforge ABS Basic @FF AD5X 0.8 nozzle"
|
||||
],
|
||||
"from": "system",
|
||||
"setting_id": "GFSA04",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Flashforge AD5X 0.8 nozzle"
|
||||
],
|
||||
"inherits": "Flashforge Generic ABS",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge ABS Basic @FF AD5X 0.8 nozzle",
|
||||
"textured_cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"textured_cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"textured_plate_temp": [
|
||||
"105"
|
||||
],
|
||||
"textured_plate_temp_initial_layer": [
|
||||
"105"
|
||||
],
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"eng_plate_temp": [
|
||||
"100"
|
||||
],
|
||||
"eng_plate_temp_initial_layer": [
|
||||
"100"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.96"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"20"
|
||||
],
|
||||
"filament_settings_id": [
|
||||
"Flashforge ABS Basic @FF AD5X"
|
||||
],
|
||||
"from": "system",
|
||||
"setting_id": "GFSA04",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Flashforge AD5X 0.4 nozzle"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"100"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"100"
|
||||
],
|
||||
"inherits": "Flashforge Generic ABS",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge ABS Basic @FF AD5X",
|
||||
"nozzle_temperature": [
|
||||
"260"
|
||||
],
|
||||
"textured_cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"textured_cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"textured_plate_temp": [
|
||||
"100"
|
||||
],
|
||||
"textured_plate_temp_initial_layer": [
|
||||
"100"
|
||||
],
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"complete_print_exhaust_fan_speed": [
|
||||
"50"
|
||||
],
|
||||
"during_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"20"
|
||||
],
|
||||
"filament_cost": [
|
||||
"20"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.98"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"12"
|
||||
],
|
||||
"filament_settings_id": [
|
||||
"Flashforge ABS Basic @FF G4 0.25 nozzle"
|
||||
],
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Flashforge Guider4 0.25 nozzle"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"100"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"100"
|
||||
],
|
||||
"inherits": "Flashforge ABS @FF AD5M 0.25 Nozzle",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge ABS Basic @FF G4 0.25 nozzle",
|
||||
"pressure_advance": [
|
||||
"0.04"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"4"
|
||||
],
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
@@ -0,0 +1,104 @@
|
||||
{
|
||||
"activate_air_filtration": [
|
||||
"1"
|
||||
],
|
||||
"activate_chamber_temp_control": [
|
||||
"1"
|
||||
],
|
||||
"chamber_temperature": [
|
||||
"60"
|
||||
],
|
||||
"complete_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"during_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"eng_plate_temp": [
|
||||
"110"
|
||||
],
|
||||
"eng_plate_temp_initial_layer": [
|
||||
"110"
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"35"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"60"
|
||||
],
|
||||
"fan_min_speed": [
|
||||
"25"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.95"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"18"
|
||||
],
|
||||
"filament_minimal_purge_on_wipe_tower": [
|
||||
"15"
|
||||
],
|
||||
"filament_settings_id": [
|
||||
"Flashforge ABS Basic @FF G4 0.6 HF nozzle"
|
||||
],
|
||||
"filament_start_gcode": [
|
||||
"; filament start gcode\n; right_extruder_material:ABS"
|
||||
],
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Flashforge Guider4 0.6 HF nozzle"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"110"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"110"
|
||||
],
|
||||
"inherits": "Flashforge Generic ABS @G3U 0.6 Nozzle",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge ABS Basic @FF G4 0.6 HF nozzle",
|
||||
"nozzle_temperature": [
|
||||
"260"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"260"
|
||||
],
|
||||
"nozzle_temperature_range_high": [
|
||||
"280"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"90"
|
||||
],
|
||||
"pressure_advance": [
|
||||
"0.025"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"10"
|
||||
],
|
||||
"slow_down_min_speed": [
|
||||
"20"
|
||||
],
|
||||
"support_material_interface_fan_speed": [
|
||||
"90"
|
||||
],
|
||||
"textured_cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"textured_cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"textured_plate_temp": [
|
||||
"110"
|
||||
],
|
||||
"textured_plate_temp_initial_layer": [
|
||||
"110"
|
||||
],
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
@@ -0,0 +1,107 @@
|
||||
{
|
||||
"activate_air_filtration": [
|
||||
"1"
|
||||
],
|
||||
"activate_chamber_temp_control": [
|
||||
"1"
|
||||
],
|
||||
"chamber_temperature": [
|
||||
"60"
|
||||
],
|
||||
"complete_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"during_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"eng_plate_temp": [
|
||||
"115"
|
||||
],
|
||||
"eng_plate_temp_initial_layer": [
|
||||
"115"
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"35"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"60"
|
||||
],
|
||||
"fan_min_speed": [
|
||||
"25"
|
||||
],
|
||||
"filament_cost": [
|
||||
"30"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.95"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"18"
|
||||
],
|
||||
"filament_minimal_purge_on_wipe_tower": [
|
||||
"15"
|
||||
],
|
||||
"filament_settings_id": [
|
||||
"Flashforge ABS Basic @FF G4 0.6 nozzle"
|
||||
],
|
||||
"filament_start_gcode": [
|
||||
"; filament start gcode\n;right_extruder_material:ABS"
|
||||
],
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Flashforge Guider4 0.6 nozzle"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"115"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"115"
|
||||
],
|
||||
"inherits": "Flashforge Generic ABS @G3U 0.6 Nozzle",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge ABS Basic @FF G4 0.6 nozzle",
|
||||
"nozzle_temperature": [
|
||||
"260"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"260"
|
||||
],
|
||||
"nozzle_temperature_range_high": [
|
||||
"280"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"90"
|
||||
],
|
||||
"pressure_advance": [
|
||||
"0.025"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"10"
|
||||
],
|
||||
"slow_down_min_speed": [
|
||||
"20"
|
||||
],
|
||||
"support_material_interface_fan_speed": [
|
||||
"90"
|
||||
],
|
||||
"textured_cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"textured_cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"textured_plate_temp": [
|
||||
"115"
|
||||
],
|
||||
"textured_plate_temp_initial_layer": [
|
||||
"115"
|
||||
],
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
@@ -0,0 +1,107 @@
|
||||
{
|
||||
"activate_air_filtration": [
|
||||
"1"
|
||||
],
|
||||
"activate_chamber_temp_control": [
|
||||
"1"
|
||||
],
|
||||
"chamber_temperature": [
|
||||
"60"
|
||||
],
|
||||
"complete_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"during_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"eng_plate_temp": [
|
||||
"115"
|
||||
],
|
||||
"eng_plate_temp_initial_layer": [
|
||||
"115"
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"35"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"60"
|
||||
],
|
||||
"fan_min_speed": [
|
||||
"25"
|
||||
],
|
||||
"filament_cost": [
|
||||
"30"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.95"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"18"
|
||||
],
|
||||
"filament_minimal_purge_on_wipe_tower": [
|
||||
"15"
|
||||
],
|
||||
"filament_settings_id": [
|
||||
"Flashforge ABS Basic @FF G4 0.8 HF nozzle"
|
||||
],
|
||||
"filament_start_gcode": [
|
||||
"; filament start gcode\n;right_extruder_material:ABS"
|
||||
],
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Flashforge Guider4 0.8 HF nozzle"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"115"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"115"
|
||||
],
|
||||
"inherits": "Flashforge Generic ABS @G3U 0.6 Nozzle",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge ABS Basic @FF G4 0.8 HF nozzle",
|
||||
"nozzle_temperature": [
|
||||
"260"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"260"
|
||||
],
|
||||
"nozzle_temperature_range_high": [
|
||||
"280"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"90"
|
||||
],
|
||||
"pressure_advance": [
|
||||
"0.025"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"10"
|
||||
],
|
||||
"slow_down_min_speed": [
|
||||
"20"
|
||||
],
|
||||
"support_material_interface_fan_speed": [
|
||||
"90"
|
||||
],
|
||||
"textured_cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"textured_cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"textured_plate_temp": [
|
||||
"115"
|
||||
],
|
||||
"textured_plate_temp_initial_layer": [
|
||||
"115"
|
||||
],
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
@@ -0,0 +1,77 @@
|
||||
{
|
||||
"activate_chamber_temp_control": [
|
||||
"1"
|
||||
],
|
||||
"chamber_temperature": [
|
||||
"60"
|
||||
],
|
||||
"complete_print_exhaust_fan_speed": [
|
||||
"50"
|
||||
],
|
||||
"during_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"20"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.98"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"25"
|
||||
],
|
||||
"filament_minimal_purge_on_wipe_tower": [
|
||||
"15"
|
||||
],
|
||||
"filament_settings_id": [
|
||||
"Flashforge ABS Basic @FF G4 HF"
|
||||
],
|
||||
"filament_start_gcode": [
|
||||
"; filament start gcode\n;right_extruder_material: ABS\n"
|
||||
],
|
||||
"filament_unloading_speed": [
|
||||
"90"
|
||||
],
|
||||
"filament_unloading_speed_start": [
|
||||
"100"
|
||||
],
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Flashforge Guider4 0.4 HF nozzle"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"100"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"100"
|
||||
],
|
||||
"inherits": "Flashforge Generic ABS @G3U",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge ABS Basic @FF G4 HF",
|
||||
"nozzle_temperature": [
|
||||
"265"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"265"
|
||||
],
|
||||
"nozzle_temperature_range_high": [
|
||||
"270"
|
||||
],
|
||||
"nozzle_temperature_range_low": [
|
||||
"230"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"80"
|
||||
],
|
||||
"pressure_advance": [
|
||||
"0.04"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"4"
|
||||
],
|
||||
"support_material_interface_fan_speed": [
|
||||
"80"
|
||||
],
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
@@ -0,0 +1,53 @@
|
||||
{
|
||||
"activate_chamber_temp_control": [
|
||||
"1"
|
||||
],
|
||||
"chamber_temperature": [
|
||||
"60"
|
||||
],
|
||||
"complete_print_exhaust_fan_speed": [
|
||||
"50"
|
||||
],
|
||||
"cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"during_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"eng_plate_temp": [
|
||||
"100"
|
||||
],
|
||||
"eng_plate_temp_initial_layer": [
|
||||
"100"
|
||||
],
|
||||
"filament_settings_id": [
|
||||
"Flashforge ABS Basic @FF G4"
|
||||
],
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Flashforge Guider4 0.4 nozzle"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"100"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"100"
|
||||
],
|
||||
"inherits": "Flashforge Generic ABS",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge ABS Basic @FF G4",
|
||||
"slow_down_layer_time": [
|
||||
"4"
|
||||
],
|
||||
"textured_plate_temp": [
|
||||
"100"
|
||||
],
|
||||
"textured_plate_temp_initial_layer": [
|
||||
"100"
|
||||
],
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
@@ -0,0 +1,68 @@
|
||||
{
|
||||
"complete_print_exhaust_fan_speed": [
|
||||
"50"
|
||||
],
|
||||
"cool_plate_temp": [
|
||||
"100"
|
||||
],
|
||||
"cool_plate_temp_initial_layer": [
|
||||
"100"
|
||||
],
|
||||
"during_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"eng_plate_temp": [
|
||||
"100"
|
||||
],
|
||||
"eng_plate_temp_initial_layer": [
|
||||
"100"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"20"
|
||||
],
|
||||
"filament_cost": [
|
||||
"20"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.98"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"12"
|
||||
],
|
||||
"filament_settings_id": [
|
||||
"Flashforge ABS Basic @FF G4P 0.25 nozzle"
|
||||
],
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Flashforge Guider4 Pro 0.25 nozzle"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"100"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"100"
|
||||
],
|
||||
"inherits": "Flashforge ABS @FF AD5M 0.25 Nozzle",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge ABS Basic @FF G4P 0.25 nozzle",
|
||||
"pressure_advance": [
|
||||
"0.04"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"4"
|
||||
],
|
||||
"textured_cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"textured_cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"textured_plate_temp": [
|
||||
"100"
|
||||
],
|
||||
"textured_plate_temp_initial_layer": [
|
||||
"100"
|
||||
],
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
@@ -0,0 +1,104 @@
|
||||
{
|
||||
"activate_air_filtration": [
|
||||
"1"
|
||||
],
|
||||
"activate_chamber_temp_control": [
|
||||
"1"
|
||||
],
|
||||
"chamber_temperature": [
|
||||
"60"
|
||||
],
|
||||
"complete_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"during_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"eng_plate_temp": [
|
||||
"110"
|
||||
],
|
||||
"eng_plate_temp_initial_layer": [
|
||||
"110"
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"35"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"60"
|
||||
],
|
||||
"fan_min_speed": [
|
||||
"25"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.95"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"18"
|
||||
],
|
||||
"filament_minimal_purge_on_wipe_tower": [
|
||||
"15"
|
||||
],
|
||||
"filament_settings_id": [
|
||||
"Flashforge ABS Basic @FF G4P 0.6 HF nozzle"
|
||||
],
|
||||
"filament_start_gcode": [
|
||||
"; filament start gcode\n; right_extruder_material:ABS"
|
||||
],
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Flashforge Guider4 Pro 0.6 HF nozzle"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"110"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"110"
|
||||
],
|
||||
"inherits": "Flashforge Generic ABS @G3U 0.6 Nozzle",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge ABS Basic @FF G4P 0.6 HF nozzle",
|
||||
"nozzle_temperature": [
|
||||
"260"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"260"
|
||||
],
|
||||
"nozzle_temperature_range_high": [
|
||||
"280"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"90"
|
||||
],
|
||||
"pressure_advance": [
|
||||
"0.025"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"10"
|
||||
],
|
||||
"slow_down_min_speed": [
|
||||
"20"
|
||||
],
|
||||
"support_material_interface_fan_speed": [
|
||||
"90"
|
||||
],
|
||||
"textured_cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"textured_cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"textured_plate_temp": [
|
||||
"110"
|
||||
],
|
||||
"textured_plate_temp_initial_layer": [
|
||||
"110"
|
||||
],
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
@@ -0,0 +1,107 @@
|
||||
{
|
||||
"activate_air_filtration": [
|
||||
"1"
|
||||
],
|
||||
"activate_chamber_temp_control": [
|
||||
"1"
|
||||
],
|
||||
"chamber_temperature": [
|
||||
"60"
|
||||
],
|
||||
"complete_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"during_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"eng_plate_temp": [
|
||||
"115"
|
||||
],
|
||||
"eng_plate_temp_initial_layer": [
|
||||
"115"
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"35"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"60"
|
||||
],
|
||||
"fan_min_speed": [
|
||||
"25"
|
||||
],
|
||||
"filament_cost": [
|
||||
"30"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.95"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"18"
|
||||
],
|
||||
"filament_minimal_purge_on_wipe_tower": [
|
||||
"15"
|
||||
],
|
||||
"filament_settings_id": [
|
||||
"Flashforge ABS Basic @FF G4P 0.6 nozzle"
|
||||
],
|
||||
"filament_start_gcode": [
|
||||
"; filament start gcode\n;right_extruder_material:ABS"
|
||||
],
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Flashforge Guider4 Pro 0.6 nozzle"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"115"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"115"
|
||||
],
|
||||
"inherits": "Flashforge Generic ABS @G3U 0.6 Nozzle",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge ABS Basic @FF G4P 0.6 nozzle",
|
||||
"nozzle_temperature": [
|
||||
"260"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"260"
|
||||
],
|
||||
"nozzle_temperature_range_high": [
|
||||
"280"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"90"
|
||||
],
|
||||
"pressure_advance": [
|
||||
"0.025"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"10"
|
||||
],
|
||||
"slow_down_min_speed": [
|
||||
"20"
|
||||
],
|
||||
"support_material_interface_fan_speed": [
|
||||
"90"
|
||||
],
|
||||
"textured_cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"textured_cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"textured_plate_temp": [
|
||||
"115"
|
||||
],
|
||||
"textured_plate_temp_initial_layer": [
|
||||
"115"
|
||||
],
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
@@ -0,0 +1,107 @@
|
||||
{
|
||||
"activate_air_filtration": [
|
||||
"1"
|
||||
],
|
||||
"activate_chamber_temp_control": [
|
||||
"1"
|
||||
],
|
||||
"chamber_temperature": [
|
||||
"60"
|
||||
],
|
||||
"complete_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"during_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"eng_plate_temp": [
|
||||
"115"
|
||||
],
|
||||
"eng_plate_temp_initial_layer": [
|
||||
"115"
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"35"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"60"
|
||||
],
|
||||
"fan_min_speed": [
|
||||
"25"
|
||||
],
|
||||
"filament_cost": [
|
||||
"30"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.95"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"18"
|
||||
],
|
||||
"filament_minimal_purge_on_wipe_tower": [
|
||||
"15"
|
||||
],
|
||||
"filament_settings_id": [
|
||||
"Flashforge ABS Basic @FF G4P 0.8 HF nozzle"
|
||||
],
|
||||
"filament_start_gcode": [
|
||||
"; filament start gcode\n;right_extruder_material:ABS"
|
||||
],
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Flashforge Guider4 Pro 0.8 HF nozzle"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"115"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"115"
|
||||
],
|
||||
"inherits": "Flashforge Generic ABS @G3U 0.6 Nozzle",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge ABS Basic @FF G4P 0.8 HF nozzle",
|
||||
"nozzle_temperature": [
|
||||
"260"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"260"
|
||||
],
|
||||
"nozzle_temperature_range_high": [
|
||||
"280"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"90"
|
||||
],
|
||||
"pressure_advance": [
|
||||
"0.025"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"10"
|
||||
],
|
||||
"slow_down_min_speed": [
|
||||
"20"
|
||||
],
|
||||
"support_material_interface_fan_speed": [
|
||||
"90"
|
||||
],
|
||||
"textured_cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"textured_cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"textured_plate_temp": [
|
||||
"115"
|
||||
],
|
||||
"textured_plate_temp_initial_layer": [
|
||||
"115"
|
||||
],
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
@@ -0,0 +1,101 @@
|
||||
{
|
||||
"activate_chamber_temp_control": [
|
||||
"1"
|
||||
],
|
||||
"chamber_temperature": [
|
||||
"60"
|
||||
],
|
||||
"complete_print_exhaust_fan_speed": [
|
||||
"50"
|
||||
],
|
||||
"cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"during_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"eng_plate_temp": [
|
||||
"100"
|
||||
],
|
||||
"eng_plate_temp_initial_layer": [
|
||||
"100"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"20"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.98"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"25"
|
||||
],
|
||||
"filament_minimal_purge_on_wipe_tower": [
|
||||
"15"
|
||||
],
|
||||
"filament_settings_id": [
|
||||
"Flashforge ABS Basic @FF G4P HF"
|
||||
],
|
||||
"filament_start_gcode": [
|
||||
"; filament start gcode\n;right_extruder_material: ABS\n"
|
||||
],
|
||||
"filament_unloading_speed": [
|
||||
"90"
|
||||
],
|
||||
"filament_unloading_speed_start": [
|
||||
"100"
|
||||
],
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Flashforge Guider4 Pro 0.4 HF nozzle"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"100"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"100"
|
||||
],
|
||||
"inherits": "Flashforge Generic ABS @G3U",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge ABS Basic @FF G4P HF",
|
||||
"nozzle_temperature": [
|
||||
"265"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"265"
|
||||
],
|
||||
"nozzle_temperature_range_high": [
|
||||
"270"
|
||||
],
|
||||
"nozzle_temperature_range_low": [
|
||||
"230"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"80"
|
||||
],
|
||||
"pressure_advance": [
|
||||
"0.04"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"4"
|
||||
],
|
||||
"support_material_interface_fan_speed": [
|
||||
"80"
|
||||
],
|
||||
"textured_cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"textured_cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"textured_plate_temp": [
|
||||
"100"
|
||||
],
|
||||
"textured_plate_temp_initial_layer": [
|
||||
"100"
|
||||
],
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
@@ -0,0 +1,53 @@
|
||||
{
|
||||
"activate_chamber_temp_control": [
|
||||
"1"
|
||||
],
|
||||
"chamber_temperature": [
|
||||
"60"
|
||||
],
|
||||
"complete_print_exhaust_fan_speed": [
|
||||
"50"
|
||||
],
|
||||
"cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"during_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"eng_plate_temp": [
|
||||
"100"
|
||||
],
|
||||
"eng_plate_temp_initial_layer": [
|
||||
"100"
|
||||
],
|
||||
"filament_settings_id": [
|
||||
"Flashforge ABS Basic @FF G4P"
|
||||
],
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Flashforge Guider4 Pro 0.4 nozzle"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"100"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"100"
|
||||
],
|
||||
"inherits": "Flashforge Generic ABS",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge ABS Basic @FF G4P",
|
||||
"slow_down_layer_time": [
|
||||
"4"
|
||||
],
|
||||
"textured_plate_temp": [
|
||||
"100"
|
||||
],
|
||||
"textured_plate_temp_initial_layer": [
|
||||
"100"
|
||||
],
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"name": "Flashforge ABS Basic",
|
||||
"inherits": "Flashforge Generic ABS",
|
||||
"from": "system",
|
||||
"filament_settings_id": [
|
||||
"Flashforge ABS Basic"
|
||||
],
|
||||
"setting_id": "GFSA04_02",
|
||||
"instantiation": "true",
|
||||
"is_custom_defined": "0",
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
@@ -0,0 +1,101 @@
|
||||
{
|
||||
"activate_air_filtration": [
|
||||
"1"
|
||||
],
|
||||
"complete_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"during_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"eng_plate_temp": [
|
||||
"115"
|
||||
],
|
||||
"eng_plate_temp_initial_layer": [
|
||||
"115"
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"35"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"60"
|
||||
],
|
||||
"fan_min_speed": [
|
||||
"25"
|
||||
],
|
||||
"filament_cost": [
|
||||
"30"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.95"
|
||||
],
|
||||
"filament_minimal_purge_on_wipe_tower": [
|
||||
"15"
|
||||
],
|
||||
"filament_settings_id": [
|
||||
"Flashforge ABS-CF @FF G4 0.6 nozzle"
|
||||
],
|
||||
"filament_start_gcode": [
|
||||
"; filament start gcode\n;right_extruder_material:ABS"
|
||||
],
|
||||
"filament_type": [
|
||||
"ABS-CF"
|
||||
],
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Flashforge Guider4 0.6 nozzle"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"115"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"115"
|
||||
],
|
||||
"inherits": "Flashforge Generic ABS @G3U 0.6 Nozzle",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge ABS-CF @FF G4 0.6 nozzle",
|
||||
"nozzle_temperature": [
|
||||
"260"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"260"
|
||||
],
|
||||
"nozzle_temperature_range_high": [
|
||||
"280"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"90"
|
||||
],
|
||||
"pressure_advance": [
|
||||
"0.025"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"10"
|
||||
],
|
||||
"slow_down_min_speed": [
|
||||
"20"
|
||||
],
|
||||
"support_material_interface_fan_speed": [
|
||||
"90"
|
||||
],
|
||||
"textured_cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"textured_cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"textured_plate_temp": [
|
||||
"115"
|
||||
],
|
||||
"textured_plate_temp_initial_layer": [
|
||||
"115"
|
||||
],
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
@@ -0,0 +1,71 @@
|
||||
{
|
||||
"complete_print_exhaust_fan_speed": [
|
||||
"50"
|
||||
],
|
||||
"cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"during_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"eng_plate_temp": [
|
||||
"100"
|
||||
],
|
||||
"eng_plate_temp_initial_layer": [
|
||||
"100"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"30"
|
||||
],
|
||||
"filament_cost": [
|
||||
"30"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.95"
|
||||
],
|
||||
"filament_settings_id": [
|
||||
"Flashforge ABS-CF @FF G4"
|
||||
],
|
||||
"filament_start_gcode": [
|
||||
"; filament start gcode\n;right_extruder_material: ABS-CF\n"
|
||||
],
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Flashforge Guider4 0.4 nozzle"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"100"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"100"
|
||||
],
|
||||
"inherits": "Flashforge Generic ABS",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge ABS-CF @FF G4",
|
||||
"nozzle_temperature_range_high": [
|
||||
"280"
|
||||
],
|
||||
"nozzle_temperature_range_low": [
|
||||
"240"
|
||||
],
|
||||
"pressure_advance": [
|
||||
"0.02"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"6"
|
||||
],
|
||||
"temperature_vitrification": [
|
||||
"70"
|
||||
],
|
||||
"textured_plate_temp": [
|
||||
"100"
|
||||
],
|
||||
"textured_plate_temp_initial_layer": [
|
||||
"100"
|
||||
],
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
@@ -0,0 +1,101 @@
|
||||
{
|
||||
"activate_air_filtration": [
|
||||
"1"
|
||||
],
|
||||
"complete_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"during_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"eng_plate_temp": [
|
||||
"115"
|
||||
],
|
||||
"eng_plate_temp_initial_layer": [
|
||||
"115"
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"35"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"60"
|
||||
],
|
||||
"fan_min_speed": [
|
||||
"25"
|
||||
],
|
||||
"filament_cost": [
|
||||
"30"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.95"
|
||||
],
|
||||
"filament_minimal_purge_on_wipe_tower": [
|
||||
"15"
|
||||
],
|
||||
"filament_settings_id": [
|
||||
"Flashforge ABS-CF @FF G4P 0.6 nozzle"
|
||||
],
|
||||
"filament_start_gcode": [
|
||||
"; filament start gcode\n;right_extruder_material:ABS"
|
||||
],
|
||||
"filament_type": [
|
||||
"ABS-CF"
|
||||
],
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Flashforge Guider4 Pro 0.6 nozzle"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"115"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"115"
|
||||
],
|
||||
"inherits": "Flashforge Generic ABS @G3U 0.6 Nozzle",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge ABS-CF @FF G4P 0.6 nozzle",
|
||||
"nozzle_temperature": [
|
||||
"260"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"260"
|
||||
],
|
||||
"nozzle_temperature_range_high": [
|
||||
"280"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"90"
|
||||
],
|
||||
"pressure_advance": [
|
||||
"0.025"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"10"
|
||||
],
|
||||
"slow_down_min_speed": [
|
||||
"20"
|
||||
],
|
||||
"support_material_interface_fan_speed": [
|
||||
"90"
|
||||
],
|
||||
"textured_cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"textured_cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"textured_plate_temp": [
|
||||
"115"
|
||||
],
|
||||
"textured_plate_temp_initial_layer": [
|
||||
"115"
|
||||
],
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
@@ -0,0 +1,71 @@
|
||||
{
|
||||
"complete_print_exhaust_fan_speed": [
|
||||
"50"
|
||||
],
|
||||
"cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"during_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"eng_plate_temp": [
|
||||
"100"
|
||||
],
|
||||
"eng_plate_temp_initial_layer": [
|
||||
"100"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"30"
|
||||
],
|
||||
"filament_cost": [
|
||||
"30"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.95"
|
||||
],
|
||||
"filament_settings_id": [
|
||||
"Flashforge ABS-CF @FF G4P"
|
||||
],
|
||||
"filament_start_gcode": [
|
||||
"; filament start gcode\n;right_extruder_material: ABS-CF\n"
|
||||
],
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Flashforge Guider4 Pro 0.4 nozzle"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"100"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"100"
|
||||
],
|
||||
"inherits": "Flashforge Generic ABS",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge ABS-CF @FF G4P",
|
||||
"nozzle_temperature_range_high": [
|
||||
"280"
|
||||
],
|
||||
"nozzle_temperature_range_low": [
|
||||
"240"
|
||||
],
|
||||
"pressure_advance": [
|
||||
"0.02"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"6"
|
||||
],
|
||||
"temperature_vitrification": [
|
||||
"70"
|
||||
],
|
||||
"textured_plate_temp": [
|
||||
"100"
|
||||
],
|
||||
"textured_plate_temp_initial_layer": [
|
||||
"100"
|
||||
],
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"name": "Flashforge ASA @FF AD5M 0.25 Nozzle",
|
||||
"inherits": "Flashforge Generic ASA",
|
||||
"from": "system",
|
||||
"setting_id": "GFSA04_05",
|
||||
"instantiation": "false",
|
||||
"compatible_printers": [
|
||||
"Flashforge Adventurer 5M 0.25 Nozzle",
|
||||
"Flashforge Adventurer 5M Pro 0.25 Nozzle"
|
||||
],
|
||||
"filament_id": "GFL99",
|
||||
"filament_settings_id": [
|
||||
"Flashforge ASA @FF AD5M 0.25 Nozzle"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"50"
|
||||
],
|
||||
"filament_cost": [
|
||||
"40"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"1"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"2"
|
||||
],
|
||||
"filament_start_gcode": [
|
||||
"; filament start gcode\n;right_extruder_material: ASA\n"
|
||||
],
|
||||
"pressure_advance": [
|
||||
"0.1"
|
||||
],
|
||||
"version": "1.8.0.0"
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"filament_settings_id": [
|
||||
"Flashforge ASA Basic @FF AD5M 0.25 nozzle"
|
||||
],
|
||||
"from": "system",
|
||||
"setting_id": "GFSA04_05",
|
||||
"instantiation": "true",
|
||||
"inherits": "Flashforge ASA @FF AD5M 0.25 Nozzle",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge ASA Basic @FF AD5M 0.25 nozzle",
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
@@ -0,0 +1,67 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"eng_plate_temp": [
|
||||
"100"
|
||||
],
|
||||
"eng_plate_temp_initial_layer": [
|
||||
"100"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"20"
|
||||
],
|
||||
"filament_cost": [
|
||||
"20"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.96"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"8"
|
||||
],
|
||||
"filament_settings_id": [
|
||||
"Flashforge ASA Basic @FF AD5X 0.25 nozzle"
|
||||
],
|
||||
"from": "system",
|
||||
"setting_id": "GFSA04_05",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Flashforge AD5X 0.25 nozzle"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"100"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"100"
|
||||
],
|
||||
"inherits": "Flashforge ASA @FF AD5M 0.25 Nozzle",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge ASA Basic @FF AD5X 0.25 nozzle",
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"265"
|
||||
],
|
||||
"pressure_advance": [
|
||||
"0.04"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"8"
|
||||
],
|
||||
"textured_cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"textured_cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"textured_plate_temp": [
|
||||
"100"
|
||||
],
|
||||
"textured_plate_temp_initial_layer": [
|
||||
"100"
|
||||
],
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"eng_plate_temp": [
|
||||
"105"
|
||||
],
|
||||
"eng_plate_temp_initial_layer": [
|
||||
"105"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.96"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"18"
|
||||
],
|
||||
"filament_settings_id": [
|
||||
"Flashforge ASA Basic @FF AD5X 0.6 nozzle"
|
||||
],
|
||||
"from": "system",
|
||||
"setting_id": "GFSA04",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Flashforge AD5X 0.6 nozzle"
|
||||
],
|
||||
"inherits": "Flashforge Generic ABS",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge ASA Basic @FF AD5X 0.6 nozzle",
|
||||
"textured_cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"textured_cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"textured_plate_temp": [
|
||||
"105"
|
||||
],
|
||||
"textured_plate_temp_initial_layer": [
|
||||
"105"
|
||||
],
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"eng_plate_temp": [
|
||||
"105"
|
||||
],
|
||||
"eng_plate_temp_initial_layer": [
|
||||
"105"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.96"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"18"
|
||||
],
|
||||
"filament_settings_id": [
|
||||
"Flashforge ASA Basic @FF AD5X 0.8 nozzle"
|
||||
],
|
||||
"from": "system",
|
||||
"setting_id": "GFSA04",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Flashforge AD5X 0.8 nozzle"
|
||||
],
|
||||
"inherits": "Flashforge Generic ABS",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge ASA Basic @FF AD5X 0.8 nozzle",
|
||||
"textured_cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"textured_cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"textured_plate_temp": [
|
||||
"105"
|
||||
],
|
||||
"textured_plate_temp_initial_layer": [
|
||||
"105"
|
||||
],
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"eng_plate_temp": [
|
||||
"100"
|
||||
],
|
||||
"eng_plate_temp_initial_layer": [
|
||||
"100"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.96"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"20"
|
||||
],
|
||||
"filament_settings_id": [
|
||||
"Flashforge ASA Basic @FF AD5X"
|
||||
],
|
||||
"from": "system",
|
||||
"setting_id": "GFSA04",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Flashforge AD5X 0.4 nozzle"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"100"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"100"
|
||||
],
|
||||
"inherits": "Flashforge Generic ABS",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge ASA Basic @FF AD5X",
|
||||
"nozzle_temperature": [
|
||||
"260"
|
||||
],
|
||||
"textured_cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"textured_cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"textured_plate_temp": [
|
||||
"100"
|
||||
],
|
||||
"textured_plate_temp_initial_layer": [
|
||||
"100"
|
||||
],
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
@@ -0,0 +1,50 @@
|
||||
{
|
||||
"complete_print_exhaust_fan_speed": [
|
||||
"50"
|
||||
],
|
||||
"during_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"20"
|
||||
],
|
||||
"filament_cost": [
|
||||
"20"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.98"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"12"
|
||||
],
|
||||
"filament_settings_id": [
|
||||
"Flashforge ASA Basic @FF G4 0.25 nozzle"
|
||||
],
|
||||
"filament_start_gcode": [
|
||||
"; filament start gcode\n;right_extruder_material: ASA\n"
|
||||
],
|
||||
"filament_type": [
|
||||
"ASA"
|
||||
],
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Flashforge Guider4 0.25 nozzle"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"100"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"100"
|
||||
],
|
||||
"inherits": "Flashforge ABS @FF AD5M 0.25 Nozzle",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge ASA Basic @FF G4 0.25 nozzle",
|
||||
"pressure_advance": [
|
||||
"0.04"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"4"
|
||||
],
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
@@ -0,0 +1,107 @@
|
||||
{
|
||||
"activate_air_filtration": [
|
||||
"1"
|
||||
],
|
||||
"activate_chamber_temp_control": [
|
||||
"1"
|
||||
],
|
||||
"chamber_temperature": [
|
||||
"60"
|
||||
],
|
||||
"complete_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"during_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"eng_plate_temp": [
|
||||
"115"
|
||||
],
|
||||
"eng_plate_temp_initial_layer": [
|
||||
"115"
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"35"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"60"
|
||||
],
|
||||
"fan_min_speed": [
|
||||
"25"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.95"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"18"
|
||||
],
|
||||
"filament_minimal_purge_on_wipe_tower": [
|
||||
"15"
|
||||
],
|
||||
"filament_settings_id": [
|
||||
"Flashforge ASA Basic @FF G4 0.6 HF nozzle"
|
||||
],
|
||||
"filament_start_gcode": [
|
||||
"; filament start gcode\n; right_extruder_material:ASA"
|
||||
],
|
||||
"filament_type": [
|
||||
"ASA"
|
||||
],
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Flashforge Guider4 0.6 HF nozzle"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"115"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"115"
|
||||
],
|
||||
"inherits": "Flashforge Generic ABS @G3U 0.6 Nozzle",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge ASA Basic @FF G4 0.6 HF nozzle",
|
||||
"nozzle_temperature": [
|
||||
"260"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"260"
|
||||
],
|
||||
"nozzle_temperature_range_high": [
|
||||
"280"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"90"
|
||||
],
|
||||
"pressure_advance": [
|
||||
"0.025"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"10"
|
||||
],
|
||||
"slow_down_min_speed": [
|
||||
"20"
|
||||
],
|
||||
"support_material_interface_fan_speed": [
|
||||
"90"
|
||||
],
|
||||
"textured_cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"textured_cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"textured_plate_temp": [
|
||||
"115"
|
||||
],
|
||||
"textured_plate_temp_initial_layer": [
|
||||
"115"
|
||||
],
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
@@ -0,0 +1,110 @@
|
||||
{
|
||||
"activate_air_filtration": [
|
||||
"1"
|
||||
],
|
||||
"activate_chamber_temp_control": [
|
||||
"1"
|
||||
],
|
||||
"chamber_temperature": [
|
||||
"60"
|
||||
],
|
||||
"complete_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"during_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"eng_plate_temp": [
|
||||
"115"
|
||||
],
|
||||
"eng_plate_temp_initial_layer": [
|
||||
"115"
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"35"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"60"
|
||||
],
|
||||
"fan_min_speed": [
|
||||
"25"
|
||||
],
|
||||
"filament_cost": [
|
||||
"30"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.95"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"18"
|
||||
],
|
||||
"filament_minimal_purge_on_wipe_tower": [
|
||||
"15"
|
||||
],
|
||||
"filament_settings_id": [
|
||||
"Flashforge ASA Basic @FF G4 0.6 nozzle"
|
||||
],
|
||||
"filament_start_gcode": [
|
||||
"; filament start gcode\n;right_extruder_material:ASA"
|
||||
],
|
||||
"filament_type": [
|
||||
"ASA"
|
||||
],
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Flashforge Guider4 0.6 nozzle"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"115"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"115"
|
||||
],
|
||||
"inherits": "Flashforge Generic ABS @G3U 0.6 Nozzle",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge ASA Basic @FF G4 0.6 nozzle",
|
||||
"nozzle_temperature": [
|
||||
"260"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"260"
|
||||
],
|
||||
"nozzle_temperature_range_high": [
|
||||
"280"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"90"
|
||||
],
|
||||
"pressure_advance": [
|
||||
"0.025"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"10"
|
||||
],
|
||||
"slow_down_min_speed": [
|
||||
"20"
|
||||
],
|
||||
"support_material_interface_fan_speed": [
|
||||
"90"
|
||||
],
|
||||
"textured_cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"textured_cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"textured_plate_temp": [
|
||||
"115"
|
||||
],
|
||||
"textured_plate_temp_initial_layer": [
|
||||
"115"
|
||||
],
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
@@ -0,0 +1,110 @@
|
||||
{
|
||||
"activate_air_filtration": [
|
||||
"1"
|
||||
],
|
||||
"activate_chamber_temp_control": [
|
||||
"1"
|
||||
],
|
||||
"chamber_temperature": [
|
||||
"60"
|
||||
],
|
||||
"complete_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"during_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"eng_plate_temp": [
|
||||
"115"
|
||||
],
|
||||
"eng_plate_temp_initial_layer": [
|
||||
"115"
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"35"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"60"
|
||||
],
|
||||
"fan_min_speed": [
|
||||
"25"
|
||||
],
|
||||
"filament_cost": [
|
||||
"30"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.95"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"18"
|
||||
],
|
||||
"filament_minimal_purge_on_wipe_tower": [
|
||||
"15"
|
||||
],
|
||||
"filament_settings_id": [
|
||||
"Flashforge ASA Basic @FF G4 0.8 HF nozzle"
|
||||
],
|
||||
"filament_start_gcode": [
|
||||
"; filament start gcode\n;right_extruder_material:ASA"
|
||||
],
|
||||
"filament_type": [
|
||||
"ASA"
|
||||
],
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Flashforge Guider4 0.8 HF nozzle"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"115"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"115"
|
||||
],
|
||||
"inherits": "Flashforge Generic ABS @G3U 0.6 Nozzle",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge ASA Basic @FF G4 0.8 HF nozzle",
|
||||
"nozzle_temperature": [
|
||||
"260"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"260"
|
||||
],
|
||||
"nozzle_temperature_range_high": [
|
||||
"280"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"90"
|
||||
],
|
||||
"pressure_advance": [
|
||||
"0.025"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"10"
|
||||
],
|
||||
"slow_down_min_speed": [
|
||||
"20"
|
||||
],
|
||||
"support_material_interface_fan_speed": [
|
||||
"90"
|
||||
],
|
||||
"textured_cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"textured_cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"textured_plate_temp": [
|
||||
"115"
|
||||
],
|
||||
"textured_plate_temp_initial_layer": [
|
||||
"115"
|
||||
],
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
@@ -0,0 +1,80 @@
|
||||
{
|
||||
"activate_chamber_temp_control": [
|
||||
"1"
|
||||
],
|
||||
"chamber_temperature": [
|
||||
"60"
|
||||
],
|
||||
"complete_print_exhaust_fan_speed": [
|
||||
"50"
|
||||
],
|
||||
"during_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"20"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.98"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"25"
|
||||
],
|
||||
"filament_minimal_purge_on_wipe_tower": [
|
||||
"15"
|
||||
],
|
||||
"filament_settings_id": [
|
||||
"Flashforge ASA Basic @FF G4 HF"
|
||||
],
|
||||
"filament_start_gcode": [
|
||||
"; filament start gcode\n;right_extruder_material: ASA\n"
|
||||
],
|
||||
"filament_type": [
|
||||
"ASA"
|
||||
],
|
||||
"filament_unloading_speed": [
|
||||
"90"
|
||||
],
|
||||
"filament_unloading_speed_start": [
|
||||
"100"
|
||||
],
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Flashforge Guider4 0.4 HF nozzle"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"100"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"100"
|
||||
],
|
||||
"inherits": "Flashforge Generic ABS @G3U",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge ASA Basic @FF G4 HF",
|
||||
"nozzle_temperature": [
|
||||
"265"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"265"
|
||||
],
|
||||
"nozzle_temperature_range_high": [
|
||||
"270"
|
||||
],
|
||||
"nozzle_temperature_range_low": [
|
||||
"230"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"80"
|
||||
],
|
||||
"pressure_advance": [
|
||||
"0.04"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"4"
|
||||
],
|
||||
"support_material_interface_fan_speed": [
|
||||
"80"
|
||||
],
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
@@ -0,0 +1,59 @@
|
||||
{
|
||||
"activate_chamber_temp_control": [
|
||||
"1"
|
||||
],
|
||||
"chamber_temperature": [
|
||||
"60"
|
||||
],
|
||||
"complete_print_exhaust_fan_speed": [
|
||||
"50"
|
||||
],
|
||||
"cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"during_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"eng_plate_temp": [
|
||||
"100"
|
||||
],
|
||||
"eng_plate_temp_initial_layer": [
|
||||
"100"
|
||||
],
|
||||
"filament_settings_id": [
|
||||
"Flashforge ASA Basic @FF G4"
|
||||
],
|
||||
"filament_start_gcode": [
|
||||
"; filament start gcode\n;right_extruder_material: ASA\n"
|
||||
],
|
||||
"filament_type": [
|
||||
"ASA"
|
||||
],
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Flashforge Guider4 0.4 nozzle"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"100"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"100"
|
||||
],
|
||||
"inherits": "Flashforge Generic ABS",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge ASA Basic @FF G4",
|
||||
"slow_down_layer_time": [
|
||||
"4"
|
||||
],
|
||||
"textured_plate_temp": [
|
||||
"100"
|
||||
],
|
||||
"textured_plate_temp_initial_layer": [
|
||||
"100"
|
||||
],
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
@@ -0,0 +1,74 @@
|
||||
{
|
||||
"complete_print_exhaust_fan_speed": [
|
||||
"50"
|
||||
],
|
||||
"cool_plate_temp": [
|
||||
"100"
|
||||
],
|
||||
"cool_plate_temp_initial_layer": [
|
||||
"100"
|
||||
],
|
||||
"during_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"eng_plate_temp": [
|
||||
"100"
|
||||
],
|
||||
"eng_plate_temp_initial_layer": [
|
||||
"100"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"20"
|
||||
],
|
||||
"filament_cost": [
|
||||
"20"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.98"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"12"
|
||||
],
|
||||
"filament_settings_id": [
|
||||
"Flashforge ASA Basic @FF G4P 0.25 nozzle"
|
||||
],
|
||||
"filament_start_gcode": [
|
||||
"; filament start gcode\n;right_extruder_material: ASA\n"
|
||||
],
|
||||
"filament_type": [
|
||||
"ASA"
|
||||
],
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Flashforge Guider4 Pro 0.25 nozzle"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"100"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"100"
|
||||
],
|
||||
"inherits": "Flashforge ABS @FF AD5M 0.25 Nozzle",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge ASA Basic @FF G4P 0.25 nozzle",
|
||||
"pressure_advance": [
|
||||
"0.04"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"4"
|
||||
],
|
||||
"textured_cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"textured_cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"textured_plate_temp": [
|
||||
"100"
|
||||
],
|
||||
"textured_plate_temp_initial_layer": [
|
||||
"100"
|
||||
],
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
@@ -0,0 +1,107 @@
|
||||
{
|
||||
"activate_air_filtration": [
|
||||
"1"
|
||||
],
|
||||
"activate_chamber_temp_control": [
|
||||
"1"
|
||||
],
|
||||
"chamber_temperature": [
|
||||
"60"
|
||||
],
|
||||
"complete_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"during_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"eng_plate_temp": [
|
||||
"115"
|
||||
],
|
||||
"eng_plate_temp_initial_layer": [
|
||||
"115"
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"35"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"60"
|
||||
],
|
||||
"fan_min_speed": [
|
||||
"25"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.95"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"18"
|
||||
],
|
||||
"filament_minimal_purge_on_wipe_tower": [
|
||||
"15"
|
||||
],
|
||||
"filament_settings_id": [
|
||||
"Flashforge ASA Basic @FF G4P 0.6 HF nozzle"
|
||||
],
|
||||
"filament_start_gcode": [
|
||||
"; filament start gcode\n; right_extruder_material:ASA"
|
||||
],
|
||||
"filament_type": [
|
||||
"ASA"
|
||||
],
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Flashforge Guider4 Pro 0.6 HF nozzle"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"115"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"115"
|
||||
],
|
||||
"inherits": "Flashforge Generic ABS @G3U 0.6 Nozzle",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge ASA Basic @FF G4P 0.6 HF nozzle",
|
||||
"nozzle_temperature": [
|
||||
"260"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"260"
|
||||
],
|
||||
"nozzle_temperature_range_high": [
|
||||
"280"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"90"
|
||||
],
|
||||
"pressure_advance": [
|
||||
"0.025"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"10"
|
||||
],
|
||||
"slow_down_min_speed": [
|
||||
"20"
|
||||
],
|
||||
"support_material_interface_fan_speed": [
|
||||
"90"
|
||||
],
|
||||
"textured_cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"textured_cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"textured_plate_temp": [
|
||||
"115"
|
||||
],
|
||||
"textured_plate_temp_initial_layer": [
|
||||
"115"
|
||||
],
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
@@ -0,0 +1,110 @@
|
||||
{
|
||||
"activate_air_filtration": [
|
||||
"1"
|
||||
],
|
||||
"activate_chamber_temp_control": [
|
||||
"1"
|
||||
],
|
||||
"chamber_temperature": [
|
||||
"60"
|
||||
],
|
||||
"complete_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"during_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"eng_plate_temp": [
|
||||
"115"
|
||||
],
|
||||
"eng_plate_temp_initial_layer": [
|
||||
"115"
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"35"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"60"
|
||||
],
|
||||
"fan_min_speed": [
|
||||
"25"
|
||||
],
|
||||
"filament_cost": [
|
||||
"30"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.95"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"18"
|
||||
],
|
||||
"filament_minimal_purge_on_wipe_tower": [
|
||||
"15"
|
||||
],
|
||||
"filament_settings_id": [
|
||||
"Flashforge ASA Basic @FF G4P 0.6 nozzle"
|
||||
],
|
||||
"filament_start_gcode": [
|
||||
"; filament start gcode\n;right_extruder_material:ASA"
|
||||
],
|
||||
"filament_type": [
|
||||
"ASA"
|
||||
],
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Flashforge Guider4 Pro 0.6 nozzle"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"115"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"115"
|
||||
],
|
||||
"inherits": "Flashforge Generic ABS @G3U 0.6 Nozzle",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge ASA Basic @FF G4P 0.6 nozzle",
|
||||
"nozzle_temperature": [
|
||||
"260"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"260"
|
||||
],
|
||||
"nozzle_temperature_range_high": [
|
||||
"280"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"90"
|
||||
],
|
||||
"pressure_advance": [
|
||||
"0.025"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"10"
|
||||
],
|
||||
"slow_down_min_speed": [
|
||||
"20"
|
||||
],
|
||||
"support_material_interface_fan_speed": [
|
||||
"90"
|
||||
],
|
||||
"textured_cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"textured_cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"textured_plate_temp": [
|
||||
"115"
|
||||
],
|
||||
"textured_plate_temp_initial_layer": [
|
||||
"115"
|
||||
],
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
@@ -0,0 +1,110 @@
|
||||
{
|
||||
"activate_air_filtration": [
|
||||
"1"
|
||||
],
|
||||
"activate_chamber_temp_control": [
|
||||
"1"
|
||||
],
|
||||
"chamber_temperature": [
|
||||
"60"
|
||||
],
|
||||
"complete_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"during_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"eng_plate_temp": [
|
||||
"115"
|
||||
],
|
||||
"eng_plate_temp_initial_layer": [
|
||||
"115"
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"35"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"60"
|
||||
],
|
||||
"fan_min_speed": [
|
||||
"25"
|
||||
],
|
||||
"filament_cost": [
|
||||
"30"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.95"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"18"
|
||||
],
|
||||
"filament_minimal_purge_on_wipe_tower": [
|
||||
"15"
|
||||
],
|
||||
"filament_settings_id": [
|
||||
"Flashforge ASA Basic @FF G4P 0.8 HF nozzle"
|
||||
],
|
||||
"filament_start_gcode": [
|
||||
"; filament start gcode\n;right_extruder_material:ASA"
|
||||
],
|
||||
"filament_type": [
|
||||
"ASA"
|
||||
],
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Flashforge Guider4 Pro 0.8 HF nozzle"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"115"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"115"
|
||||
],
|
||||
"inherits": "Flashforge Generic ABS @G3U 0.6 Nozzle",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge ASA Basic @FF G4P 0.8 HF nozzle",
|
||||
"nozzle_temperature": [
|
||||
"260"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"260"
|
||||
],
|
||||
"nozzle_temperature_range_high": [
|
||||
"280"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"90"
|
||||
],
|
||||
"pressure_advance": [
|
||||
"0.025"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"10"
|
||||
],
|
||||
"slow_down_min_speed": [
|
||||
"20"
|
||||
],
|
||||
"support_material_interface_fan_speed": [
|
||||
"90"
|
||||
],
|
||||
"textured_cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"textured_cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"textured_plate_temp": [
|
||||
"115"
|
||||
],
|
||||
"textured_plate_temp_initial_layer": [
|
||||
"115"
|
||||
],
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
@@ -0,0 +1,104 @@
|
||||
{
|
||||
"activate_chamber_temp_control": [
|
||||
"1"
|
||||
],
|
||||
"chamber_temperature": [
|
||||
"60"
|
||||
],
|
||||
"complete_print_exhaust_fan_speed": [
|
||||
"50"
|
||||
],
|
||||
"cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"during_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"eng_plate_temp": [
|
||||
"100"
|
||||
],
|
||||
"eng_plate_temp_initial_layer": [
|
||||
"100"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"20"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.98"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"25"
|
||||
],
|
||||
"filament_minimal_purge_on_wipe_tower": [
|
||||
"15"
|
||||
],
|
||||
"filament_settings_id": [
|
||||
"Flashforge ASA Basic @FF G4P HF"
|
||||
],
|
||||
"filament_start_gcode": [
|
||||
"; filament start gcode\n;right_extruder_material: ASA\n"
|
||||
],
|
||||
"filament_type": [
|
||||
"ASA"
|
||||
],
|
||||
"filament_unloading_speed": [
|
||||
"90"
|
||||
],
|
||||
"filament_unloading_speed_start": [
|
||||
"100"
|
||||
],
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Flashforge Guider4 Pro 0.4 HF nozzle"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"100"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"100"
|
||||
],
|
||||
"inherits": "Flashforge Generic ABS @G3U",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge ASA Basic @FF G4P HF",
|
||||
"nozzle_temperature": [
|
||||
"265"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"265"
|
||||
],
|
||||
"nozzle_temperature_range_high": [
|
||||
"270"
|
||||
],
|
||||
"nozzle_temperature_range_low": [
|
||||
"230"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"80"
|
||||
],
|
||||
"pressure_advance": [
|
||||
"0.04"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"4"
|
||||
],
|
||||
"support_material_interface_fan_speed": [
|
||||
"80"
|
||||
],
|
||||
"textured_cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"textured_cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"textured_plate_temp": [
|
||||
"100"
|
||||
],
|
||||
"textured_plate_temp_initial_layer": [
|
||||
"100"
|
||||
],
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
@@ -0,0 +1,59 @@
|
||||
{
|
||||
"activate_chamber_temp_control": [
|
||||
"1"
|
||||
],
|
||||
"chamber_temperature": [
|
||||
"60"
|
||||
],
|
||||
"complete_print_exhaust_fan_speed": [
|
||||
"50"
|
||||
],
|
||||
"cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"during_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"eng_plate_temp": [
|
||||
"100"
|
||||
],
|
||||
"eng_plate_temp_initial_layer": [
|
||||
"100"
|
||||
],
|
||||
"filament_settings_id": [
|
||||
"Flashforge ASA Basic @FF G4P"
|
||||
],
|
||||
"filament_start_gcode": [
|
||||
"; filament start gcode\n;right_extruder_material: ASA\n"
|
||||
],
|
||||
"filament_type": [
|
||||
"ASA"
|
||||
],
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Flashforge Guider4 Pro 0.4 nozzle"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"100"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"100"
|
||||
],
|
||||
"inherits": "Flashforge Generic ABS",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge ASA Basic @FF G4P",
|
||||
"slow_down_layer_time": [
|
||||
"4"
|
||||
],
|
||||
"textured_plate_temp": [
|
||||
"100"
|
||||
],
|
||||
"textured_plate_temp_initial_layer": [
|
||||
"100"
|
||||
],
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"name": "Flashforge ASA Basic",
|
||||
"inherits": "Flashforge Generic ASA",
|
||||
"from": "system",
|
||||
"filament_settings_id": [
|
||||
"Flashforge ASA Basic"
|
||||
],
|
||||
"setting_id": "GFSA04_05",
|
||||
"instantiation": "true",
|
||||
"is_custom_defined": "0",
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
@@ -0,0 +1,59 @@
|
||||
{
|
||||
"activate_chamber_temp_control": [
|
||||
"1"
|
||||
],
|
||||
"chamber_temperature": [
|
||||
"60"
|
||||
],
|
||||
"complete_print_exhaust_fan_speed": [
|
||||
"50"
|
||||
],
|
||||
"cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"during_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"eng_plate_temp": [
|
||||
"100"
|
||||
],
|
||||
"eng_plate_temp_initial_layer": [
|
||||
"100"
|
||||
],
|
||||
"filament_settings_id": [
|
||||
"Flashforge ASA-CF @FF G4"
|
||||
],
|
||||
"filament_start_gcode": [
|
||||
"; filament start gcode\n;right_extruder_material: ASA-CF\n"
|
||||
],
|
||||
"filament_type": [
|
||||
"ASA"
|
||||
],
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Flashforge Guider4 0.4 nozzle"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"100"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"100"
|
||||
],
|
||||
"inherits": "Flashforge Generic ABS",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge ASA-CF @FF G4",
|
||||
"slow_down_layer_time": [
|
||||
"4"
|
||||
],
|
||||
"textured_plate_temp": [
|
||||
"100"
|
||||
],
|
||||
"textured_plate_temp_initial_layer": [
|
||||
"100"
|
||||
],
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
@@ -0,0 +1,59 @@
|
||||
{
|
||||
"activate_chamber_temp_control": [
|
||||
"1"
|
||||
],
|
||||
"chamber_temperature": [
|
||||
"60"
|
||||
],
|
||||
"complete_print_exhaust_fan_speed": [
|
||||
"50"
|
||||
],
|
||||
"cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"during_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"eng_plate_temp": [
|
||||
"100"
|
||||
],
|
||||
"eng_plate_temp_initial_layer": [
|
||||
"100"
|
||||
],
|
||||
"filament_settings_id": [
|
||||
"Flashforge ASA-CF @FF G4P"
|
||||
],
|
||||
"filament_start_gcode": [
|
||||
"; filament start gcode\n;right_extruder_material: ASA-CF\n"
|
||||
],
|
||||
"filament_type": [
|
||||
"ASA"
|
||||
],
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Flashforge Guider4 Pro 0.4 nozzle"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"100"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"100"
|
||||
],
|
||||
"inherits": "Flashforge Generic ABS",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge ASA-CF @FF G4P",
|
||||
"slow_down_layer_time": [
|
||||
"4"
|
||||
],
|
||||
"textured_plate_temp": [
|
||||
"100"
|
||||
],
|
||||
"textured_plate_temp_initial_layer": [
|
||||
"100"
|
||||
],
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
@@ -0,0 +1,52 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"name": "Flashforge ASA-CF",
|
||||
"inherits": "FusRock Generic PAHT-CF",
|
||||
"from": "system",
|
||||
"setting_id": "GFSA04",
|
||||
"instantiation": "true",
|
||||
"filament_flow_ratio": [
|
||||
"0.99"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"5"
|
||||
],
|
||||
"filament_settings_id": [
|
||||
"Flashforge ASA-CF"
|
||||
],
|
||||
"filament_type": [
|
||||
"ASA"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"100"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"100"
|
||||
],
|
||||
"is_custom_defined": "0",
|
||||
"nozzle_temperature": [
|
||||
"250"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"250"
|
||||
],
|
||||
"nozzle_temperature_range_high": [
|
||||
"260"
|
||||
],
|
||||
"nozzle_temperature_range_low": [
|
||||
"240"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"20"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"10"
|
||||
],
|
||||
"slow_down_min_speed": [
|
||||
"10"
|
||||
],
|
||||
"support_material_interface_fan_speed": [
|
||||
"20"
|
||||
],
|
||||
"version": "2.0.2.0"
|
||||
}
|
||||
@@ -0,0 +1,110 @@
|
||||
{
|
||||
"activate_air_filtration": [
|
||||
"1"
|
||||
],
|
||||
"activate_chamber_temp_control": [
|
||||
"1"
|
||||
],
|
||||
"chamber_temperature": [
|
||||
"60"
|
||||
],
|
||||
"complete_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"during_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"eng_plate_temp": [
|
||||
"115"
|
||||
],
|
||||
"eng_plate_temp_initial_layer": [
|
||||
"115"
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"35"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"60"
|
||||
],
|
||||
"fan_min_speed": [
|
||||
"25"
|
||||
],
|
||||
"filament_cost": [
|
||||
"30"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.95"
|
||||
],
|
||||
"filament_is_support": [
|
||||
"1"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"18"
|
||||
],
|
||||
"filament_minimal_purge_on_wipe_tower": [
|
||||
"15"
|
||||
],
|
||||
"filament_settings_id": [
|
||||
"Flashforge HIPS @FF G4 0.6 HF nozzle"
|
||||
],
|
||||
"filament_start_gcode": [
|
||||
"; filament start gcode\n;right_extruder_material:HIPS"
|
||||
],
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Flashforge Guider4 0.6 HF nozzle"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"115"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"115"
|
||||
],
|
||||
"inherits": "Flashforge Generic ABS @G3U 0.6 Nozzle",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge HIPS @FF G4 0.6 HF nozzle",
|
||||
"nozzle_temperature": [
|
||||
"260"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"260"
|
||||
],
|
||||
"nozzle_temperature_range_high": [
|
||||
"280"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"90"
|
||||
],
|
||||
"pressure_advance": [
|
||||
"0.025"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"10"
|
||||
],
|
||||
"slow_down_min_speed": [
|
||||
"20"
|
||||
],
|
||||
"support_material_interface_fan_speed": [
|
||||
"90"
|
||||
],
|
||||
"textured_cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"textured_cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"textured_plate_temp": [
|
||||
"115"
|
||||
],
|
||||
"textured_plate_temp_initial_layer": [
|
||||
"115"
|
||||
],
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
@@ -0,0 +1,110 @@
|
||||
{
|
||||
"activate_air_filtration": [
|
||||
"1"
|
||||
],
|
||||
"activate_chamber_temp_control": [
|
||||
"1"
|
||||
],
|
||||
"chamber_temperature": [
|
||||
"60"
|
||||
],
|
||||
"complete_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"during_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"eng_plate_temp": [
|
||||
"115"
|
||||
],
|
||||
"eng_plate_temp_initial_layer": [
|
||||
"115"
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"35"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"60"
|
||||
],
|
||||
"fan_min_speed": [
|
||||
"25"
|
||||
],
|
||||
"filament_cost": [
|
||||
"30"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.95"
|
||||
],
|
||||
"filament_is_support": [
|
||||
"1"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"18"
|
||||
],
|
||||
"filament_minimal_purge_on_wipe_tower": [
|
||||
"15"
|
||||
],
|
||||
"filament_settings_id": [
|
||||
"Flashforge HIPS @FF G4 0.6 nozzle"
|
||||
],
|
||||
"filament_start_gcode": [
|
||||
"; filament start gcode\n;right_extruder_material:HIPS"
|
||||
],
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Flashforge Guider4 0.6 nozzle"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"115"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"115"
|
||||
],
|
||||
"inherits": "Flashforge Generic ABS @G3U 0.6 Nozzle",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge HIPS @FF G4 0.6 nozzle",
|
||||
"nozzle_temperature": [
|
||||
"260"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"260"
|
||||
],
|
||||
"nozzle_temperature_range_high": [
|
||||
"280"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"90"
|
||||
],
|
||||
"pressure_advance": [
|
||||
"0.025"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"10"
|
||||
],
|
||||
"slow_down_min_speed": [
|
||||
"20"
|
||||
],
|
||||
"support_material_interface_fan_speed": [
|
||||
"90"
|
||||
],
|
||||
"textured_cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"textured_cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"textured_plate_temp": [
|
||||
"115"
|
||||
],
|
||||
"textured_plate_temp_initial_layer": [
|
||||
"115"
|
||||
],
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
@@ -0,0 +1,110 @@
|
||||
{
|
||||
"activate_air_filtration": [
|
||||
"1"
|
||||
],
|
||||
"activate_chamber_temp_control": [
|
||||
"1"
|
||||
],
|
||||
"chamber_temperature": [
|
||||
"60"
|
||||
],
|
||||
"complete_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"during_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"eng_plate_temp": [
|
||||
"115"
|
||||
],
|
||||
"eng_plate_temp_initial_layer": [
|
||||
"115"
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"35"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"60"
|
||||
],
|
||||
"fan_min_speed": [
|
||||
"25"
|
||||
],
|
||||
"filament_cost": [
|
||||
"30"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.95"
|
||||
],
|
||||
"filament_is_support": [
|
||||
"1"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"18"
|
||||
],
|
||||
"filament_minimal_purge_on_wipe_tower": [
|
||||
"15"
|
||||
],
|
||||
"filament_settings_id": [
|
||||
"Flashforge HIPS @FF G4 0.8 HF nozzle"
|
||||
],
|
||||
"filament_start_gcode": [
|
||||
"; filament start gcode\n;right_extruder_material:HIPS"
|
||||
],
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Flashforge Guider4 0.8 HF nozzle"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"115"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"115"
|
||||
],
|
||||
"inherits": "Flashforge Generic ABS @G3U 0.6 Nozzle",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge HIPS @FF G4 0.8 HF nozzle",
|
||||
"nozzle_temperature": [
|
||||
"260"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"260"
|
||||
],
|
||||
"nozzle_temperature_range_high": [
|
||||
"280"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"90"
|
||||
],
|
||||
"pressure_advance": [
|
||||
"0.025"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"10"
|
||||
],
|
||||
"slow_down_min_speed": [
|
||||
"20"
|
||||
],
|
||||
"support_material_interface_fan_speed": [
|
||||
"90"
|
||||
],
|
||||
"textured_cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"textured_cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"textured_plate_temp": [
|
||||
"115"
|
||||
],
|
||||
"textured_plate_temp_initial_layer": [
|
||||
"115"
|
||||
],
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
@@ -0,0 +1,53 @@
|
||||
{
|
||||
"complete_print_exhaust_fan_speed": [
|
||||
"50"
|
||||
],
|
||||
"during_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"1"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"12"
|
||||
],
|
||||
"filament_minimal_purge_on_wipe_tower": [
|
||||
"15"
|
||||
],
|
||||
"filament_settings_id": [
|
||||
"Flashforge HIPS @FF G4 HF"
|
||||
],
|
||||
"filament_start_gcode": [
|
||||
"; filament start gcode\n;right_extruder_material: HIPS\n"
|
||||
],
|
||||
"filament_type": [
|
||||
"HIPS"
|
||||
],
|
||||
"filament_unloading_speed": [
|
||||
"90"
|
||||
],
|
||||
"filament_unloading_speed_start": [
|
||||
"100"
|
||||
],
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Flashforge Guider4 0.4 HF nozzle"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"100"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"100"
|
||||
],
|
||||
"inherits": "Flashforge Generic ABS @G3U",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge HIPS @FF G4 HF",
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"230"
|
||||
],
|
||||
"nozzle_temperature_range_high": [
|
||||
"250"
|
||||
],
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
@@ -0,0 +1,104 @@
|
||||
{
|
||||
"additional_cooling_fan_speed": [
|
||||
"0"
|
||||
],
|
||||
"close_fan_the_first_x_layers": [
|
||||
"2"
|
||||
],
|
||||
"complete_print_exhaust_fan_speed": [
|
||||
"50"
|
||||
],
|
||||
"cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"during_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"eng_plate_temp": [
|
||||
"100"
|
||||
],
|
||||
"eng_plate_temp_initial_layer": [
|
||||
"100"
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"30"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"30"
|
||||
],
|
||||
"fan_min_speed": [
|
||||
"10"
|
||||
],
|
||||
"filament_density": [
|
||||
"1.04"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"1"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"12"
|
||||
],
|
||||
"filament_settings_id": [
|
||||
"Flashforge HIPS @FF G4"
|
||||
],
|
||||
"filament_start_gcode": [
|
||||
"; filament start gcode\n;right_extruder_material:HIPS\n"
|
||||
],
|
||||
"filament_type": [
|
||||
"HIPS"
|
||||
],
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Flashforge Guider4 0.4 nozzle"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"100"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"100"
|
||||
],
|
||||
"inherits": "Flashforge Generic HS PLA",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge HIPS @FF G4",
|
||||
"nozzle_temperature": [
|
||||
"230"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"230"
|
||||
],
|
||||
"nozzle_temperature_range_high": [
|
||||
"250"
|
||||
],
|
||||
"nozzle_temperature_range_low": [
|
||||
"220"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"50"
|
||||
],
|
||||
"overhang_fan_threshold": [
|
||||
"25%"
|
||||
],
|
||||
"pressure_advance": [
|
||||
"0.036"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"8"
|
||||
],
|
||||
"support_material_interface_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"temperature_vitrification": [
|
||||
"100"
|
||||
],
|
||||
"textured_plate_temp": [
|
||||
"100"
|
||||
],
|
||||
"textured_plate_temp_initial_layer": [
|
||||
"100"
|
||||
],
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
@@ -0,0 +1,110 @@
|
||||
{
|
||||
"activate_air_filtration": [
|
||||
"1"
|
||||
],
|
||||
"activate_chamber_temp_control": [
|
||||
"1"
|
||||
],
|
||||
"chamber_temperature": [
|
||||
"60"
|
||||
],
|
||||
"complete_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"during_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"eng_plate_temp": [
|
||||
"115"
|
||||
],
|
||||
"eng_plate_temp_initial_layer": [
|
||||
"115"
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"35"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"60"
|
||||
],
|
||||
"fan_min_speed": [
|
||||
"25"
|
||||
],
|
||||
"filament_cost": [
|
||||
"30"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.95"
|
||||
],
|
||||
"filament_is_support": [
|
||||
"1"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"18"
|
||||
],
|
||||
"filament_minimal_purge_on_wipe_tower": [
|
||||
"15"
|
||||
],
|
||||
"filament_settings_id": [
|
||||
"Flashforge HIPS @FF G4P 0.6 HF nozzle"
|
||||
],
|
||||
"filament_start_gcode": [
|
||||
"; filament start gcode\n;right_extruder_material:HIPS"
|
||||
],
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Flashforge Guider4 Pro 0.6 HF nozzle"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"115"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"115"
|
||||
],
|
||||
"inherits": "Flashforge Generic ABS @G3U 0.6 Nozzle",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge HIPS @FF G4P 0.6 HF nozzle",
|
||||
"nozzle_temperature": [
|
||||
"260"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"260"
|
||||
],
|
||||
"nozzle_temperature_range_high": [
|
||||
"280"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"90"
|
||||
],
|
||||
"pressure_advance": [
|
||||
"0.025"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"10"
|
||||
],
|
||||
"slow_down_min_speed": [
|
||||
"20"
|
||||
],
|
||||
"support_material_interface_fan_speed": [
|
||||
"90"
|
||||
],
|
||||
"textured_cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"textured_cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"textured_plate_temp": [
|
||||
"115"
|
||||
],
|
||||
"textured_plate_temp_initial_layer": [
|
||||
"115"
|
||||
],
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
@@ -0,0 +1,110 @@
|
||||
{
|
||||
"activate_air_filtration": [
|
||||
"1"
|
||||
],
|
||||
"activate_chamber_temp_control": [
|
||||
"1"
|
||||
],
|
||||
"chamber_temperature": [
|
||||
"60"
|
||||
],
|
||||
"complete_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"during_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"eng_plate_temp": [
|
||||
"115"
|
||||
],
|
||||
"eng_plate_temp_initial_layer": [
|
||||
"115"
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"35"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"60"
|
||||
],
|
||||
"fan_min_speed": [
|
||||
"25"
|
||||
],
|
||||
"filament_cost": [
|
||||
"30"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.95"
|
||||
],
|
||||
"filament_is_support": [
|
||||
"1"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"18"
|
||||
],
|
||||
"filament_minimal_purge_on_wipe_tower": [
|
||||
"15"
|
||||
],
|
||||
"filament_settings_id": [
|
||||
"Flashforge HIPS @FF G4P 0.6 nozzle"
|
||||
],
|
||||
"filament_start_gcode": [
|
||||
"; filament start gcode\n;right_extruder_material:HIPS"
|
||||
],
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Flashforge Guider4 Pro 0.6 nozzle"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"115"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"115"
|
||||
],
|
||||
"inherits": "Flashforge Generic ABS @G3U 0.6 Nozzle",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge HIPS @FF G4P 0.6 nozzle",
|
||||
"nozzle_temperature": [
|
||||
"260"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"260"
|
||||
],
|
||||
"nozzle_temperature_range_high": [
|
||||
"280"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"90"
|
||||
],
|
||||
"pressure_advance": [
|
||||
"0.025"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"10"
|
||||
],
|
||||
"slow_down_min_speed": [
|
||||
"20"
|
||||
],
|
||||
"support_material_interface_fan_speed": [
|
||||
"90"
|
||||
],
|
||||
"textured_cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"textured_cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"textured_plate_temp": [
|
||||
"115"
|
||||
],
|
||||
"textured_plate_temp_initial_layer": [
|
||||
"115"
|
||||
],
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
@@ -0,0 +1,110 @@
|
||||
{
|
||||
"activate_air_filtration": [
|
||||
"1"
|
||||
],
|
||||
"activate_chamber_temp_control": [
|
||||
"1"
|
||||
],
|
||||
"chamber_temperature": [
|
||||
"60"
|
||||
],
|
||||
"complete_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"during_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"eng_plate_temp": [
|
||||
"115"
|
||||
],
|
||||
"eng_plate_temp_initial_layer": [
|
||||
"115"
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"35"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"60"
|
||||
],
|
||||
"fan_min_speed": [
|
||||
"25"
|
||||
],
|
||||
"filament_cost": [
|
||||
"30"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.95"
|
||||
],
|
||||
"filament_is_support": [
|
||||
"1"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"18"
|
||||
],
|
||||
"filament_minimal_purge_on_wipe_tower": [
|
||||
"15"
|
||||
],
|
||||
"filament_settings_id": [
|
||||
"Flashforge HIPS @FF G4P 0.8 HF nozzle"
|
||||
],
|
||||
"filament_start_gcode": [
|
||||
"; filament start gcode\n;right_extruder_material:HIPS"
|
||||
],
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Flashforge Guider4 Pro 0.8 HF nozzle"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"115"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"115"
|
||||
],
|
||||
"inherits": "Flashforge Generic ABS @G3U 0.6 Nozzle",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge HIPS @FF G4P 0.8 HF nozzle",
|
||||
"nozzle_temperature": [
|
||||
"260"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"260"
|
||||
],
|
||||
"nozzle_temperature_range_high": [
|
||||
"280"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"90"
|
||||
],
|
||||
"pressure_advance": [
|
||||
"0.025"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"10"
|
||||
],
|
||||
"slow_down_min_speed": [
|
||||
"20"
|
||||
],
|
||||
"support_material_interface_fan_speed": [
|
||||
"90"
|
||||
],
|
||||
"textured_cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"textured_cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"textured_plate_temp": [
|
||||
"115"
|
||||
],
|
||||
"textured_plate_temp_initial_layer": [
|
||||
"115"
|
||||
],
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
@@ -0,0 +1,77 @@
|
||||
{
|
||||
"complete_print_exhaust_fan_speed": [
|
||||
"50"
|
||||
],
|
||||
"cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"during_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"eng_plate_temp": [
|
||||
"100"
|
||||
],
|
||||
"eng_plate_temp_initial_layer": [
|
||||
"100"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"1"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"12"
|
||||
],
|
||||
"filament_minimal_purge_on_wipe_tower": [
|
||||
"15"
|
||||
],
|
||||
"filament_settings_id": [
|
||||
"Flashforge HIPS @FF G4P HF"
|
||||
],
|
||||
"filament_start_gcode": [
|
||||
"; filament start gcode\n;right_extruder_material: HIPS\n"
|
||||
],
|
||||
"filament_type": [
|
||||
"HIPS"
|
||||
],
|
||||
"filament_unloading_speed": [
|
||||
"90"
|
||||
],
|
||||
"filament_unloading_speed_start": [
|
||||
"100"
|
||||
],
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Flashforge Guider4 Pro 0.4 HF nozzle"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"100"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"100"
|
||||
],
|
||||
"inherits": "Flashforge Generic ABS @G3U",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge HIPS @FF G4P HF",
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"230"
|
||||
],
|
||||
"nozzle_temperature_range_high": [
|
||||
"250"
|
||||
],
|
||||
"textured_cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"textured_cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"textured_plate_temp": [
|
||||
"100"
|
||||
],
|
||||
"textured_plate_temp_initial_layer": [
|
||||
"100"
|
||||
],
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
@@ -0,0 +1,104 @@
|
||||
{
|
||||
"additional_cooling_fan_speed": [
|
||||
"0"
|
||||
],
|
||||
"close_fan_the_first_x_layers": [
|
||||
"2"
|
||||
],
|
||||
"complete_print_exhaust_fan_speed": [
|
||||
"50"
|
||||
],
|
||||
"cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"during_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"eng_plate_temp": [
|
||||
"100"
|
||||
],
|
||||
"eng_plate_temp_initial_layer": [
|
||||
"100"
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"30"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"30"
|
||||
],
|
||||
"fan_min_speed": [
|
||||
"10"
|
||||
],
|
||||
"filament_density": [
|
||||
"1.04"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"1"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"12"
|
||||
],
|
||||
"filament_settings_id": [
|
||||
"Flashforge HIPS @FF G4P"
|
||||
],
|
||||
"filament_start_gcode": [
|
||||
"; filament start gcode\n;right_extruder_material:HIPS\n"
|
||||
],
|
||||
"filament_type": [
|
||||
"HIPS"
|
||||
],
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Flashforge Guider4 Pro 0.4 nozzle"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"100"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"100"
|
||||
],
|
||||
"inherits": "Flashforge Generic HS PLA",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge HIPS @FF G4P",
|
||||
"nozzle_temperature": [
|
||||
"230"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"230"
|
||||
],
|
||||
"nozzle_temperature_range_high": [
|
||||
"250"
|
||||
],
|
||||
"nozzle_temperature_range_low": [
|
||||
"220"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"50"
|
||||
],
|
||||
"overhang_fan_threshold": [
|
||||
"25%"
|
||||
],
|
||||
"pressure_advance": [
|
||||
"0.036"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"8"
|
||||
],
|
||||
"support_material_interface_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"temperature_vitrification": [
|
||||
"100"
|
||||
],
|
||||
"textured_plate_temp": [
|
||||
"100"
|
||||
],
|
||||
"textured_plate_temp_initial_layer": [
|
||||
"100"
|
||||
],
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"filament_settings_id": [
|
||||
"Flashforge HS PETG @FF AD5M 0.25 nozzle"
|
||||
],
|
||||
"from": "system",
|
||||
"setting_id": "GFSA04_12",
|
||||
"instantiation": "true",
|
||||
"inherits": "Flashforge PETG @FF AD5M 0.25 Nozzle",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge HS PETG @FF AD5M 0.25 nozzle",
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
@@ -0,0 +1,67 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"eng_plate_temp": [
|
||||
"75"
|
||||
],
|
||||
"eng_plate_temp_initial_layer": [
|
||||
"75"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"100"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.98"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"8"
|
||||
],
|
||||
"filament_settings_id": [
|
||||
"Flashforge HS PETG @FF AD5X 0.25 nozzle"
|
||||
],
|
||||
"from": "system",
|
||||
"setting_id": "GFSA04_12",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Flashforge AD5X 0.25 nozzle"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"75"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"75"
|
||||
],
|
||||
"inherits": "Flashforge PETG @FF AD5M 0.25 Nozzle",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge HS PETG @FF AD5X 0.25 nozzle",
|
||||
"nozzle_temperature": [
|
||||
"235"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"240"
|
||||
],
|
||||
"pressure_advance": [
|
||||
"0.04"
|
||||
],
|
||||
"slow_down_min_speed": [
|
||||
"30"
|
||||
],
|
||||
"textured_cool_plate_temp": [
|
||||
"75"
|
||||
],
|
||||
"textured_cool_plate_temp_initial_layer": [
|
||||
"75"
|
||||
],
|
||||
"textured_plate_temp": [
|
||||
"75"
|
||||
],
|
||||
"textured_plate_temp_initial_layer": [
|
||||
"75"
|
||||
],
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"eng_plate_temp": [
|
||||
"75"
|
||||
],
|
||||
"eng_plate_temp_initial_layer": [
|
||||
"75"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.98"
|
||||
],
|
||||
"filament_settings_id": [
|
||||
"Flashforge HS PETG @FF AD5X 0.6 nozzle"
|
||||
],
|
||||
"from": "system",
|
||||
"setting_id": "GFSA04",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Flashforge AD5X 0.6 nozzle"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"75"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"75"
|
||||
],
|
||||
"inherits": "Flashforge Generic PETG",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge HS PETG @FF AD5X 0.6 nozzle",
|
||||
"nozzle_temperature": [
|
||||
"235"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"235"
|
||||
],
|
||||
"pressure_advance": [
|
||||
"0.04"
|
||||
],
|
||||
"textured_cool_plate_temp": [
|
||||
"75"
|
||||
],
|
||||
"textured_cool_plate_temp_initial_layer": [
|
||||
"75"
|
||||
],
|
||||
"textured_plate_temp": [
|
||||
"75"
|
||||
],
|
||||
"textured_plate_temp_initial_layer": [
|
||||
"75"
|
||||
],
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"eng_plate_temp": [
|
||||
"75"
|
||||
],
|
||||
"eng_plate_temp_initial_layer": [
|
||||
"75"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.98"
|
||||
],
|
||||
"filament_settings_id": [
|
||||
"Flashforge HS PETG @FF AD5X 0.8 nozzle"
|
||||
],
|
||||
"from": "system",
|
||||
"setting_id": "GFSA04",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Flashforge AD5X 0.8 nozzle"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"75"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"75"
|
||||
],
|
||||
"inherits": "Flashforge Generic PETG",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge HS PETG @FF AD5X 0.8 nozzle",
|
||||
"nozzle_temperature": [
|
||||
"235"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"235"
|
||||
],
|
||||
"pressure_advance": [
|
||||
"0.04"
|
||||
],
|
||||
"textured_cool_plate_temp": [
|
||||
"75"
|
||||
],
|
||||
"textured_cool_plate_temp_initial_layer": [
|
||||
"75"
|
||||
],
|
||||
"textured_plate_temp": [
|
||||
"75"
|
||||
],
|
||||
"textured_plate_temp_initial_layer": [
|
||||
"75"
|
||||
],
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
@@ -0,0 +1,58 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"eng_plate_temp": [
|
||||
"75"
|
||||
],
|
||||
"eng_plate_temp_initial_layer": [
|
||||
"75"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.98"
|
||||
],
|
||||
"filament_settings_id": [
|
||||
"Flashforge HS PETG @FF AD5X"
|
||||
],
|
||||
"from": "system",
|
||||
"setting_id": "GFSA04",
|
||||
"instantiation": "true",
|
||||
"hot_plate_temp": [
|
||||
"75"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"75"
|
||||
],
|
||||
"inherits": "Flashforge Generic PETG",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge HS PETG @FF AD5X",
|
||||
"compatible_printers": [
|
||||
"Flashforge AD5X 0.4 nozzle"
|
||||
],
|
||||
"nozzle_temperature": [
|
||||
"235"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"240"
|
||||
],
|
||||
"pressure_advance": [
|
||||
"0.04"
|
||||
],
|
||||
"textured_cool_plate_temp": [
|
||||
"75"
|
||||
],
|
||||
"textured_cool_plate_temp_initial_layer": [
|
||||
"75"
|
||||
],
|
||||
"textured_plate_temp": [
|
||||
"75"
|
||||
],
|
||||
"textured_plate_temp_initial_layer": [
|
||||
"75"
|
||||
],
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
@@ -0,0 +1,53 @@
|
||||
{
|
||||
"activate_air_filtration": [
|
||||
"1"
|
||||
],
|
||||
"additional_cooling_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"complete_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"during_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"100"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"12"
|
||||
],
|
||||
"filament_settings_id": [
|
||||
"Flashforge HS PETG @FF G4 0.25 nozzle"
|
||||
],
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Flashforge Guider4 0.25 nozzle"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"80"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"80"
|
||||
],
|
||||
"inherits": "Flashforge PETG @FF AD5M 0.25 Nozzle",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge HS PETG @FF G4 0.25 nozzle",
|
||||
"nozzle_temperature": [
|
||||
"230"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"230"
|
||||
],
|
||||
"pressure_advance": [
|
||||
"0.045"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"5"
|
||||
],
|
||||
"slow_down_min_speed": [
|
||||
"20"
|
||||
],
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
@@ -0,0 +1,92 @@
|
||||
{
|
||||
"additional_cooling_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"close_fan_the_first_x_layers": [
|
||||
"2"
|
||||
],
|
||||
"complete_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"during_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"eng_plate_temp": [
|
||||
"75"
|
||||
],
|
||||
"eng_plate_temp_initial_layer": [
|
||||
"75"
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"20"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"65"
|
||||
],
|
||||
"fan_min_speed": [
|
||||
"40"
|
||||
],
|
||||
"filament_density": [
|
||||
"1.28"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.96"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"30"
|
||||
],
|
||||
"filament_minimal_purge_on_wipe_tower": [
|
||||
"15"
|
||||
],
|
||||
"filament_ramming_parameters": [
|
||||
"105 105 6.68817 6.75269 6.43011 7.39785 11.957 17.6344 20 19.8925 19.8925 19.1398 13.5484 4.60215 0.215054 0.193548 0.473118 0.494624| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 19.8699 1.95 19.7215 2.45 19.0323 2.95 1.06237 3.45 0.245161 3.95 0.417204 4.45 7.6 4.95 7.6"
|
||||
],
|
||||
"filament_settings_id": [
|
||||
"Flashforge HS PETG @FF G4 0.6 HF nozzle"
|
||||
],
|
||||
"filament_start_gcode": [
|
||||
"; filament start gcode\n; right_extruder_material:PETG"
|
||||
],
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Flashforge Guider4 0.6 HF nozzle"
|
||||
],
|
||||
"inherits": "Flashforge Generic PETG @G3U 0.6 Nozzle",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge HS PETG @FF G4 0.6 HF nozzle",
|
||||
"nozzle_temperature": [
|
||||
"235"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"100"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"10"
|
||||
],
|
||||
"slow_down_min_speed": [
|
||||
"20"
|
||||
],
|
||||
"support_material_interface_fan_speed": [
|
||||
"100"
|
||||
],
|
||||
"textured_cool_plate_temp": [
|
||||
"75"
|
||||
],
|
||||
"textured_cool_plate_temp_initial_layer": [
|
||||
"75"
|
||||
],
|
||||
"textured_plate_temp": [
|
||||
"75"
|
||||
],
|
||||
"textured_plate_temp_initial_layer": [
|
||||
"75"
|
||||
],
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
@@ -0,0 +1,107 @@
|
||||
{
|
||||
"additional_cooling_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"close_fan_the_first_x_layers": [
|
||||
"3"
|
||||
],
|
||||
"complete_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"during_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"eng_plate_temp": [
|
||||
"80"
|
||||
],
|
||||
"eng_plate_temp_initial_layer": [
|
||||
"80"
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"20"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"65"
|
||||
],
|
||||
"fan_min_speed": [
|
||||
"30"
|
||||
],
|
||||
"filament_cost": [
|
||||
"25"
|
||||
],
|
||||
"filament_density": [
|
||||
"1.28"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.96"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"25"
|
||||
],
|
||||
"filament_minimal_purge_on_wipe_tower": [
|
||||
"15"
|
||||
],
|
||||
"filament_settings_id": [
|
||||
"Flashforge HS PETG @FF G4 0.6 nozzle"
|
||||
],
|
||||
"filament_start_gcode": [
|
||||
"; filament start gcode\n;right_extruder_material:PETG"
|
||||
],
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Flashforge Guider4 0.6 nozzle"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"80"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"80"
|
||||
],
|
||||
"inherits": "Flashforge Generic PETG @G3U 0.6 Nozzle",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge HS PETG @FF G4 0.6 nozzle",
|
||||
"nozzle_temperature": [
|
||||
"240"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"245"
|
||||
],
|
||||
"nozzle_temperature_range_high": [
|
||||
"265"
|
||||
],
|
||||
"nozzle_temperature_range_low": [
|
||||
"220"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"100"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"10"
|
||||
],
|
||||
"slow_down_min_speed": [
|
||||
"20"
|
||||
],
|
||||
"support_material_interface_fan_speed": [
|
||||
"100"
|
||||
],
|
||||
"textured_cool_plate_temp": [
|
||||
"80"
|
||||
],
|
||||
"textured_cool_plate_temp_initial_layer": [
|
||||
"80"
|
||||
],
|
||||
"textured_plate_temp": [
|
||||
"80"
|
||||
],
|
||||
"textured_plate_temp_initial_layer": [
|
||||
"80"
|
||||
],
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
@@ -0,0 +1,107 @@
|
||||
{
|
||||
"additional_cooling_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"close_fan_the_first_x_layers": [
|
||||
"3"
|
||||
],
|
||||
"complete_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"during_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"eng_plate_temp": [
|
||||
"80"
|
||||
],
|
||||
"eng_plate_temp_initial_layer": [
|
||||
"80"
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"20"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"65"
|
||||
],
|
||||
"fan_min_speed": [
|
||||
"30"
|
||||
],
|
||||
"filament_cost": [
|
||||
"25"
|
||||
],
|
||||
"filament_density": [
|
||||
"1.28"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.96"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"25"
|
||||
],
|
||||
"filament_minimal_purge_on_wipe_tower": [
|
||||
"15"
|
||||
],
|
||||
"filament_settings_id": [
|
||||
"Flashforge HS PETG @FF G4 0.8 HF nozzle"
|
||||
],
|
||||
"filament_start_gcode": [
|
||||
"; filament start gcode\n;right_extruder_material:PETG"
|
||||
],
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Flashforge Guider4 0.8 HF nozzle"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"80"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"80"
|
||||
],
|
||||
"inherits": "Flashforge Generic PETG @G3U 0.6 Nozzle",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge HS PETG @FF G4 0.8 HF nozzle",
|
||||
"nozzle_temperature": [
|
||||
"240"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"245"
|
||||
],
|
||||
"nozzle_temperature_range_high": [
|
||||
"265"
|
||||
],
|
||||
"nozzle_temperature_range_low": [
|
||||
"220"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"100"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"10"
|
||||
],
|
||||
"slow_down_min_speed": [
|
||||
"20"
|
||||
],
|
||||
"support_material_interface_fan_speed": [
|
||||
"100"
|
||||
],
|
||||
"textured_cool_plate_temp": [
|
||||
"80"
|
||||
],
|
||||
"textured_cool_plate_temp_initial_layer": [
|
||||
"80"
|
||||
],
|
||||
"textured_plate_temp": [
|
||||
"80"
|
||||
],
|
||||
"textured_plate_temp_initial_layer": [
|
||||
"80"
|
||||
],
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
@@ -0,0 +1,89 @@
|
||||
{
|
||||
"activate_air_filtration": [
|
||||
"1"
|
||||
],
|
||||
"additional_cooling_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"close_fan_the_first_x_layers": [
|
||||
"1"
|
||||
],
|
||||
"complete_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"during_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"90"
|
||||
],
|
||||
"fan_min_speed": [
|
||||
"40"
|
||||
],
|
||||
"filament_cost": [
|
||||
"30"
|
||||
],
|
||||
"filament_density": [
|
||||
"1.27"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"1"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"25"
|
||||
],
|
||||
"filament_minimal_purge_on_wipe_tower": [
|
||||
"15"
|
||||
],
|
||||
"filament_settings_id": [
|
||||
"Flashforge HS PETG @FF G4 HF"
|
||||
],
|
||||
"filament_start_gcode": [
|
||||
"; filament start gcode\n;right_extruder_material: PLA\n"
|
||||
],
|
||||
"filament_type": [
|
||||
"PETG"
|
||||
],
|
||||
"filament_unloading_speed": [
|
||||
"90"
|
||||
],
|
||||
"filament_unloading_speed_start": [
|
||||
"100"
|
||||
],
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Flashforge Guider4 0.4 HF nozzle"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"80"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"80"
|
||||
],
|
||||
"inherits": "Flashforge Generic ABS @G3U",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge HS PETG @FF G4 HF",
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"230"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"80"
|
||||
],
|
||||
"pressure_advance": [
|
||||
"0.075"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"5"
|
||||
],
|
||||
"slow_down_min_speed": [
|
||||
"30"
|
||||
],
|
||||
"support_material_interface_fan_speed": [
|
||||
"90"
|
||||
],
|
||||
"temperature_vitrification": [
|
||||
"70"
|
||||
],
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
@@ -0,0 +1,62 @@
|
||||
{
|
||||
"activate_air_filtration": [
|
||||
"1"
|
||||
],
|
||||
"additional_cooling_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"complete_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"during_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"eng_plate_temp": [
|
||||
"80"
|
||||
],
|
||||
"eng_plate_temp_initial_layer": [
|
||||
"80"
|
||||
],
|
||||
"filament_settings_id": [
|
||||
"Flashforge HS PETG @FF G4"
|
||||
],
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Flashforge Guider4 0.4 nozzle"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"80"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"80"
|
||||
],
|
||||
"inherits": "Flashforge Generic PETG",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge HS PETG @FF G4",
|
||||
"nozzle_temperature": [
|
||||
"230"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"230"
|
||||
],
|
||||
"pressure_advance": [
|
||||
"0.08"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"5"
|
||||
],
|
||||
"textured_plate_temp": [
|
||||
"80"
|
||||
],
|
||||
"textured_plate_temp_initial_layer": [
|
||||
"80"
|
||||
],
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
@@ -0,0 +1,77 @@
|
||||
{
|
||||
"activate_air_filtration": [
|
||||
"1"
|
||||
],
|
||||
"additional_cooling_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"complete_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"cool_plate_temp": [
|
||||
"80"
|
||||
],
|
||||
"cool_plate_temp_initial_layer": [
|
||||
"80"
|
||||
],
|
||||
"during_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"eng_plate_temp": [
|
||||
"80"
|
||||
],
|
||||
"eng_plate_temp_initial_layer": [
|
||||
"80"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"100"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"12"
|
||||
],
|
||||
"filament_settings_id": [
|
||||
"Flashforge HS PETG @FF G4P 0.25 nozzle"
|
||||
],
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Flashforge Guider4 Pro 0.25 nozzle"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"80"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"80"
|
||||
],
|
||||
"inherits": "Flashforge PETG @FF AD5M 0.25 Nozzle",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge HS PETG @FF G4P 0.25 nozzle",
|
||||
"nozzle_temperature": [
|
||||
"230"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"230"
|
||||
],
|
||||
"pressure_advance": [
|
||||
"0.045"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"5"
|
||||
],
|
||||
"slow_down_min_speed": [
|
||||
"20"
|
||||
],
|
||||
"textured_cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"textured_cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"textured_plate_temp": [
|
||||
"80"
|
||||
],
|
||||
"textured_plate_temp_initial_layer": [
|
||||
"80"
|
||||
],
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
@@ -0,0 +1,92 @@
|
||||
{
|
||||
"additional_cooling_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"close_fan_the_first_x_layers": [
|
||||
"2"
|
||||
],
|
||||
"complete_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"during_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"eng_plate_temp": [
|
||||
"75"
|
||||
],
|
||||
"eng_plate_temp_initial_layer": [
|
||||
"75"
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"20"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"65"
|
||||
],
|
||||
"fan_min_speed": [
|
||||
"40"
|
||||
],
|
||||
"filament_density": [
|
||||
"1.28"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.96"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"30"
|
||||
],
|
||||
"filament_minimal_purge_on_wipe_tower": [
|
||||
"15"
|
||||
],
|
||||
"filament_ramming_parameters": [
|
||||
"105 105 6.68817 6.75269 6.43011 7.39785 11.957 17.6344 20 19.8925 19.8925 19.1398 13.5484 4.60215 0.215054 0.193548 0.473118 0.494624| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 19.8699 1.95 19.7215 2.45 19.0323 2.95 1.06237 3.45 0.245161 3.95 0.417204 4.45 7.6 4.95 7.6"
|
||||
],
|
||||
"filament_settings_id": [
|
||||
"Flashforge HS PETG @FF G4P 0.6 HF nozzle"
|
||||
],
|
||||
"filament_start_gcode": [
|
||||
"; filament start gcode\n; right_extruder_material:PETG"
|
||||
],
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Flashforge Guider4 Pro 0.6 HF nozzle"
|
||||
],
|
||||
"inherits": "Flashforge Generic PETG @G3U 0.6 Nozzle",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge HS PETG @FF G4P 0.6 HF nozzle",
|
||||
"nozzle_temperature": [
|
||||
"235"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"100"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"10"
|
||||
],
|
||||
"slow_down_min_speed": [
|
||||
"20"
|
||||
],
|
||||
"support_material_interface_fan_speed": [
|
||||
"100"
|
||||
],
|
||||
"textured_cool_plate_temp": [
|
||||
"75"
|
||||
],
|
||||
"textured_cool_plate_temp_initial_layer": [
|
||||
"75"
|
||||
],
|
||||
"textured_plate_temp": [
|
||||
"75"
|
||||
],
|
||||
"textured_plate_temp_initial_layer": [
|
||||
"75"
|
||||
],
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
@@ -0,0 +1,107 @@
|
||||
{
|
||||
"additional_cooling_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"close_fan_the_first_x_layers": [
|
||||
"3"
|
||||
],
|
||||
"complete_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"during_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"eng_plate_temp": [
|
||||
"80"
|
||||
],
|
||||
"eng_plate_temp_initial_layer": [
|
||||
"80"
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"20"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"65"
|
||||
],
|
||||
"fan_min_speed": [
|
||||
"30"
|
||||
],
|
||||
"filament_cost": [
|
||||
"25"
|
||||
],
|
||||
"filament_density": [
|
||||
"1.28"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.96"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"25"
|
||||
],
|
||||
"filament_minimal_purge_on_wipe_tower": [
|
||||
"15"
|
||||
],
|
||||
"filament_settings_id": [
|
||||
"Flashforge HS PETG @FF G4P 0.6 nozzle"
|
||||
],
|
||||
"filament_start_gcode": [
|
||||
"; filament start gcode\n;right_extruder_material:PETG"
|
||||
],
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Flashforge Guider4 Pro 0.6 nozzle"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"80"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"80"
|
||||
],
|
||||
"inherits": "Flashforge Generic PETG @G3U 0.6 Nozzle",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge HS PETG @FF G4P 0.6 nozzle",
|
||||
"nozzle_temperature": [
|
||||
"240"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"245"
|
||||
],
|
||||
"nozzle_temperature_range_high": [
|
||||
"265"
|
||||
],
|
||||
"nozzle_temperature_range_low": [
|
||||
"220"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"100"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"10"
|
||||
],
|
||||
"slow_down_min_speed": [
|
||||
"20"
|
||||
],
|
||||
"support_material_interface_fan_speed": [
|
||||
"100"
|
||||
],
|
||||
"textured_cool_plate_temp": [
|
||||
"80"
|
||||
],
|
||||
"textured_cool_plate_temp_initial_layer": [
|
||||
"80"
|
||||
],
|
||||
"textured_plate_temp": [
|
||||
"80"
|
||||
],
|
||||
"textured_plate_temp_initial_layer": [
|
||||
"80"
|
||||
],
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
@@ -0,0 +1,107 @@
|
||||
{
|
||||
"additional_cooling_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"close_fan_the_first_x_layers": [
|
||||
"3"
|
||||
],
|
||||
"complete_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"during_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"eng_plate_temp": [
|
||||
"80"
|
||||
],
|
||||
"eng_plate_temp_initial_layer": [
|
||||
"80"
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"20"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"65"
|
||||
],
|
||||
"fan_min_speed": [
|
||||
"30"
|
||||
],
|
||||
"filament_cost": [
|
||||
"25"
|
||||
],
|
||||
"filament_density": [
|
||||
"1.28"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.96"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"25"
|
||||
],
|
||||
"filament_minimal_purge_on_wipe_tower": [
|
||||
"15"
|
||||
],
|
||||
"filament_settings_id": [
|
||||
"Flashforge HS PETG @FF G4P 0.8 HF nozzle"
|
||||
],
|
||||
"filament_start_gcode": [
|
||||
"; filament start gcode\n;right_extruder_material:PETG"
|
||||
],
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Flashforge Guider4 Pro 0.8 HF nozzle"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"80"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"80"
|
||||
],
|
||||
"inherits": "Flashforge Generic PETG @G3U 0.6 Nozzle",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge HS PETG @FF G4P 0.8 HF nozzle",
|
||||
"nozzle_temperature": [
|
||||
"240"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"245"
|
||||
],
|
||||
"nozzle_temperature_range_high": [
|
||||
"265"
|
||||
],
|
||||
"nozzle_temperature_range_low": [
|
||||
"220"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"100"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"10"
|
||||
],
|
||||
"slow_down_min_speed": [
|
||||
"20"
|
||||
],
|
||||
"support_material_interface_fan_speed": [
|
||||
"100"
|
||||
],
|
||||
"textured_cool_plate_temp": [
|
||||
"80"
|
||||
],
|
||||
"textured_cool_plate_temp_initial_layer": [
|
||||
"80"
|
||||
],
|
||||
"textured_plate_temp": [
|
||||
"80"
|
||||
],
|
||||
"textured_plate_temp_initial_layer": [
|
||||
"80"
|
||||
],
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
@@ -0,0 +1,101 @@
|
||||
{
|
||||
"activate_air_filtration": [
|
||||
"1"
|
||||
],
|
||||
"additional_cooling_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"close_fan_the_first_x_layers": [
|
||||
"1"
|
||||
],
|
||||
"complete_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"during_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"90"
|
||||
],
|
||||
"fan_min_speed": [
|
||||
"40"
|
||||
],
|
||||
"filament_cost": [
|
||||
"30"
|
||||
],
|
||||
"filament_density": [
|
||||
"1.27"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"1"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"25"
|
||||
],
|
||||
"filament_minimal_purge_on_wipe_tower": [
|
||||
"15"
|
||||
],
|
||||
"filament_settings_id": [
|
||||
"Flashforge HS PETG @FF G4P HF"
|
||||
],
|
||||
"filament_start_gcode": [
|
||||
"; filament start gcode\n;right_extruder_material: PLA\n"
|
||||
],
|
||||
"filament_type": [
|
||||
"PETG"
|
||||
],
|
||||
"filament_unloading_speed": [
|
||||
"90"
|
||||
],
|
||||
"filament_unloading_speed_start": [
|
||||
"100"
|
||||
],
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Flashforge Guider4 Pro 0.4 HF nozzle"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"80"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"80"
|
||||
],
|
||||
"inherits": "Flashforge Generic ABS @G3U",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge HS PETG @FF G4P HF",
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"230"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"80"
|
||||
],
|
||||
"pressure_advance": [
|
||||
"0.075"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"5"
|
||||
],
|
||||
"slow_down_min_speed": [
|
||||
"30"
|
||||
],
|
||||
"support_material_interface_fan_speed": [
|
||||
"90"
|
||||
],
|
||||
"temperature_vitrification": [
|
||||
"70"
|
||||
],
|
||||
"textured_cool_plate_temp": [
|
||||
"80"
|
||||
],
|
||||
"textured_cool_plate_temp_initial_layer": [
|
||||
"80"
|
||||
],
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
@@ -0,0 +1,62 @@
|
||||
{
|
||||
"activate_air_filtration": [
|
||||
"1"
|
||||
],
|
||||
"additional_cooling_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"complete_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"cool_plate_temp": [
|
||||
"0"
|
||||
],
|
||||
"cool_plate_temp_initial_layer": [
|
||||
"0"
|
||||
],
|
||||
"during_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"eng_plate_temp": [
|
||||
"80"
|
||||
],
|
||||
"eng_plate_temp_initial_layer": [
|
||||
"80"
|
||||
],
|
||||
"filament_settings_id": [
|
||||
"Flashforge HS PETG @FF G4P"
|
||||
],
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Flashforge Guider4 Pro 0.4 nozzle"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"80"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"80"
|
||||
],
|
||||
"inherits": "Flashforge Generic PETG",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge HS PETG @FF G4P",
|
||||
"nozzle_temperature": [
|
||||
"230"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"230"
|
||||
],
|
||||
"pressure_advance": [
|
||||
"0.08"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"5"
|
||||
],
|
||||
"textured_plate_temp": [
|
||||
"80"
|
||||
],
|
||||
"textured_plate_temp_initial_layer": [
|
||||
"80"
|
||||
],
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"filament_settings_id": [
|
||||
"Flashforge HS PETG"
|
||||
],
|
||||
"from": "system",
|
||||
"setting_id": "GFSA04",
|
||||
"instantiation": "true",
|
||||
"inherits": "Flashforge Generic PETG",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge HS PETG",
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
@@ -0,0 +1,50 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"name": "Flashforge HS PLA @FF AD5M 0.25 nozzle",
|
||||
"inherits": "Flashforge Generic HS PLA",
|
||||
"from": "system",
|
||||
"setting_id": "GFSA04_09",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Flashforge Adventurer 5M 0.25 Nozzle",
|
||||
"Flashforge Adventurer 5M Pro 0.25 Nozzle"
|
||||
],
|
||||
"filament_id": "GFL99",
|
||||
"filament_settings_id": [
|
||||
"Flashforge HS PLA @FF AD5M 0.25 nozzle"
|
||||
],
|
||||
"activate_air_filtration": [
|
||||
"1"
|
||||
],
|
||||
"complete_print_exhaust_fan_speed": [
|
||||
"100"
|
||||
],
|
||||
"during_print_exhaust_fan_speed": [
|
||||
"100"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"1"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"2"
|
||||
],
|
||||
"filament_start_gcode": [
|
||||
"; filament start gcode\n;right_extruder_material: HS PLA\n"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"45"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"50"
|
||||
],
|
||||
"nozzle_temperature": [
|
||||
"210"
|
||||
],
|
||||
"pressure_advance": [
|
||||
"0.1"
|
||||
],
|
||||
"slow_down_min_speed": [
|
||||
"15"
|
||||
],
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
@@ -0,0 +1,67 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"complete_print_exhaust_fan_speed": [
|
||||
"80"
|
||||
],
|
||||
"cool_plate_temp": [
|
||||
"45"
|
||||
],
|
||||
"cool_plate_temp_initial_layer": [
|
||||
"45"
|
||||
],
|
||||
"during_print_exhaust_fan_speed": [
|
||||
"60"
|
||||
],
|
||||
"eng_plate_temp_initial_layer": [
|
||||
"60"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.98"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"8"
|
||||
],
|
||||
"filament_settings_id": [
|
||||
"Flashforge HS PLA @FF AD5X 0.25 nozzle"
|
||||
],
|
||||
"from": "system",
|
||||
"setting_id": "GFSA04_19",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Flashforge AD5X 0.25 nozzle"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"60"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"60"
|
||||
],
|
||||
"inherits": "Flashforge PLA @FF AD5M 0.25 Nozzle",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge HS PLA @FF AD5X 0.25 nozzle",
|
||||
"nozzle_temperature": [
|
||||
"210"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"215"
|
||||
],
|
||||
"pressure_advance": [
|
||||
"0.025"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"6"
|
||||
],
|
||||
"slow_down_min_speed": [
|
||||
"20"
|
||||
],
|
||||
"textured_cool_plate_temp": [
|
||||
"45"
|
||||
],
|
||||
"textured_cool_plate_temp_initial_layer": [
|
||||
"45"
|
||||
],
|
||||
"textured_plate_temp_initial_layer": [
|
||||
"60"
|
||||
],
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"cool_plate_temp": [
|
||||
"45"
|
||||
],
|
||||
"cool_plate_temp_initial_layer": [
|
||||
"45"
|
||||
],
|
||||
"eng_plate_temp_initial_layer": [
|
||||
"60"
|
||||
],
|
||||
"filament_settings_id": [
|
||||
"Flashforge HS PLA @FF AD5X 0.6 nozzle"
|
||||
],
|
||||
"from": "system",
|
||||
"setting_id": "GFSA04",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Flashforge AD5X 0.6 nozzle"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"60"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"60"
|
||||
],
|
||||
"inherits": "Flashforge Generic PLA",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge HS PLA @FF AD5X 0.6 nozzle",
|
||||
"nozzle_temperature": [
|
||||
"210"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"210"
|
||||
],
|
||||
"textured_cool_plate_temp": [
|
||||
"45"
|
||||
],
|
||||
"textured_cool_plate_temp_initial_layer": [
|
||||
"45"
|
||||
],
|
||||
"textured_plate_temp_initial_layer": [
|
||||
"60"
|
||||
],
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"cool_plate_temp": [
|
||||
"45"
|
||||
],
|
||||
"cool_plate_temp_initial_layer": [
|
||||
"45"
|
||||
],
|
||||
"eng_plate_temp_initial_layer": [
|
||||
"60"
|
||||
],
|
||||
"filament_settings_id": [
|
||||
"Flashforge HS PLA @FF AD5X 0.8 nozzle"
|
||||
],
|
||||
"from": "system",
|
||||
"setting_id": "GFSA04",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Flashforge AD5X 0.8 nozzle"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"60"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"60"
|
||||
],
|
||||
"inherits": "Flashforge Generic PLA",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge HS PLA @FF AD5X 0.8 nozzle",
|
||||
"nozzle_temperature": [
|
||||
"210"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"210"
|
||||
],
|
||||
"textured_cool_plate_temp": [
|
||||
"45"
|
||||
],
|
||||
"textured_cool_plate_temp_initial_layer": [
|
||||
"45"
|
||||
],
|
||||
"textured_plate_temp_initial_layer": [
|
||||
"60"
|
||||
],
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
@@ -0,0 +1,52 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"cool_plate_temp": [
|
||||
"45"
|
||||
],
|
||||
"cool_plate_temp_initial_layer": [
|
||||
"45"
|
||||
],
|
||||
"eng_plate_temp_initial_layer": [
|
||||
"60"
|
||||
],
|
||||
"filament_settings_id": [
|
||||
"Flashforge HS PLA @FF AD5X"
|
||||
],
|
||||
"from": "system",
|
||||
"setting_id": "GFSA04",
|
||||
"instantiation": "true",
|
||||
"hot_plate_temp": [
|
||||
"60"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"60"
|
||||
],
|
||||
"inherits": "Flashforge Generic PLA",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge HS PLA @FF AD5X",
|
||||
"compatible_printers": [
|
||||
"Flashforge AD5X 0.4 nozzle"
|
||||
],
|
||||
"nozzle_temperature": [
|
||||
"210"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"215"
|
||||
],
|
||||
"pressure_advance": [
|
||||
"0.0325"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"8"
|
||||
],
|
||||
"textured_cool_plate_temp": [
|
||||
"45"
|
||||
],
|
||||
"textured_cool_plate_temp_initial_layer": [
|
||||
"45"
|
||||
],
|
||||
"textured_plate_temp_initial_layer": [
|
||||
"60"
|
||||
],
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
@@ -0,0 +1,53 @@
|
||||
{
|
||||
"additional_cooling_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"complete_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"during_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.98"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"12"
|
||||
],
|
||||
"filament_settings_id": [
|
||||
"Flashforge HS PLA @FF G4 0.25 nozzle"
|
||||
],
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Flashforge Guider4 0.25 nozzle"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"55"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"55"
|
||||
],
|
||||
"inherits": "Flashforge PLA @FF AD5M 0.25 Nozzle",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge HS PLA @FF G4 0.25 nozzle",
|
||||
"nozzle_temperature": [
|
||||
"210"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"210"
|
||||
],
|
||||
"overhang_fan_threshold": [
|
||||
"50%"
|
||||
],
|
||||
"pressure_advance": [
|
||||
"0.026"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"4"
|
||||
],
|
||||
"slow_down_min_speed": [
|
||||
"20"
|
||||
],
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
@@ -0,0 +1,80 @@
|
||||
{
|
||||
"activate_air_filtration": [
|
||||
"1"
|
||||
],
|
||||
"additional_cooling_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"complete_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"cool_plate_temp": [
|
||||
"40"
|
||||
],
|
||||
"cool_plate_temp_initial_layer": [
|
||||
"40"
|
||||
],
|
||||
"during_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"eng_plate_temp": [
|
||||
"55"
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"100"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.96"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"43"
|
||||
],
|
||||
"filament_minimal_purge_on_wipe_tower": [
|
||||
"15"
|
||||
],
|
||||
"filament_ramming_parameters": [
|
||||
"105 105 9.50538 9.56989 9.39785 10.2366 13.7634 18.129 19.9355 19.8495 19.8925 19.3548 13.6559 4.32258 0.0430108 0.301075 0.645161 0.55914| 0.05 9.43871 0.45 9.5957 0.95 10.5957 1.45 19.6978 1.95 19.6355 2.45 19.5484 2.95 0.417204 3.45 0.417204 3.95 0.417204 4.45 0.288172 4.95 0.245161"
|
||||
],
|
||||
"filament_settings_id": [
|
||||
"Flashforge HS PLA @FF G4 0.6 HF nozzle"
|
||||
],
|
||||
"filament_start_gcode": [
|
||||
"; filament start gcode\n; right_extruder_material:PLA\n\n\n"
|
||||
],
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Flashforge Guider4 0.6 HF nozzle"
|
||||
],
|
||||
"inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge HS PLA @FF G4 0.6 HF nozzle",
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"210"
|
||||
],
|
||||
"overhang_fan_threshold": [
|
||||
"25%"
|
||||
],
|
||||
"pressure_advance": [
|
||||
"0.025"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"9"
|
||||
],
|
||||
"slow_down_min_speed": [
|
||||
"20"
|
||||
],
|
||||
"temperature_vitrification": [
|
||||
"45"
|
||||
],
|
||||
"textured_cool_plate_temp": [
|
||||
"45"
|
||||
],
|
||||
"textured_cool_plate_temp_initial_layer": [
|
||||
"45"
|
||||
],
|
||||
"textured_plate_temp": [
|
||||
"55"
|
||||
],
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
@@ -0,0 +1,80 @@
|
||||
{
|
||||
"activate_air_filtration": [
|
||||
"1"
|
||||
],
|
||||
"additional_cooling_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"complete_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"cool_plate_temp": [
|
||||
"45"
|
||||
],
|
||||
"cool_plate_temp_initial_layer": [
|
||||
"45"
|
||||
],
|
||||
"during_print_exhaust_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"eng_plate_temp": [
|
||||
"55"
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"100"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.96"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"28"
|
||||
],
|
||||
"filament_minimal_purge_on_wipe_tower": [
|
||||
"15"
|
||||
],
|
||||
"filament_settings_id": [
|
||||
"Flashforge HS PLA @FF G4 0.6 nozzle"
|
||||
],
|
||||
"filament_start_gcode": [
|
||||
"; filament start gcode\n;right_extruder_material:PLA\n\n"
|
||||
],
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Flashforge Guider4 0.6 nozzle"
|
||||
],
|
||||
"inherits": "Flashforge Generic PLA @G3U 0.6 Nozzle",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge HS PLA @FF G4 0.6 nozzle",
|
||||
"nozzle_temperature": [
|
||||
"205"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"205"
|
||||
],
|
||||
"overhang_fan_threshold": [
|
||||
"25%"
|
||||
],
|
||||
"pressure_advance": [
|
||||
"0.025"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"8"
|
||||
],
|
||||
"slow_down_min_speed": [
|
||||
"20"
|
||||
],
|
||||
"temperature_vitrification": [
|
||||
"45"
|
||||
],
|
||||
"textured_cool_plate_temp": [
|
||||
"45"
|
||||
],
|
||||
"textured_cool_plate_temp_initial_layer": [
|
||||
"45"
|
||||
],
|
||||
"textured_plate_temp": [
|
||||
"55"
|
||||
],
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user