mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 23:23:59 -06:00
fix more Flashforge issues
This commit is contained in:
parent
f8c0cdfb11
commit
6e473fd5fa
21 changed files with 126 additions and 65 deletions
|
@ -11,7 +11,7 @@
|
|||
"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",
|
||||
"inherits": "Flashforge ABS Basic @FF G4P",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge ABS Basic @FF G4P 0.25 nozzle",
|
||||
"pressure_advance": ["0.04"],
|
||||
|
|
|
@ -1,44 +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_load_time": ["29"],
|
||||
"filament_max_volumetric_speed": ["28"],
|
||||
"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"
|
||||
],
|
||||
"filament_unload_time": ["29"],
|
||||
"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",
|
||||
"tujiawei": null,
|
||||
"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_plate_temp": ["115"],
|
||||
"textured_plate_temp_initial_layer": ["115"],
|
||||
"version": "2.1.1.0"
|
||||
}
|
||||
"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_load_time": [
|
||||
"29"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"28"
|
||||
],
|
||||
"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"
|
||||
],
|
||||
"filament_unload_time": [
|
||||
"29"
|
||||
],
|
||||
"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_plate_temp": [
|
||||
"115"
|
||||
],
|
||||
"textured_plate_temp_initial_layer": [
|
||||
"115"
|
||||
],
|
||||
"version": "2.1.1.0"
|
||||
}
|
|
@ -17,7 +17,7 @@
|
|||
"compatible_printers": ["Flashforge AD5X 0.25 nozzle"],
|
||||
"hot_plate_temp": ["100"],
|
||||
"hot_plate_temp_initial_layer": ["100"],
|
||||
"inherits": "Flashforge Generic ASA @FF AD5M 0.25 Nozzle",
|
||||
"inherits": "Flashforge ASA Basic @FF AD5X",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge ASA Basic @FF AD5X 0.25 nozzle",
|
||||
"nozzle_temperature_initial_layer": ["265"],
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
"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",
|
||||
"inherits": "Flashforge ASA Basic @FF AD5X",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge ASA Basic @FF G4P 0.25 nozzle",
|
||||
"pressure_advance": ["0.04"],
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
"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",
|
||||
"inherits": "Flashforge HS PETG @FF G4P",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge HS PETG @FF G4P 0.25 nozzle",
|
||||
"nozzle_temperature": ["230"],
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
"compatible_printers": ["Flashforge Guider4 Pro 0.25 nozzle"],
|
||||
"hot_plate_temp": ["55"],
|
||||
"hot_plate_temp_initial_layer": ["55"],
|
||||
"inherits": "Flashforge PLA @FF AD5M 0.25 Nozzle",
|
||||
"inherits": "Flashforge HS PLA @FF G4P",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge HS PLA @FF G4P 0.25 nozzle",
|
||||
"nozzle_temperature": ["210"],
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
"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",
|
||||
"inherits": "Flashforge PETG Pro @FF G4P",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge PETG Pro @FF G4P 0.25 nozzle",
|
||||
"pressure_advance": ["0.045"],
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
"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",
|
||||
"inherits": "Flashforge PETG Transparent @FF G4P",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge PETG Transparent @FF G4P 0.25 nozzle",
|
||||
"pressure_advance": ["0.045"],
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
"compatible_printers": ["Flashforge AD5X 0.25 nozzle"],
|
||||
"hot_plate_temp": ["60"],
|
||||
"hot_plate_temp_initial_layer": ["60"],
|
||||
"inherits": "Flashforge PLA Basic",
|
||||
"inherits": "Flashforge Generic PLA",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge PLA Basic @FF AD5X 0.25 nozzle",
|
||||
"nozzle_temperature": ["210"],
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
"filament_flow_ratio": ["1"],
|
||||
"filament_load_time": ["29"],
|
||||
"filament_max_volumetric_speed": ["21"],
|
||||
"filament_settings_id": ["Flashforge PLA Basic @FF AD5X 0.6 nozzle"],
|
||||
"filament_unload_time": ["29"],
|
||||
"from": "system",
|
||||
"setting_id": "FFFP03_02",
|
||||
|
@ -12,7 +11,7 @@
|
|||
"compatible_printers": ["Flashforge AD5X 0.6 nozzle"],
|
||||
"hot_plate_temp": ["60"],
|
||||
"hot_plate_temp_initial_layer": ["60"],
|
||||
"inherits": "Flashforge PLA Basic",
|
||||
"inherits": "Flashforge Generic PLA",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge PLA Basic @FF AD5X 0.6 nozzle",
|
||||
"nozzle_temperature": ["210"],
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
"compatible_printers": ["Flashforge AD5X 0.8 nozzle"],
|
||||
"hot_plate_temp": ["60"],
|
||||
"hot_plate_temp_initial_layer": ["60"],
|
||||
"inherits": "Flashforge PLA Basic",
|
||||
"inherits": "Flashforge Generic PLA",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge PLA Basic @FF AD5X 0.8 nozzle",
|
||||
"nozzle_temperature": ["210"],
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"instantiation": "true",
|
||||
"hot_plate_temp": ["60"],
|
||||
"hot_plate_temp_initial_layer": ["60"],
|
||||
"inherits": "Flashforge PLA Basic",
|
||||
"inherits": "Flashforge Generic PLA",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge PLA Basic @FF AD5X",
|
||||
"compatible_printers": ["Flashforge AD5X 0.4 nozzle"],
|
||||
|
|
|
@ -5,14 +5,13 @@
|
|||
"filament_flow_ratio": ["0.97"],
|
||||
"filament_load_time": ["29"],
|
||||
"filament_max_volumetric_speed": ["12"],
|
||||
"filament_settings_id": ["Flashforge PLA Basic @FF G4P 0.25 nozzle"],
|
||||
"filament_unload_time": ["29"],
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": ["Flashforge Guider4 Pro 0.25 nozzle"],
|
||||
"hot_plate_temp": ["55"],
|
||||
"hot_plate_temp_initial_layer": ["55"],
|
||||
"inherits": "Flashforge PLA @FF AD5M 0.25 Nozzle",
|
||||
"inherits": "Flashforge PLA Basic @FF G4P",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge PLA Basic @FF G4P 0.25 nozzle",
|
||||
"nozzle_temperature": ["210"],
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
"compatible_printers": ["Flashforge Guider4 Pro 0.25 nozzle"],
|
||||
"hot_plate_temp": ["55"],
|
||||
"hot_plate_temp_initial_layer": ["55"],
|
||||
"inherits": "Flashforge PLA @FF AD5M 0.25 Nozzle",
|
||||
"inherits": "Flashforge PLA Basic @FF G4P",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge PLA Color Change @FF G4P 0.25 nozzle",
|
||||
"nozzle_temperature": ["210"],
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
"compatible_printers": ["Flashforge Guider4 Pro 0.25 nozzle"],
|
||||
"hot_plate_temp": ["55"],
|
||||
"hot_plate_temp_initial_layer": ["55"],
|
||||
"inherits": "Flashforge PLA @FF AD5M 0.25 Nozzle",
|
||||
"inherits": "Flashforge PLA Basic @FF G4P",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge PLA Galaxy @FF G4P 0.25 nozzle",
|
||||
"nozzle_temperature": ["210"],
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
"compatible_printers": ["Flashforge Guider4 Pro 0.25 nozzle"],
|
||||
"hot_plate_temp": ["55"],
|
||||
"hot_plate_temp_initial_layer": ["55"],
|
||||
"inherits": "Flashforge PLA @FF AD5M 0.25 Nozzle",
|
||||
"inherits": "Flashforge PLA Basic @FF G4P",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge PLA Luminous @FF G4P 0.25 nozzle",
|
||||
"nozzle_temperature": ["210"],
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
"compatible_printers": ["Flashforge Guider4 Pro 0.25 nozzle"],
|
||||
"hot_plate_temp": ["55"],
|
||||
"hot_plate_temp_initial_layer": ["55"],
|
||||
"inherits": "Flashforge PLA @FF AD5M 0.25 Nozzle",
|
||||
"inherits": "Flashforge PLA Basic @FF G4P",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge PLA Matte @FF G4P 0.25 nozzle",
|
||||
"nozzle_temperature": ["210"],
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
"compatible_printers": ["Flashforge Guider4 Pro 0.25 nozzle"],
|
||||
"hot_plate_temp": ["55"],
|
||||
"hot_plate_temp_initial_layer": ["55"],
|
||||
"inherits": "Flashforge PLA @FF AD5M 0.25 Nozzle",
|
||||
"inherits": "Flashforge PLA Basic @FF G4P",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge PLA Metal @FF G4P 0.25 nozzle",
|
||||
"nozzle_temperature": ["210"],
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
"compatible_printers": ["Flashforge Guider4 Pro 0.25 nozzle"],
|
||||
"hot_plate_temp": ["55"],
|
||||
"hot_plate_temp_initial_layer": ["55"],
|
||||
"inherits": "Flashforge PLA @FF AD5M 0.25 Nozzle",
|
||||
"inherits": "Flashforge PLA Basic @FF G4P",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge PLA Pro @FF G4P 0.25 nozzle",
|
||||
"nozzle_temperature": ["210"],
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
"compatible_printers": ["Flashforge Guider4 Pro 0.25 nozzle"],
|
||||
"hot_plate_temp": ["55"],
|
||||
"hot_plate_temp_initial_layer": ["55"],
|
||||
"inherits": "Flashforge PLA @FF AD5M 0.25 Nozzle",
|
||||
"inherits": "Flashforge PLA Basic @FF G4P",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge PLA Silk @FF G4P 0.25 nozzle",
|
||||
"nozzle_temperature": ["210"],
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
"compatible_printers": ["Flashforge Guider4 Pro 0.25 nozzle"],
|
||||
"hot_plate_temp": ["55"],
|
||||
"hot_plate_temp_initial_layer": ["55"],
|
||||
"inherits": "Flashforge PLA @FF AD5M 0.25 Nozzle",
|
||||
"inherits": "Flashforge PLA Basic @FF G4P",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Flashforge PLA Sparkle @FF G4P 0.25 nozzle",
|
||||
"nozzle_temperature": ["210"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue