mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-08 06:24:01 -06:00
Merge branch 'SoftFever:main' into main
This commit is contained in:
commit
9d33799c5d
319 changed files with 9083 additions and 68 deletions
|
@ -7,6 +7,6 @@
|
|||
"family": "Anker",
|
||||
"bed_model": "",
|
||||
"bed_texture": "",
|
||||
"hotend_model": "bbl-3dp-hotend.stl",
|
||||
"hotend_model": "",
|
||||
"default_materials": "Anker Generic ABS;Anker Generic PLA;Anker Generic PLA-CF;Anker Generic PETG;Anker Generic TPU;Anker Generic ASA;Anker Generic PC;Anker Generic PVA;Anker Generic PA;Anker Generic PA-CF"
|
||||
}
|
||||
|
|
|
@ -7,6 +7,6 @@
|
|||
"family": "Anycubic",
|
||||
"bed_model": "",
|
||||
"bed_texture": "",
|
||||
"hotend_model": "bbl-3dp-hotend.stl",
|
||||
"hotend_model": "",
|
||||
"default_materials": "Anycubic Generic ABS;Anycubic Generic PLA;Anycubic Generic PLA-CF;Anycubic Generic PETG;Anycubic Generic TPU;Anycubic Generic ASA;Anycubic Generic PC;Anycubic Generic PVA;Anycubic Generic PA;Anycubic Generic PA-CF"
|
||||
}
|
||||
|
|
|
@ -7,6 +7,6 @@
|
|||
"family": "Artillery",
|
||||
"bed_model": "",
|
||||
"bed_texture": "SW-x2.png",
|
||||
"hotend_model": "bbl-3dp-hotend.stl",
|
||||
"hotend_model": "",
|
||||
"default_materials": "Artillery Generic ABS;Artillery Generic PLA;Artillery Generic PLA-CF;Artillery Generic PETG;Artillery Generic TPU;Artillery Generic ASA"
|
||||
}
|
||||
|
|
Binary file not shown.
|
@ -7,6 +7,6 @@
|
|||
"family": "Creality-CR",
|
||||
"bed_model": "",
|
||||
"bed_texture": "",
|
||||
"hotend_model": "hotend.stl",
|
||||
"hotend_model": "",
|
||||
"default_materials": "Generic PLA @CREALITY;Generic PETG @CREALITY;Generic ABS @CREALITY;"
|
||||
}
|
||||
|
|
|
@ -7,6 +7,6 @@
|
|||
"family": "ENDER",
|
||||
"bed_model": "",
|
||||
"bed_texture": "ender3v2.svg",
|
||||
"hotend_model": "hotend.stl",
|
||||
"hotend_model": "",
|
||||
"default_materials": "Generic PLA @CREALITY;Generic PETG @CREALITY;Generic ABS @CREALITY;"
|
||||
}
|
||||
|
|
174
resources/profiles/Custom.json
Normal file
174
resources/profiles/Custom.json
Normal file
|
@ -0,0 +1,174 @@
|
|||
{
|
||||
"name": "Custom Printer",
|
||||
"version": "01.05.01.02",
|
||||
"force_update": "0",
|
||||
"description": "My configurations",
|
||||
"machine_model_list": [
|
||||
{
|
||||
"name": "Generaic Klipper Printer",
|
||||
"sub_path": "machine/MyKlipper.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic Marlin Printer",
|
||||
"sub_path": "machine/MyMarlin.json"
|
||||
}
|
||||
],
|
||||
"process_list": [
|
||||
{
|
||||
"name": "fdm_process_common",
|
||||
"sub_path": "process/fdm_process_common.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_process_klipper_common",
|
||||
"sub_path": "process/fdm_process_klipper_common.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_process_marlin_common",
|
||||
"sub_path": "process/fdm_process_marlin_common.json"
|
||||
},
|
||||
{
|
||||
"name": "0.08mm Extra Fine @MyKlipper",
|
||||
"sub_path": "process/0.08mm Extra Fine @MyKlipper.json"
|
||||
},
|
||||
{
|
||||
"name": "0.12mm Fine @MyKlipper",
|
||||
"sub_path": "process/0.12mm Fine @MyKlipper.json"
|
||||
},
|
||||
{
|
||||
"name": "0.15mm Optimal @MyKlipper",
|
||||
"sub_path": "process/0.15mm Optimal @MyKlipper.json"
|
||||
},
|
||||
{
|
||||
"name": "0.20mm Standard @MyKlipper",
|
||||
"sub_path": "process/0.20mm Standard @MyKlipper.json"
|
||||
},
|
||||
{
|
||||
"name": "0.24mm Draft @MyKlipper",
|
||||
"sub_path": "process/0.24mm Draft @MyKlipper.json"
|
||||
},
|
||||
{
|
||||
"name": "0.28mm Extra Draft @MyKlipper",
|
||||
"sub_path": "process/0.28mm Extra Draft @MyKlipper.json"
|
||||
},
|
||||
{
|
||||
"name": "0.08mm Extra Fine @MyMarlin",
|
||||
"sub_path": "process/0.08mm Extra Fine @MyMarlin.json"
|
||||
},
|
||||
{
|
||||
"name": "0.12mm Fine @MyMarlin",
|
||||
"sub_path": "process/0.12mm Fine @MyMarlin.json"
|
||||
},
|
||||
{
|
||||
"name": "0.15mm Optimal @MyMarlin",
|
||||
"sub_path": "process/0.15mm Optimal @MyMarlin.json"
|
||||
},
|
||||
{
|
||||
"name": "0.20mm Standard @MyMarlin",
|
||||
"sub_path": "process/0.20mm Standard @MyMarlin.json"
|
||||
},
|
||||
{
|
||||
"name": "0.24mm Draft @MyMarlin",
|
||||
"sub_path": "process/0.24mm Draft @MyMarlin.json"
|
||||
},
|
||||
{
|
||||
"name": "0.28mm Extra Draft @MyMarlin",
|
||||
"sub_path": "process/0.28mm Extra Draft @MyMarlin.json"
|
||||
}
|
||||
],
|
||||
"filament_list": [
|
||||
{
|
||||
"name": "fdm_filament_common",
|
||||
"sub_path": "filament/fdm_filament_common.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_filament_pla",
|
||||
"sub_path": "filament/fdm_filament_pla.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_filament_tpu",
|
||||
"sub_path": "filament/fdm_filament_tpu.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_filament_pet",
|
||||
"sub_path": "filament/fdm_filament_pet.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_filament_abs",
|
||||
"sub_path": "filament/fdm_filament_abs.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_filament_pc",
|
||||
"sub_path": "filament/fdm_filament_pc.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_filament_asa",
|
||||
"sub_path": "filament/fdm_filament_asa.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_filament_pva",
|
||||
"sub_path": "filament/fdm_filament_pva.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_filament_pa",
|
||||
"sub_path": "filament/fdm_filament_pa.json"
|
||||
},
|
||||
{
|
||||
"name": "My Generic PLA",
|
||||
"sub_path": "filament/My Generic PLA.json"
|
||||
},
|
||||
{
|
||||
"name": "My Generic PLA-CF",
|
||||
"sub_path": "filament/My Generic PLA-CF.json"
|
||||
},
|
||||
{
|
||||
"name": "My Generic PETG",
|
||||
"sub_path": "filament/My Generic PETG.json"
|
||||
},
|
||||
{
|
||||
"name": "My Generic ABS",
|
||||
"sub_path": "filament/My Generic ABS.json"
|
||||
},
|
||||
{
|
||||
"name": "My Generic TPU",
|
||||
"sub_path": "filament/My Generic TPU.json"
|
||||
},
|
||||
{
|
||||
"name": "My Generic ASA",
|
||||
"sub_path": "filament/My Generic ASA.json"
|
||||
},
|
||||
{
|
||||
"name": "My Generic PC",
|
||||
"sub_path": "filament/My Generic PC.json"
|
||||
},
|
||||
{
|
||||
"name": "My Generic PVA",
|
||||
"sub_path": "filament/My Generic PVA.json"
|
||||
},
|
||||
{
|
||||
"name": "My Generic PA",
|
||||
"sub_path": "filament/My Generic PA.json"
|
||||
},
|
||||
{
|
||||
"name": "My Generic PA-CF",
|
||||
"sub_path": "filament/My Generic PA-CF.json"
|
||||
}
|
||||
],
|
||||
"machine_list": [
|
||||
{
|
||||
"name": "fdm_machine_common",
|
||||
"sub_path": "machine/fdm_machine_common.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_klipper_common",
|
||||
"sub_path": "machine/fdm_klipper_common.json"
|
||||
},
|
||||
{
|
||||
"name": "MyKlipper 0.4 nozzle",
|
||||
"sub_path": "machine/MyKlipper 0.4 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "MyMarlin 0.4 nozzle",
|
||||
"sub_path": "machine/MyMarlin 0.4 nozzle.json"
|
||||
}
|
||||
]
|
||||
}
|
19
resources/profiles/Custom/filament/My Generic ABS.json
Normal file
19
resources/profiles/Custom/filament/My Generic ABS.json
Normal file
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFB99",
|
||||
"setting_id": "GFSA04",
|
||||
"name": "My Generic ABS",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_filament_abs",
|
||||
"filament_flow_ratio": [
|
||||
"0.926"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"12"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"MyKlipper 0.4 nozzle",
|
||||
"MyMarlin 0.4 nozzle"
|
||||
]
|
||||
}
|
19
resources/profiles/Custom/filament/My Generic ASA.json
Normal file
19
resources/profiles/Custom/filament/My Generic ASA.json
Normal file
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFB98",
|
||||
"setting_id": "GFSA04",
|
||||
"name": "My Generic ASA",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_filament_asa",
|
||||
"filament_flow_ratio": [
|
||||
"0.93"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"12"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"MyKlipper 0.4 nozzle",
|
||||
"MyMarlin 0.4 nozzle"
|
||||
]
|
||||
}
|
25
resources/profiles/Custom/filament/My Generic PA-CF.json
Normal file
25
resources/profiles/Custom/filament/My Generic PA-CF.json
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFN98",
|
||||
"setting_id": "GFSA04",
|
||||
"name": "My Generic PA-CF",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_filament_pa",
|
||||
"filament_type": [
|
||||
"PA-CF"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"280"
|
||||
],
|
||||
"nozzle_temperature": [
|
||||
"280"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"8"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"MyKlipper 0.4 nozzle",
|
||||
"MyMarlin 0.4 nozzle"
|
||||
]
|
||||
}
|
22
resources/profiles/Custom/filament/My Generic PA.json
Normal file
22
resources/profiles/Custom/filament/My Generic PA.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFN99",
|
||||
"setting_id": "GFSA04",
|
||||
"name": "My Generic PA",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_filament_pa",
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"280"
|
||||
],
|
||||
"nozzle_temperature": [
|
||||
"280"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"12"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"MyKlipper 0.4 nozzle",
|
||||
"MyMarlin 0.4 nozzle"
|
||||
]
|
||||
}
|
19
resources/profiles/Custom/filament/My Generic PC.json
Normal file
19
resources/profiles/Custom/filament/My Generic PC.json
Normal file
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFC99",
|
||||
"setting_id": "GFSA04",
|
||||
"name": "My Generic PC",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_filament_pc",
|
||||
"filament_max_volumetric_speed": [
|
||||
"12"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.94"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"MyKlipper 0.4 nozzle",
|
||||
"MyMarlin 0.4 nozzle"
|
||||
]
|
||||
}
|
49
resources/profiles/Custom/filament/My Generic PETG.json
Normal file
49
resources/profiles/Custom/filament/My Generic PETG.json
Normal file
|
@ -0,0 +1,49 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFG99",
|
||||
"setting_id": "GFSA04",
|
||||
"name": "My Generic PETG",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_filament_pet",
|
||||
"reduce_fan_stop_start_freq": [
|
||||
"1"
|
||||
],
|
||||
"slow_down_for_layer_cooling": [
|
||||
"1"
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"30"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"90"
|
||||
],
|
||||
"overhang_fan_threshold": [
|
||||
"25%"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"90"
|
||||
],
|
||||
"fan_min_speed": [
|
||||
"40"
|
||||
],
|
||||
"slow_down_min_speed": [
|
||||
"10"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"8"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.95"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"10"
|
||||
],
|
||||
"filament_start_gcode": [
|
||||
"; filament start gcode\n"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"MyKlipper 0.4 nozzle",
|
||||
"MyMarlin 0.4 nozzle"
|
||||
]
|
||||
}
|
25
resources/profiles/Custom/filament/My Generic PLA-CF.json
Normal file
25
resources/profiles/Custom/filament/My Generic PLA-CF.json
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFL98",
|
||||
"setting_id": "GFSA04",
|
||||
"name": "My Generic PLA-CF",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_filament_pla",
|
||||
"filament_flow_ratio": [
|
||||
"0.95"
|
||||
],
|
||||
"filament_type": [
|
||||
"PLA-CF"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"12"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"7"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"MyKlipper 0.4 nozzle",
|
||||
"MyMarlin 0.4 nozzle"
|
||||
]
|
||||
}
|
22
resources/profiles/Custom/filament/My Generic PLA.json
Normal file
22
resources/profiles/Custom/filament/My Generic PLA.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFL99",
|
||||
"setting_id": "GFSA04",
|
||||
"name": "My Generic PLA",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_filament_pla",
|
||||
"filament_flow_ratio": [
|
||||
"0.98"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"12"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"8"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"MyKlipper 0.4 nozzle",
|
||||
"MyMarlin 0.4 nozzle"
|
||||
]
|
||||
}
|
25
resources/profiles/Custom/filament/My Generic PVA.json
Normal file
25
resources/profiles/Custom/filament/My Generic PVA.json
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFS99",
|
||||
"setting_id": "GFSA04",
|
||||
"name": "My Generic PVA",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_filament_pva",
|
||||
"filament_flow_ratio": [
|
||||
"0.95"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"12"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"7"
|
||||
],
|
||||
"slow_down_min_speed": [
|
||||
"10"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"MyKlipper 0.4 nozzle",
|
||||
"MyMarlin 0.4 nozzle"
|
||||
]
|
||||
}
|
16
resources/profiles/Custom/filament/My Generic TPU.json
Normal file
16
resources/profiles/Custom/filament/My Generic TPU.json
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFU99",
|
||||
"setting_id": "GFSA04",
|
||||
"name": "My Generic TPU",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_filament_tpu",
|
||||
"filament_max_volumetric_speed": [
|
||||
"3.2"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"MyKlipper 0.4 nozzle",
|
||||
"MyMarlin 0.4 nozzle"
|
||||
]
|
||||
}
|
88
resources/profiles/Custom/filament/fdm_filament_abs.json
Normal file
88
resources/profiles/Custom/filament/fdm_filament_abs.json
Normal file
|
@ -0,0 +1,88 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"name": "fdm_filament_abs",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"inherits": "fdm_filament_common",
|
||||
"cool_plate_temp" : [
|
||||
"105"
|
||||
],
|
||||
"eng_plate_temp" : [
|
||||
"105"
|
||||
],
|
||||
"hot_plate_temp" : [
|
||||
"105"
|
||||
],
|
||||
"textured_plate_temp" : [
|
||||
"105"
|
||||
],
|
||||
"cool_plate_temp_initial_layer" : [
|
||||
"105"
|
||||
],
|
||||
"eng_plate_temp_initial_layer" : [
|
||||
"105"
|
||||
],
|
||||
"hot_plate_temp_initial_layer" : [
|
||||
"105"
|
||||
],
|
||||
"textured_plate_temp_initial_layer" : [
|
||||
"105"
|
||||
],
|
||||
"slow_down_for_layer_cooling": [
|
||||
"1"
|
||||
],
|
||||
"close_fan_the_first_x_layers": [
|
||||
"3"
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"30"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"28.6"
|
||||
],
|
||||
"filament_type": [
|
||||
"ABS"
|
||||
],
|
||||
"filament_density": [
|
||||
"1.04"
|
||||
],
|
||||
"filament_cost": [
|
||||
"20"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"260"
|
||||
],
|
||||
"reduce_fan_stop_start_freq": [
|
||||
"1"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"80"
|
||||
],
|
||||
"fan_min_speed": [
|
||||
"10"
|
||||
],
|
||||
"overhang_fan_threshold": [
|
||||
"25%"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"80"
|
||||
],
|
||||
"nozzle_temperature": [
|
||||
"260"
|
||||
],
|
||||
"temperature_vitrification": [
|
||||
"110"
|
||||
],
|
||||
"nozzle_temperature_range_low": [
|
||||
"240"
|
||||
],
|
||||
"nozzle_temperature_range_high": [
|
||||
"270"
|
||||
],
|
||||
"slow_down_min_speed": [
|
||||
"10"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"3"
|
||||
]
|
||||
}
|
88
resources/profiles/Custom/filament/fdm_filament_asa.json
Normal file
88
resources/profiles/Custom/filament/fdm_filament_asa.json
Normal file
|
@ -0,0 +1,88 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"name": "fdm_filament_asa",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"inherits": "fdm_filament_common",
|
||||
"cool_plate_temp" : [
|
||||
"105"
|
||||
],
|
||||
"eng_plate_temp" : [
|
||||
"105"
|
||||
],
|
||||
"hot_plate_temp" : [
|
||||
"105"
|
||||
],
|
||||
"textured_plate_temp" : [
|
||||
"105"
|
||||
],
|
||||
"cool_plate_temp_initial_layer" : [
|
||||
"105"
|
||||
],
|
||||
"eng_plate_temp_initial_layer" : [
|
||||
"105"
|
||||
],
|
||||
"hot_plate_temp_initial_layer" : [
|
||||
"105"
|
||||
],
|
||||
"textured_plate_temp_initial_layer" : [
|
||||
"105"
|
||||
],
|
||||
"slow_down_for_layer_cooling": [
|
||||
"1"
|
||||
],
|
||||
"close_fan_the_first_x_layers": [
|
||||
"3"
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"35"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"28.6"
|
||||
],
|
||||
"filament_type": [
|
||||
"ASA"
|
||||
],
|
||||
"filament_density": [
|
||||
"1.04"
|
||||
],
|
||||
"filament_cost": [
|
||||
"20"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"260"
|
||||
],
|
||||
"reduce_fan_stop_start_freq": [
|
||||
"1"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"80"
|
||||
],
|
||||
"fan_min_speed": [
|
||||
"10"
|
||||
],
|
||||
"overhang_fan_threshold": [
|
||||
"25%"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"80"
|
||||
],
|
||||
"nozzle_temperature": [
|
||||
"260"
|
||||
],
|
||||
"temperature_vitrification": [
|
||||
"110"
|
||||
],
|
||||
"nozzle_temperature_range_low": [
|
||||
"240"
|
||||
],
|
||||
"nozzle_temperature_range_high": [
|
||||
"270"
|
||||
],
|
||||
"slow_down_min_speed": [
|
||||
"10"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"3"
|
||||
]
|
||||
}
|
144
resources/profiles/Custom/filament/fdm_filament_common.json
Normal file
144
resources/profiles/Custom/filament/fdm_filament_common.json
Normal file
|
@ -0,0 +1,144 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"name": "fdm_filament_common",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"cool_plate_temp" : [
|
||||
"60"
|
||||
],
|
||||
"eng_plate_temp" : [
|
||||
"60"
|
||||
],
|
||||
"hot_plate_temp" : [
|
||||
"60"
|
||||
],
|
||||
"textured_plate_temp" : [
|
||||
"60"
|
||||
],
|
||||
"cool_plate_temp_initial_layer" : [
|
||||
"60"
|
||||
],
|
||||
"eng_plate_temp_initial_layer" : [
|
||||
"60"
|
||||
],
|
||||
"hot_plate_temp_initial_layer" : [
|
||||
"60"
|
||||
],
|
||||
"textured_plate_temp_initial_layer" : [
|
||||
"60"
|
||||
],
|
||||
"overhang_fan_threshold": [
|
||||
"95%"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"100"
|
||||
],
|
||||
"slow_down_for_layer_cooling": [
|
||||
"1"
|
||||
],
|
||||
"close_fan_the_first_x_layers": [
|
||||
"3"
|
||||
],
|
||||
"filament_end_gcode": [
|
||||
"; filament end gcode \n"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"1"
|
||||
],
|
||||
"reduce_fan_stop_start_freq": [
|
||||
"0"
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"60"
|
||||
],
|
||||
"filament_cost": [
|
||||
"0"
|
||||
],
|
||||
"filament_density": [
|
||||
"0"
|
||||
],
|
||||
"filament_deretraction_speed": [
|
||||
"nil"
|
||||
],
|
||||
"filament_diameter": [
|
||||
"1.75"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"0"
|
||||
],
|
||||
"filament_minimal_purge_on_wipe_tower": [
|
||||
"15"
|
||||
],
|
||||
"filament_retraction_minimum_travel": [
|
||||
"nil"
|
||||
],
|
||||
"filament_retract_before_wipe": [
|
||||
"nil"
|
||||
],
|
||||
"filament_retract_when_changing_layer": [
|
||||
"nil"
|
||||
],
|
||||
"filament_retraction_length": [
|
||||
"nil"
|
||||
],
|
||||
"filament_z_hop": [
|
||||
"nil"
|
||||
],
|
||||
"filament_z_hop_types": [
|
||||
"nil"
|
||||
],
|
||||
"filament_retract_restart_extra": [
|
||||
"nil"
|
||||
],
|
||||
"filament_retraction_speed": [
|
||||
"nil"
|
||||
],
|
||||
"filament_settings_id": [
|
||||
""
|
||||
],
|
||||
"filament_soluble": [
|
||||
"0"
|
||||
],
|
||||
"filament_type": [
|
||||
"PLA"
|
||||
],
|
||||
"filament_vendor": [
|
||||
"Generic"
|
||||
],
|
||||
"filament_wipe": [
|
||||
"nil"
|
||||
],
|
||||
"filament_wipe_distance": [
|
||||
"nil"
|
||||
],
|
||||
"bed_type": [
|
||||
"Cool Plate"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"200"
|
||||
],
|
||||
"full_fan_speed_layer": [
|
||||
"0"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"100"
|
||||
],
|
||||
"fan_min_speed": [
|
||||
"35"
|
||||
],
|
||||
"slow_down_min_speed": [
|
||||
"10"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"8"
|
||||
],
|
||||
"filament_start_gcode": [
|
||||
"; Filament gcode\n"
|
||||
],
|
||||
"nozzle_temperature": [
|
||||
"200"
|
||||
],
|
||||
"temperature_vitrification": [
|
||||
"100"
|
||||
]
|
||||
}
|
85
resources/profiles/Custom/filament/fdm_filament_pa.json
Normal file
85
resources/profiles/Custom/filament/fdm_filament_pa.json
Normal file
|
@ -0,0 +1,85 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"name": "fdm_filament_pa",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"inherits": "fdm_filament_common",
|
||||
"cool_plate_temp" : [
|
||||
"0"
|
||||
],
|
||||
"eng_plate_temp" : [
|
||||
"100"
|
||||
],
|
||||
"hot_plate_temp" : [
|
||||
"100"
|
||||
],
|
||||
"textured_plate_temp" : [
|
||||
"100"
|
||||
],
|
||||
"cool_plate_temp_initial_layer" : [
|
||||
"0"
|
||||
],
|
||||
"eng_plate_temp_initial_layer" : [
|
||||
"100"
|
||||
],
|
||||
"hot_plate_temp_initial_layer" : [
|
||||
"100"
|
||||
],
|
||||
"textured_plate_temp_initial_layer" : [
|
||||
"100"
|
||||
],
|
||||
"slow_down_for_layer_cooling": [
|
||||
"1"
|
||||
],
|
||||
"close_fan_the_first_x_layers": [
|
||||
"3"
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"4"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"8"
|
||||
],
|
||||
"filament_type": [
|
||||
"PA"
|
||||
],
|
||||
"filament_density": [
|
||||
"1.04"
|
||||
],
|
||||
"filament_cost": [
|
||||
"20"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"290"
|
||||
],
|
||||
"reduce_fan_stop_start_freq": [
|
||||
"0"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"60"
|
||||
],
|
||||
"fan_min_speed": [
|
||||
"0"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"30"
|
||||
],
|
||||
"nozzle_temperature": [
|
||||
"290"
|
||||
],
|
||||
"temperature_vitrification": [
|
||||
"108"
|
||||
],
|
||||
"nozzle_temperature_range_low": [
|
||||
"270"
|
||||
],
|
||||
"nozzle_temperature_range_high": [
|
||||
"300"
|
||||
],
|
||||
"slow_down_min_speed": [
|
||||
"10"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"2"
|
||||
]
|
||||
}
|
88
resources/profiles/Custom/filament/fdm_filament_pc.json
Normal file
88
resources/profiles/Custom/filament/fdm_filament_pc.json
Normal file
|
@ -0,0 +1,88 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"name": "fdm_filament_pc",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"inherits": "fdm_filament_common",
|
||||
"cool_plate_temp" : [
|
||||
"0"
|
||||
],
|
||||
"eng_plate_temp" : [
|
||||
"110"
|
||||
],
|
||||
"hot_plate_temp" : [
|
||||
"110"
|
||||
],
|
||||
"textured_plate_temp" : [
|
||||
"110"
|
||||
],
|
||||
"cool_plate_temp_initial_layer" : [
|
||||
"0"
|
||||
],
|
||||
"eng_plate_temp_initial_layer" : [
|
||||
"110"
|
||||
],
|
||||
"hot_plate_temp_initial_layer" : [
|
||||
"110"
|
||||
],
|
||||
"textured_plate_temp_initial_layer" : [
|
||||
"110"
|
||||
],
|
||||
"slow_down_for_layer_cooling": [
|
||||
"1"
|
||||
],
|
||||
"close_fan_the_first_x_layers": [
|
||||
"3"
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"30"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"23.2"
|
||||
],
|
||||
"filament_type": [
|
||||
"PC"
|
||||
],
|
||||
"filament_density": [
|
||||
"1.04"
|
||||
],
|
||||
"filament_cost": [
|
||||
"20"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"270"
|
||||
],
|
||||
"reduce_fan_stop_start_freq": [
|
||||
"1"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"60"
|
||||
],
|
||||
"fan_min_speed": [
|
||||
"10"
|
||||
],
|
||||
"overhang_fan_threshold": [
|
||||
"25%"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"60"
|
||||
],
|
||||
"nozzle_temperature": [
|
||||
"280"
|
||||
],
|
||||
"temperature_vitrification": [
|
||||
"140"
|
||||
],
|
||||
"nozzle_temperature_range_low": [
|
||||
"260"
|
||||
],
|
||||
"nozzle_temperature_range_high": [
|
||||
"280"
|
||||
],
|
||||
"slow_down_min_speed": [
|
||||
"10"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"2"
|
||||
]
|
||||
}
|
82
resources/profiles/Custom/filament/fdm_filament_pet.json
Normal file
82
resources/profiles/Custom/filament/fdm_filament_pet.json
Normal file
|
@ -0,0 +1,82 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"name": "fdm_filament_pet",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"inherits": "fdm_filament_common",
|
||||
"cool_plate_temp" : [
|
||||
"60"
|
||||
],
|
||||
"eng_plate_temp" : [
|
||||
"0"
|
||||
],
|
||||
"hot_plate_temp" : [
|
||||
"80"
|
||||
],
|
||||
"textured_plate_temp" : [
|
||||
"80"
|
||||
],
|
||||
"cool_plate_temp_initial_layer" : [
|
||||
"60"
|
||||
],
|
||||
"eng_plate_temp_initial_layer" : [
|
||||
"0"
|
||||
],
|
||||
"hot_plate_temp_initial_layer" : [
|
||||
"80"
|
||||
],
|
||||
"textured_plate_temp_initial_layer" : [
|
||||
"80"
|
||||
],
|
||||
"slow_down_for_layer_cooling": [
|
||||
"1"
|
||||
],
|
||||
"close_fan_the_first_x_layers": [
|
||||
"3"
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"20"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"25"
|
||||
],
|
||||
"filament_type": [
|
||||
"PETG"
|
||||
],
|
||||
"filament_density": [
|
||||
"1.27"
|
||||
],
|
||||
"filament_cost": [
|
||||
"30"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"255"
|
||||
],
|
||||
"reduce_fan_stop_start_freq": [
|
||||
"1"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"100"
|
||||
],
|
||||
"fan_min_speed": [
|
||||
"20"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"100"
|
||||
],
|
||||
"nozzle_temperature": [
|
||||
"255"
|
||||
],
|
||||
"temperature_vitrification": [
|
||||
"80"
|
||||
],
|
||||
"nozzle_temperature_range_low": [
|
||||
"220"
|
||||
],
|
||||
"nozzle_temperature_range_high": [
|
||||
"260"
|
||||
],
|
||||
"filament_start_gcode": [
|
||||
"; filament start gcode\n"
|
||||
]
|
||||
}
|
94
resources/profiles/Custom/filament/fdm_filament_pla.json
Normal file
94
resources/profiles/Custom/filament/fdm_filament_pla.json
Normal file
|
@ -0,0 +1,94 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"name": "fdm_filament_pla",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"inherits": "fdm_filament_common",
|
||||
"fan_cooling_layer_time": [
|
||||
"100"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"12"
|
||||
],
|
||||
"filament_type": [
|
||||
"PLA"
|
||||
],
|
||||
"filament_density": [
|
||||
"1.24"
|
||||
],
|
||||
"filament_cost": [
|
||||
"20"
|
||||
],
|
||||
"cool_plate_temp" : [
|
||||
"60"
|
||||
],
|
||||
"eng_plate_temp" : [
|
||||
"60"
|
||||
],
|
||||
"hot_plate_temp" : [
|
||||
"60"
|
||||
],
|
||||
"textured_plate_temp" : [
|
||||
"60"
|
||||
],
|
||||
"cool_plate_temp_initial_layer" : [
|
||||
"60"
|
||||
],
|
||||
"eng_plate_temp_initial_layer" : [
|
||||
"60"
|
||||
],
|
||||
"hot_plate_temp_initial_layer" : [
|
||||
"60"
|
||||
],
|
||||
"textured_plate_temp_initial_layer" : [
|
||||
"60"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"220"
|
||||
],
|
||||
"reduce_fan_stop_start_freq": [
|
||||
"1"
|
||||
],
|
||||
"slow_down_for_layer_cooling": [
|
||||
"1"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"100"
|
||||
],
|
||||
"fan_min_speed": [
|
||||
"100"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"100"
|
||||
],
|
||||
"overhang_fan_threshold": [
|
||||
"50%"
|
||||
],
|
||||
"close_fan_the_first_x_layers": [
|
||||
"1"
|
||||
],
|
||||
"nozzle_temperature": [
|
||||
"220"
|
||||
],
|
||||
"temperature_vitrification": [
|
||||
"60"
|
||||
],
|
||||
"nozzle_temperature_range_low": [
|
||||
"190"
|
||||
],
|
||||
"nozzle_temperature_range_high": [
|
||||
"230"
|
||||
],
|
||||
"slow_down_min_speed": [
|
||||
"10"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"4"
|
||||
],
|
||||
"additional_cooling_fan_speed": [
|
||||
"70"
|
||||
],
|
||||
"filament_start_gcode": [
|
||||
"; filament start gcode\n"
|
||||
]
|
||||
}
|
100
resources/profiles/Custom/filament/fdm_filament_pva.json
Normal file
100
resources/profiles/Custom/filament/fdm_filament_pva.json
Normal file
|
@ -0,0 +1,100 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"name": "fdm_filament_pva",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"inherits": "fdm_filament_common",
|
||||
"cool_plate_temp" : [
|
||||
"35"
|
||||
],
|
||||
"eng_plate_temp" : [
|
||||
"0"
|
||||
],
|
||||
"hot_plate_temp" : [
|
||||
"45"
|
||||
],
|
||||
"textured_plate_temp" : [
|
||||
"45"
|
||||
],
|
||||
"cool_plate_temp_initial_layer" : [
|
||||
"35"
|
||||
],
|
||||
"eng_plate_temp_initial_layer" : [
|
||||
"0"
|
||||
],
|
||||
"hot_plate_temp_initial_layer" : [
|
||||
"45"
|
||||
],
|
||||
"textured_plate_temp_initial_layer" : [
|
||||
"45"
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"100"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"15"
|
||||
],
|
||||
"filament_soluble": [
|
||||
"1"
|
||||
],
|
||||
"filament_is_support": [
|
||||
"1"
|
||||
],
|
||||
"filament_type": [
|
||||
"PVA"
|
||||
],
|
||||
"filament_density": [
|
||||
"1.24"
|
||||
],
|
||||
"filament_cost": [
|
||||
"20"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"220"
|
||||
],
|
||||
"reduce_fan_stop_start_freq": [
|
||||
"1"
|
||||
],
|
||||
"slow_down_for_layer_cooling": [
|
||||
"1"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"100"
|
||||
],
|
||||
"fan_min_speed": [
|
||||
"100"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"100"
|
||||
],
|
||||
"overhang_fan_threshold": [
|
||||
"50%"
|
||||
],
|
||||
"close_fan_the_first_x_layers": [
|
||||
"1"
|
||||
],
|
||||
"nozzle_temperature": [
|
||||
"220"
|
||||
],
|
||||
"temperature_vitrification": [
|
||||
"50"
|
||||
],
|
||||
"nozzle_temperature_range_low": [
|
||||
"190"
|
||||
],
|
||||
"nozzle_temperature_range_high": [
|
||||
"250"
|
||||
],
|
||||
"slow_down_min_speed": [
|
||||
"10"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"4"
|
||||
],
|
||||
"additional_cooling_fan_speed": [
|
||||
"70"
|
||||
],
|
||||
"filament_start_gcode": [
|
||||
"; filament start gcode\n"
|
||||
]
|
||||
}
|
88
resources/profiles/Custom/filament/fdm_filament_tpu.json
Normal file
88
resources/profiles/Custom/filament/fdm_filament_tpu.json
Normal file
|
@ -0,0 +1,88 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"name": "fdm_filament_tpu",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"inherits": "fdm_filament_common",
|
||||
"cool_plate_temp" : [
|
||||
"30"
|
||||
],
|
||||
"eng_plate_temp" : [
|
||||
"30"
|
||||
],
|
||||
"hot_plate_temp" : [
|
||||
"35"
|
||||
],
|
||||
"textured_plate_temp" : [
|
||||
"35"
|
||||
],
|
||||
"cool_plate_temp_initial_layer" : [
|
||||
"30"
|
||||
],
|
||||
"eng_plate_temp_initial_layer" : [
|
||||
"30"
|
||||
],
|
||||
"hot_plate_temp_initial_layer" : [
|
||||
"35"
|
||||
],
|
||||
"textured_plate_temp_initial_layer" : [
|
||||
"35"
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"100"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"15"
|
||||
],
|
||||
"filament_type": [
|
||||
"TPU"
|
||||
],
|
||||
"filament_density": [
|
||||
"1.24"
|
||||
],
|
||||
"filament_cost": [
|
||||
"20"
|
||||
],
|
||||
"filament_retraction_length": [
|
||||
"0.4"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"240"
|
||||
],
|
||||
"reduce_fan_stop_start_freq": [
|
||||
"1"
|
||||
],
|
||||
"slow_down_for_layer_cooling": [
|
||||
"1"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"100"
|
||||
],
|
||||
"fan_min_speed": [
|
||||
"100"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"100"
|
||||
],
|
||||
"additional_cooling_fan_speed": [
|
||||
"70"
|
||||
],
|
||||
"close_fan_the_first_x_layers": [
|
||||
"1"
|
||||
],
|
||||
"nozzle_temperature": [
|
||||
"240"
|
||||
],
|
||||
"temperature_vitrification": [
|
||||
"60"
|
||||
],
|
||||
"nozzle_temperature_range_low": [
|
||||
"200"
|
||||
],
|
||||
"nozzle_temperature_range_high": [
|
||||
"250"
|
||||
],
|
||||
"filament_start_gcode": [
|
||||
"; filament start gcode\n"
|
||||
]
|
||||
}
|
19
resources/profiles/Custom/machine/MyKlipper 0.4 nozzle.json
Normal file
19
resources/profiles/Custom/machine/MyKlipper 0.4 nozzle.json
Normal file
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"type": "machine",
|
||||
"setting_id": "GM001",
|
||||
"name": "MyKlipper 0.4 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"printer_model": "Generaic Klipper Printer",
|
||||
"nozzle_diameter": [
|
||||
"0.4"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"250x0",
|
||||
"250x250",
|
||||
"0x250"
|
||||
],
|
||||
"printable_height": "250"
|
||||
}
|
12
resources/profiles/Custom/machine/MyKlipper.json
Normal file
12
resources/profiles/Custom/machine/MyKlipper.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"type": "machine_model",
|
||||
"name": "Generaic Klipper Printer",
|
||||
"model_id": "my_klipper_01",
|
||||
"nozzle_diameter": "0.4",
|
||||
"machine_tech": "FFF",
|
||||
"family": "MyPrinter",
|
||||
"bed_model": "",
|
||||
"bed_texture": "",
|
||||
"hotend_model": "",
|
||||
"default_materials": "My Generic ABS;My Generic PLA;My Generic PLA-CF;My Generic PETG;My Generic TPU;My Generic ASA;My Generic PC;My Generic PVA;My Generic PA;My Generic PA-CF"
|
||||
}
|
44
resources/profiles/Custom/machine/MyMarlin 0.4 nozzle.json
Normal file
44
resources/profiles/Custom/machine/MyMarlin 0.4 nozzle.json
Normal file
|
@ -0,0 +1,44 @@
|
|||
{
|
||||
"type": "machine",
|
||||
"setting_id": "GM001",
|
||||
"name": "MyMarlin 0.4 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_machine_common",
|
||||
"printer_model": "Generic Marlin Printer",
|
||||
"gcode_flavor": "marlin",
|
||||
"machine_end_gcode": "G1 E-1.0 F2100 ; retract\nG92 E0.0\nG1{if max_layer_z < max_print_height} Z{z_offset+min(max_layer_z+30, max_print_height)}{endif} E-34.0 F720 ; move print head up & retract filament\nG4 ; wait\nM104 S0 ; turn off temperature\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nG1 X0 Y105 F3000 ; park print head\nM84 ; disable motors",
|
||||
"machine_start_gcode": "G90 ; use absolute coordinates\nM83 ; extruder relative mode\nM204 S[machine_max_acceleration_extruding] T[machine_max_acceleration_retracting]\nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nG28 ; home all\nG1 Y1.0 Z0.3 F1000 ; move print head up\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nG92 E0.0\n; initial load\nG1 X205.0 E19 F1000\nG1 Y1.6\nG1 X5.0 E19 F1000\nG92 E0.0\n; intro line\nG1 Y2.0 Z0.2 F1000\nG1 X65.0 E9.0 F1000\nG1 X105.0 E12.5 F1000\nG92 E0.0",
|
||||
"max_layer_height": [
|
||||
"0.32"
|
||||
],
|
||||
"retraction_length": [
|
||||
"0.9"
|
||||
],
|
||||
"retraction_minimum_travel": [
|
||||
"1"
|
||||
],
|
||||
"retraction_speed": [
|
||||
"45"
|
||||
],
|
||||
"deretraction_speed": [
|
||||
"35"
|
||||
],
|
||||
"version": "1.5.1.2",
|
||||
"wipe": [
|
||||
"0"
|
||||
],
|
||||
"z_hop": [
|
||||
"0.4"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"0.4"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"250x0",
|
||||
"250x250",
|
||||
"0x250"
|
||||
],
|
||||
"printable_height": "250"
|
||||
}
|
12
resources/profiles/Custom/machine/MyMarlin.json
Normal file
12
resources/profiles/Custom/machine/MyMarlin.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"type": "machine_model",
|
||||
"name": "Generic Marlin Printer",
|
||||
"model_id": "my_marlin_01",
|
||||
"nozzle_diameter": "0.4",
|
||||
"machine_tech": "FFF",
|
||||
"family": "MyPrinter",
|
||||
"bed_model": "",
|
||||
"bed_texture": "",
|
||||
"hotend_model": "",
|
||||
"default_materials": "My Generic ABS;My Generic PLA;My Generic PLA-CF;My Generic PETG;My Generic TPU;My Generic ASA;My Generic PC;My Generic PVA;My Generic PA;My Generic PA-CF"
|
||||
}
|
141
resources/profiles/Custom/machine/fdm_klipper_common.json
Normal file
141
resources/profiles/Custom/machine/fdm_klipper_common.json
Normal file
|
@ -0,0 +1,141 @@
|
|||
{
|
||||
"type": "machine",
|
||||
"name": "fdm_klipper_common",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"inherits": "fdm_machine_common",
|
||||
"gcode_flavor": "klipper",
|
||||
"machine_max_acceleration_e": [
|
||||
"5000",
|
||||
"5000"
|
||||
],
|
||||
"machine_max_acceleration_extruding": [
|
||||
"20000",
|
||||
"20000"
|
||||
],
|
||||
"machine_max_acceleration_retracting": [
|
||||
"5000",
|
||||
"5000"
|
||||
],
|
||||
"machine_max_acceleration_travel": [
|
||||
"9000",
|
||||
"9000"
|
||||
],
|
||||
"machine_max_acceleration_x": [
|
||||
"20000",
|
||||
"20000"
|
||||
],
|
||||
"machine_max_acceleration_y": [
|
||||
"20000",
|
||||
"20000"
|
||||
],
|
||||
"machine_max_acceleration_z": [
|
||||
"500",
|
||||
"200"
|
||||
],
|
||||
"machine_max_speed_e": [
|
||||
"25",
|
||||
"25"
|
||||
],
|
||||
"machine_max_speed_x": [
|
||||
"500",
|
||||
"200"
|
||||
],
|
||||
"machine_max_speed_y": [
|
||||
"500",
|
||||
"200"
|
||||
],
|
||||
"machine_max_speed_z": [
|
||||
"12",
|
||||
"12"
|
||||
],
|
||||
"machine_max_jerk_e": [
|
||||
"2.5",
|
||||
"2.5"
|
||||
],
|
||||
"machine_max_jerk_x": [
|
||||
"9",
|
||||
"9"
|
||||
],
|
||||
"machine_max_jerk_y": [
|
||||
"9",
|
||||
"9"
|
||||
],
|
||||
"machine_max_jerk_z": [
|
||||
"0.2",
|
||||
"0.4"
|
||||
],
|
||||
"machine_min_extruding_rate": [
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"machine_min_travel_rate": [
|
||||
"0",
|
||||
"0"
|
||||
],
|
||||
"max_layer_height": [
|
||||
"0.32"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.08"
|
||||
],
|
||||
"printable_height": "250",
|
||||
"extruder_clearance_radius": "65",
|
||||
"extruder_clearance_height_to_rod": "36",
|
||||
"extruder_clearance_height_to_lid": "140",
|
||||
"printer_settings_id": "",
|
||||
"printer_technology": "FFF",
|
||||
"printer_variant": "0.4",
|
||||
"retraction_minimum_travel": [
|
||||
"1"
|
||||
],
|
||||
"retract_before_wipe": [
|
||||
"70%"
|
||||
],
|
||||
"retract_when_changing_layer": [
|
||||
"1"
|
||||
],
|
||||
"retraction_length": [
|
||||
"0.8"
|
||||
],
|
||||
"retract_length_toolchange": [
|
||||
"2"
|
||||
],
|
||||
"z_hop": [
|
||||
"0.4"
|
||||
],
|
||||
"retract_restart_extra": [
|
||||
"0"
|
||||
],
|
||||
"retract_restart_extra_toolchange": [
|
||||
"0"
|
||||
],
|
||||
"retraction_speed": [
|
||||
"30"
|
||||
],
|
||||
"deretraction_speed": [
|
||||
"30"
|
||||
],
|
||||
"z_hop_types": "Normal Lift",
|
||||
"silent_mode": "0",
|
||||
"single_extruder_multi_material": "1",
|
||||
"change_filament_gcode": "",
|
||||
"wipe": [
|
||||
"1"
|
||||
],
|
||||
"default_filament_profile": [
|
||||
"My Generic ABS"
|
||||
],
|
||||
"default_print_profile": "0.20mm Standard @MyKlipper",
|
||||
"bed_exclude_area": [
|
||||
"0x0"
|
||||
],
|
||||
"machine_start_gcode": "M190 S[bed_temperature_initial_layer_single]\nM109 S[nozzle_temperature_initial_layer]\nPRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single]\n",
|
||||
"machine_end_gcode": "PRINT_END",
|
||||
"layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]",
|
||||
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n",
|
||||
"machine_pause_gcode": "PAUSE",
|
||||
"scan_first_layer": "0",
|
||||
"nozzle_type": "undefine",
|
||||
"auxiliary_fan": "0"
|
||||
}
|
119
resources/profiles/Custom/machine/fdm_machine_common.json
Normal file
119
resources/profiles/Custom/machine/fdm_machine_common.json
Normal file
|
@ -0,0 +1,119 @@
|
|||
{
|
||||
"type": "machine",
|
||||
"name": "fdm_machine_common",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"printer_technology": "FFF",
|
||||
"deretraction_speed": [
|
||||
"40"
|
||||
],
|
||||
"extruder_colour": [
|
||||
"#FCE94F"
|
||||
],
|
||||
"extruder_offset": [
|
||||
"0x0"
|
||||
],
|
||||
"gcode_flavor": "marlin",
|
||||
"silent_mode": "0",
|
||||
"machine_max_acceleration_e": [
|
||||
"5000"
|
||||
],
|
||||
"machine_max_acceleration_extruding": [
|
||||
"10000"
|
||||
],
|
||||
"machine_max_acceleration_retracting": [
|
||||
"1000"
|
||||
],
|
||||
"machine_max_acceleration_x": [
|
||||
"10000"
|
||||
],
|
||||
"machine_max_acceleration_y": [
|
||||
"10000"
|
||||
],
|
||||
"machine_max_acceleration_z": [
|
||||
"100"
|
||||
],
|
||||
"machine_max_speed_e": [
|
||||
"60"
|
||||
],
|
||||
"machine_max_speed_x": [
|
||||
"500"
|
||||
],
|
||||
"machine_max_speed_y": [
|
||||
"500"
|
||||
],
|
||||
"machine_max_speed_z": [
|
||||
"10"
|
||||
],
|
||||
"machine_max_jerk_e": [
|
||||
"5"
|
||||
],
|
||||
"machine_max_jerk_x": [
|
||||
"8"
|
||||
],
|
||||
"machine_max_jerk_y": [
|
||||
"8"
|
||||
],
|
||||
"machine_max_jerk_z": [
|
||||
"0.4"
|
||||
],
|
||||
"machine_min_extruding_rate": [
|
||||
"0"
|
||||
],
|
||||
"machine_min_travel_rate": [
|
||||
"0"
|
||||
],
|
||||
"max_layer_height": [
|
||||
"0.32"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.08"
|
||||
],
|
||||
"printable_height": "250",
|
||||
"extruder_clearance_radius": "65",
|
||||
"extruder_clearance_height_to_rod": "36",
|
||||
"extruder_clearance_height_to_lid": "140",
|
||||
"nozzle_diameter": [
|
||||
"0.4"
|
||||
],
|
||||
"printer_settings_id": "",
|
||||
"printer_variant": "0.4",
|
||||
"retraction_minimum_travel": [
|
||||
"2"
|
||||
],
|
||||
"retract_before_wipe": [
|
||||
"70%"
|
||||
],
|
||||
"retract_when_changing_layer": [
|
||||
"1"
|
||||
],
|
||||
"retraction_length": [
|
||||
"5"
|
||||
],
|
||||
"retract_length_toolchange": [
|
||||
"1"
|
||||
],
|
||||
"z_hop": [
|
||||
"0"
|
||||
],
|
||||
"retract_restart_extra": [
|
||||
"0"
|
||||
],
|
||||
"retract_restart_extra_toolchange": [
|
||||
"0"
|
||||
],
|
||||
"retraction_speed": [
|
||||
"60"
|
||||
],
|
||||
"single_extruder_multi_material": "0",
|
||||
"change_filament_gcode": "",
|
||||
"wipe": [
|
||||
"1"
|
||||
],
|
||||
"default_print_profile": "",
|
||||
"machine_start_gcode": "G0 Z20 F9000\nG92 E0; G1 E-10 F1200\nG28\nM970 Q1 A10 B10 C130 K0\nM970 Q1 A10 B131 C250 K1\nM974 Q1 S1 P0\nM970 Q0 A10 B10 C130 H20 K0\nM970 Q0 A10 B131 C250 K1\nM974 Q0 S1 P0\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nG29 ;Home\nG90;\nG92 E0 ;Reset Extruder \nG1 Z2.0 F3000 ;Move Z Axis up \nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nM109 S205;\nG1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder \nG1 X110 Y110 Z2.0 F3000 ;Move Z Axis up",
|
||||
"machine_end_gcode": "M400 ; wait for buffer to clear\nG92 E0 ; zero the extruder\nG1 E-4.0 F3600; retract \nG91\nG1 Z3;\nM104 S0 ; turn off hotend\nM140 S0 ; turn off bed\nM106 S0 ; turn off fan\nG90 \nG0 X110 Y200 F3600 \nprint_end",
|
||||
"layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]",
|
||||
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n",
|
||||
"machine_pause_gcode": "M601"
|
||||
}
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.08mm Extra Fine @MyKlipper",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_klipper_common",
|
||||
"layer_height": "0.08",
|
||||
"bottom_shell_layers": "7",
|
||||
"top_shell_layers": "9"
|
||||
}
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.08mm Extra Fine @MyMarlin",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_marlin_common",
|
||||
"layer_height": "0.08",
|
||||
"bottom_shell_layers": "7",
|
||||
"top_shell_layers": "9"
|
||||
}
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.12mm Fine @MyKlipper",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_klipper_common",
|
||||
"layer_height": "0.12",
|
||||
"bottom_shell_layers": "5",
|
||||
"top_shell_layers": "6"
|
||||
}
|
11
resources/profiles/Custom/process/0.12mm Fine @MyMarlin.json
Normal file
11
resources/profiles/Custom/process/0.12mm Fine @MyMarlin.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.12mm Fine @MyMarlin",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_marlin_common",
|
||||
"layer_height": "0.12",
|
||||
"bottom_shell_layers": "5",
|
||||
"top_shell_layers": "6"
|
||||
}
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.15mm Optimal @MyKlipper",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_klipper_common",
|
||||
"bottom_shell_layers": "4",
|
||||
"top_shell_layers": "5",
|
||||
"layer_height": "0.15"
|
||||
}
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.15mm Optimal @MyMarlin",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_marlin_common",
|
||||
"bottom_shell_layers": "4",
|
||||
"top_shell_layers": "5",
|
||||
"layer_height": "0.15"
|
||||
}
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.20mm Standard @MyKlipper",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_klipper_common",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.2",
|
||||
"bottom_shell_layers": "3",
|
||||
"top_shell_layers": "4"
|
||||
}
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.20mm Standard @MyMarlin",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_marlin_common",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.2",
|
||||
"bottom_shell_layers": "3",
|
||||
"top_shell_layers": "4"
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.24mm Draft @MyKlipper",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_klipper_common",
|
||||
"layer_height": "0.24",
|
||||
"top_surface_line_width": "0.45",
|
||||
"bottom_shell_layers": "3",
|
||||
"top_shell_layers": "4"
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.24mm Draft @MyMarlin",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_marlin_common",
|
||||
"layer_height": "0.24",
|
||||
"top_surface_line_width": "0.45",
|
||||
"bottom_shell_layers": "3",
|
||||
"top_shell_layers": "4"
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.28mm Extra Draft @MyKlipper",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_marlin_common",
|
||||
"layer_height": "0.28",
|
||||
"top_surface_line_width": "0.45",
|
||||
"bottom_shell_layers": "3",
|
||||
"top_shell_layers": "4"
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.28mm Extra Draft @MyMarlin",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_marlin_common",
|
||||
"layer_height": "0.28",
|
||||
"top_surface_line_width": "0.45",
|
||||
"bottom_shell_layers": "3",
|
||||
"top_shell_layers": "4"
|
||||
}
|
70
resources/profiles/Custom/process/fdm_process_common.json
Normal file
70
resources/profiles/Custom/process/fdm_process_common.json
Normal file
|
@ -0,0 +1,70 @@
|
|||
{
|
||||
"type": "process",
|
||||
"name": "fdm_process_common",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"adaptive_layer_height": "0",
|
||||
"reduce_crossing_wall": "0",
|
||||
"bridge_flow": "0.95",
|
||||
"bridge_speed": "25",
|
||||
"brim_width": "5",
|
||||
"compatible_printers": [],
|
||||
"print_sequence": "by layer",
|
||||
"default_acceleration": "10000",
|
||||
"bridge_no_support": "0",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"outer_wall_line_width": "0.4",
|
||||
"outer_wall_speed": "120",
|
||||
"line_width": "0.45",
|
||||
"infill_direction": "45",
|
||||
"sparse_infill_density": "15%",
|
||||
"sparse_infill_pattern": "grid",
|
||||
"initial_layer_line_width": "0.42",
|
||||
"initial_layer_print_height": "0.2",
|
||||
"initial_layer_speed": "20",
|
||||
"gap_infill_speed": "30",
|
||||
"infill_combination": "0",
|
||||
"sparse_infill_line_width": "0.45",
|
||||
"infill_wall_overlap": "25%",
|
||||
"sparse_infill_speed": "50",
|
||||
"interface_shells": "0",
|
||||
"detect_overhang_wall": "0",
|
||||
"reduce_infill_retraction": "0",
|
||||
"filename_format": "{input_filename_base}.gcode",
|
||||
"wall_loops": "3",
|
||||
"inner_wall_line_width": "0.45",
|
||||
"inner_wall_speed": "40",
|
||||
"print_settings_id": "",
|
||||
"raft_layers": "0",
|
||||
"seam_position": "nearest",
|
||||
"skirt_distance": "2",
|
||||
"skirt_height": "2",
|
||||
"minimum_sparse_infill_area": "0",
|
||||
"internal_solid_infill_line_width": "0.45",
|
||||
"internal_solid_infill_speed": "40",
|
||||
"spiral_mode": "0",
|
||||
"standby_temperature_delta": "-5",
|
||||
"enable_support": "0",
|
||||
"support_filament": "0",
|
||||
"support_line_width": "0.42",
|
||||
"support_interface_filament": "0",
|
||||
"support_on_build_plate_only": "0",
|
||||
"support_top_z_distance": "0.15",
|
||||
"support_interface_loop_pattern": "0",
|
||||
"support_interface_top_layers": "2",
|
||||
"support_interface_spacing": "0",
|
||||
"support_interface_speed": "80",
|
||||
"support_base_pattern": "rectilinear",
|
||||
"support_base_pattern_spacing": "2",
|
||||
"support_speed": "40",
|
||||
"support_threshold_angle": "40",
|
||||
"support_object_xy_distance": "0.5",
|
||||
"detect_thin_wall": "0",
|
||||
"top_surface_line_width": "0.4",
|
||||
"top_surface_speed": "30",
|
||||
"travel_speed": "400",
|
||||
"enable_prime_tower": "0",
|
||||
"prime_tower_width": "60",
|
||||
"xy_hole_compensation": "0",
|
||||
"xy_contour_compensation": "0"
|
||||
}
|
|
@ -0,0 +1,108 @@
|
|||
{
|
||||
"type": "process",
|
||||
"name": "fdm_process_klipper_common",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"inherits": "fdm_process_common",
|
||||
"adaptive_layer_height": "0",
|
||||
"reduce_crossing_wall": "0",
|
||||
"max_travel_detour_distance": "0",
|
||||
"bottom_surface_pattern": "monotonic",
|
||||
"bottom_shell_layers": "3",
|
||||
"bottom_shell_thickness": "0",
|
||||
"bridge_flow": "0.95",
|
||||
"bridge_speed": "50",
|
||||
"brim_width": "5",
|
||||
"brim_object_gap": "0.1",
|
||||
"compatible_printers_condition": "",
|
||||
"print_sequence": "by layer",
|
||||
"default_acceleration": "5000",
|
||||
"top_surface_acceleration": "3000",
|
||||
"travel_acceleration": "7000",
|
||||
"inner_wall_acceleration": "5000",
|
||||
"outer_wall_acceleration": "3000",
|
||||
"bridge_no_support": "0",
|
||||
"draft_shield": "disabled",
|
||||
"elefant_foot_compensation": "0",
|
||||
"outer_wall_line_width": "0.4",
|
||||
"wall_infill_order": "inner wall/outer wall/infill",
|
||||
"line_width": "0.4",
|
||||
"infill_direction": "45",
|
||||
"sparse_infill_density": "15%",
|
||||
"sparse_infill_pattern": "grid",
|
||||
"initial_layer_acceleration": "500",
|
||||
"initial_layer_line_width": "0.5",
|
||||
"initial_layer_print_height": "0.2",
|
||||
"infill_combination": "0",
|
||||
"sparse_infill_line_width": "0.45",
|
||||
"infill_wall_overlap": "25%",
|
||||
"interface_shells": "0",
|
||||
"ironing_flow": "10%",
|
||||
"ironing_spacing": "0.15",
|
||||
"ironing_speed": "30",
|
||||
"ironing_type": "no ironing",
|
||||
"layer_height": "0.2",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "50",
|
||||
"overhang_3_4_speed": "30",
|
||||
"overhang_4_4_speed": "10",
|
||||
"inner_wall_line_width": "0.45",
|
||||
"wall_loops": "3",
|
||||
"print_settings_id": "",
|
||||
"raft_layers": "0",
|
||||
"seam_position": "aligned",
|
||||
"skirt_distance": "2",
|
||||
"skirt_height": "1",
|
||||
"skirt_loops": "0",
|
||||
"minimum_sparse_infill_area": "15",
|
||||
"internal_solid_infill_line_width": "0.4",
|
||||
"spiral_mode": "0",
|
||||
"standby_temperature_delta": "-5",
|
||||
"enable_support": "0",
|
||||
"resolution": "0.012",
|
||||
"support_type": "normal(auto)",
|
||||
"support_style": "default",
|
||||
"support_on_build_plate_only": "0",
|
||||
"support_top_z_distance": "0.2",
|
||||
"support_filament": "0",
|
||||
"support_line_width": "0.4",
|
||||
"support_interface_loop_pattern": "0",
|
||||
"support_interface_filament": "0",
|
||||
"support_interface_top_layers": "2",
|
||||
"support_interface_bottom_layers": "2",
|
||||
"support_interface_spacing": "0.5",
|
||||
"support_interface_speed": "80",
|
||||
"support_base_pattern": "rectilinear",
|
||||
"support_base_pattern_spacing": "2.5",
|
||||
"support_speed": "150",
|
||||
"support_threshold_angle": "30",
|
||||
"support_object_xy_distance": "0.35",
|
||||
"tree_support_branch_angle": "45",
|
||||
"tree_support_wall_count": "0",
|
||||
"detect_thin_wall": "0",
|
||||
"top_surface_pattern": "monotonic",
|
||||
"top_surface_line_width": "0.4",
|
||||
"top_shell_layers": "3",
|
||||
"top_shell_thickness": "0.8",
|
||||
"initial_layer_speed": "50",
|
||||
"initial_layer_infill_speed": "105",
|
||||
"outer_wall_speed": "120",
|
||||
"inner_wall_speed": "200",
|
||||
"internal_solid_infill_speed": "200",
|
||||
"top_surface_speed": "100",
|
||||
"gap_infill_speed": "100",
|
||||
"sparse_infill_speed": "200",
|
||||
"travel_speed": "350",
|
||||
"enable_prime_tower": "0",
|
||||
"wipe_tower_no_sparse_layers": "0",
|
||||
"prime_tower_width": "35",
|
||||
"xy_hole_compensation": "0",
|
||||
"xy_contour_compensation": "0",
|
||||
"enable_arc_fitting": "0",
|
||||
"compatible_printers": [
|
||||
"MyKlipper 0.4 nozzle"
|
||||
]
|
||||
}
|
108
resources/profiles/Custom/process/fdm_process_marlin_common.json
Normal file
108
resources/profiles/Custom/process/fdm_process_marlin_common.json
Normal file
|
@ -0,0 +1,108 @@
|
|||
{
|
||||
"type": "process",
|
||||
"name": "fdm_process_marlin_common",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"inherits": "fdm_process_common",
|
||||
"adaptive_layer_height": "0",
|
||||
"reduce_crossing_wall": "0",
|
||||
"max_travel_detour_distance": "0",
|
||||
"bottom_surface_pattern": "monotonic",
|
||||
"bottom_shell_layers": "3",
|
||||
"bottom_shell_thickness": "0",
|
||||
"bridge_flow": "0.95",
|
||||
"bridge_speed": "50",
|
||||
"brim_width": "5",
|
||||
"brim_object_gap": "0.1",
|
||||
"compatible_printers_condition": "",
|
||||
"print_sequence": "by layer",
|
||||
"default_acceleration": "1000",
|
||||
"top_surface_acceleration": "1000",
|
||||
"travel_acceleration": "1000",
|
||||
"inner_wall_acceleration": "1000",
|
||||
"outer_wall_acceleration": "1000",
|
||||
"bridge_no_support": "0",
|
||||
"draft_shield": "disabled",
|
||||
"elefant_foot_compensation": "0",
|
||||
"outer_wall_line_width": "0.4",
|
||||
"wall_infill_order": "inner wall/outer wall/infill",
|
||||
"line_width": "0.4",
|
||||
"infill_direction": "45",
|
||||
"sparse_infill_density": "15%",
|
||||
"sparse_infill_pattern": "grid",
|
||||
"initial_layer_acceleration": "500",
|
||||
"initial_layer_line_width": "0.5",
|
||||
"initial_layer_print_height": "0.2",
|
||||
"infill_combination": "0",
|
||||
"sparse_infill_line_width": "0.45",
|
||||
"infill_wall_overlap": "25%",
|
||||
"interface_shells": "0",
|
||||
"ironing_flow": "10%",
|
||||
"ironing_spacing": "0.15",
|
||||
"ironing_speed": "30",
|
||||
"ironing_type": "no ironing",
|
||||
"layer_height": "0.2",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "50",
|
||||
"overhang_3_4_speed": "30",
|
||||
"overhang_4_4_speed": "10",
|
||||
"inner_wall_line_width": "0.45",
|
||||
"wall_loops": "3",
|
||||
"print_settings_id": "",
|
||||
"raft_layers": "0",
|
||||
"seam_position": "aligned",
|
||||
"skirt_distance": "2",
|
||||
"skirt_height": "1",
|
||||
"skirt_loops": "0",
|
||||
"minimum_sparse_infill_area": "15",
|
||||
"internal_solid_infill_line_width": "0.4",
|
||||
"spiral_mode": "0",
|
||||
"standby_temperature_delta": "-5",
|
||||
"enable_support": "0",
|
||||
"resolution": "0.012",
|
||||
"support_type": "normal(auto)",
|
||||
"support_style": "default",
|
||||
"support_on_build_plate_only": "0",
|
||||
"support_top_z_distance": "0.2",
|
||||
"support_filament": "0",
|
||||
"support_line_width": "0.4",
|
||||
"support_interface_loop_pattern": "0",
|
||||
"support_interface_filament": "0",
|
||||
"support_interface_top_layers": "2",
|
||||
"support_interface_bottom_layers": "2",
|
||||
"support_interface_spacing": "0.5",
|
||||
"support_interface_speed": "40",
|
||||
"support_base_pattern": "rectilinear",
|
||||
"support_base_pattern_spacing": "2.5",
|
||||
"support_speed": "60",
|
||||
"support_threshold_angle": "30",
|
||||
"support_object_xy_distance": "0.35",
|
||||
"tree_support_branch_angle": "45",
|
||||
"tree_support_wall_count": "0",
|
||||
"detect_thin_wall": "0",
|
||||
"top_surface_pattern": "monotonic",
|
||||
"top_surface_line_width": "0.4",
|
||||
"top_shell_layers": "3",
|
||||
"top_shell_thickness": "0.8",
|
||||
"initial_layer_speed": "45",
|
||||
"initial_layer_infill_speed": "60",
|
||||
"outer_wall_speed": "60",
|
||||
"inner_wall_speed": "80",
|
||||
"internal_solid_infill_speed": "80",
|
||||
"top_surface_speed": "50",
|
||||
"gap_infill_speed": "80",
|
||||
"sparse_infill_speed": "80",
|
||||
"travel_speed": "150",
|
||||
"enable_prime_tower": "0",
|
||||
"wipe_tower_no_sparse_layers": "0",
|
||||
"prime_tower_width": "35",
|
||||
"xy_hole_compensation": "0",
|
||||
"xy_contour_compensation": "0",
|
||||
"enable_arc_fitting": "0",
|
||||
"compatible_printers": [
|
||||
"MyMarlin 0.4 nozzle"
|
||||
]
|
||||
}
|
Binary file not shown.
603
resources/profiles/OrcaArena.json
Normal file
603
resources/profiles/OrcaArena.json
Normal file
|
@ -0,0 +1,603 @@
|
|||
{
|
||||
"name": "Orca Arena Printer",
|
||||
"url": "",
|
||||
"version": "01.06.00.03",
|
||||
"force_update": "0",
|
||||
"description": "Orca Arena configuration files",
|
||||
"machine_model_list": [
|
||||
{
|
||||
"name": "Orca Arena X1 Carbon",
|
||||
"sub_path": "machine/Orca Arena X1 Carbon.json"
|
||||
}
|
||||
],
|
||||
"process_list": [
|
||||
{
|
||||
"name": "fdm_process_common",
|
||||
"sub_path": "process/fdm_process_common.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_process_bbl_common",
|
||||
"sub_path": "process/fdm_process_bbl_common.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_process_bbl_0.08",
|
||||
"sub_path": "process/fdm_process_bbl_0.08.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_process_bbl_0.10_nozzle_0.2",
|
||||
"sub_path": "process/fdm_process_bbl_0.10_nozzle_0.2.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_process_bbl_0.40_nozzle_0.8",
|
||||
"sub_path": "process/fdm_process_bbl_0.40_nozzle_0.8.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_process_bbl_0.30_nozzle_0.6",
|
||||
"sub_path": "process/fdm_process_bbl_0.30_nozzle_0.6.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_process_bbl_0.12",
|
||||
"sub_path": "process/fdm_process_bbl_0.12.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_process_bbl_0.16",
|
||||
"sub_path": "process/fdm_process_bbl_0.16.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_process_bbl_0.20",
|
||||
"sub_path": "process/fdm_process_bbl_0.20.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_process_bbl_0.24",
|
||||
"sub_path": "process/fdm_process_bbl_0.24.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_process_bbl_0.28",
|
||||
"sub_path": "process/fdm_process_bbl_0.28.json"
|
||||
},
|
||||
{
|
||||
"name": "0.08mm Extra Fine @Arena X1C",
|
||||
"sub_path": "process/0.08mm Extra Fine @Arena X1C.json"
|
||||
},
|
||||
{
|
||||
"name": "0.12mm Fine @Arena X1C",
|
||||
"sub_path": "process/0.12mm Fine @Arena X1C.json"
|
||||
},
|
||||
{
|
||||
"name": "0.16mm Optimal @Arena X1C",
|
||||
"sub_path": "process/0.16mm Optimal @Arena X1C.json"
|
||||
},
|
||||
{
|
||||
"name": "0.20mm Standard @Arena X1C",
|
||||
"sub_path": "process/0.20mm Standard @Arena X1C.json"
|
||||
},
|
||||
{
|
||||
"name":"0.20mm Strength @Arena X1C",
|
||||
"sub_path":"process/0.20mm Strength @Arena X1C.json"
|
||||
},
|
||||
{
|
||||
"name": "0.24mm Draft @Arena X1C",
|
||||
"sub_path": "process/0.24mm Draft @Arena X1C.json"
|
||||
},
|
||||
{
|
||||
"name": "0.28mm Extra Draft @Arena X1C",
|
||||
"sub_path": "process/0.28mm Extra Draft @Arena X1C.json"
|
||||
},
|
||||
{
|
||||
"name": "0.10mm Standard @Arena X1C 0.2 nozzle",
|
||||
"sub_path": "process/0.10mm Standard @Arena X1C 0.2 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "0.30mm Standard @Arena X1C 0.6 nozzle",
|
||||
"sub_path": "process/0.30mm Standard @Arena X1C 0.6 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "0.40mm Standard @Arena X1C 0.8 nozzle",
|
||||
"sub_path": "process/0.40mm Standard @Arena X1C 0.8 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_process_bbl_0.06_nozzle_0.2",
|
||||
"sub_path": "process/fdm_process_bbl_0.06_nozzle_0.2.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_process_bbl_0.08_nozzle_0.2",
|
||||
"sub_path": "process/fdm_process_bbl_0.08_nozzle_0.2.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_process_bbl_0.12_nozzle_0.2",
|
||||
"sub_path": "process/fdm_process_bbl_0.12_nozzle_0.2.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_process_bbl_0.14_nozzle_0.2",
|
||||
"sub_path": "process/fdm_process_bbl_0.14_nozzle_0.2.json"
|
||||
},
|
||||
{
|
||||
"name": "0.06mm Standard @Arena X1C 0.2 nozzle",
|
||||
"sub_path": "process/0.06mm Standard @Arena X1C 0.2 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "0.08mm Standard @Arena X1C 0.2 nozzle",
|
||||
"sub_path": "process/0.08mm Standard @Arena X1C 0.2 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "0.12mm Standard @Arena X1C 0.2 nozzle",
|
||||
"sub_path": "process/0.12mm Standard @Arena X1C 0.2 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "0.14mm Standard @Arena X1C 0.2 nozzle",
|
||||
"sub_path": "process/0.14mm Standard @Arena X1C 0.2 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_process_bbl_0.18_nozzle_0.6",
|
||||
"sub_path": "process/fdm_process_bbl_0.18_nozzle_0.6.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_process_bbl_0.24_nozzle_0.6",
|
||||
"sub_path": "process/fdm_process_bbl_0.24_nozzle_0.6.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_process_bbl_0.36_nozzle_0.6",
|
||||
"sub_path": "process/fdm_process_bbl_0.36_nozzle_0.6.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_process_bbl_0.42_nozzle_0.6",
|
||||
"sub_path": "process/fdm_process_bbl_0.42_nozzle_0.6.json"
|
||||
},
|
||||
{
|
||||
"name": "0.18mm Standard @Arena X1C 0.6 nozzle",
|
||||
"sub_path": "process/0.18mm Standard @Arena X1C 0.6 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "0.24mm Standard @Arena X1C 0.6 nozzle",
|
||||
"sub_path": "process/0.24mm Standard @Arena X1C 0.6 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "0.36mm Standard @Arena X1C 0.6 nozzle",
|
||||
"sub_path": "process/0.36mm Standard @Arena X1C 0.6 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "0.42mm Standard @Arena X1C 0.6 nozzle",
|
||||
"sub_path": "process/0.42mm Standard @Arena X1C 0.6 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_process_bbl_0.24_nozzle_0.8",
|
||||
"sub_path": "process/fdm_process_bbl_0.24_nozzle_0.8.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_process_bbl_0.32_nozzle_0.8",
|
||||
"sub_path": "process/fdm_process_bbl_0.32_nozzle_0.8.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_process_bbl_0.48_nozzle_0.8",
|
||||
"sub_path": "process/fdm_process_bbl_0.48_nozzle_0.8.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_process_bbl_0.56_nozzle_0.8",
|
||||
"sub_path": "process/fdm_process_bbl_0.56_nozzle_0.8.json"
|
||||
},
|
||||
{
|
||||
"name": "0.24mm Standard @Arena X1C 0.8 nozzle",
|
||||
"sub_path": "process/0.24mm Standard @Arena X1C 0.8 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "0.32mm Standard @Arena X1C 0.8 nozzle",
|
||||
"sub_path": "process/0.32mm Standard @Arena X1C 0.8 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "0.48mm Standard @Arena X1C 0.8 nozzle",
|
||||
"sub_path": "process/0.48mm Standard @Arena X1C 0.8 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "0.56mm Standard @Arena X1C 0.8 nozzle",
|
||||
"sub_path": "process/0.56mm Standard @Arena X1C 0.8 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name":"0.30mm Strength @Arena X1C 0.6 nozzle",
|
||||
"sub_path":"process/0.30mm Strength @Arena X1C 0.6 nozzle.json"
|
||||
}
|
||||
],
|
||||
"filament_list": [
|
||||
{
|
||||
"name": "fdm_filament_common",
|
||||
"sub_path": "filament/fdm_filament_common.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_filament_pla",
|
||||
"sub_path": "filament/fdm_filament_pla.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_filament_tpu",
|
||||
"sub_path": "filament/fdm_filament_tpu.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_filament_pet",
|
||||
"sub_path": "filament/fdm_filament_pet.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_filament_abs",
|
||||
"sub_path": "filament/fdm_filament_abs.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_filament_pc",
|
||||
"sub_path": "filament/fdm_filament_pc.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_filament_asa",
|
||||
"sub_path": "filament/fdm_filament_asa.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_filament_pva",
|
||||
"sub_path": "filament/fdm_filament_pva.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_filament_pa",
|
||||
"sub_path": "filament/fdm_filament_pa.json"
|
||||
},
|
||||
{
|
||||
"name": "Arena TPU 95A @base",
|
||||
"sub_path": "filament/Arena TPU 95A @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Arena PLA Matte @base",
|
||||
"sub_path": "filament/Arena PLA Matte @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Arena PLA Basic @base",
|
||||
"sub_path": "filament/Arena PLA Basic @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Arena PLA Tough @base",
|
||||
"sub_path": "filament/Arena PLA Tough @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Arena PLA Marble @base",
|
||||
"sub_path": "filament/Arena PLA Marble @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Arena PLA Sparkle @base",
|
||||
"sub_path": "filament/Arena PLA Sparkle @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Arena PLA Impact @base",
|
||||
"sub_path": "filament/Arena PLA Impact @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Arena PLA Metal @base",
|
||||
"sub_path": "filament/Arena PLA Metal @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Arena PLA Silk @base",
|
||||
"sub_path": "filament/Arena PLA Silk @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Arena PETG Basic @base",
|
||||
"sub_path": "filament/Arena PETG Basic @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Arena ABS @base",
|
||||
"sub_path": "filament/Arena ABS @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Arena Support W @base",
|
||||
"sub_path": "filament/Arena Support W @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Arena Support G @base",
|
||||
"sub_path": "filament/Arena Support G @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Arena PA-CF @base",
|
||||
"sub_path": "filament/Arena PA-CF @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Arena PET-CF @base",
|
||||
"sub_path": "filament/Arena PET-CF @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Arena PC @base",
|
||||
"sub_path": "filament/Arena PC @base.json"
|
||||
},
|
||||
{
|
||||
"name": "PolyTerra PLA @base",
|
||||
"sub_path": "filament/PolyTerra PLA @base.json"
|
||||
},
|
||||
{
|
||||
"name": "PolyLite PLA @base",
|
||||
"sub_path": "filament/PolyLite PLA @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PLA @base",
|
||||
"sub_path": "filament/Generic PLA @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PLA",
|
||||
"sub_path": "filament/Generic PLA.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PLA Silk @base",
|
||||
"sub_path": "filament/Generic PLA Silk @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PLA Silk",
|
||||
"sub_path": "filament/Generic PLA Silk.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PLA @0.2 nozzle",
|
||||
"sub_path": "filament/Generic PLA @0.2 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PLA-CF @base",
|
||||
"sub_path": "filament/Generic PLA-CF @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PLA-CF",
|
||||
"sub_path": "filament/Generic PLA-CF.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PETG @base",
|
||||
"sub_path": "filament/Generic PETG @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PETG",
|
||||
"sub_path": "filament/Generic PETG.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic ABS @base",
|
||||
"sub_path": "filament/Generic ABS @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic ABS",
|
||||
"sub_path": "filament/Generic ABS.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic ABS @0.2 nozzle",
|
||||
"sub_path": "filament/Generic ABS @0.2 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic TPU",
|
||||
"sub_path": "filament/Generic TPU.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic ASA @base",
|
||||
"sub_path": "filament/Generic ASA @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic ASA @0.2 nozzle",
|
||||
"sub_path": "filament/Generic ASA @0.2 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic ASA",
|
||||
"sub_path": "filament/Generic ASA.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PC @base",
|
||||
"sub_path": "filament/Generic PC @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PC @0.2 nozzle",
|
||||
"sub_path": "filament/Generic PC @0.2 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PC",
|
||||
"sub_path": "filament/Generic PC.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PVA @base",
|
||||
"sub_path": "filament/Generic PVA @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PETG-CF @base",
|
||||
"sub_path": "filament/Generic PETG-CF @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PETG-CF @Arena X1C",
|
||||
"sub_path": "filament/Generic PETG-CF @Arena X1C.json"
|
||||
},
|
||||
{
|
||||
"name": "Arena PETG-CF @base",
|
||||
"sub_path": "filament/Arena PETG-CF @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Arena PETG-CF @Arena X1C",
|
||||
"sub_path": "filament/Arena PETG-CF @Arena X1C.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PVA @0.2 nozzle",
|
||||
"sub_path": "filament/Generic PVA @0.2 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PVA",
|
||||
"sub_path": "filament/Generic PVA.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PA",
|
||||
"sub_path": "filament/Generic PA.json"
|
||||
},
|
||||
{
|
||||
"name": "Generic PA-CF",
|
||||
"sub_path": "filament/Generic PA-CF.json"
|
||||
},
|
||||
{
|
||||
"name": "Arena TPU 95A @Arena X1C",
|
||||
"sub_path": "filament/Arena TPU 95A @Arena X1C.json"
|
||||
},
|
||||
{
|
||||
"name": "Arena PLA Matte @Arena X1C",
|
||||
"sub_path": "filament/Arena PLA Matte @Arena X1C.json"
|
||||
},
|
||||
{
|
||||
"name": "Arena PLA Matte @Arena X1C 0.2 nozzle",
|
||||
"sub_path": "filament/Arena PLA Matte @Arena X1C 0.2 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Arena PLA Matte @Arena X1C 0.8 nozzle",
|
||||
"sub_path": "filament/Arena PLA Matte @Arena X1C 0.8 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Arena PLA Basic @Arena X1C",
|
||||
"sub_path": "filament/Arena PLA Basic @Arena X1C.json"
|
||||
},
|
||||
{
|
||||
"name": "Arena PLA Basic @Arena X1C 0.2 nozzle",
|
||||
"sub_path": "filament/Arena PLA Basic @Arena X1C 0.2 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Arena PLA Basic @Arena X1C 0.8 nozzle",
|
||||
"sub_path": "filament/Arena PLA Basic @Arena X1C 0.8 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Arena PLA Tough @Arena X1C",
|
||||
"sub_path": "filament/Arena PLA Tough @Arena X1C.json"
|
||||
},
|
||||
{
|
||||
"name": "Arena PLA Tough @Arena X1C 0.2 nozzle",
|
||||
"sub_path": "filament/Arena PLA Tough @Arena X1C 0.2 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Arena PLA Marble @Arena X1C",
|
||||
"sub_path": "filament/Arena PLA Marble @Arena X1C.json"
|
||||
},
|
||||
{
|
||||
"name": "Arena PLA Sparkle @Arena X1C",
|
||||
"sub_path": "filament/Arena PLA Sparkle @Arena X1C.json"
|
||||
},
|
||||
{
|
||||
"name": "Arena PLA Silk @Arena X1C 0.2 nozzle",
|
||||
"sub_path": "filament/Arena PLA Silk @Arena X1C 0.2 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Arena PLA Silk @Arena X1C",
|
||||
"sub_path": "filament/Arena PLA Silk @Arena X1C.json"
|
||||
},
|
||||
{
|
||||
"name": "Arena PETG Basic @Arena X1C",
|
||||
"sub_path": "filament/Arena PETG Basic @Arena X1C.json"
|
||||
},
|
||||
{
|
||||
"name": "Arena PETG Basic @Arena X1C 0.2 nozzle",
|
||||
"sub_path": "filament/Arena PETG Basic @Arena X1C 0.2 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Arena PETG Basic @Arena X1C 0.8 nozzle",
|
||||
"sub_path": "filament/Arena PETG Basic @Arena X1C 0.8 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Arena ABS @Arena X1C",
|
||||
"sub_path": "filament/Arena ABS @Arena X1C.json"
|
||||
},
|
||||
{
|
||||
"name": "Arena ABS @Arena X1C 0.2 nozzle",
|
||||
"sub_path": "filament/Arena ABS @Arena X1C 0.2 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Arena ABS @Arena X1C 0.8 nozzle",
|
||||
"sub_path": "filament/Arena ABS @Arena X1C 0.8 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Arena Support W @Arena X1C",
|
||||
"sub_path": "filament/Arena Support W @Arena X1C.json"
|
||||
},
|
||||
{
|
||||
"name": "Arena Support W @Arena X1C 0.2 nozzle",
|
||||
"sub_path": "filament/Arena Support W @Arena X1C 0.2 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Arena Support G @Arena X1C",
|
||||
"sub_path": "filament/Arena Support G @Arena X1C.json"
|
||||
},
|
||||
{
|
||||
"name": "Arena PA-CF @Arena X1C",
|
||||
"sub_path": "filament/Arena PA-CF @Arena X1C.json"
|
||||
},
|
||||
{
|
||||
"name": "Arena PC @Arena X1C",
|
||||
"sub_path": "filament/Arena PC @Arena X1C.json"
|
||||
},
|
||||
{
|
||||
"name": "Arena PC @Arena X1C 0.2 nozzle",
|
||||
"sub_path": "filament/Arena PC @Arena X1C 0.2 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Arena PC @Arena X1C 0.8 nozzle",
|
||||
"sub_path": "filament/Arena PC @Arena X1C 0.8 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Arena PC @Arena X1C 0.6 nozzle",
|
||||
"sub_path": "filament/Arena PC @Arena X1C 0.6 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "PolyLite PLA @Arena X1C",
|
||||
"sub_path": "filament/PolyLite PLA @Arena X1C.json"
|
||||
},
|
||||
{
|
||||
"name": "PolyTerra PLA @Arena X1C",
|
||||
"sub_path": "filament/PolyTerra PLA @Arena X1C.json"
|
||||
},
|
||||
{
|
||||
"name": "PolyTerra PLA @Arena X1C 0.2 nozzle",
|
||||
"sub_path": "filament/PolyTerra PLA @Arena X1C 0.2 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "PolyLite PLA @Arena X1C 0.2 nozzle",
|
||||
"sub_path": "filament/PolyLite PLA @Arena X1C 0.2 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name":"Generic PETG @0.2 nozzle",
|
||||
"sub_path":"filament/Generic PETG @0.2 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name":"Arena PLA Metal @Arena X1C 0.2 nozzle",
|
||||
"sub_path":"filament/Arena PLA Metal @Arena X1C 0.2 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name":"Arena PLA Metal @Arena X1C",
|
||||
"sub_path":"filament/Arena PLA Metal @Arena X1C.json"
|
||||
},
|
||||
{
|
||||
"name":"Arena PLA-CF @base",
|
||||
"sub_path":"filament/Arena PLA-CF @base.json"
|
||||
},
|
||||
{
|
||||
"name":"Arena PLA-CF @Arena X1C 0.8 nozzle",
|
||||
"sub_path":"filament/Arena PLA-CF @Arena X1C 0.8 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name":"Arena PLA-CF @Arena X1C",
|
||||
"sub_path":"filament/Arena PLA-CF @Arena X1C.json"
|
||||
},
|
||||
{
|
||||
"name":"Arena PAHT-CF @base",
|
||||
"sub_path":"filament/Arena PAHT-CF @base.json"
|
||||
},
|
||||
{
|
||||
"name":"Arena PAHT-CF @Arena X1C",
|
||||
"sub_path":"filament/Arena PAHT-CF @Arena X1C.json"
|
||||
}
|
||||
],
|
||||
"machine_list": [
|
||||
{
|
||||
"name": "fdm_machine_common",
|
||||
"sub_path": "machine/fdm_machine_common.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_bbl_3dp_001_common",
|
||||
"sub_path": "machine/fdm_bbl_3dp_001_common.json"
|
||||
},
|
||||
{
|
||||
"name": "Orca Arena X1 Carbon 0.4 nozzle",
|
||||
"sub_path": "machine/Orca Arena X1 Carbon 0.4 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Orca Arena X1 Carbon 0.2 nozzle",
|
||||
"sub_path": "machine/Orca Arena X1 Carbon 0.2 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Orca Arena X1 Carbon 0.6 nozzle",
|
||||
"sub_path": "machine/Orca Arena X1 Carbon 0.6 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Orca Arena X1 Carbon 0.8 nozzle",
|
||||
"sub_path": "machine/Orca Arena X1 Carbon 0.8 nozzle.json"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSB00_00",
|
||||
"name": "Arena ABS @Arena X1C 0.2 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "Arena ABS @base",
|
||||
"filament_max_volumetric_speed": [
|
||||
"2"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Orca Arena X1 Carbon 0.2 nozzle"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSB00_01",
|
||||
"name": "Arena ABS @Arena X1C 0.8 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "Arena ABS @base",
|
||||
"filament_max_volumetric_speed": [
|
||||
"22"
|
||||
],
|
||||
"nozzle_temperature": [
|
||||
"260"
|
||||
],
|
||||
"slow_down_min_speed": [
|
||||
"10"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Orca Arena X1 Carbon 0.8 nozzle"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSB00",
|
||||
"name": "Arena ABS @Arena X1C",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "Arena ABS @base",
|
||||
"filament_max_volumetric_speed": [
|
||||
"22"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Orca Arena X1 Carbon 0.4 nozzle",
|
||||
"Orca Arena X1 Carbon 0.6 nozzle"
|
||||
]
|
||||
}
|
17
resources/profiles/OrcaArena/filament/Arena ABS @base.json
Normal file
17
resources/profiles/OrcaArena/filament/Arena ABS @base.json
Normal file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFB00",
|
||||
"name": "Arena ABS @base",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"inherits": "fdm_filament_abs",
|
||||
"filament_flow_ratio": [
|
||||
"0.95"
|
||||
],
|
||||
"filament_cost": [
|
||||
"24.99"
|
||||
],
|
||||
"filament_vendor": [
|
||||
"Orca Arena"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSN00",
|
||||
"name": "Arena PA-CF @Arena X1C",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "Arena PA-CF @base",
|
||||
"filament_max_volumetric_speed": [
|
||||
"8"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"290"
|
||||
],
|
||||
"nozzle_temperature": [
|
||||
"290"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"30"
|
||||
],
|
||||
"fan_min_speed": [
|
||||
"10"
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"5"
|
||||
],
|
||||
"full_fan_speed_layer": [
|
||||
"2"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Orca Arena X1 Carbon 0.4 nozzle",
|
||||
"Orca Arena X1 Carbon 0.6 nozzle",
|
||||
"Orca Arena X1 Carbon 0.8 nozzle"
|
||||
]
|
||||
}
|
38
resources/profiles/OrcaArena/filament/Arena PA-CF @base.json
Normal file
38
resources/profiles/OrcaArena/filament/Arena PA-CF @base.json
Normal file
|
@ -0,0 +1,38 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFN03",
|
||||
"name": "Arena PA-CF @base",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"inherits": "fdm_filament_pa",
|
||||
"required_nozzle_HRC": [
|
||||
"40"
|
||||
],
|
||||
"filament_vendor": [
|
||||
"Orca Arena"
|
||||
],
|
||||
"filament_density": [
|
||||
"1.09"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.96"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"280"
|
||||
],
|
||||
"overhang_fan_threshold": [
|
||||
"0%"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"filament_type": [
|
||||
"PA-CF"
|
||||
],
|
||||
"filament_cost": [
|
||||
"84.99"
|
||||
],
|
||||
"nozzle_temperature": [
|
||||
"280"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSN04",
|
||||
"name": "Arena PAHT-CF @Arena X1C",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "Arena PAHT-CF @base",
|
||||
"compatible_printers": [
|
||||
"Orca Arena X1 Carbon 0.4 nozzle",
|
||||
"Orca Arena X1 Carbon 0.6 nozzle",
|
||||
"Orca Arena X1 Carbon 0.8 nozzle"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,56 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFN04",
|
||||
"name": "Arena PAHT-CF @base",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"inherits": "fdm_filament_pa",
|
||||
"filament_max_volumetric_speed": [
|
||||
"8"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"30"
|
||||
],
|
||||
"fan_min_speed": [
|
||||
"10"
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"5"
|
||||
],
|
||||
"full_fan_speed_layer": [
|
||||
"2"
|
||||
],
|
||||
"required_nozzle_HRC": [
|
||||
"40"
|
||||
],
|
||||
"filament_vendor": [
|
||||
"Orca Arena"
|
||||
],
|
||||
"filament_density": [
|
||||
"1.06"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.96"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"290"
|
||||
],
|
||||
"overhang_fan_threshold": [
|
||||
"0%"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"filament_type": [
|
||||
"PA-CF"
|
||||
],
|
||||
"filament_cost": [
|
||||
"94.99"
|
||||
],
|
||||
"temperature_vitrification": [
|
||||
"180"
|
||||
],
|
||||
"nozzle_temperature": [
|
||||
"290"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSC00_02",
|
||||
"name": "Arena PC @Arena X1C 0.2 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "Arena PC @base",
|
||||
"filament_max_volumetric_speed": [
|
||||
"1"
|
||||
],
|
||||
"nozzle_temperature": [
|
||||
"260"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Orca Arena X1 Carbon 0.2 nozzle"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSC00_01",
|
||||
"name": "Arena PC @Arena X1C 0.6 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "Arena PC @base",
|
||||
"nozzle_temperature": [
|
||||
"260"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Orca Arena X1 Carbon 0.6 nozzle"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSC00_00",
|
||||
"name": "Arena PC @Arena X1C 0.8 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "Arena PC @base",
|
||||
"nozzle_temperature": [
|
||||
"260"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Orca Arena X1 Carbon 0.8 nozzle"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSC00",
|
||||
"name": "Arena PC @Arena X1C",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "Arena PC @base",
|
||||
"compatible_printers": [
|
||||
"Orca Arena X1 Carbon 0.4 nozzle"
|
||||
]
|
||||
}
|
17
resources/profiles/OrcaArena/filament/Arena PC @base.json
Normal file
17
resources/profiles/OrcaArena/filament/Arena PC @base.json
Normal file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFC00",
|
||||
"name": "Arena PC @base",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"inherits": "fdm_filament_pc",
|
||||
"filament_vendor": [
|
||||
"Orca Arena"
|
||||
],
|
||||
"filament_cost": [
|
||||
"39.99"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.94"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFST01",
|
||||
"name": "Arena PET-CF @Arena X1C",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "Arena PET-CF @base",
|
||||
"slow_down_for_layer_cooling": [
|
||||
"1"
|
||||
],
|
||||
"reduce_fan_stop_start_freq": [
|
||||
"0"
|
||||
],
|
||||
"slow_down_min_speed": [
|
||||
"10"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"2"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Orca Arena X1 Carbon 0.4 nozzle",
|
||||
"Orca Arena X1 Carbon 0.6 nozzle",
|
||||
"Orca Arena X1 Carbon 0.8 nozzle"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,83 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFT01",
|
||||
"name": "Arena PET-CF @base",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"inherits": "fdm_filament_pet",
|
||||
"temperature_vitrification": [
|
||||
"185"
|
||||
],
|
||||
"overhang_fan_threshold": [
|
||||
"0%"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"30"
|
||||
],
|
||||
"fan_min_speed": [
|
||||
"10"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"8"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"2"
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"5"
|
||||
],
|
||||
"cool_plate_temp" : [
|
||||
"0"
|
||||
],
|
||||
"eng_plate_temp" : [
|
||||
"80"
|
||||
],
|
||||
"hot_plate_temp" : [
|
||||
"100"
|
||||
],
|
||||
"textured_plate_temp" : [
|
||||
"100"
|
||||
],
|
||||
"cool_plate_temp_initial_layer" : [
|
||||
"0"
|
||||
],
|
||||
"eng_plate_temp_initial_layer" : [
|
||||
"80"
|
||||
],
|
||||
"hot_plate_temp_initial_layer" : [
|
||||
"100"
|
||||
],
|
||||
"textured_plate_temp_initial_layer" : [
|
||||
"100"
|
||||
],
|
||||
"required_nozzle_HRC": [
|
||||
"40"
|
||||
],
|
||||
"filament_vendor": [
|
||||
"Orca Arena"
|
||||
],
|
||||
"filament_type": [
|
||||
"PET-CF"
|
||||
],
|
||||
"filament_cost": [
|
||||
"84.99"
|
||||
],
|
||||
"filament_density": [
|
||||
"1.29"
|
||||
],
|
||||
"nozzle_temperature_range_low": [
|
||||
"260"
|
||||
],
|
||||
"nozzle_temperature_range_high": [
|
||||
"290"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"270"
|
||||
],
|
||||
"nozzle_temperature": [
|
||||
"270"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSG00_00",
|
||||
"name": "Arena PETG Basic @Arena X1C 0.2 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "Arena PETG Basic @base",
|
||||
"filament_max_volumetric_speed": [
|
||||
"1"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Orca Arena X1 Carbon 0.2 nozzle"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSG00_02",
|
||||
"name": "Arena PETG Basic @Arena X1C 0.8 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "Arena PETG Basic @base",
|
||||
"filament_max_volumetric_speed": [
|
||||
"16"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"60"
|
||||
],
|
||||
"fan_min_speed": [
|
||||
"20"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Orca Arena X1 Carbon 0.6 nozzle",
|
||||
"Orca Arena X1 Carbon 0.8 nozzle"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSG00_01",
|
||||
"name": "Arena PETG Basic @Arena X1C",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "Arena PETG Basic @base",
|
||||
"filament_max_volumetric_speed": [
|
||||
"14"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Orca Arena X1 Carbon 0.4 nozzle"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,86 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFG00",
|
||||
"name": "Arena PETG Basic @base",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"inherits": "fdm_filament_pet",
|
||||
"filament_flow_ratio": [
|
||||
"0.95"
|
||||
],
|
||||
"temperature_vitrification": [
|
||||
"70"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"90"
|
||||
],
|
||||
"overhang_fan_threshold": [
|
||||
"25%"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"40"
|
||||
],
|
||||
"fan_min_speed": [
|
||||
"10"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"8"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"8"
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"30"
|
||||
],
|
||||
"cool_plate_temp" : [
|
||||
"0"
|
||||
],
|
||||
"eng_plate_temp" : [
|
||||
"70"
|
||||
],
|
||||
"hot_plate_temp" : [
|
||||
"70"
|
||||
],
|
||||
"textured_plate_temp" : [
|
||||
"70"
|
||||
],
|
||||
"cool_plate_temp_initial_layer" : [
|
||||
"0"
|
||||
],
|
||||
"eng_plate_temp_initial_layer" : [
|
||||
"70"
|
||||
],
|
||||
"hot_plate_temp_initial_layer" : [
|
||||
"70"
|
||||
],
|
||||
"textured_plate_temp_initial_layer" : [
|
||||
"70"
|
||||
],
|
||||
"filament_vendor": [
|
||||
"Orca Arena"
|
||||
],
|
||||
"filament_type": [
|
||||
"PETG"
|
||||
],
|
||||
"filament_cost": [
|
||||
"24.99"
|
||||
],
|
||||
"filament_density": [
|
||||
"1.25"
|
||||
],
|
||||
"nozzle_temperature_range_low": [
|
||||
"240"
|
||||
],
|
||||
"nozzle_temperature_range_high": [
|
||||
"270"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"255"
|
||||
],
|
||||
"nozzle_temperature": [
|
||||
"255"
|
||||
],
|
||||
"filament_start_gcode": [
|
||||
"; filament start gcode\n{if (bed_temperature[current_extruder] >60)||(bed_temperature_initial_layer[current_extruder] >60)}M106 P3 S255\n{elsif (bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S180\n{endif}"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSG50_01",
|
||||
"name": "Arena PETG-CF @Arena X1C",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "Arena PETG-CF @base",
|
||||
"compatible_printers": [
|
||||
"Orca Arena X1 Carbon 0.4 nozzle",
|
||||
"Orca Arena X1 Carbon 0.6 nozzle",
|
||||
"Orca Arena X1 Carbon 0.8 nozzle"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,86 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFG50",
|
||||
"name": "Arena PETG-CF @base",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"inherits": "fdm_filament_pet",
|
||||
"filament_flow_ratio": [
|
||||
"0.95"
|
||||
],
|
||||
"temperature_vitrification": [
|
||||
"75"
|
||||
],
|
||||
"overhang_fan_threshold": [
|
||||
"25%"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"90"
|
||||
],
|
||||
"cool_plate_temp" : [
|
||||
"0"
|
||||
],
|
||||
"eng_plate_temp" : [
|
||||
"70"
|
||||
],
|
||||
"hot_plate_temp" : [
|
||||
"70"
|
||||
],
|
||||
"textured_plate_temp" : [
|
||||
"70"
|
||||
],
|
||||
"cool_plate_temp_initial_layer" : [
|
||||
"0"
|
||||
],
|
||||
"eng_plate_temp_initial_layer" : [
|
||||
"70"
|
||||
],
|
||||
"hot_plate_temp_initial_layer" : [
|
||||
"70"
|
||||
],
|
||||
"textured_plate_temp_initial_layer" : [
|
||||
"70"
|
||||
],
|
||||
"required_nozzle_HRC": [
|
||||
"40"
|
||||
],
|
||||
"filament_vendor": [
|
||||
"Orca Arena"
|
||||
],
|
||||
"filament_type": [
|
||||
"PETG-CF"
|
||||
],
|
||||
"nozzle_temperature_range_low": [
|
||||
"240"
|
||||
],
|
||||
"nozzle_temperature_range_high": [
|
||||
"270"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"255"
|
||||
],
|
||||
"nozzle_temperature": [
|
||||
"255"
|
||||
],
|
||||
"filament_cost": [
|
||||
"34.99"
|
||||
],
|
||||
"filament_density": [
|
||||
"1.25"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"30"
|
||||
],
|
||||
"fan_min_speed": [
|
||||
"0"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"14"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"6"
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"20"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSA04",
|
||||
"name": "Arena PLA Basic @Arena X1",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "Arena PLA Basic @base",
|
||||
"filament_max_volumetric_speed": [
|
||||
"21"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"8"
|
||||
],
|
||||
"compatible_printers": [
|
||||
|
||||
"Orca Arena X1 0.8 nozzle"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSA00_00",
|
||||
"name": "Arena PLA Basic @Arena X1C 0.2 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "Arena PLA Basic @base",
|
||||
"filament_max_volumetric_speed": [
|
||||
"2"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Orca Arena X1 Carbon 0.2 nozzle"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSA00_01",
|
||||
"name": "Arena PLA Basic @Arena X1C 0.8 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "Arena PLA Basic @base",
|
||||
"filament_max_volumetric_speed": [
|
||||
"21"
|
||||
],
|
||||
"slow_down_min_speed": [
|
||||
"10"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Orca Arena X1 Carbon 0.8 nozzle"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSA00",
|
||||
"name": "Arena PLA Basic @Arena X1C",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "Arena PLA Basic @base",
|
||||
"filament_max_volumetric_speed": [
|
||||
"21"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Orca Arena X1 Carbon 0.4 nozzle",
|
||||
"Orca Arena X1 Carbon 0.6 nozzle"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFA00",
|
||||
"name": "Arena PLA Basic @base",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"inherits": "fdm_filament_pla",
|
||||
"filament_vendor": [
|
||||
"Orca Arena"
|
||||
],
|
||||
"filament_cost": [
|
||||
"24.99"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.98"
|
||||
],
|
||||
"filament_density": [
|
||||
"1.26"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSA03",
|
||||
"name": "Arena PLA Impact @Arena X1C",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "Arena PLA Impact @base",
|
||||
"filament_max_volumetric_speed": [
|
||||
"23.2"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Orca Arena X1 Carbon 0.4 nozzle"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFA03",
|
||||
"name": "Arena PLA Impact @base",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"inherits": "fdm_filament_pla",
|
||||
"filament_vendor": [
|
||||
"Orca Arena"
|
||||
],
|
||||
"filament_cost": [
|
||||
"25.4"
|
||||
],
|
||||
"filament_density": [
|
||||
"1.24"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.95"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSA07_01",
|
||||
"name": "Arena PLA Marble @Arena X1",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "Arena PLA Marble @base",
|
||||
"slow_down_layer_time": [
|
||||
"8"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Orca Arena X1 0.8 nozzle"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSA07_00",
|
||||
"name": "Arena PLA Marble @Arena X1C",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "Arena PLA Marble @base",
|
||||
"compatible_printers": [
|
||||
"Orca Arena X1 Carbon 0.4 nozzle",
|
||||
"Orca Arena X1 Carbon 0.6 nozzle",
|
||||
"Orca Arena X1 Carbon 0.8 nozzle"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFA07",
|
||||
"name": "Arena PLA Marble @base",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"inherits": "fdm_filament_pla",
|
||||
"filament_vendor": [
|
||||
"Orca Arena"
|
||||
],
|
||||
"filament_cost": [
|
||||
"29.99"
|
||||
],
|
||||
"filament_density": [
|
||||
"1.22"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.98"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"12"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSA05",
|
||||
"name": "Arena PLA Matte @Arena X1",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "Arena PLA Matte @base",
|
||||
"filament_max_volumetric_speed": [
|
||||
"22"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"8"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Orca Arena X1 0.8 nozzle"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSA01_00",
|
||||
"name": "Arena PLA Matte @Arena X1C 0.2 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "Arena PLA Matte @base",
|
||||
"filament_max_volumetric_speed": [
|
||||
"2"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Orca Arena X1 Carbon 0.2 nozzle"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSA01_01",
|
||||
"name": "Arena PLA Matte @Arena X1C 0.8 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "Arena PLA Matte @base",
|
||||
"filament_max_volumetric_speed": [
|
||||
"22"
|
||||
],
|
||||
"slow_down_min_speed": [
|
||||
"10"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Orca Arena X1 Carbon 0.8 nozzle"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSA01",
|
||||
"name": "Arena PLA Matte @Arena X1C",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "Arena PLA Matte @base",
|
||||
"filament_max_volumetric_speed": [
|
||||
"22"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Orca Arena X1 Carbon 0.4 nozzle",
|
||||
"Orca Arena X1 Carbon 0.6 nozzle"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFA01",
|
||||
"name": "Arena PLA Matte @base",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"inherits": "fdm_filament_pla",
|
||||
"filament_vendor": [
|
||||
"Orca Arena"
|
||||
],
|
||||
"filament_cost": [
|
||||
"24.99"
|
||||
],
|
||||
"filament_density": [
|
||||
"1.32"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.98"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSA02_02",
|
||||
"name": "Arena PLA Metal @Arena X1",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "Arena PLA Metal @base",
|
||||
"filament_max_volumetric_speed": [
|
||||
"21"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"8"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Orca Arena X1 0.8 nozzle"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSA02_01",
|
||||
"name": "Arena PLA Metal @Arena X1C 0.2 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "Arena PLA Metal @base",
|
||||
"filament_max_volumetric_speed": [
|
||||
"2"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Orca Arena X1 Carbon 0.2 nozzle"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSA02",
|
||||
"name": "Arena PLA Metal @Arena X1C",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "Arena PLA Metal @base",
|
||||
"filament_max_volumetric_speed": [
|
||||
"21"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Orca Arena X1 Carbon 0.4 nozzle",
|
||||
"Orca Arena X1 Carbon 0.6 nozzle",
|
||||
"Orca Arena X1 Carbon 0.8 nozzle"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFA02",
|
||||
"name": "Arena PLA Metal @base",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"inherits": "fdm_filament_pla",
|
||||
"filament_vendor": [
|
||||
"Orca Arena"
|
||||
],
|
||||
"filament_cost": [
|
||||
"29.99"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.98"
|
||||
],
|
||||
"filament_density": [
|
||||
"1.25"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSA05_02",
|
||||
"name": "Arena PLA Silk @Arena X1",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "Arena PLA Silk @base",
|
||||
"filament_max_volumetric_speed": [
|
||||
"12"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"8"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Orca Arena X1 0.4 nozzle"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSA05_00",
|
||||
"name": "Arena PLA Silk @Arena X1C 0.2 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "Arena PLA Silk @base",
|
||||
"filament_max_volumetric_speed": [
|
||||
"2"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Orca Arena X1 Carbon 0.2 nozzle"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSA05_01",
|
||||
"name": "Arena PLA Silk @Arena X1C",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "Arena PLA Silk @base",
|
||||
"filament_max_volumetric_speed": [
|
||||
"12"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Orca Arena X1 Carbon 0.4 nozzle",
|
||||
"Orca Arena X1 Carbon 0.6 nozzle",
|
||||
"Orca Arena X1 Carbon 0.8 nozzle"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFA05",
|
||||
"name": "Arena PLA Silk @base",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"inherits": "fdm_filament_pla",
|
||||
"filament_vendor": [
|
||||
"Orca Arena"
|
||||
],
|
||||
"required_nozzle_HRC": [
|
||||
"3"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.98"
|
||||
],
|
||||
"filament_density": [
|
||||
"1.32"
|
||||
],
|
||||
"filament_cost": [
|
||||
"29.99"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"230"
|
||||
],
|
||||
"nozzle_temperature": [
|
||||
"230"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSA08_01",
|
||||
"name": "Arena PLA Sparkle @Arena X1",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "Arena PLA Sparkle @base",
|
||||
"slow_down_layer_time": [
|
||||
"8"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Orca Arena X1 0.8 nozzle"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSA08_00",
|
||||
"name": "Arena PLA Sparkle @Arena X1C",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "Arena PLA Sparkle @base",
|
||||
"compatible_printers": [
|
||||
"Orca Arena X1 Carbon 0.4 nozzle",
|
||||
"Orca Arena X1 Carbon 0.6 nozzle",
|
||||
"Orca Arena X1 Carbon 0.8 nozzle"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFA08",
|
||||
"name": "Arena PLA Sparkle @base",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"inherits": "fdm_filament_pla",
|
||||
"filament_vendor": [
|
||||
"Orca Arena"
|
||||
],
|
||||
"filament_cost": [
|
||||
"29.99"
|
||||
],
|
||||
"filament_density": [
|
||||
"1.26"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.98"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"12"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSA09_01",
|
||||
"name": "Arena PLA Tough @Arena X1",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "Arena PLA Tough @base",
|
||||
"filament_max_volumetric_speed": [
|
||||
"21"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"8"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Orca Arena X1 0.8 nozzle"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSA09_00",
|
||||
"name": "Arena PLA Tough @Arena X1C 0.2 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "Arena PLA Tough @base",
|
||||
"filament_max_volumetric_speed": [
|
||||
"2"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Orca Arena X1 Carbon 0.2 nozzle"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"setting_id": "GFSA09_02",
|
||||
"name": "Arena PLA Tough @Arena X1C",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "Arena PLA Tough @base",
|
||||
"filament_max_volumetric_speed": [
|
||||
"21"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Orca Arena X1 Carbon 0.4 nozzle",
|
||||
"Orca Arena X1 Carbon 0.6 nozzle",
|
||||
"Orca Arena X1 Carbon 0.8 nozzle"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFA09",
|
||||
"name": "Arena PLA Tough @base",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"inherits": "fdm_filament_pla",
|
||||
"filament_vendor": [
|
||||
"Orca Arena"
|
||||
],
|
||||
"filament_cost": [
|
||||
"28.99"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.98"
|
||||
],
|
||||
"filament_density": [
|
||||
"1.26"
|
||||
]
|
||||
}
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue