diff --git a/resources/profiles/Anker/machine/Anker M5.json b/resources/profiles/Anker/machine/Anker M5.json index 23f96de300..38c1e10f87 100644 --- a/resources/profiles/Anker/machine/Anker M5.json +++ b/resources/profiles/Anker/machine/Anker M5.json @@ -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" } diff --git a/resources/profiles/Anycubic/machine/Anycubic 4Max Pro.json b/resources/profiles/Anycubic/machine/Anycubic 4Max Pro.json index acb451e1c2..31a10f5640 100644 --- a/resources/profiles/Anycubic/machine/Anycubic 4Max Pro.json +++ b/resources/profiles/Anycubic/machine/Anycubic 4Max Pro.json @@ -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" } diff --git a/resources/profiles/Artillery/machine/Artillery Sidewinder X2.json b/resources/profiles/Artillery/machine/Artillery Sidewinder X2.json index dc4d2be6f9..7dae3dfa6d 100644 --- a/resources/profiles/Artillery/machine/Artillery Sidewinder X2.json +++ b/resources/profiles/Artillery/machine/Artillery Sidewinder X2.json @@ -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" } diff --git a/resources/profiles/Creality/hotend.stl b/resources/profiles/Creality/hotend.stl deleted file mode 100644 index 4138160ec0..0000000000 Binary files a/resources/profiles/Creality/hotend.stl and /dev/null differ diff --git a/resources/profiles/Creality/machine/Creality CR-10 Max.json b/resources/profiles/Creality/machine/Creality CR-10 Max.json index 77a0ed0ba5..015077e905 100644 --- a/resources/profiles/Creality/machine/Creality CR-10 Max.json +++ b/resources/profiles/Creality/machine/Creality CR-10 Max.json @@ -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;" } diff --git a/resources/profiles/Creality/machine/Creality Ender-3 V2.json b/resources/profiles/Creality/machine/Creality Ender-3 V2.json index 90449b5951..93734a5c7d 100644 --- a/resources/profiles/Creality/machine/Creality Ender-3 V2.json +++ b/resources/profiles/Creality/machine/Creality Ender-3 V2.json @@ -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;" } diff --git a/resources/profiles/Custom.json b/resources/profiles/Custom.json new file mode 100644 index 0000000000..e9f6d5bc32 --- /dev/null +++ b/resources/profiles/Custom.json @@ -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" + } + ] +} diff --git a/resources/profiles/Custom/filament/My Generic ABS.json b/resources/profiles/Custom/filament/My Generic ABS.json new file mode 100644 index 0000000000..972f4ddcca --- /dev/null +++ b/resources/profiles/Custom/filament/My Generic ABS.json @@ -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" + ] +} diff --git a/resources/profiles/Custom/filament/My Generic ASA.json b/resources/profiles/Custom/filament/My Generic ASA.json new file mode 100644 index 0000000000..51304d26ae --- /dev/null +++ b/resources/profiles/Custom/filament/My Generic ASA.json @@ -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" + ] +} diff --git a/resources/profiles/Custom/filament/My Generic PA-CF.json b/resources/profiles/Custom/filament/My Generic PA-CF.json new file mode 100644 index 0000000000..e2b12590da --- /dev/null +++ b/resources/profiles/Custom/filament/My Generic PA-CF.json @@ -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" + ] +} diff --git a/resources/profiles/Custom/filament/My Generic PA.json b/resources/profiles/Custom/filament/My Generic PA.json new file mode 100644 index 0000000000..6f4f15592f --- /dev/null +++ b/resources/profiles/Custom/filament/My Generic PA.json @@ -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" + ] +} diff --git a/resources/profiles/Custom/filament/My Generic PC.json b/resources/profiles/Custom/filament/My Generic PC.json new file mode 100644 index 0000000000..2bb3b68ff0 --- /dev/null +++ b/resources/profiles/Custom/filament/My Generic PC.json @@ -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" + ] +} diff --git a/resources/profiles/Custom/filament/My Generic PETG.json b/resources/profiles/Custom/filament/My Generic PETG.json new file mode 100644 index 0000000000..35c9957cd6 --- /dev/null +++ b/resources/profiles/Custom/filament/My Generic PETG.json @@ -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" + ] +} diff --git a/resources/profiles/Custom/filament/My Generic PLA-CF.json b/resources/profiles/Custom/filament/My Generic PLA-CF.json new file mode 100644 index 0000000000..ea9dffb366 --- /dev/null +++ b/resources/profiles/Custom/filament/My Generic PLA-CF.json @@ -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" + ] +} diff --git a/resources/profiles/Custom/filament/My Generic PLA.json b/resources/profiles/Custom/filament/My Generic PLA.json new file mode 100644 index 0000000000..0c9dcc4144 --- /dev/null +++ b/resources/profiles/Custom/filament/My Generic PLA.json @@ -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" + ] +} diff --git a/resources/profiles/Custom/filament/My Generic PVA.json b/resources/profiles/Custom/filament/My Generic PVA.json new file mode 100644 index 0000000000..546acc85c0 --- /dev/null +++ b/resources/profiles/Custom/filament/My Generic PVA.json @@ -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" + ] +} diff --git a/resources/profiles/Custom/filament/My Generic TPU.json b/resources/profiles/Custom/filament/My Generic TPU.json new file mode 100644 index 0000000000..a6a6fc4f16 --- /dev/null +++ b/resources/profiles/Custom/filament/My Generic TPU.json @@ -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" + ] +} diff --git a/resources/profiles/Custom/filament/fdm_filament_abs.json b/resources/profiles/Custom/filament/fdm_filament_abs.json new file mode 100644 index 0000000000..b9d4eeda31 --- /dev/null +++ b/resources/profiles/Custom/filament/fdm_filament_abs.json @@ -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" + ] +} diff --git a/resources/profiles/Custom/filament/fdm_filament_asa.json b/resources/profiles/Custom/filament/fdm_filament_asa.json new file mode 100644 index 0000000000..262c561bda --- /dev/null +++ b/resources/profiles/Custom/filament/fdm_filament_asa.json @@ -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" + ] +} diff --git a/resources/profiles/Custom/filament/fdm_filament_common.json b/resources/profiles/Custom/filament/fdm_filament_common.json new file mode 100644 index 0000000000..9f77975119 --- /dev/null +++ b/resources/profiles/Custom/filament/fdm_filament_common.json @@ -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" + ] +} diff --git a/resources/profiles/Custom/filament/fdm_filament_pa.json b/resources/profiles/Custom/filament/fdm_filament_pa.json new file mode 100644 index 0000000000..58f53cd451 --- /dev/null +++ b/resources/profiles/Custom/filament/fdm_filament_pa.json @@ -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" + ] +} diff --git a/resources/profiles/Custom/filament/fdm_filament_pc.json b/resources/profiles/Custom/filament/fdm_filament_pc.json new file mode 100644 index 0000000000..cec8b89a38 --- /dev/null +++ b/resources/profiles/Custom/filament/fdm_filament_pc.json @@ -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" + ] +} diff --git a/resources/profiles/Custom/filament/fdm_filament_pet.json b/resources/profiles/Custom/filament/fdm_filament_pet.json new file mode 100644 index 0000000000..bb2323e9c1 --- /dev/null +++ b/resources/profiles/Custom/filament/fdm_filament_pet.json @@ -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" + ] +} diff --git a/resources/profiles/Custom/filament/fdm_filament_pla.json b/resources/profiles/Custom/filament/fdm_filament_pla.json new file mode 100644 index 0000000000..82c6772f35 --- /dev/null +++ b/resources/profiles/Custom/filament/fdm_filament_pla.json @@ -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" + ] +} diff --git a/resources/profiles/Custom/filament/fdm_filament_pva.json b/resources/profiles/Custom/filament/fdm_filament_pva.json new file mode 100644 index 0000000000..ebf25aa3ae --- /dev/null +++ b/resources/profiles/Custom/filament/fdm_filament_pva.json @@ -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" + ] +} diff --git a/resources/profiles/Custom/filament/fdm_filament_tpu.json b/resources/profiles/Custom/filament/fdm_filament_tpu.json new file mode 100644 index 0000000000..d00b7dbcab --- /dev/null +++ b/resources/profiles/Custom/filament/fdm_filament_tpu.json @@ -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" + ] +} diff --git a/resources/profiles/Custom/machine/MyKlipper 0.4 nozzle.json b/resources/profiles/Custom/machine/MyKlipper 0.4 nozzle.json new file mode 100644 index 0000000000..6a185da8a6 --- /dev/null +++ b/resources/profiles/Custom/machine/MyKlipper 0.4 nozzle.json @@ -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" +} diff --git a/resources/profiles/Custom/machine/MyKlipper.json b/resources/profiles/Custom/machine/MyKlipper.json new file mode 100644 index 0000000000..401e7f63df --- /dev/null +++ b/resources/profiles/Custom/machine/MyKlipper.json @@ -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" +} diff --git a/resources/profiles/Custom/machine/MyMarlin 0.4 nozzle.json b/resources/profiles/Custom/machine/MyMarlin 0.4 nozzle.json new file mode 100644 index 0000000000..422bc8854e --- /dev/null +++ b/resources/profiles/Custom/machine/MyMarlin 0.4 nozzle.json @@ -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" +} \ No newline at end of file diff --git a/resources/profiles/Custom/machine/MyMarlin.json b/resources/profiles/Custom/machine/MyMarlin.json new file mode 100644 index 0000000000..7f9314f9fa --- /dev/null +++ b/resources/profiles/Custom/machine/MyMarlin.json @@ -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" +} diff --git a/resources/profiles/Custom/machine/fdm_klipper_common.json b/resources/profiles/Custom/machine/fdm_klipper_common.json new file mode 100644 index 0000000000..610d1e9268 --- /dev/null +++ b/resources/profiles/Custom/machine/fdm_klipper_common.json @@ -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" +} diff --git a/resources/profiles/Custom/machine/fdm_machine_common.json b/resources/profiles/Custom/machine/fdm_machine_common.json new file mode 100644 index 0000000000..76cfe3d36c --- /dev/null +++ b/resources/profiles/Custom/machine/fdm_machine_common.json @@ -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" +} diff --git a/resources/profiles/Custom/process/0.08mm Extra Fine @MyKlipper.json b/resources/profiles/Custom/process/0.08mm Extra Fine @MyKlipper.json new file mode 100644 index 0000000000..88b1f4bba1 --- /dev/null +++ b/resources/profiles/Custom/process/0.08mm Extra Fine @MyKlipper.json @@ -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" +} diff --git a/resources/profiles/Custom/process/0.08mm Extra Fine @MyMarlin.json b/resources/profiles/Custom/process/0.08mm Extra Fine @MyMarlin.json new file mode 100644 index 0000000000..d8d4ad7736 --- /dev/null +++ b/resources/profiles/Custom/process/0.08mm Extra Fine @MyMarlin.json @@ -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" +} diff --git a/resources/profiles/Custom/process/0.12mm Fine @MyKlipper.json b/resources/profiles/Custom/process/0.12mm Fine @MyKlipper.json new file mode 100644 index 0000000000..6d58049123 --- /dev/null +++ b/resources/profiles/Custom/process/0.12mm Fine @MyKlipper.json @@ -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" +} diff --git a/resources/profiles/Custom/process/0.12mm Fine @MyMarlin.json b/resources/profiles/Custom/process/0.12mm Fine @MyMarlin.json new file mode 100644 index 0000000000..3c9beff900 --- /dev/null +++ b/resources/profiles/Custom/process/0.12mm Fine @MyMarlin.json @@ -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" +} diff --git a/resources/profiles/Custom/process/0.15mm Optimal @MyKlipper.json b/resources/profiles/Custom/process/0.15mm Optimal @MyKlipper.json new file mode 100644 index 0000000000..c74ce50b12 --- /dev/null +++ b/resources/profiles/Custom/process/0.15mm Optimal @MyKlipper.json @@ -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" +} diff --git a/resources/profiles/Custom/process/0.15mm Optimal @MyMarlin.json b/resources/profiles/Custom/process/0.15mm Optimal @MyMarlin.json new file mode 100644 index 0000000000..28a0067e12 --- /dev/null +++ b/resources/profiles/Custom/process/0.15mm Optimal @MyMarlin.json @@ -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" +} diff --git a/resources/profiles/Custom/process/0.20mm Standard @MyKlipper.json b/resources/profiles/Custom/process/0.20mm Standard @MyKlipper.json new file mode 100644 index 0000000000..271b64a1f2 --- /dev/null +++ b/resources/profiles/Custom/process/0.20mm Standard @MyKlipper.json @@ -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" +} diff --git a/resources/profiles/Custom/process/0.20mm Standard @MyMarlin.json b/resources/profiles/Custom/process/0.20mm Standard @MyMarlin.json new file mode 100644 index 0000000000..8ce491917a --- /dev/null +++ b/resources/profiles/Custom/process/0.20mm Standard @MyMarlin.json @@ -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" +} diff --git a/resources/profiles/Custom/process/0.24mm Draft @MyKlipper.json b/resources/profiles/Custom/process/0.24mm Draft @MyKlipper.json new file mode 100644 index 0000000000..510221a0f5 --- /dev/null +++ b/resources/profiles/Custom/process/0.24mm Draft @MyKlipper.json @@ -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" +} diff --git a/resources/profiles/Custom/process/0.24mm Draft @MyMarlin.json b/resources/profiles/Custom/process/0.24mm Draft @MyMarlin.json new file mode 100644 index 0000000000..6ca175d238 --- /dev/null +++ b/resources/profiles/Custom/process/0.24mm Draft @MyMarlin.json @@ -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" +} diff --git a/resources/profiles/Custom/process/0.28mm Extra Draft @MyKlipper.json b/resources/profiles/Custom/process/0.28mm Extra Draft @MyKlipper.json new file mode 100644 index 0000000000..580378ec46 --- /dev/null +++ b/resources/profiles/Custom/process/0.28mm Extra Draft @MyKlipper.json @@ -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" +} diff --git a/resources/profiles/Custom/process/0.28mm Extra Draft @MyMarlin.json b/resources/profiles/Custom/process/0.28mm Extra Draft @MyMarlin.json new file mode 100644 index 0000000000..558b1c5840 --- /dev/null +++ b/resources/profiles/Custom/process/0.28mm Extra Draft @MyMarlin.json @@ -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" +} diff --git a/resources/profiles/Custom/process/fdm_process_common.json b/resources/profiles/Custom/process/fdm_process_common.json new file mode 100644 index 0000000000..7398bcd481 --- /dev/null +++ b/resources/profiles/Custom/process/fdm_process_common.json @@ -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" +} diff --git a/resources/profiles/Custom/process/fdm_process_klipper_common.json b/resources/profiles/Custom/process/fdm_process_klipper_common.json new file mode 100644 index 0000000000..99e4d84fe1 --- /dev/null +++ b/resources/profiles/Custom/process/fdm_process_klipper_common.json @@ -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" + ] +} diff --git a/resources/profiles/Custom/process/fdm_process_marlin_common.json b/resources/profiles/Custom/process/fdm_process_marlin_common.json new file mode 100644 index 0000000000..125431d1ea --- /dev/null +++ b/resources/profiles/Custom/process/fdm_process_marlin_common.json @@ -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" + ] +} diff --git a/resources/profiles/FLSun/V400_bed.stl b/resources/profiles/FLSun/V400_bed.stl index a97ab48233..e58bcdb574 100644 Binary files a/resources/profiles/FLSun/V400_bed.stl and b/resources/profiles/FLSun/V400_bed.stl differ diff --git a/resources/profiles/OrcaArena.json b/resources/profiles/OrcaArena.json new file mode 100644 index 0000000000..e1dc5d09c6 --- /dev/null +++ b/resources/profiles/OrcaArena.json @@ -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" + } + ] +} diff --git a/resources/profiles/OrcaArena/filament/Arena ABS @Arena X1C 0.2 nozzle.json b/resources/profiles/OrcaArena/filament/Arena ABS @Arena X1C 0.2 nozzle.json new file mode 100644 index 0000000000..1f9ad3d80f --- /dev/null +++ b/resources/profiles/OrcaArena/filament/Arena ABS @Arena X1C 0.2 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" + ] +} diff --git a/resources/profiles/OrcaArena/filament/Arena ABS @Arena X1C 0.8 nozzle.json b/resources/profiles/OrcaArena/filament/Arena ABS @Arena X1C 0.8 nozzle.json new file mode 100644 index 0000000000..ed86f94cfd --- /dev/null +++ b/resources/profiles/OrcaArena/filament/Arena ABS @Arena X1C 0.8 nozzle.json @@ -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" + ] +} diff --git a/resources/profiles/OrcaArena/filament/Arena ABS @Arena X1C.json b/resources/profiles/OrcaArena/filament/Arena ABS @Arena X1C.json new file mode 100644 index 0000000000..12b97cd896 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/Arena ABS @Arena X1C.json @@ -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" + ] +} diff --git a/resources/profiles/OrcaArena/filament/Arena ABS @base.json b/resources/profiles/OrcaArena/filament/Arena ABS @base.json new file mode 100644 index 0000000000..ab4584b889 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/Arena ABS @base.json @@ -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" + ] +} diff --git a/resources/profiles/OrcaArena/filament/Arena PA-CF @Arena X1C.json b/resources/profiles/OrcaArena/filament/Arena PA-CF @Arena X1C.json new file mode 100644 index 0000000000..aafb020af4 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/Arena PA-CF @Arena X1C.json @@ -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" + ] +} diff --git a/resources/profiles/OrcaArena/filament/Arena PA-CF @base.json b/resources/profiles/OrcaArena/filament/Arena PA-CF @base.json new file mode 100644 index 0000000000..8dd3d989cb --- /dev/null +++ b/resources/profiles/OrcaArena/filament/Arena PA-CF @base.json @@ -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" + ] +} diff --git a/resources/profiles/OrcaArena/filament/Arena PAHT-CF @Arena X1C.json b/resources/profiles/OrcaArena/filament/Arena PAHT-CF @Arena X1C.json new file mode 100644 index 0000000000..f5163d5c44 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/Arena PAHT-CF @Arena X1C.json @@ -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" + ] +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/Arena PAHT-CF @base.json b/resources/profiles/OrcaArena/filament/Arena PAHT-CF @base.json new file mode 100644 index 0000000000..61f01aae76 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/Arena PAHT-CF @base.json @@ -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" + ] +} diff --git a/resources/profiles/OrcaArena/filament/Arena PC @Arena X1C 0.2 nozzle.json b/resources/profiles/OrcaArena/filament/Arena PC @Arena X1C 0.2 nozzle.json new file mode 100644 index 0000000000..3deffd93d2 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/Arena PC @Arena X1C 0.2 nozzle.json @@ -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" + ] +} diff --git a/resources/profiles/OrcaArena/filament/Arena PC @Arena X1C 0.6 nozzle.json b/resources/profiles/OrcaArena/filament/Arena PC @Arena X1C 0.6 nozzle.json new file mode 100644 index 0000000000..617080d1d2 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/Arena PC @Arena X1C 0.6 nozzle.json @@ -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" + ] +} diff --git a/resources/profiles/OrcaArena/filament/Arena PC @Arena X1C 0.8 nozzle.json b/resources/profiles/OrcaArena/filament/Arena PC @Arena X1C 0.8 nozzle.json new file mode 100644 index 0000000000..69dadb3c4d --- /dev/null +++ b/resources/profiles/OrcaArena/filament/Arena PC @Arena X1C 0.8 nozzle.json @@ -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" + ] +} diff --git a/resources/profiles/OrcaArena/filament/Arena PC @Arena X1C.json b/resources/profiles/OrcaArena/filament/Arena PC @Arena X1C.json new file mode 100644 index 0000000000..bca6edfb24 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/Arena PC @Arena X1C.json @@ -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" + ] +} diff --git a/resources/profiles/OrcaArena/filament/Arena PC @base.json b/resources/profiles/OrcaArena/filament/Arena PC @base.json new file mode 100644 index 0000000000..8a0e407353 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/Arena PC @base.json @@ -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" + ] +} diff --git a/resources/profiles/OrcaArena/filament/Arena PET-CF @Arena X1C.json b/resources/profiles/OrcaArena/filament/Arena PET-CF @Arena X1C.json new file mode 100644 index 0000000000..2da1c70111 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/Arena PET-CF @Arena X1C.json @@ -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" + ] +} diff --git a/resources/profiles/OrcaArena/filament/Arena PET-CF @base.json b/resources/profiles/OrcaArena/filament/Arena PET-CF @base.json new file mode 100644 index 0000000000..52cb04e9f4 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/Arena PET-CF @base.json @@ -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" + ] +} diff --git a/resources/profiles/OrcaArena/filament/Arena PETG Basic @Arena X1C 0.2 nozzle.json b/resources/profiles/OrcaArena/filament/Arena PETG Basic @Arena X1C 0.2 nozzle.json new file mode 100644 index 0000000000..616ed70614 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/Arena PETG Basic @Arena X1C 0.2 nozzle.json @@ -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" + ] +} diff --git a/resources/profiles/OrcaArena/filament/Arena PETG Basic @Arena X1C 0.8 nozzle.json b/resources/profiles/OrcaArena/filament/Arena PETG Basic @Arena X1C 0.8 nozzle.json new file mode 100644 index 0000000000..96b4176928 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/Arena PETG Basic @Arena X1C 0.8 nozzle.json @@ -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" + ] +} diff --git a/resources/profiles/OrcaArena/filament/Arena PETG Basic @Arena X1C.json b/resources/profiles/OrcaArena/filament/Arena PETG Basic @Arena X1C.json new file mode 100644 index 0000000000..5169049047 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/Arena PETG Basic @Arena X1C.json @@ -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" + ] +} diff --git a/resources/profiles/OrcaArena/filament/Arena PETG Basic @base.json b/resources/profiles/OrcaArena/filament/Arena PETG Basic @base.json new file mode 100644 index 0000000000..dc4e5970d8 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/Arena PETG Basic @base.json @@ -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}" + ] +} diff --git a/resources/profiles/OrcaArena/filament/Arena PETG-CF @Arena X1C.json b/resources/profiles/OrcaArena/filament/Arena PETG-CF @Arena X1C.json new file mode 100644 index 0000000000..a9f4753615 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/Arena PETG-CF @Arena X1C.json @@ -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" + ] +} diff --git a/resources/profiles/OrcaArena/filament/Arena PETG-CF @base.json b/resources/profiles/OrcaArena/filament/Arena PETG-CF @base.json new file mode 100644 index 0000000000..bc531afd86 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/Arena PETG-CF @base.json @@ -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" + ] +} diff --git a/resources/profiles/OrcaArena/filament/Arena PLA Basic @Arena X1.json b/resources/profiles/OrcaArena/filament/Arena PLA Basic @Arena X1.json new file mode 100644 index 0000000000..3ccf84cbc1 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/Arena PLA Basic @Arena X1.json @@ -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" + ] +} diff --git a/resources/profiles/OrcaArena/filament/Arena PLA Basic @Arena X1C 0.2 nozzle.json b/resources/profiles/OrcaArena/filament/Arena PLA Basic @Arena X1C 0.2 nozzle.json new file mode 100644 index 0000000000..0815e6d259 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/Arena PLA Basic @Arena X1C 0.2 nozzle.json @@ -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" + ] +} diff --git a/resources/profiles/OrcaArena/filament/Arena PLA Basic @Arena X1C 0.8 nozzle.json b/resources/profiles/OrcaArena/filament/Arena PLA Basic @Arena X1C 0.8 nozzle.json new file mode 100644 index 0000000000..f0561561f3 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/Arena PLA Basic @Arena X1C 0.8 nozzle.json @@ -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" + ] +} diff --git a/resources/profiles/OrcaArena/filament/Arena PLA Basic @Arena X1C.json b/resources/profiles/OrcaArena/filament/Arena PLA Basic @Arena X1C.json new file mode 100644 index 0000000000..9f570db50c --- /dev/null +++ b/resources/profiles/OrcaArena/filament/Arena PLA Basic @Arena X1C.json @@ -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" + ] +} diff --git a/resources/profiles/OrcaArena/filament/Arena PLA Basic @base.json b/resources/profiles/OrcaArena/filament/Arena PLA Basic @base.json new file mode 100644 index 0000000000..61676b7e72 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/Arena PLA Basic @base.json @@ -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" + ] +} diff --git a/resources/profiles/OrcaArena/filament/Arena PLA Impact @Arena X1C.json b/resources/profiles/OrcaArena/filament/Arena PLA Impact @Arena X1C.json new file mode 100644 index 0000000000..7de8bd9a14 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/Arena PLA Impact @Arena X1C.json @@ -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" + ] +} diff --git a/resources/profiles/OrcaArena/filament/Arena PLA Impact @base.json b/resources/profiles/OrcaArena/filament/Arena PLA Impact @base.json new file mode 100644 index 0000000000..41c38ac114 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/Arena PLA Impact @base.json @@ -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" + ] +} diff --git a/resources/profiles/OrcaArena/filament/Arena PLA Marble @Arena X1.json b/resources/profiles/OrcaArena/filament/Arena PLA Marble @Arena X1.json new file mode 100644 index 0000000000..04cc65cc1b --- /dev/null +++ b/resources/profiles/OrcaArena/filament/Arena PLA Marble @Arena X1.json @@ -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" + ] +} diff --git a/resources/profiles/OrcaArena/filament/Arena PLA Marble @Arena X1C.json b/resources/profiles/OrcaArena/filament/Arena PLA Marble @Arena X1C.json new file mode 100644 index 0000000000..4ecdc5de44 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/Arena PLA Marble @Arena X1C.json @@ -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" + ] +} diff --git a/resources/profiles/OrcaArena/filament/Arena PLA Marble @base.json b/resources/profiles/OrcaArena/filament/Arena PLA Marble @base.json new file mode 100644 index 0000000000..534b4ed4ca --- /dev/null +++ b/resources/profiles/OrcaArena/filament/Arena PLA Marble @base.json @@ -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" + ] +} diff --git a/resources/profiles/OrcaArena/filament/Arena PLA Matte @Arena X1.json b/resources/profiles/OrcaArena/filament/Arena PLA Matte @Arena X1.json new file mode 100644 index 0000000000..3d2ef8ff72 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/Arena PLA Matte @Arena X1.json @@ -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" + ] +} diff --git a/resources/profiles/OrcaArena/filament/Arena PLA Matte @Arena X1C 0.2 nozzle.json b/resources/profiles/OrcaArena/filament/Arena PLA Matte @Arena X1C 0.2 nozzle.json new file mode 100644 index 0000000000..c17e8f097a --- /dev/null +++ b/resources/profiles/OrcaArena/filament/Arena PLA Matte @Arena X1C 0.2 nozzle.json @@ -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" + ] +} diff --git a/resources/profiles/OrcaArena/filament/Arena PLA Matte @Arena X1C 0.8 nozzle.json b/resources/profiles/OrcaArena/filament/Arena PLA Matte @Arena X1C 0.8 nozzle.json new file mode 100644 index 0000000000..39546d62ba --- /dev/null +++ b/resources/profiles/OrcaArena/filament/Arena PLA Matte @Arena X1C 0.8 nozzle.json @@ -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" + ] +} diff --git a/resources/profiles/OrcaArena/filament/Arena PLA Matte @Arena X1C.json b/resources/profiles/OrcaArena/filament/Arena PLA Matte @Arena X1C.json new file mode 100644 index 0000000000..1653b4d63f --- /dev/null +++ b/resources/profiles/OrcaArena/filament/Arena PLA Matte @Arena X1C.json @@ -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" + ] +} diff --git a/resources/profiles/OrcaArena/filament/Arena PLA Matte @base.json b/resources/profiles/OrcaArena/filament/Arena PLA Matte @base.json new file mode 100644 index 0000000000..8495e60656 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/Arena PLA Matte @base.json @@ -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" + ] +} diff --git a/resources/profiles/OrcaArena/filament/Arena PLA Metal @Arena X1.json b/resources/profiles/OrcaArena/filament/Arena PLA Metal @Arena X1.json new file mode 100644 index 0000000000..c0f14fba95 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/Arena PLA Metal @Arena X1.json @@ -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" + ] +} diff --git a/resources/profiles/OrcaArena/filament/Arena PLA Metal @Arena X1C 0.2 nozzle.json b/resources/profiles/OrcaArena/filament/Arena PLA Metal @Arena X1C 0.2 nozzle.json new file mode 100644 index 0000000000..2816922e33 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/Arena PLA Metal @Arena X1C 0.2 nozzle.json @@ -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" + ] +} diff --git a/resources/profiles/OrcaArena/filament/Arena PLA Metal @Arena X1C.json b/resources/profiles/OrcaArena/filament/Arena PLA Metal @Arena X1C.json new file mode 100644 index 0000000000..0249823996 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/Arena PLA Metal @Arena X1C.json @@ -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" + ] +} diff --git a/resources/profiles/OrcaArena/filament/Arena PLA Metal @base.json b/resources/profiles/OrcaArena/filament/Arena PLA Metal @base.json new file mode 100644 index 0000000000..6083ab9812 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/Arena PLA Metal @base.json @@ -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" + ] +} diff --git a/resources/profiles/OrcaArena/filament/Arena PLA Silk @Arena X1.json b/resources/profiles/OrcaArena/filament/Arena PLA Silk @Arena X1.json new file mode 100644 index 0000000000..1f22d4fae5 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/Arena PLA Silk @Arena X1.json @@ -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" + ] +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/Arena PLA Silk @Arena X1C 0.2 nozzle.json b/resources/profiles/OrcaArena/filament/Arena PLA Silk @Arena X1C 0.2 nozzle.json new file mode 100644 index 0000000000..cd8325e683 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/Arena PLA Silk @Arena X1C 0.2 nozzle.json @@ -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" + ] +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/Arena PLA Silk @Arena X1C.json b/resources/profiles/OrcaArena/filament/Arena PLA Silk @Arena X1C.json new file mode 100644 index 0000000000..2b8d683746 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/Arena PLA Silk @Arena X1C.json @@ -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" + ] +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/Arena PLA Silk @base.json b/resources/profiles/OrcaArena/filament/Arena PLA Silk @base.json new file mode 100644 index 0000000000..69e1460196 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/Arena PLA Silk @base.json @@ -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" + ] +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/Arena PLA Sparkle @Arena X1.json b/resources/profiles/OrcaArena/filament/Arena PLA Sparkle @Arena X1.json new file mode 100644 index 0000000000..4b06eac359 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/Arena PLA Sparkle @Arena X1.json @@ -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" + ] +} diff --git a/resources/profiles/OrcaArena/filament/Arena PLA Sparkle @Arena X1C.json b/resources/profiles/OrcaArena/filament/Arena PLA Sparkle @Arena X1C.json new file mode 100644 index 0000000000..a8200a3ffd --- /dev/null +++ b/resources/profiles/OrcaArena/filament/Arena PLA Sparkle @Arena X1C.json @@ -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" + ] +} diff --git a/resources/profiles/OrcaArena/filament/Arena PLA Sparkle @base.json b/resources/profiles/OrcaArena/filament/Arena PLA Sparkle @base.json new file mode 100644 index 0000000000..612fbb768b --- /dev/null +++ b/resources/profiles/OrcaArena/filament/Arena PLA Sparkle @base.json @@ -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" + ] +} diff --git a/resources/profiles/OrcaArena/filament/Arena PLA Tough @Arena X1.json b/resources/profiles/OrcaArena/filament/Arena PLA Tough @Arena X1.json new file mode 100644 index 0000000000..d31e6befb8 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/Arena PLA Tough @Arena X1.json @@ -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" + ] +} diff --git a/resources/profiles/OrcaArena/filament/Arena PLA Tough @Arena X1C 0.2 nozzle.json b/resources/profiles/OrcaArena/filament/Arena PLA Tough @Arena X1C 0.2 nozzle.json new file mode 100644 index 0000000000..b86e0ba9a6 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/Arena PLA Tough @Arena X1C 0.2 nozzle.json @@ -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" + ] +} diff --git a/resources/profiles/OrcaArena/filament/Arena PLA Tough @Arena X1C.json b/resources/profiles/OrcaArena/filament/Arena PLA Tough @Arena X1C.json new file mode 100644 index 0000000000..825c531a4b --- /dev/null +++ b/resources/profiles/OrcaArena/filament/Arena PLA Tough @Arena X1C.json @@ -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" + ] +} diff --git a/resources/profiles/OrcaArena/filament/Arena PLA Tough @base.json b/resources/profiles/OrcaArena/filament/Arena PLA Tough @base.json new file mode 100644 index 0000000000..22a830f157 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/Arena PLA Tough @base.json @@ -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" + ] +} diff --git a/resources/profiles/OrcaArena/filament/Arena PLA-CF @Arena X1C 0.8 nozzle.json b/resources/profiles/OrcaArena/filament/Arena PLA-CF @Arena X1C 0.8 nozzle.json new file mode 100644 index 0000000000..6462541f43 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/Arena PLA-CF @Arena X1C 0.8 nozzle.json @@ -0,0 +1,21 @@ +{ + "type": "filament", + "setting_id": "GFSA50_02", + "name": "Arena PLA-CF @Arena X1C 0.8 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "Arena PLA-CF @base", + "filament_max_volumetric_speed": [ + "18" + ], + "nozzle_temperature_initial_layer": [ + "230" + ], + "nozzle_temperature": [ + "230" + ], + "compatible_printers": [ + "Orca Arena X1 Carbon 0.6 nozzle", + "Orca Arena X1 Carbon 0.8 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/filament/Arena PLA-CF @Arena X1C.json b/resources/profiles/OrcaArena/filament/Arena PLA-CF @Arena X1C.json new file mode 100644 index 0000000000..4d9e1004bb --- /dev/null +++ b/resources/profiles/OrcaArena/filament/Arena PLA-CF @Arena X1C.json @@ -0,0 +1,20 @@ +{ + "type": "filament", + "setting_id": "GFSA50_01", + "name": "Arena PLA-CF @Arena X1C", + "from": "system", + "instantiation": "true", + "inherits": "Arena PLA-CF @base", + "filament_max_volumetric_speed": [ + "15" + ], + "nozzle_temperature_initial_layer": [ + "230" + ], + "nozzle_temperature": [ + "230" + ], + "compatible_printers": [ + "Orca Arena X1 Carbon 0.4 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/filament/Arena PLA-CF @base.json b/resources/profiles/OrcaArena/filament/Arena PLA-CF @base.json new file mode 100644 index 0000000000..2dc473739d --- /dev/null +++ b/resources/profiles/OrcaArena/filament/Arena PLA-CF @base.json @@ -0,0 +1,44 @@ +{ + "type": "filament", + "filament_id": "GFA50", + "name": "Arena PLA-CF @base", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_pla", + "filament_vendor": [ + "Orca Arena" + ], + "cool_plate_temp" : [ + "45" + ], + "cool_plate_temp_initial_layer" : [ + "45" + ], + "filament_cost": [ + "34.99" + ], + "filament_flow_ratio": [ + "0.98" + ], + "filament_density": [ + "1.22" + ], + "required_nozzle_HRC": [ + "40" + ], + "slow_down_layer_time": [ + "8" + ], + "nozzle_temperature_range_low": [ + "210" + ], + "nozzle_temperature_range_high": [ + "250" + ], + "additional_cooling_fan_speed": [ + "0" + ], + "filament_type": [ + "PLA-CF" + ] +} diff --git a/resources/profiles/OrcaArena/filament/Arena Support G @Arena X1C.json b/resources/profiles/OrcaArena/filament/Arena Support G @Arena X1C.json new file mode 100644 index 0000000000..538caaeee9 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/Arena Support G @Arena X1C.json @@ -0,0 +1,13 @@ +{ + "type": "filament", + "setting_id": "GFSS01", + "name": "Arena Support G @Arena X1C", + "from": "system", + "instantiation": "true", + "inherits": "Arena Support G @base", + "compatible_printers": [ + "Orca Arena X1 Carbon 0.4 nozzle", + "Orca Arena X1 Carbon 0.6 nozzle", + "Orca Arena X1 Carbon 0.8 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/filament/Arena Support G @base.json b/resources/profiles/OrcaArena/filament/Arena Support G @base.json new file mode 100644 index 0000000000..ae178a6b1b --- /dev/null +++ b/resources/profiles/OrcaArena/filament/Arena Support G @base.json @@ -0,0 +1,35 @@ +{ + "type": "filament", + "filament_id": "GFS01", + "name": "Arena Support G @base", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_pa", + "required_nozzle_HRC": [ + "3" + ], + "filament_vendor": [ + "Orca Arena" + ], + "filament_density": [ + "1.22" + ], + "filament_is_support": [ + "1" + ], + "nozzle_temperature_initial_layer": [ + "280" + ], + "nozzle_temperature": [ + "280" + ], + "fan_cooling_layer_time": [ + "10" + ], + "filament_cost": [ + "34.99" + ], + "slow_down_layer_time":[ + "6" + ] +} diff --git a/resources/profiles/OrcaArena/filament/Arena Support W @Arena X1.json b/resources/profiles/OrcaArena/filament/Arena Support W @Arena X1.json new file mode 100644 index 0000000000..95ce73c17b --- /dev/null +++ b/resources/profiles/OrcaArena/filament/Arena Support W @Arena X1.json @@ -0,0 +1,11 @@ +{ + "type": "filament", + "setting_id": "GFSS02", + "name": "Arena Support W @Arena X1", + "from": "system", + "instantiation": "true", + "inherits": "Arena Support W @base", + "compatible_printers": [ + "Orca Arena X1 0.8 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/filament/Arena Support W @Arena X1C 0.2 nozzle.json b/resources/profiles/OrcaArena/filament/Arena Support W @Arena X1C 0.2 nozzle.json new file mode 100644 index 0000000000..041328b4c7 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/Arena Support W @Arena X1C 0.2 nozzle.json @@ -0,0 +1,20 @@ +{ + "type": "filament", + "setting_id": "GFSS00_00", + "name": "Arena Support W @Arena X1C 0.2 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "Arena Support W @base", + "filament_max_volumetric_speed": [ + "0.5" + ], + "nozzle_temperature_initial_layer": [ + "240" + ], + "nozzle_temperature": [ + "240" + ], + "compatible_printers": [ + "Orca Arena X1 Carbon 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/Arena Support W @Arena X1C.json b/resources/profiles/OrcaArena/filament/Arena Support W @Arena X1C.json new file mode 100644 index 0000000000..9abaf62719 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/Arena Support W @Arena X1C.json @@ -0,0 +1,13 @@ +{ + "type": "filament", + "setting_id": "GFSS00", + "name": "Arena Support W @Arena X1C", + "from": "system", + "instantiation": "true", + "inherits": "Arena Support W @base", + "compatible_printers": [ + "Orca Arena X1 Carbon 0.4 nozzle", + "Orca Arena X1 Carbon 0.6 nozzle", + "Orca Arena X1 Carbon 0.8 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/filament/Arena Support W @base.json b/resources/profiles/OrcaArena/filament/Arena Support W @base.json new file mode 100644 index 0000000000..3e8145207d --- /dev/null +++ b/resources/profiles/OrcaArena/filament/Arena Support W @base.json @@ -0,0 +1,29 @@ +{ + "type": "filament", + "filament_id": "GFS00", + "name": "Arena Support W @base", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_pla", + "filament_vendor": [ + "Orca Arena" + ], + "filament_density": [ + "1.30" + ], + "filament_is_support": [ + "1" + ], + "cool_plate_temp": [ + "40" + ], + "cool_plate_temp_initial_layer": [ + "40" + ], + "filament_cost": [ + "69.98" + ], + "slow_down_layer_time": [ + "8" + ] +} diff --git a/resources/profiles/OrcaArena/filament/Arena TPU 95A @Arena X1.json b/resources/profiles/OrcaArena/filament/Arena TPU 95A @Arena X1.json new file mode 100644 index 0000000000..36e72800ce --- /dev/null +++ b/resources/profiles/OrcaArena/filament/Arena TPU 95A @Arena X1.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "setting_id": "GFSU01", + "name": "Arena TPU 95A @Arena X1", + "from": "system", + "instantiation": "true", + "inherits": "Arena TPU 95A @base", + "filament_max_volumetric_speed": [ + "3.6" + ], + "compatible_printers": [ + "Orca Arena X1 0.8 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/filament/Arena TPU 95A @Arena X1C.json b/resources/profiles/OrcaArena/filament/Arena TPU 95A @Arena X1C.json new file mode 100644 index 0000000000..0fc2db8920 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/Arena TPU 95A @Arena X1C.json @@ -0,0 +1,16 @@ +{ + "type": "filament", + "setting_id": "GFSU00", + "name": "Arena TPU 95A @Arena X1C", + "from": "system", + "instantiation": "true", + "inherits": "Arena TPU 95A @base", + "filament_max_volumetric_speed": [ + "3.6" + ], + "compatible_printers": [ + "Orca Arena X1 Carbon 0.4 nozzle", + "Orca Arena X1 Carbon 0.6 nozzle", + "Orca Arena X1 Carbon 0.8 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/filament/Arena TPU 95A @base.json b/resources/profiles/OrcaArena/filament/Arena TPU 95A @base.json new file mode 100644 index 0000000000..98445a0170 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/Arena TPU 95A @base.json @@ -0,0 +1,23 @@ +{ + "type": "filament", + "filament_id": "GFU01", + "name": "Arena TPU 95A @base", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_tpu", + "filament_vendor": [ + "Orca Arena" + ], + "filament_density": [ + "1.22" + ], + "nozzle_temperature_initial_layer": [ + "230" + ], + "filament_cost": [ + "41.99" + ], + "nozzle_temperature": [ + "230" + ] +} diff --git a/resources/profiles/OrcaArena/filament/Generic ABS @0.2 nozzle.json b/resources/profiles/OrcaArena/filament/Generic ABS @0.2 nozzle.json new file mode 100644 index 0000000000..bccc573e80 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/Generic ABS @0.2 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "setting_id": "GFSB99_00", + "name": "Generic ABS @0.2 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "Generic ABS @base", + "filament_max_volumetric_speed": [ + "2" + ], + "compatible_printers": [ + "Orca Arena X1 Carbon 0.2 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/filament/Generic ABS @base.json b/resources/profiles/OrcaArena/filament/Generic ABS @base.json new file mode 100644 index 0000000000..044703f6a9 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/Generic ABS @base.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "filament_id": "GFB99", + "name": "Generic ABS @base", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_abs", + "filament_flow_ratio": [ + "0.95" + ], + "filament_max_volumetric_speed": [ + "16" + ] +} diff --git a/resources/profiles/OrcaArena/filament/Generic ABS.json b/resources/profiles/OrcaArena/filament/Generic ABS.json new file mode 100644 index 0000000000..e37b104d62 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/Generic ABS.json @@ -0,0 +1,13 @@ +{ + "type": "filament", + "setting_id": "GFSB99", + "name": "Generic ABS", + "from": "system", + "instantiation": "true", + "inherits": "Generic ABS @base", + "compatible_printers": [ + "Orca Arena X1 Carbon 0.4 nozzle", + "Orca Arena X1 Carbon 0.6 nozzle", + "Orca Arena X1 Carbon 0.8 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/filament/Generic ASA @0.2 nozzle.json b/resources/profiles/OrcaArena/filament/Generic ASA @0.2 nozzle.json new file mode 100644 index 0000000000..667287b51b --- /dev/null +++ b/resources/profiles/OrcaArena/filament/Generic ASA @0.2 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "setting_id": "GFSB98_00", + "name": "Generic ASA @0.2 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "Generic ASA @base", + "filament_max_volumetric_speed": [ + "2" + ], + "compatible_printers": [ + "Orca Arena X1 Carbon 0.2 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/filament/Generic ASA @base.json b/resources/profiles/OrcaArena/filament/Generic ASA @base.json new file mode 100644 index 0000000000..ac74598de7 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/Generic ASA @base.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "filament_id": "GFB98", + "name": "Generic ASA @base", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_asa", + "filament_flow_ratio": [ + "0.95" + ], + "filament_max_volumetric_speed": [ + "12" + ] +} diff --git a/resources/profiles/OrcaArena/filament/Generic ASA.json b/resources/profiles/OrcaArena/filament/Generic ASA.json new file mode 100644 index 0000000000..1155e485ac --- /dev/null +++ b/resources/profiles/OrcaArena/filament/Generic ASA.json @@ -0,0 +1,13 @@ +{ + "type": "filament", + "setting_id": "GFSB98", + "name": "Generic ASA", + "from": "system", + "instantiation": "true", + "inherits": "Generic ASA @base", + "compatible_printers": [ + "Orca Arena X1 Carbon 0.4 nozzle", + "Orca Arena X1 Carbon 0.6 nozzle", + "Orca Arena X1 Carbon 0.8 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/filament/Generic PA-CF.json b/resources/profiles/OrcaArena/filament/Generic PA-CF.json new file mode 100644 index 0000000000..24756fe1c6 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/Generic PA-CF.json @@ -0,0 +1,44 @@ +{ + "type": "filament", + "filament_id": "GFN98", + "setting_id": "GFSN99", + "name": "Generic PA-CF", + "from": "system", + "instantiation": "true", + "inherits": "fdm_filament_pa", + "filament_type": [ + "PA-CF" + ], + "nozzle_temperature_initial_layer": [ + "290" + ], + "nozzle_temperature": [ + "290" + ], + "filament_max_volumetric_speed": [ + "8" + ], + "fan_max_speed": [ + "30" + ], + "fan_min_speed": [ + "10" + ], + "overhang_fan_threshold": [ + "0%" + ], + "overhang_fan_speed": [ + "40" + ], + "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" + ] +} diff --git a/resources/profiles/OrcaArena/filament/Generic PA.json b/resources/profiles/OrcaArena/filament/Generic PA.json new file mode 100644 index 0000000000..ae32f87113 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/Generic PA.json @@ -0,0 +1,26 @@ +{ + "type": "filament", + "filament_id": "GFN99", + "setting_id": "GFSN98", + "name": "Generic PA", + "from": "system", + "instantiation": "true", + "inherits": "fdm_filament_pa", + "required_nozzle_HRC": [ + "3" + ], + "nozzle_temperature_initial_layer": [ + "280" + ], + "nozzle_temperature": [ + "280" + ], + "filament_max_volumetric_speed": [ + "16" + ], + "compatible_printers": [ + "Orca Arena X1 Carbon 0.4 nozzle", + "Orca Arena X1 Carbon 0.6 nozzle", + "Orca Arena X1 Carbon 0.8 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/filament/Generic PC @0.2 nozzle.json b/resources/profiles/OrcaArena/filament/Generic PC @0.2 nozzle.json new file mode 100644 index 0000000000..1e4998246f --- /dev/null +++ b/resources/profiles/OrcaArena/filament/Generic PC @0.2 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "setting_id": "GFSC99_00", + "name": "Generic PC @0.2 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "Generic PC @base", + "filament_max_volumetric_speed": [ + "1" + ], + "compatible_printers": [ + "Orca Arena X1 Carbon 0.2 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/filament/Generic PC @base.json b/resources/profiles/OrcaArena/filament/Generic PC @base.json new file mode 100644 index 0000000000..dc053680d1 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/Generic PC @base.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "filament_id": "GFC99", + "name": "Generic PC @base", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_pc", + "filament_max_volumetric_speed": [ + "16" + ], + "filament_flow_ratio": [ + "0.94" + ] +} diff --git a/resources/profiles/OrcaArena/filament/Generic PC.json b/resources/profiles/OrcaArena/filament/Generic PC.json new file mode 100644 index 0000000000..6e40cc6a44 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/Generic PC.json @@ -0,0 +1,13 @@ +{ + "type": "filament", + "setting_id": "GFSC99", + "name": "Generic PC", + "from": "system", + "instantiation": "true", + "inherits": "Generic PC @base", + "compatible_printers": [ + "Orca Arena X1 Carbon 0.4 nozzle", + "Orca Arena X1 Carbon 0.6 nozzle", + "Orca Arena X1 Carbon 0.8 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/filament/Generic PETG @0.2 nozzle.json b/resources/profiles/OrcaArena/filament/Generic PETG @0.2 nozzle.json new file mode 100644 index 0000000000..ff6d76438d --- /dev/null +++ b/resources/profiles/OrcaArena/filament/Generic PETG @0.2 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "setting_id": "GFSG99_01", + "name": "Generic PETG @0.2 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "Generic PETG @base", + "filament_max_volumetric_speed": [ + "1" + ], + "compatible_printers": [ + "Orca Arena X1 Carbon 0.2 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/filament/Generic PETG @base.json b/resources/profiles/OrcaArena/filament/Generic PETG @base.json new file mode 100644 index 0000000000..6a0a6ec4d7 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/Generic PETG @base.json @@ -0,0 +1,71 @@ +{ + "type": "filament", + "filament_id": "GFG99", + "name": "Generic PETG @base", + "from": "system", + "instantiation": "false", + "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" + ], + "nozzle_temperature_range_high": [ + "270" + ], + "cool_plate_temp" : [ + "0" + ], + "eng_plate_temp" : [ + "70" + ], + "cool_plate_temp_initial_layer" : [ + "0" + ], + "eng_plate_temp_initial_layer" : [ + "70" + ], + "hot_plate_temp" : [ + "70" + ], + "textured_plate_temp" : [ + "70" + ], + "textured_plate_temp_initial_layer" : [ + "70" + ], + "hot_plate_temp_initial_layer" : [ + "70" + ], + "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}" + ] +} diff --git a/resources/profiles/OrcaArena/filament/Generic PETG-CF @Arena X1C.json b/resources/profiles/OrcaArena/filament/Generic PETG-CF @Arena X1C.json new file mode 100644 index 0000000000..f4e0c713d4 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/Generic PETG-CF @Arena X1C.json @@ -0,0 +1,13 @@ +{ + "type": "filament", + "setting_id": "GFSG50", + "name": "Generic PETG-CF @Arena X1C", + "from": "system", + "instantiation": "true", + "inherits": "Generic 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" + ] +} diff --git a/resources/profiles/OrcaArena/filament/Generic PETG-CF @base.json b/resources/profiles/OrcaArena/filament/Generic PETG-CF @base.json new file mode 100644 index 0000000000..e33cdd0aa6 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/Generic PETG-CF @base.json @@ -0,0 +1,86 @@ +{ + "type": "filament", + "filament_id": "GFG98", + "name": "Generic 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": [ + "10" + ], + "slow_down_layer_time": [ + "6" + ], + "fan_cooling_layer_time": [ + "20" + ] +} diff --git a/resources/profiles/OrcaArena/filament/Generic PETG.json b/resources/profiles/OrcaArena/filament/Generic PETG.json new file mode 100644 index 0000000000..6c180bd2d2 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/Generic PETG.json @@ -0,0 +1,13 @@ +{ + "type": "filament", + "setting_id": "GFSG99", + "name": "Generic PETG", + "from": "system", + "instantiation": "true", + "inherits": "Generic PETG @base", + "compatible_printers": [ + "Orca Arena X1 Carbon 0.4 nozzle", + "Orca Arena X1 Carbon 0.6 nozzle", + "Orca Arena X1 Carbon 0.8 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/filament/Generic PLA @0.2 nozzle.json b/resources/profiles/OrcaArena/filament/Generic PLA @0.2 nozzle.json new file mode 100644 index 0000000000..6695ad062d --- /dev/null +++ b/resources/profiles/OrcaArena/filament/Generic PLA @0.2 nozzle.json @@ -0,0 +1,17 @@ +{ + "type": "filament", + "setting_id": "GFSL99_00", + "name": "Generic PLA @0.2 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "Generic PLA @base", + "filament_max_volumetric_speed": [ + "2" + ], + "filament_start_gcode": [ + "; filament start gcode\n{if (bed_temperature[current_extruder] >35)||(bed_temperature_initial_layer[current_extruder] >35)}M106 P3 S255\n{elsif(bed_temperature[current_extruder] >30)||(bed_temperature_initial_layer[current_extruder] >30)}M106 P3 S180\n{endif}" + ], + "compatible_printers": [ + "Orca Arena X1 Carbon 0.2 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/filament/Generic PLA @base.json b/resources/profiles/OrcaArena/filament/Generic PLA @base.json new file mode 100644 index 0000000000..43de916b4a --- /dev/null +++ b/resources/profiles/OrcaArena/filament/Generic PLA @base.json @@ -0,0 +1,20 @@ +{ + "type": "filament", + "filament_id": "GFL99", + "name": "Generic PLA @base", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_pla", + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "slow_down_layer_time": [ + "8" + ], + "filament_start_gcode": [ + "; filament start gcode\n{if (bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S255\n{elsif(bed_temperature[current_extruder] >35)||(bed_temperature_initial_layer[current_extruder] >35)}M106 P3 S180\n{endif};Prevent PLA from jamming" + ] +} diff --git a/resources/profiles/OrcaArena/filament/Generic PLA Silk @base.json b/resources/profiles/OrcaArena/filament/Generic PLA Silk @base.json new file mode 100644 index 0000000000..cf7e7b080a --- /dev/null +++ b/resources/profiles/OrcaArena/filament/Generic PLA Silk @base.json @@ -0,0 +1,20 @@ +{ + "type": "filament", + "filament_id": "GFA05", + "name": "Generic PLA Silk @base", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_pla", + "filament_flow_ratio": [ + "0.98" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "slow_down_layer_time": [ + "8" + ], + "filament_start_gcode": [ + "; filament start gcode\n{if (bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S255\n{elsif(bed_temperature[current_extruder] >35)||(bed_temperature_initial_layer[current_extruder] >35)}M106 P3 S180\n{endif};Prevent PLA from jamming" + ] +} diff --git a/resources/profiles/OrcaArena/filament/Generic PLA Silk.json b/resources/profiles/OrcaArena/filament/Generic PLA Silk.json new file mode 100644 index 0000000000..80d06431a2 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/Generic PLA Silk.json @@ -0,0 +1,19 @@ +{ + "type": "filament", + "setting_id": "GFSL99_01", + "name": "Generic PLA Silk", + "from": "system", + "instantiation": "true", + "inherits": "Generic PLA Silk @base", + "filament_max_volumetric_speed": [ + "7.5" + ], + "filament_retraction_length": [ + "0.5" + ], + "compatible_printers": [ + "Orca Arena X1 Carbon 0.4 nozzle", + "Orca Arena X1 Carbon 0.6 nozzle", + "Orca Arena X1 Carbon 0.8 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/filament/Generic PLA-CF @base.json b/resources/profiles/OrcaArena/filament/Generic PLA-CF @base.json new file mode 100644 index 0000000000..aebf40321e --- /dev/null +++ b/resources/profiles/OrcaArena/filament/Generic PLA-CF @base.json @@ -0,0 +1,44 @@ +{ + "type": "filament", + "filament_id": "GFL98", + "name": "Generic PLA-CF @base", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_pla", + "required_nozzle_HRC": [ + "40" + ], + "cool_plate_temp" : [ + "45" + ], + "cool_plate_temp_initial_layer" : [ + "45" + ], + "filament_flow_ratio": [ + "0.95" + ], + "filament_type": [ + "PLA-CF" + ], + "filament_max_volumetric_speed": [ + "12" + ], + "slow_down_layer_time": [ + "7" + ], + "additional_cooling_fan_speed": [ + "0" + ], + "temperature_vitrification": [ + "55" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "nozzle_temperature_range_high": [ + "240" + ], + "filament_start_gcode": [ + "; filament start gcode\n{if (bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S255\n{elsif(bed_temperature[current_extruder] >35)||(bed_temperature_initial_layer[current_extruder] >35)}M106 P3 S180\n{endif}" + ] +} diff --git a/resources/profiles/OrcaArena/filament/Generic PLA-CF.json b/resources/profiles/OrcaArena/filament/Generic PLA-CF.json new file mode 100644 index 0000000000..fe217605ca --- /dev/null +++ b/resources/profiles/OrcaArena/filament/Generic PLA-CF.json @@ -0,0 +1,13 @@ +{ + "type": "filament", + "setting_id": "GFSL98", + "name": "Generic PLA-CF", + "from": "system", + "instantiation": "true", + "inherits": "Generic PLA-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" + ] +} diff --git a/resources/profiles/OrcaArena/filament/Generic PLA.json b/resources/profiles/OrcaArena/filament/Generic PLA.json new file mode 100644 index 0000000000..d8d2983ad1 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/Generic PLA.json @@ -0,0 +1,13 @@ +{ + "type": "filament", + "setting_id": "GFSL99", + "name": "Generic PLA", + "from": "system", + "instantiation": "true", + "inherits": "Generic PLA @base", + "compatible_printers": [ + "Orca Arena X1 Carbon 0.4 nozzle", + "Orca Arena X1 Carbon 0.6 nozzle", + "Orca Arena X1 Carbon 0.8 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/filament/Generic PVA @0.2 nozzle.json b/resources/profiles/OrcaArena/filament/Generic PVA @0.2 nozzle.json new file mode 100644 index 0000000000..9988ae406a --- /dev/null +++ b/resources/profiles/OrcaArena/filament/Generic PVA @0.2 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "setting_id": "GFSS99_00", + "name": "Generic PVA @0.2 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "Generic PVA @base", + "filament_max_volumetric_speed": [ + "0.5" + ], + "compatible_printers": [ + "Orca Arena X1 Carbon 0.2 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/filament/Generic PVA @base.json b/resources/profiles/OrcaArena/filament/Generic PVA @base.json new file mode 100644 index 0000000000..87f3d3a422 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/Generic PVA @base.json @@ -0,0 +1,20 @@ +{ + "type": "filament", + "filament_id": "GFS99", + "name": "Generic PVA @base", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_pva", + "filament_flow_ratio": [ + "0.95" + ], + "filament_max_volumetric_speed": [ + "16" + ], + "slow_down_layer_time": [ + "7" + ], + "slow_down_min_speed": [ + "10" + ] +} diff --git a/resources/profiles/OrcaArena/filament/Generic PVA.json b/resources/profiles/OrcaArena/filament/Generic PVA.json new file mode 100644 index 0000000000..1d6dd63cdf --- /dev/null +++ b/resources/profiles/OrcaArena/filament/Generic PVA.json @@ -0,0 +1,13 @@ +{ + "type": "filament", + "setting_id": "GFSS99", + "name": "Generic PVA", + "from": "system", + "instantiation": "true", + "inherits": "Generic PVA @base", + "compatible_printers": [ + "Orca Arena X1 Carbon 0.4 nozzle", + "Orca Arena X1 Carbon 0.6 nozzle", + "Orca Arena X1 Carbon 0.8 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/filament/Generic TPU.json b/resources/profiles/OrcaArena/filament/Generic TPU.json new file mode 100644 index 0000000000..3c6b2e90e6 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/Generic TPU.json @@ -0,0 +1,20 @@ +{ + "type": "filament", + "filament_id": "GFU99", + "setting_id": "GFSR99", + "name": "Generic TPU", + "from": "system", + "instantiation": "true", + "inherits": "fdm_filament_tpu", + "filament_max_volumetric_speed": [ + "3.2" + ], + "filament_start_gcode": [ + "; filament start gcode\n{if (bed_temperature[current_extruder] >35)||(bed_temperature_initial_layer[current_extruder] >35)}M106 P3 S255\n{elsif (bed_temperature[current_extruder] >30)||(bed_temperature_initial_layer[current_extruder] >30)}M106 P3 S180\n{endif}" + ], + "compatible_printers": [ + "Orca Arena X1 Carbon 0.4 nozzle", + "Orca Arena X1 Carbon 0.6 nozzle", + "Orca Arena X1 Carbon 0.8 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/filament/P1P/Arena ABS @Arena P1P 0.2 nozzle.json b/resources/profiles/OrcaArena/filament/P1P/Arena ABS @Arena P1P 0.2 nozzle.json new file mode 100644 index 0000000000..c4ffbbfa4d --- /dev/null +++ b/resources/profiles/OrcaArena/filament/P1P/Arena ABS @Arena P1P 0.2 nozzle.json @@ -0,0 +1,32 @@ +{ + "type": "filament", + "setting_id": "GFSB00_02", + "name": "Arena ABS @Arena P1P 0.2 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "Arena ABS @base", + "filament_max_volumetric_speed": [ + "2" + ], + "hot_plate_temp" : [ + "100" + ], + "hot_plate_temp_initial_layer" : [ + "100" + ], + "textured_plate_temp" : [ + "100" + ], + "textured_plate_temp_initial_layer" : [ + "100" + ], + "fan_max_speed": [ + "20" + ], + "reduce_fan_stop_start_freq": [ + "0" + ], + "compatible_printers": [ + "Orca Arena P1P 0.2 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/filament/P1P/Arena ABS @Arena P1P.json b/resources/profiles/OrcaArena/filament/P1P/Arena ABS @Arena P1P.json new file mode 100644 index 0000000000..e81b13c08e --- /dev/null +++ b/resources/profiles/OrcaArena/filament/P1P/Arena ABS @Arena P1P.json @@ -0,0 +1,34 @@ +{ + "type": "filament", + "setting_id": "GFSB00_03", + "name": "Arena ABS @Arena P1P", + "from": "system", + "instantiation": "true", + "inherits": "Arena ABS @base", + "filament_max_volumetric_speed": [ + "22" + ], + "fan_max_speed": [ + "20" + ], + "reduce_fan_stop_start_freq": [ + "0" + ], + "hot_plate_temp" : [ + "100" + ], + "hot_plate_temp_initial_layer" : [ + "100" + ], + "textured_plate_temp" : [ + "100" + ], + "textured_plate_temp_initial_layer" : [ + "100" + ], + "compatible_printers": [ + "Orca Arena P1P 0.4 nozzle", + "Orca Arena P1P 0.6 nozzle", + "Orca Arena P1P 0.8 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/filament/P1P/Arena PA-CF @Arena P1P.json b/resources/profiles/OrcaArena/filament/P1P/Arena PA-CF @Arena P1P.json new file mode 100644 index 0000000000..d0973038a3 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/P1P/Arena PA-CF @Arena P1P.json @@ -0,0 +1,34 @@ +{ + "type": "filament", + "setting_id": "GFSN00_10", + "name": "Arena PA-CF @Arena P1P", + "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 P1P 0.4 nozzle", + "Orca Arena P1P 0.6 nozzle", + "Orca Arena P1P 0.8 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/filament/P1P/Arena PAHT-CF @Arena P1P.json b/resources/profiles/OrcaArena/filament/P1P/Arena PAHT-CF @Arena P1P.json new file mode 100644 index 0000000000..71dbbf0a63 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/P1P/Arena PAHT-CF @Arena P1P.json @@ -0,0 +1,13 @@ +{ + "type": "filament", + "setting_id": "GFSN04_10", + "name": "Arena PAHT-CF @Arena P1P", + "from": "system", + "instantiation": "true", + "inherits": "Arena PAHT-CF @base", + "compatible_printers": [ + "Orca Arena P1P 0.4 nozzle", + "Orca Arena P1P 0.6 nozzle", + "Orca Arena P1P 0.8 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/filament/P1P/Arena PC @Arena P1P 0.2 nozzle.json b/resources/profiles/OrcaArena/filament/P1P/Arena PC @Arena P1P 0.2 nozzle.json new file mode 100644 index 0000000000..cfd7900915 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/P1P/Arena PC @Arena P1P 0.2 nozzle.json @@ -0,0 +1,23 @@ +{ + "type": "filament", + "setting_id": "GFSC00_03", + "name": "Arena PC @Arena P1P 0.2 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "Arena PC @base", + "filament_max_volumetric_speed": [ + "1" + ], + "nozzle_temperature": [ + "260" + ], + "fan_max_speed": [ + "20" + ], + "reduce_fan_stop_start_freq": [ + "0" + ], + "compatible_printers": [ + "Orca Arena P1P 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/P1P/Arena PC @Arena P1P.json b/resources/profiles/OrcaArena/filament/P1P/Arena PC @Arena P1P.json new file mode 100644 index 0000000000..9a8b8574ea --- /dev/null +++ b/resources/profiles/OrcaArena/filament/P1P/Arena PC @Arena P1P.json @@ -0,0 +1,19 @@ +{ + "type": "filament", + "setting_id": "GFSC00_04", + "name": "Arena PC @Arena P1P", + "from": "system", + "instantiation": "true", + "inherits": "Arena PC @base", + "fan_max_speed": [ + "20" + ], + "reduce_fan_stop_start_freq": [ + "0" + ], + "compatible_printers": [ + "Orca Arena P1P 0.4 nozzle", + "Orca Arena P1P 0.6 nozzle", + "Orca Arena P1P 0.8 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/filament/P1P/Arena PET-CF @Arena P1P.json b/resources/profiles/OrcaArena/filament/P1P/Arena PET-CF @Arena P1P.json new file mode 100644 index 0000000000..4164c8a68e --- /dev/null +++ b/resources/profiles/OrcaArena/filament/P1P/Arena PET-CF @Arena P1P.json @@ -0,0 +1,23 @@ +{ + "type": "filament", + "setting_id": "GFST01_10", + "name": "Arena PET-CF @Arena P1P", + "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": [ + "20" + ], + "slow_down_layer_time": [ + "2" + ], + "compatible_printers": [ + "Orca Arena P1P 0.4 nozzle" +] +} diff --git a/resources/profiles/OrcaArena/filament/P1P/Arena PETG-CF @Arena P1P.json b/resources/profiles/OrcaArena/filament/P1P/Arena PETG-CF @Arena P1P.json new file mode 100644 index 0000000000..0cecda5053 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/P1P/Arena PETG-CF @Arena P1P.json @@ -0,0 +1,11 @@ +{ + "type": "filament", + "setting_id": "GFSG50_11", + "name": "Arena PETG-CF @Arena P1P", + "from": "system", + "instantiation": "true", + "inherits": "Arena PETG-CF @base", + "compatible_printers": [ + "Orca Arena P1P 0.4 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/filament/P1P/Arena PLA Basic @Arena P1P 0.2 nozzle.json b/resources/profiles/OrcaArena/filament/P1P/Arena PLA Basic @Arena P1P 0.2 nozzle.json new file mode 100644 index 0000000000..57a8c08435 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/P1P/Arena PLA Basic @Arena P1P 0.2 nozzle.json @@ -0,0 +1,32 @@ +{ + "type": "filament", + "setting_id": "GFSA00_10", + "name": "Arena PLA Basic @Arena P1P 0.2 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "Arena PLA Basic @base", + "filament_max_volumetric_speed": [ + "2" + ], + "hot_plate_temp" : [ + "65" + ], + "hot_plate_temp_initial_layer" : [ + "65" + ], + "textured_plate_temp" : [ + "65" + ], + "textured_plate_temp_initial_layer" : [ + "65" + ], + "fan_min_speed": [ + "50" + ], + "fan_cooling_layer_time": [ + "80" + ], + "compatible_printers": [ + "Orca Arena P1P 0.2 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/filament/P1P/Arena PLA Basic @Arena P1P.json b/resources/profiles/OrcaArena/filament/P1P/Arena PLA Basic @Arena P1P.json new file mode 100644 index 0000000000..cb669d47c1 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/P1P/Arena PLA Basic @Arena P1P.json @@ -0,0 +1,37 @@ +{ + "type": "filament", + "setting_id": "GFSA04_10", + "name": "Arena PLA Basic @Arena P1P", + "from": "system", + "instantiation": "true", + "inherits": "Arena PLA Basic @base", + "filament_max_volumetric_speed": [ + "21" + ], + "slow_down_layer_time": [ + "8" + ], + "hot_plate_temp" : [ + "65" + ], + "hot_plate_temp_initial_layer" : [ + "65" + ], + "textured_plate_temp" : [ + "65" + ], + "textured_plate_temp_initial_layer" : [ + "65" + ], + "fan_min_speed": [ + "50" + ], + "fan_cooling_layer_time": [ + "80" + ], + "compatible_printers": [ + "Orca Arena P1P 0.4 nozzle", + "Orca Arena P1P 0.6 nozzle", + "Orca Arena P1P 0.8 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/filament/P1P/Arena PLA Marble @Arena P1P.json b/resources/profiles/OrcaArena/filament/P1P/Arena PLA Marble @Arena P1P.json new file mode 100644 index 0000000000..56b718b205 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/P1P/Arena PLA Marble @Arena P1P.json @@ -0,0 +1,34 @@ +{ + "type": "filament", + "setting_id": "GFSA07_10", + "name": "Arena PLA Marble @Arena P1P", + "from": "system", + "instantiation": "true", + "inherits": "Arena PLA Marble @base", + "hot_plate_temp" : [ + "65" + ], + "hot_plate_temp_initial_layer" : [ + "65" + ], + "textured_plate_temp" : [ + "65" + ], + "textured_plate_temp_initial_layer" : [ + "65" + ], + "fan_min_speed": [ + "50" + ], + "fan_cooling_layer_time": [ + "80" + ], + "slow_down_layer_time": [ + "8" + ], + "compatible_printers": [ + "Orca Arena P1P 0.4 nozzle", + "Orca Arena P1P 0.6 nozzle", + "Orca Arena P1P 0.8 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/filament/P1P/Arena PLA Matte @Arena P1P 0.2 nozzle.json b/resources/profiles/OrcaArena/filament/P1P/Arena PLA Matte @Arena P1P 0.2 nozzle.json new file mode 100644 index 0000000000..5c898243f6 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/P1P/Arena PLA Matte @Arena P1P 0.2 nozzle.json @@ -0,0 +1,32 @@ +{ + "type": "filament", + "setting_id": "GFSA01_10", + "name": "Arena PLA Matte @Arena P1P 0.2 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "Arena PLA Matte @base", + "filament_max_volumetric_speed": [ + "2" + ], + "hot_plate_temp" : [ + "65" + ], + "hot_plate_temp_initial_layer" : [ + "65" + ], + "textured_plate_temp" : [ + "65" + ], + "textured_plate_temp_initial_layer" : [ + "65" + ], + "fan_min_speed": [ + "50" + ], + "fan_cooling_layer_time": [ + "80" + ], + "compatible_printers": [ + "Orca Arena P1P 0.2 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/filament/P1P/Arena PLA Matte @Arena P1P.json b/resources/profiles/OrcaArena/filament/P1P/Arena PLA Matte @Arena P1P.json new file mode 100644 index 0000000000..89c0088bf2 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/P1P/Arena PLA Matte @Arena P1P.json @@ -0,0 +1,37 @@ +{ + "type": "filament", + "setting_id": "GFSA05_10", + "name": "Arena PLA Matte @Arena P1P", + "from": "system", + "instantiation": "true", + "inherits": "Arena PLA Matte @base", + "filament_max_volumetric_speed": [ + "22" + ], + "slow_down_layer_time": [ + "8" + ], + "hot_plate_temp" : [ + "65" + ], + "hot_plate_temp_initial_layer" : [ + "65" + ], + "textured_plate_temp" : [ + "65" + ], + "textured_plate_temp_initial_layer" : [ + "65" + ], + "fan_min_speed": [ + "50" + ], + "fan_cooling_layer_time": [ + "80" + ], + "compatible_printers": [ + "Orca Arena P1P 0.4 nozzle", + "Orca Arena P1P 0.6 nozzle", + "Orca Arena P1P 0.8 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/filament/P1P/Arena PLA Metal @Arena P1P 0.2 nozzle.json b/resources/profiles/OrcaArena/filament/P1P/Arena PLA Metal @Arena P1P 0.2 nozzle.json new file mode 100644 index 0000000000..fd7c7b62bc --- /dev/null +++ b/resources/profiles/OrcaArena/filament/P1P/Arena PLA Metal @Arena P1P 0.2 nozzle.json @@ -0,0 +1,32 @@ +{ + "type": "filament", + "setting_id": "GFSA02_11", + "name": "Arena PLA Metal @Arena P1P 0.2 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "Arena PLA Metal @base", + "filament_max_volumetric_speed": [ + "2" + ], + "hot_plate_temp" : [ + "65" + ], + "hot_plate_temp_initial_layer" : [ + "65" + ], + "textured_plate_temp" : [ + "65" + ], + "textured_plate_temp_initial_layer" : [ + "65" + ], + "fan_min_speed": [ + "50" + ], + "fan_cooling_layer_time": [ + "80" + ], + "compatible_printers": [ + "Orca Arena P1P 0.2 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/filament/P1P/Arena PLA Metal @Arena P1P.json b/resources/profiles/OrcaArena/filament/P1P/Arena PLA Metal @Arena P1P.json new file mode 100644 index 0000000000..3c91dcde9d --- /dev/null +++ b/resources/profiles/OrcaArena/filament/P1P/Arena PLA Metal @Arena P1P.json @@ -0,0 +1,37 @@ +{ + "type": "filament", + "setting_id": "GFSA02_10", + "name": "Arena PLA Metal @Arena P1P", + "from": "system", + "instantiation": "true", + "inherits": "Arena PLA Metal @base", + "filament_max_volumetric_speed": [ + "21" + ], + "slow_down_layer_time": [ + "8" + ], + "hot_plate_temp" : [ + "65" + ], + "hot_plate_temp_initial_layer" : [ + "65" + ], + "textured_plate_temp" : [ + "65" + ], + "textured_plate_temp_initial_layer" : [ + "65" + ], + "fan_min_speed": [ + "50" + ], + "fan_cooling_layer_time": [ + "80" + ], + "compatible_printers": [ + "Orca Arena P1P 0.4 nozzle", + "Orca Arena P1P 0.6 nozzle", + "Orca Arena P1P 0.8 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/filament/P1P/Arena PLA Silk @Arena P1P 0.2 nozzle.json b/resources/profiles/OrcaArena/filament/P1P/Arena PLA Silk @Arena P1P 0.2 nozzle.json new file mode 100644 index 0000000000..0d48d22f52 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/P1P/Arena PLA Silk @Arena P1P 0.2 nozzle.json @@ -0,0 +1,26 @@ +{ + "type": "filament", + "setting_id": "GFSA05_11", + "name": "Arena PLA Silk @Arena P1P 0.2 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "Arena PLA Silk @base", + "filament_max_volumetric_speed": [ + "2" + ], + "hot_plate_temp" : [ + "65" + ], + "hot_plate_temp_initial_layer" : [ + "65" + ], + "textured_plate_temp" : [ + "65" + ], + "textured_plate_temp_initial_layer" : [ + "65" + ], + "compatible_printers": [ + "Orca Arena P1P 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/P1P/Arena PLA Silk @Arena P1P.json b/resources/profiles/OrcaArena/filament/P1P/Arena PLA Silk @Arena P1P.json new file mode 100644 index 0000000000..4f525605a6 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/P1P/Arena PLA Silk @Arena P1P.json @@ -0,0 +1,29 @@ +{ + "type": "filament", + "setting_id": "GFSA05_12", + "name": "Arena PLA Silk @Arena P1P", + "from": "system", + "instantiation": "true", + "inherits": "Arena PLA Silk @base", + "filament_max_volumetric_speed": [ + "12" + ], + "slow_down_layer_time": [ + "8" + ], + "hot_plate_temp" : [ + "65" + ], + "hot_plate_temp_initial_layer" : [ + "65" + ], + "textured_plate_temp" : [ + "65" + ], + "textured_plate_temp_initial_layer" : [ + "65" + ], + "compatible_printers": [ + "Orca Arena P1P 0.4 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/P1P/Arena PLA Sparkle @Arena P1P.json b/resources/profiles/OrcaArena/filament/P1P/Arena PLA Sparkle @Arena P1P.json new file mode 100644 index 0000000000..4bf84a334b --- /dev/null +++ b/resources/profiles/OrcaArena/filament/P1P/Arena PLA Sparkle @Arena P1P.json @@ -0,0 +1,34 @@ +{ + "type": "filament", + "setting_id": "GFSA08_10", + "name": "Arena PLA Sparkle @Arena P1P", + "from": "system", + "instantiation": "true", + "inherits": "Arena PLA Marble @base", + "hot_plate_temp" : [ + "65" + ], + "hot_plate_temp_initial_layer" : [ + "65" + ], + "textured_plate_temp" : [ + "65" + ], + "textured_plate_temp_initial_layer" : [ + "65" + ], + "fan_min_speed": [ + "50" + ], + "fan_cooling_layer_time": [ + "80" + ], + "slow_down_layer_time": [ + "8" + ], + "compatible_printers": [ + "Orca Arena P1P 0.4 nozzle", + "Orca Arena P1P 0.6 nozzle", + "Orca Arena P1P 0.8 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/filament/P1P/Arena PLA Tough @Arena P1P 0.2 nozzle.json b/resources/profiles/OrcaArena/filament/P1P/Arena PLA Tough @Arena P1P 0.2 nozzle.json new file mode 100644 index 0000000000..f99cfc7c5f --- /dev/null +++ b/resources/profiles/OrcaArena/filament/P1P/Arena PLA Tough @Arena P1P 0.2 nozzle.json @@ -0,0 +1,32 @@ +{ + "type": "filament", + "setting_id": "GFSA09_10", + "name": "Arena PLA Tough @Arena P1P 0.2 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "Arena PLA Tough @base", + "filament_max_volumetric_speed": [ + "2" + ], + "hot_plate_temp" : [ + "65" + ], + "hot_plate_temp_initial_layer" : [ + "65" + ], + "textured_plate_temp" : [ + "65" + ], + "textured_plate_temp_initial_layer" : [ + "65" + ], + "fan_min_speed": [ + "50" + ], + "fan_cooling_layer_time": [ + "80" + ], + "compatible_printers": [ + "Orca Arena P1P 0.2 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/filament/P1P/Arena PLA Tough @Arena P1P.json b/resources/profiles/OrcaArena/filament/P1P/Arena PLA Tough @Arena P1P.json new file mode 100644 index 0000000000..5552e23fb5 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/P1P/Arena PLA Tough @Arena P1P.json @@ -0,0 +1,37 @@ +{ + "type": "filament", + "setting_id": "GFSA09_11", + "name": "Arena PLA Tough @Arena P1P", + "from": "system", + "instantiation": "true", + "inherits": "Arena PLA Tough @base", + "filament_max_volumetric_speed": [ + "21" + ], + "slow_down_layer_time": [ + "8" + ], + "hot_plate_temp" : [ + "65" + ], + "hot_plate_temp_initial_layer" : [ + "65" + ], + "textured_plate_temp" : [ + "65" + ], + "textured_plate_temp_initial_layer" : [ + "65" + ], + "fan_min_speed": [ + "50" + ], + "fan_cooling_layer_time": [ + "80" + ], + "compatible_printers": [ + "Orca Arena P1P 0.4 nozzle", + "Orca Arena P1P 0.6 nozzle", + "Orca Arena P1P 0.8 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/filament/P1P/Arena PLA-CF @Arena P1P 0.8 nozzle.json b/resources/profiles/OrcaArena/filament/P1P/Arena PLA-CF @Arena P1P 0.8 nozzle.json new file mode 100644 index 0000000000..0e74d0d105 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/P1P/Arena PLA-CF @Arena P1P 0.8 nozzle.json @@ -0,0 +1,39 @@ +{ + "type": "filament", + "setting_id": "GFSA50_11", + "name": "Arena PLA-CF @Arena P1P 0.8 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "Arena PLA-CF @base", + "filament_max_volumetric_speed": [ + "18" + ], + "hot_plate_temp" : [ + "65" + ], + "hot_plate_temp_initial_layer" : [ + "65" + ], + "textured_plate_temp" : [ + "65" + ], + "textured_plate_temp_initial_layer" : [ + "65" + ], + "fan_min_speed": [ + "50" + ], + "fan_cooling_layer_time": [ + "80" + ], + "nozzle_temperature": [ + "230" + ], + "nozzle_temperature_initial_layer": [ + "230" + ], + "compatible_printers": [ + "Orca Arena P1P 0.6 nozzle", + "Orca Arena P1P 0.8 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/filament/P1P/Arena PLA-CF @Arena P1P.json b/resources/profiles/OrcaArena/filament/P1P/Arena PLA-CF @Arena P1P.json new file mode 100644 index 0000000000..7d60e3f8b9 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/P1P/Arena PLA-CF @Arena P1P.json @@ -0,0 +1,38 @@ +{ + "type": "filament", + "setting_id": "GFSA50_10", + "name": "Arena PLA-CF @Arena P1P", + "from": "system", + "instantiation": "true", + "inherits": "Arena PLA-CF @base", + "filament_max_volumetric_speed": [ + "15" + ], + "hot_plate_temp" : [ + "65" + ], + "hot_plate_temp_initial_layer" : [ + "65" + ], + "textured_plate_temp" : [ + "65" + ], + "textured_plate_temp_initial_layer" : [ + "65" + ], + "fan_min_speed": [ + "50" + ], + "fan_cooling_layer_time": [ + "80" + ], + "nozzle_temperature": [ + "230" + ], + "nozzle_temperature_initial_layer": [ + "230" + ], + "compatible_printers": [ + "Orca Arena P1P 0.4 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/filament/P1P/Arena Support G @Arena P1P.json b/resources/profiles/OrcaArena/filament/P1P/Arena Support G @Arena P1P.json new file mode 100644 index 0000000000..63d94f0a7c --- /dev/null +++ b/resources/profiles/OrcaArena/filament/P1P/Arena Support G @Arena P1P.json @@ -0,0 +1,13 @@ +{ + "type": "filament", + "setting_id": "GFSS01_10", + "name": "Arena Support G @Arena P1P", + "from": "system", + "instantiation": "true", + "inherits": "Arena Support G @base", + "compatible_printers": [ + "Orca Arena P1P 0.4 nozzle", + "Orca Arena P1P 0.6 nozzle", + "Orca Arena P1P 0.8 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/filament/P1P/Arena Support W @Arena P1P 0.2 nozzle.json b/resources/profiles/OrcaArena/filament/P1P/Arena Support W @Arena P1P 0.2 nozzle.json new file mode 100644 index 0000000000..bc0dc90a0f --- /dev/null +++ b/resources/profiles/OrcaArena/filament/P1P/Arena Support W @Arena P1P 0.2 nozzle.json @@ -0,0 +1,38 @@ +{ + "type": "filament", + "setting_id": "GFSS00_10", + "name": "Arena Support W @Arena P1P 0.2 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "Arena Support W @base", + "filament_max_volumetric_speed": [ + "0.5" + ], + "nozzle_temperature_initial_layer": [ + "240" + ], + "nozzle_temperature": [ + "240" + ], + "hot_plate_temp" : [ + "65" + ], + "hot_plate_temp_initial_layer" : [ + "65" + ], + "textured_plate_temp" : [ + "65" + ], + "textured_plate_temp_initial_layer" : [ + "65" + ], + "fan_min_speed": [ + "50" + ], + "fan_cooling_layer_time": [ + "80" + ], + "compatible_printers": [ + "Orca Arena P1P 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/P1P/Arena Support W @Arena P1P.json b/resources/profiles/OrcaArena/filament/P1P/Arena Support W @Arena P1P.json new file mode 100644 index 0000000000..c3c65179a3 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/P1P/Arena Support W @Arena P1P.json @@ -0,0 +1,31 @@ +{ + "type": "filament", + "setting_id": "GFSS02_10", + "name": "Arena Support W @Arena P1P", + "from": "system", + "instantiation": "true", + "inherits": "Arena Support W @base", + "hot_plate_temp" : [ + "65" + ], + "hot_plate_temp_initial_layer" : [ + "65" + ], + "textured_plate_temp" : [ + "65" + ], + "textured_plate_temp_initial_layer" : [ + "65" + ], + "fan_min_speed": [ + "50" + ], + "fan_cooling_layer_time": [ + "80" + ], + "compatible_printers": [ + "Orca Arena P1P 0.4 nozzle", + "Orca Arena P1P 0.6 nozzle", + "Orca Arena P1P 0.8 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/filament/P1P/Arena TPU 95A @Arena P1P.json b/resources/profiles/OrcaArena/filament/P1P/Arena TPU 95A @Arena P1P.json new file mode 100644 index 0000000000..b23625fda1 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/P1P/Arena TPU 95A @Arena P1P.json @@ -0,0 +1,28 @@ +{ + "type": "filament", + "setting_id": "GFSU01_10", + "name": "Arena TPU 95A @Arena P1P", + "from": "system", + "instantiation": "true", + "inherits": "Arena TPU 95A @base", + "filament_max_volumetric_speed": [ + "3.6" + ], + "hot_plate_temp" : [ + "45" + ], + "hot_plate_temp_initial_layer" : [ + "45" + ], + "textured_plate_temp" : [ + "45" + ], + "textured_plate_temp_initial_layer" : [ + "45" + ], + "compatible_printers": [ + "Orca Arena P1P 0.4 nozzle", + "Orca Arena P1P 0.6 nozzle", + "Orca Arena P1P 0.8 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/filament/P1P/Generic ABS @Arena P1P 0.2 nozzle.json b/resources/profiles/OrcaArena/filament/P1P/Generic ABS @Arena P1P 0.2 nozzle.json new file mode 100644 index 0000000000..ce9b9cb507 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/P1P/Generic ABS @Arena P1P 0.2 nozzle.json @@ -0,0 +1,32 @@ +{ + "type": "filament", + "setting_id": "GFSB99_02", + "name": "Generic ABS @Arena P1P 0.2 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "Generic ABS @base", + "filament_max_volumetric_speed": [ + "2" + ], + "fan_max_speed": [ + "20" + ], + "reduce_fan_stop_start_freq": [ + "0" + ], + "hot_plate_temp" : [ + "100" + ], + "hot_plate_temp_initial_layer" : [ + "100" + ], + "textured_plate_temp" : [ + "100" + ], + "textured_plate_temp_initial_layer" : [ + "100" + ], + "compatible_printers": [ + "Orca Arena P1P 0.2 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/filament/P1P/Generic ABS @Arena P1P.json b/resources/profiles/OrcaArena/filament/P1P/Generic ABS @Arena P1P.json new file mode 100644 index 0000000000..ac84079da5 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/P1P/Generic ABS @Arena P1P.json @@ -0,0 +1,31 @@ +{ + "type": "filament", + "setting_id": "GFSB99_01", + "name": "Generic ABS @Arena P1P", + "from": "system", + "instantiation": "true", + "inherits": "Generic ABS @base", + "fan_max_speed": [ + "20" + ], + "reduce_fan_stop_start_freq": [ + "0" + ], + "hot_plate_temp" : [ + "100" + ], + "hot_plate_temp_initial_layer" : [ + "100" + ], + "textured_plate_temp" : [ + "100" + ], + "textured_plate_temp_initial_layer" : [ + "100" + ], + "compatible_printers": [ + "Orca Arena P1P 0.4 nozzle", + "Orca Arena P1P 0.6 nozzle", + "Orca Arena P1P 0.8 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/filament/P1P/Generic ASA @Arena P1P 0.2 nozzle.json b/resources/profiles/OrcaArena/filament/P1P/Generic ASA @Arena P1P 0.2 nozzle.json new file mode 100644 index 0000000000..2972f4dc6b --- /dev/null +++ b/resources/profiles/OrcaArena/filament/P1P/Generic ASA @Arena P1P 0.2 nozzle.json @@ -0,0 +1,26 @@ +{ + "type": "filament", + "setting_id": "GFSB98_11", + "name": "Generic ASA @Arena P1P 0.2 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "Generic ASA @base", + "filament_max_volumetric_speed": [ + "2" + ], + "hot_plate_temp" : [ + "100" + ], + "hot_plate_temp_initial_layer" : [ + "100" + ], + "textured_plate_temp" : [ + "100" + ], + "textured_plate_temp_initial_layer" : [ + "100" + ], + "compatible_printers": [ + "Orca Arena P1P 0.2 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/filament/P1P/Generic ASA @Arena P1P.json b/resources/profiles/OrcaArena/filament/P1P/Generic ASA @Arena P1P.json new file mode 100644 index 0000000000..731d8d462b --- /dev/null +++ b/resources/profiles/OrcaArena/filament/P1P/Generic ASA @Arena P1P.json @@ -0,0 +1,25 @@ +{ + "type": "filament", + "setting_id": "GFSB98_10", + "name": "Generic ASA @Arena P1P", + "from": "system", + "instantiation": "true", + "inherits": "Generic ASA @base", + "hot_plate_temp" : [ + "100" + ], + "hot_plate_temp_initial_layer" : [ + "100" + ], + "textured_plate_temp" : [ + "100" + ], + "textured_plate_temp_initial_layer" : [ + "100" + ], + "compatible_printers": [ + "Orca Arena P1P 0.4 nozzle", + "Orca Arena P1P 0.6 nozzle", + "Orca Arena P1P 0.8 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/filament/P1P/Generic PA @Arena P1P.json b/resources/profiles/OrcaArena/filament/P1P/Generic PA @Arena P1P.json new file mode 100644 index 0000000000..066d7eb4e0 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/P1P/Generic PA @Arena P1P.json @@ -0,0 +1,24 @@ +{ + "type": "filament", + "filament_id": "GFN99", + "setting_id": "GFSN98_10", + "name": "Generic PA @Arena P1P", + "from": "system", + "instantiation": "true", + "inherits": "fdm_filament_pa", + "required_nozzle_HRC": [ + "3" + ], + "nozzle_temperature_initial_layer": [ + "280" + ], + "nozzle_temperature": [ + "280" + ], + "filament_max_volumetric_speed": [ + "16" + ], + "compatible_printers": [ + "Orca Arena P1P 0.4 nozzle" +] +} diff --git a/resources/profiles/OrcaArena/filament/P1P/Generic PA-CF @Arena P1P.json b/resources/profiles/OrcaArena/filament/P1P/Generic PA-CF @Arena P1P.json new file mode 100644 index 0000000000..45e1abea29 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/P1P/Generic PA-CF @Arena P1P.json @@ -0,0 +1,44 @@ +{ + "type": "filament", + "filament_id": "GFN98", + "setting_id": "GFSN99_10", + "name": "Generic PA-CF @Arena P1P", + "from": "system", + "instantiation": "true", + "inherits": "fdm_filament_pa", + "filament_type": [ + "PA-CF" + ], + "nozzle_temperature_initial_layer": [ + "290" + ], + "nozzle_temperature": [ + "290" + ], + "filament_max_volumetric_speed": [ + "8" + ], + "fan_max_speed": [ + "30" + ], + "fan_min_speed": [ + "10" + ], + "overhang_fan_threshold": [ + "0%" + ], + "overhang_fan_speed": [ + "40" + ], + "fan_cooling_layer_time": [ + "5" + ], + "full_fan_speed_layer": [ + "2" + ], + "compatible_printers": [ + "Orca Arena P1P 0.4 nozzle", + "Orca Arena P1P 0.6 nozzle", + "Orca Arena P1P 0.8 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/filament/P1P/Generic PC @Arena P1P 0.2 nozzle.json b/resources/profiles/OrcaArena/filament/P1P/Generic PC @Arena P1P 0.2 nozzle.json new file mode 100644 index 0000000000..719d3428da --- /dev/null +++ b/resources/profiles/OrcaArena/filament/P1P/Generic PC @Arena P1P 0.2 nozzle.json @@ -0,0 +1,20 @@ +{ + "type": "filament", + "setting_id": "GFSC99_01", + "name": "Generic PC @Arena P1P 0.2 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "Generic PC @base", + "filament_max_volumetric_speed": [ + "1" + ], + "fan_max_speed": [ + "20" + ], + "reduce_fan_stop_start_freq": [ + "0" + ], + "compatible_printers": [ + "Orca Arena P1P 0.2 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/P1P/Generic PC @Arena P1P.json b/resources/profiles/OrcaArena/filament/P1P/Generic PC @Arena P1P.json new file mode 100644 index 0000000000..8e8f324af1 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/P1P/Generic PC @Arena P1P.json @@ -0,0 +1,19 @@ +{ + "type": "filament", + "setting_id": "GFSC99_02", + "name": "Generic PC @Arena P1P", + "from": "system", + "instantiation": "true", + "inherits": "Generic PC @base", + "fan_max_speed": [ + "20" + ], + "reduce_fan_stop_start_freq": [ + "0" + ], + "compatible_printers": [ + "Orca Arena P1P 0.4 nozzle", + "Orca Arena P1P 0.6 nozzle", + "Orca Arena P1P 0.8 nozzle" + ] + } \ No newline at end of file diff --git a/resources/profiles/OrcaArena/filament/P1P/Generic PETG @Arena P1P 0.2 nozzle.json b/resources/profiles/OrcaArena/filament/P1P/Generic PETG @Arena P1P 0.2 nozzle.json new file mode 100644 index 0000000000..6b4a99b103 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/P1P/Generic PETG @Arena P1P 0.2 nozzle.json @@ -0,0 +1,26 @@ +{ + "type": "filament", + "setting_id": "GFSG99_11", + "name": "Generic PETG @Arena P1P 0.2 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "Generic PETG @base", + "hot_plate_temp" : [ + "80" + ], + "hot_plate_temp_initial_layer" : [ + "80" + ], + "textured_plate_temp" : [ + "80" + ], + "textured_plate_temp_initial_layer" : [ + "80" + ], + "filament_max_volumetric_speed": [ + "1" + ], + "compatible_printers": [ + "Orca Arena P1P 0.2 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/filament/P1P/Generic PETG @Arena P1P.json b/resources/profiles/OrcaArena/filament/P1P/Generic PETG @Arena P1P.json new file mode 100644 index 0000000000..1ec1195db5 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/P1P/Generic PETG @Arena P1P.json @@ -0,0 +1,25 @@ +{ + "type": "filament", + "setting_id": "GFSG99_10", + "name": "Generic PETG @Arena P1P", + "from": "system", + "instantiation": "true", + "inherits": "Generic PETG @base", + "hot_plate_temp" : [ + "80" + ], + "hot_plate_temp_initial_layer" : [ + "80" + ], + "textured_plate_temp" : [ + "80" + ], + "textured_plate_temp_initial_layer" : [ + "80" + ], + "compatible_printers": [ + "Orca Arena P1P 0.4 nozzle", + "Orca Arena P1P 0.6 nozzle", + "Orca Arena P1P 0.8 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/filament/P1P/Generic PETG-CF @Arena P1P.json b/resources/profiles/OrcaArena/filament/P1P/Generic PETG-CF @Arena P1P.json new file mode 100644 index 0000000000..1b3e30f73e --- /dev/null +++ b/resources/profiles/OrcaArena/filament/P1P/Generic PETG-CF @Arena P1P.json @@ -0,0 +1,11 @@ +{ + "type": "filament", + "setting_id": "GFSG50_10", + "name": "Generic PETG-CF @Arena P1P", + "from": "system", + "instantiation": "true", + "inherits": "Generic PETG-CF @base", + "compatible_printers": [ + "Orca Arena P1P 0.4 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/filament/P1P/Generic PLA @Arena P1P 0.2 nozzle.json b/resources/profiles/OrcaArena/filament/P1P/Generic PLA @Arena P1P 0.2 nozzle.json new file mode 100644 index 0000000000..9289d0c221 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/P1P/Generic PLA @Arena P1P 0.2 nozzle.json @@ -0,0 +1,35 @@ +{ + "type": "filament", + "setting_id": "GFSL99_11", + "name": "Generic PLA @Arena P1P 0.2 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "Generic PLA @base", + "filament_max_volumetric_speed": [ + "2" + ], + "filament_start_gcode": [ + "; filament start gcode\n{if (bed_temperature[current_extruder] >35)||(bed_temperature_initial_layer[current_extruder] >35)}M106 P3 S255\n{elsif(bed_temperature[current_extruder] >30)||(bed_temperature_initial_layer[current_extruder] >30)}M106 P3 S180\n{endif}" + ], + "hot_plate_temp" : [ + "65" + ], + "hot_plate_temp_initial_layer" : [ + "65" + ], + "textured_plate_temp" : [ + "65" + ], + "textured_plate_temp_initial_layer" : [ + "65" + ], + "fan_min_speed": [ + "50" + ], + "fan_cooling_layer_time": [ + "80" + ], + "compatible_printers": [ + "Orca Arena P1P 0.2 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/filament/P1P/Generic PLA @Arena P1P.json b/resources/profiles/OrcaArena/filament/P1P/Generic PLA @Arena P1P.json new file mode 100644 index 0000000000..2bfcce5354 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/P1P/Generic PLA @Arena P1P.json @@ -0,0 +1,31 @@ +{ + "type": "filament", + "setting_id": "GFSL99_10", + "name": "Generic PLA @Arena P1P", + "from": "system", + "instantiation": "true", + "inherits": "Generic PLA @base", + "hot_plate_temp" : [ + "65" + ], + "hot_plate_temp_initial_layer" : [ + "65" + ], + "textured_plate_temp" : [ + "65" + ], + "textured_plate_temp_initial_layer" : [ + "65" + ], + "fan_min_speed": [ + "50" + ], + "fan_cooling_layer_time": [ + "80" + ], + "compatible_printers": [ + "Orca Arena P1P 0.4 nozzle", + "Orca Arena P1P 0.6 nozzle", + "Orca Arena P1P 0.8 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/filament/P1P/Generic PLA Silk @Arena P1P.json b/resources/profiles/OrcaArena/filament/P1P/Generic PLA Silk @Arena P1P.json new file mode 100644 index 0000000000..67c38ec974 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/P1P/Generic PLA Silk @Arena P1P.json @@ -0,0 +1,19 @@ +{ + "type": "filament", + "setting_id": "GFSL99_12", + "name": "Generic PLA Silk @Arena P1P", + "from": "system", + "instantiation": "true", + "inherits": "Generic PLA Silk @base", + "filament_max_volumetric_speed": [ + "7.5" + ], + "filament_retraction_length": [ + "0.5" + ], + "compatible_printers": [ + "Orca Arena P1P 0.4 nozzle", + "Orca Arena P1P 0.6 nozzle", + "Orca Arena P1P 0.8 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/filament/P1P/Generic PLA-CF @Arena P1P.json b/resources/profiles/OrcaArena/filament/P1P/Generic PLA-CF @Arena P1P.json new file mode 100644 index 0000000000..4cdd3c70c6 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/P1P/Generic PLA-CF @Arena P1P.json @@ -0,0 +1,23 @@ +{ + "type": "filament", + "setting_id": "GFSL98_10", + "name": "Generic PLA-CF @Arena P1P", + "from": "system", + "instantiation": "true", + "inherits": "Generic PLA-CF @base", + "hot_plate_temp" : [ + "65" + ], + "hot_plate_temp_initial_layer" : [ + "65" + ], + "textured_plate_temp" : [ + "65" + ], + "textured_plate_temp_initial_layer" : [ + "65" + ], + "compatible_printers": [ + "Orca Arena P1P 0.4 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/filament/P1P/Generic PVA @Arena P1P 0.2 nozzle.json b/resources/profiles/OrcaArena/filament/P1P/Generic PVA @Arena P1P 0.2 nozzle.json new file mode 100644 index 0000000000..f8c1f9ccb8 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/P1P/Generic PVA @Arena P1P 0.2 nozzle.json @@ -0,0 +1,26 @@ +{ + "type": "filament", + "setting_id": "GFSS99_11", + "name": "Generic PVA @Arena P1P 0.2 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "Generic PVA @base", + "filament_max_volumetric_speed": [ + "0.5" + ], + "hot_plate_temp" : [ + "65" + ], + "hot_plate_temp_initial_layer" : [ + "65" + ], + "textured_plate_temp" : [ + "65" + ], + "textured_plate_temp_initial_layer" : [ + "65" + ], + "compatible_printers": [ + "Orca Arena P1P 0.2 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/filament/P1P/Generic PVA @Arena P1P.json b/resources/profiles/OrcaArena/filament/P1P/Generic PVA @Arena P1P.json new file mode 100644 index 0000000000..8e928f9c74 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/P1P/Generic PVA @Arena P1P.json @@ -0,0 +1,31 @@ +{ + "type": "filament", + "setting_id": "GFSS99_10", + "name": "Generic PVA @Arena P1P", + "from": "system", + "instantiation": "true", + "inherits": "Generic PVA @base", + "textured_plate_temp" : [ + "65" + ], + "textured_plate_temp_initial_layer" : [ + "65" + ], + "hot_plate_temp" : [ + "65" + ], + "hot_plate_temp_initial_layer" : [ + "65" + ], + "fan_min_speed": [ + "50" + ], + "fan_cooling_layer_time": [ + "80" + ], + "compatible_printers": [ + "Orca Arena P1P 0.4 nozzle", + "Orca Arena P1P 0.6 nozzle", + "Orca Arena P1P 0.8 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/filament/P1P/Generic TPU @Arena P1P.json b/resources/profiles/OrcaArena/filament/P1P/Generic TPU @Arena P1P.json new file mode 100644 index 0000000000..4233760a8f --- /dev/null +++ b/resources/profiles/OrcaArena/filament/P1P/Generic TPU @Arena P1P.json @@ -0,0 +1,32 @@ +{ + "type": "filament", + "filament_id": "GFU99", + "setting_id": "GFSR99_10", + "name": "Generic TPU @Arena P1P", + "from": "system", + "instantiation": "true", + "inherits": "fdm_filament_tpu", + "filament_max_volumetric_speed": [ + "3.2" + ], + "filament_start_gcode": [ + "; filament start gcode\n{if (bed_temperature[current_extruder] >35)||(bed_temperature_initial_layer[current_extruder] >35)}M106 P3 S255\n{elsif (bed_temperature[current_extruder] >30)||(bed_temperature_initial_layer[current_extruder] >30)}M106 P3 S180\n{endif}" + ], + "hot_plate_temp" : [ + "45" + ], + "hot_plate_temp_initial_layer" : [ + "45" + ], + "textured_plate_temp" : [ + "45" + ], + "textured_plate_temp_initial_layer" : [ + "45" + ], + "compatible_printers": [ + "Orca Arena P1P 0.4 nozzle", + "Orca Arena P1P 0.6 nozzle", + "Orca Arena P1P 0.8 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/filament/P1P/PolyLite PLA @Arena P1P 0.2 nozzle.json b/resources/profiles/OrcaArena/filament/P1P/PolyLite PLA @Arena P1P 0.2 nozzle.json new file mode 100644 index 0000000000..537fc2c2e3 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/P1P/PolyLite PLA @Arena P1P 0.2 nozzle.json @@ -0,0 +1,32 @@ +{ + "type": "filament", + "setting_id": "GFSL25_10", + "name": "PolyLite PLA @Arena P1P 0.2 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "PolyLite PLA @Arena X1C", + "filament_max_volumetric_speed": [ + "1" + ], + "hot_plate_temp" : [ + "65" + ], + "hot_plate_temp_initial_layer" : [ + "65" + ], + "textured_plate_temp" : [ + "65" + ], + "textured_plate_temp_initial_layer" : [ + "65" + ], + "fan_min_speed": [ + "50" + ], + "fan_cooling_layer_time": [ + "80" + ], + "compatible_printers": [ + "Orca Arena P1P 0.2 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/filament/P1P/PolyLite PLA @Arena P1P.json b/resources/profiles/OrcaArena/filament/P1P/PolyLite PLA @Arena P1P.json new file mode 100644 index 0000000000..583a58f784 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/P1P/PolyLite PLA @Arena P1P.json @@ -0,0 +1,37 @@ +{ + "type": "filament", + "setting_id": "GFSL23_10", + "name": "PolyLite PLA @Arena P1P", + "from": "system", + "instantiation": "true", + "inherits": "PolyLite PLA @base", + "filament_max_volumetric_speed": [ + "15" + ], + "slow_down_layer_time": [ + "8" + ], + "hot_plate_temp" : [ + "65" + ], + "hot_plate_temp_initial_layer" : [ + "65" + ], + "textured_plate_temp" : [ + "65" + ], + "textured_plate_temp_initial_layer" : [ + "65" + ], + "fan_min_speed": [ + "50" + ], + "fan_cooling_layer_time": [ + "80" + ], + "compatible_printers": [ + "Orca Arena P1P 0.4 nozzle", + "Orca Arena P1P 0.6 nozzle", + "Orca Arena P1P 0.8 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/filament/P1P/PolyTerra PLA @Arena P1P 0.2 nozzle.json b/resources/profiles/OrcaArena/filament/P1P/PolyTerra PLA @Arena P1P 0.2 nozzle.json new file mode 100644 index 0000000000..da4f970df9 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/P1P/PolyTerra PLA @Arena P1P 0.2 nozzle.json @@ -0,0 +1,32 @@ +{ + "type": "filament", + "setting_id": "GFSL24_10", + "name": "PolyTerra PLA @Arena P1P 0.2 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "PolyTerra PLA @Arena X1C", + "filament_max_volumetric_speed": [ + "1" + ], + "hot_plate_temp" : [ + "65" + ], + "hot_plate_temp_initial_layer" : [ + "65" + ], + "textured_plate_temp" : [ + "65" + ], + "textured_plate_temp_initial_layer" : [ + "65" + ], + "fan_min_speed": [ + "50" + ], + "fan_cooling_layer_time": [ + "80" + ], + "compatible_printers": [ + "Orca Arena P1P 0.2 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/filament/P1P/PolyTerra PLA @Arena P1P.json b/resources/profiles/OrcaArena/filament/P1P/PolyTerra PLA @Arena P1P.json new file mode 100644 index 0000000000..63d631f7b0 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/P1P/PolyTerra PLA @Arena P1P.json @@ -0,0 +1,37 @@ +{ + "type": "filament", + "setting_id": "GFSL22_10", + "name": "PolyTerra PLA @Arena P1P", + "from": "system", + "instantiation": "true", + "inherits": "PolyTerra PLA @base", + "filament_max_volumetric_speed": [ + "22" + ], + "slow_down_layer_time": [ + "8" + ], + "hot_plate_temp" : [ + "65" + ], + "hot_plate_temp_initial_layer" : [ + "65" + ], + "textured_plate_temp" : [ + "65" + ], + "textured_plate_temp_initial_layer" : [ + "65" + ], + "fan_min_speed": [ + "50" + ], + "fan_cooling_layer_time": [ + "80" + ], + "compatible_printers": [ + "Orca Arena P1P 0.4 nozzle", + "Orca Arena P1P 0.6 nozzle", + "Orca Arena P1P 0.8 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/filament/PolyLite PLA @Arena X1.json b/resources/profiles/OrcaArena/filament/PolyLite PLA @Arena X1.json new file mode 100644 index 0000000000..fe3d99ffe0 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/PolyLite PLA @Arena X1.json @@ -0,0 +1,17 @@ +{ + "type": "filament", + "setting_id": "GFSL23", + "name": "PolyLite PLA @Arena X1", + "from": "system", + "instantiation": "true", + "inherits": "PolyLite PLA @base", + "filament_max_volumetric_speed": [ + "15" + ], + "slow_down_layer_time": [ + "8" + ], + "compatible_printers": [ + "Orca Arena X1 0.8 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/filament/PolyLite PLA @Arena X1C 0.2 nozzle.json b/resources/profiles/OrcaArena/filament/PolyLite PLA @Arena X1C 0.2 nozzle.json new file mode 100644 index 0000000000..8604c1d72f --- /dev/null +++ b/resources/profiles/OrcaArena/filament/PolyLite PLA @Arena X1C 0.2 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "setting_id": "GFSL25", + "name": "PolyLite PLA @Arena X1C 0.2 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "PolyLite PLA @Arena X1C", + "filament_max_volumetric_speed": [ + "1" + ], + "compatible_printers": [ + "Orca Arena X1 Carbon 0.2 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/filament/PolyLite PLA @Arena X1C.json b/resources/profiles/OrcaArena/filament/PolyLite PLA @Arena X1C.json new file mode 100644 index 0000000000..66cb1c18e4 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/PolyLite PLA @Arena X1C.json @@ -0,0 +1,19 @@ +{ + "type": "filament", + "setting_id": "GFSL19", + "name": "PolyLite PLA @Arena X1C", + "from": "system", + "instantiation": "true", + "inherits": "PolyLite PLA @base", + "filament_max_volumetric_speed": [ + "15" + ], + "filament_start_gcode": [ + "; filament start gcode\n{if (bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S255\n{elsif(bed_temperature[current_extruder] >35)||(bed_temperature_initial_layer[current_extruder] >35)}M106 P3 S180\n{endif}" + ], + "compatible_printers": [ + "Orca Arena X1 Carbon 0.4 nozzle", + "Orca Arena X1 Carbon 0.6 nozzle", + "Orca Arena X1 Carbon 0.8 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/filament/PolyLite PLA @base.json b/resources/profiles/OrcaArena/filament/PolyLite PLA @base.json new file mode 100644 index 0000000000..4a67c09316 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/PolyLite PLA @base.json @@ -0,0 +1,20 @@ +{ + "type": "filament", + "filament_id": "GFL00", + "name": "PolyLite PLA @base", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_pla", + "filament_vendor": [ + "Polymaker" + ], + "filament_cost": [ + "25.4" + ], + "filament_density": [ + "1.24" + ], + "filament_flow_ratio": [ + "0.95" + ] +} diff --git a/resources/profiles/OrcaArena/filament/PolyTerra PLA @Arena X1.json b/resources/profiles/OrcaArena/filament/PolyTerra PLA @Arena X1.json new file mode 100644 index 0000000000..9f457993f5 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/PolyTerra PLA @Arena X1.json @@ -0,0 +1,17 @@ +{ + "type": "filament", + "setting_id": "GFSL22", + "name": "PolyTerra PLA @Arena X1", + "from": "system", + "instantiation": "true", + "inherits": "PolyTerra PLA @base", + "filament_max_volumetric_speed": [ + "22" + ], + "slow_down_layer_time": [ + "8" + ], + "compatible_printers": [ + "Orca Arena X1 0.8 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/filament/PolyTerra PLA @Arena X1C 0.2 nozzle.json b/resources/profiles/OrcaArena/filament/PolyTerra PLA @Arena X1C 0.2 nozzle.json new file mode 100644 index 0000000000..30afdc8cef --- /dev/null +++ b/resources/profiles/OrcaArena/filament/PolyTerra PLA @Arena X1C 0.2 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "filament", + "setting_id": "GFSL24", + "name": "PolyTerra PLA @Arena X1C 0.2 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "PolyTerra PLA @Arena X1C", + "filament_max_volumetric_speed": [ + "1" + ], + "compatible_printers": [ + "Orca Arena X1 Carbon 0.2 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/filament/PolyTerra PLA @Arena X1C.json b/resources/profiles/OrcaArena/filament/PolyTerra PLA @Arena X1C.json new file mode 100644 index 0000000000..0c79c101b1 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/PolyTerra PLA @Arena X1C.json @@ -0,0 +1,19 @@ +{ + "type": "filament", + "setting_id": "GFSL18", + "name": "PolyTerra PLA @Arena X1C", + "from": "system", + "instantiation": "true", + "inherits": "PolyTerra PLA @base", + "filament_max_volumetric_speed": [ + "22" + ], + "filament_start_gcode": [ + "; filament start gcode\n{if (bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S255\n{elsif(bed_temperature[current_extruder] >35)||(bed_temperature_initial_layer[current_extruder] >35)}M106 P3 S180\n{endif}" + ], + "compatible_printers": [ + "Orca Arena X1 Carbon 0.4 nozzle", + "Orca Arena X1 Carbon 0.6 nozzle", + "Orca Arena X1 Carbon 0.8 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/filament/PolyTerra PLA @base.json b/resources/profiles/OrcaArena/filament/PolyTerra PLA @base.json new file mode 100644 index 0000000000..306401f647 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/PolyTerra PLA @base.json @@ -0,0 +1,20 @@ +{ + "type": "filament", + "filament_id": "GFL01", + "name": "PolyTerra PLA @base", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_pla", + "filament_vendor": [ + "Polymaker" + ], + "filament_cost": [ + "25.4" + ], + "filament_density": [ + "1.31" + ], + "filament_flow_ratio": [ + "0.98" + ] +} diff --git a/resources/profiles/OrcaArena/filament/fdm_filament_abs.json b/resources/profiles/OrcaArena/filament/fdm_filament_abs.json new file mode 100644 index 0000000000..12a0e89ca4 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/fdm_filament_abs.json @@ -0,0 +1,88 @@ +{ + "type": "filament", + "name": "fdm_filament_abs", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_common", + "cool_plate_temp" : [ + "0" + ], + "eng_plate_temp" : [ + "90" + ], + "hot_plate_temp" : [ + "90" + ], + "textured_plate_temp" : [ + "90" + ], + "cool_plate_temp_initial_layer" : [ + "0" + ], + "eng_plate_temp_initial_layer" : [ + "90" + ], + "hot_plate_temp_initial_layer" : [ + "90" + ], + "textured_plate_temp_initial_layer" : [ + "90" + ], + "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": [ + "270" + ], + "temperature_vitrification": [ + "100" + ], + "nozzle_temperature_range_low": [ + "240" + ], + "nozzle_temperature_range_high": [ + "280" + ], + "slow_down_min_speed": [ + "10" + ], + "slow_down_layer_time": [ + "3" + ] +} diff --git a/resources/profiles/OrcaArena/filament/fdm_filament_asa.json b/resources/profiles/OrcaArena/filament/fdm_filament_asa.json new file mode 100644 index 0000000000..a3a3c9a27d --- /dev/null +++ b/resources/profiles/OrcaArena/filament/fdm_filament_asa.json @@ -0,0 +1,88 @@ +{ + "type": "filament", + "name": "fdm_filament_asa", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_common", + "cool_plate_temp" : [ + "0" + ], + "eng_plate_temp" : [ + "90" + ], + "hot_plate_temp" : [ + "90" + ], + "textured_plate_temp" : [ + "90" + ], + "cool_plate_temp_initial_layer" : [ + "0" + ], + "eng_plate_temp_initial_layer" : [ + "90" + ], + "hot_plate_temp_initial_layer" : [ + "90" + ], + "textured_plate_temp_initial_layer" : [ + "90" + ], + "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": [ + "100" + ], + "nozzle_temperature_range_low": [ + "240" + ], + "nozzle_temperature_range_high": [ + "280" + ], + "slow_down_min_speed": [ + "10" + ], + "slow_down_layer_time": [ + "3" + ] +} diff --git a/resources/profiles/OrcaArena/filament/fdm_filament_common.json b/resources/profiles/OrcaArena/filament/fdm_filament_common.json new file mode 100644 index 0000000000..646ec19711 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/fdm_filament_common.json @@ -0,0 +1,147 @@ +{ + "type": "filament", + "name": "fdm_filament_common", + "from": "system", + "instantiation": "false", + "filament_is_support": [ + "0" + ], + "required_nozzle_HRC": [ + "3" + ], + "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 \nM106 P3 S0\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" + ], + "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" + ] +} diff --git a/resources/profiles/OrcaArena/filament/fdm_filament_pa.json b/resources/profiles/OrcaArena/filament/fdm_filament_pa.json new file mode 100644 index 0000000000..fb2d02e700 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/fdm_filament_pa.json @@ -0,0 +1,88 @@ +{ + "type": "filament", + "name": "fdm_filament_pa", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_common", + "required_nozzle_HRC": [ + "40" + ], + "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": [ + "260" + ], + "nozzle_temperature_range_high": [ + "300" + ], + "slow_down_min_speed": [ + "10" + ], + "slow_down_layer_time": [ + "2" + ] +} diff --git a/resources/profiles/OrcaArena/filament/fdm_filament_pc.json b/resources/profiles/OrcaArena/filament/fdm_filament_pc.json new file mode 100644 index 0000000000..daf96f0164 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/fdm_filament_pc.json @@ -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": [ + "120" + ], + "nozzle_temperature_range_low": [ + "260" + ], + "nozzle_temperature_range_high": [ + "290" + ], + "slow_down_min_speed": [ + "10" + ], + "slow_down_layer_time": [ + "2" + ] +} diff --git a/resources/profiles/OrcaArena/filament/fdm_filament_pet.json b/resources/profiles/OrcaArena/filament/fdm_filament_pet.json new file mode 100644 index 0000000000..c6f4fc2960 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/fdm_filament_pet.json @@ -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": [ + "70" + ], + "nozzle_temperature_range_low": [ + "220" + ], + "nozzle_temperature_range_high": [ + "260" + ], + "filament_start_gcode": [ + "; filament start gcode\n{if (bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S180\n{elsif (bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S255\n{endif};Prevent PLA from jamming" + ] +} diff --git a/resources/profiles/OrcaArena/filament/fdm_filament_pla.json b/resources/profiles/OrcaArena/filament/fdm_filament_pla.json new file mode 100644 index 0000000000..10242fca9a --- /dev/null +++ b/resources/profiles/OrcaArena/filament/fdm_filament_pla.json @@ -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" : [ + "35" + ], + "eng_plate_temp" : [ + "0" + ], + "hot_plate_temp" : [ + "55" + ], + "textured_plate_temp" : [ + "55" + ], + "cool_plate_temp_initial_layer" : [ + "35" + ], + "eng_plate_temp_initial_layer" : [ + "0" + ], + "hot_plate_temp_initial_layer" : [ + "55" + ], + "textured_plate_temp_initial_layer" : [ + "55" + ], + "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": [ + "55" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "nozzle_temperature_range_high": [ + "240" + ], + "slow_down_min_speed": [ + "10" + ], + "slow_down_layer_time": [ + "4" + ], + "additional_cooling_fan_speed": [ + "70" + ], + "filament_start_gcode": [ + "; filament start gcode\n{if (bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S255\n{elsif(bed_temperature[current_extruder] >35)||(bed_temperature_initial_layer[current_extruder] >35)}M106 P3 S180\n{endif}" + ] +} diff --git a/resources/profiles/OrcaArena/filament/fdm_filament_pva.json b/resources/profiles/OrcaArena/filament/fdm_filament_pva.json new file mode 100644 index 0000000000..a6bfb295e2 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/fdm_filament_pva.json @@ -0,0 +1,100 @@ +{ + "type": "filament", + "name": "fdm_filament_pva", + "from": "system", + "instantiation": "false", + "inherits": "fdm_filament_common", + "cool_plate_temp" : [ + "45" + ], + "eng_plate_temp" : [ + "0" + ], + "hot_plate_temp" : [ + "55" + ], + "textured_plate_temp" : [ + "55" + ], + "cool_plate_temp_initial_layer" : [ + "45" + ], + "eng_plate_temp_initial_layer" : [ + "0" + ], + "hot_plate_temp_initial_layer" : [ + "55" + ], + "textured_plate_temp_initial_layer" : [ + "55" + ], + "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": [ + "55" + ], + "nozzle_temperature_range_low": [ + "190" + ], + "nozzle_temperature_range_high": [ + "240" + ], + "slow_down_min_speed": [ + "10" + ], + "slow_down_layer_time": [ + "4" + ], + "additional_cooling_fan_speed": [ + "70" + ], + "filament_start_gcode": [ + "; filament start gcode\n{if (bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S255\n{elsif(bed_temperature[current_extruder] >35)||(bed_temperature_initial_layer[current_extruder] >35)}M106 P3 S180\n{endif}" + ] +} diff --git a/resources/profiles/OrcaArena/filament/fdm_filament_tpu.json b/resources/profiles/OrcaArena/filament/fdm_filament_tpu.json new file mode 100644 index 0000000000..df97b1ccf4 --- /dev/null +++ b/resources/profiles/OrcaArena/filament/fdm_filament_tpu.json @@ -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": [ + "35" + ], + "nozzle_temperature_range_low": [ + "200" + ], + "nozzle_temperature_range_high": [ + "250" + ], + "filament_start_gcode": [ + "; filament start gcode\n{if (bed_temperature[current_extruder] >35)||(bed_temperature_initial_layer[current_extruder] >35)}M106 P3 S255\n{elsif(bed_temperature[current_extruder] >30)||(bed_temperature_initial_layer[current_extruder] >30)}M106 P3 S180\n{endif}" + ] +} diff --git a/resources/profiles/OrcaArena/machine/Orca Arena P1P 0.2 nozzle.json b/resources/profiles/OrcaArena/machine/Orca Arena P1P 0.2 nozzle.json new file mode 100644 index 0000000000..5855aeff11 --- /dev/null +++ b/resources/profiles/OrcaArena/machine/Orca Arena P1P 0.2 nozzle.json @@ -0,0 +1,34 @@ +{ + "type": "machine", + "setting_id": "GM010", + "name": "Orca Arena P1P 0.2 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "Orca Arena P1P 0.4 nozzle", + "printer_model": "Orca Arena P1P", + "nozzle_diameter": [ + "0.2" + ], + "printer_variant": "0.2", + "default_filament_profile": [ + "Arena PLA Basic @Arena X1C 0.2 nozzle" + ], + "default_print_profile": "0.10mm Standard @Arena P1P 0.2 nozzle", + "max_layer_height": [ + "0.14" + ], + "min_layer_height": [ + "0.04" + ], + "retraction_length": [ + "0.4" + ], + "retraction_minimum_travel": [ + "5" + ], + "machine_start_gcode": ";===== machine: P1P ========================\n;===== date: 20230323 =====================\n;===== turn on the HB fan =================\nM104 S[nozzle_temperature_initial_layer] ;set extruder temp to turn on the HB fan\n;===== reset machine status =================\nG91\nM17 Z0.4 ; lower the z-motor current\nG0 Z12 F300 ; lower the hotbed , to prevent the nozzle is below the hotbed\nG0 Z-6;\nG90\nM17 X1.2 Y1.2 Z0.75 ; reset motor current to default\nM960 S5 P1 ; turn on logo lamp\nG90\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nM73.2 R1.0 ;Reset left time magnitude\nM1002 set_gcode_claim_speed_level : 5\nM221 X0 Y0 Z0 ; turn off soft endstop to prevent protential logic problem\nG29.1 Z{+0.0} ; clear z-trim value first\n\n;===== heatbed preheat ====================\nM1002 gcode_claim_action : 2\nM140 S[bed_temperature_initial_layer_single] ;set bed temp\nM190 S[bed_temperature_initial_layer_single] ;wait for bed temp\n\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_extruder]==\"PLA\"}\n {if (bed_temperature[initial_extruder] >45)||(bed_temperature_initial_layer[initial_extruder] >45)}\n M106 P3 S180\n {elsif (bed_temperature[initial_extruder] >50)||(bed_temperature_initial_layer[initial_extruder] >50)}\n M106 P3 S255\n {endif};Prevent PLA from jamming\n{endif}\nM106 P2 S100 ; turn on big fan ,to cool down toolhead\n\n;===== prepare print temperature and material ==========\nM104 S[nozzle_temperature_initial_layer] ;set extruder temp\nG91\nG0 Z10 F1200\nG90\nG28 X\nM975 S1 ; turn on\nG1 X60 F12000\nG1 Y245\nG1 Y265 F3000\nM620 M\nM620 S[initial_extruder]A ; switch material if AMS exist\n M109 S[nozzle_temperature_initial_layer]\n G1 X120 F12000\n\n G1 X20 Y50 F12000\n G1 Y-3\n T[initial_extruder]\n G1 X54 F12000\n G1 Y265\n M400\nM621 S[initial_extruder]A\nM620.1 E F{filament_max_volumetric_speed[initial_extruder]/2.4053*60} T{nozzle_temperature_range_high[initial_extruder]}\n\n\nM412 S1 ; ===turn on filament runout detection===\n\nM109 S250 ;set nozzle to common flush temp\nM106 P1 S0\nG92 E0\nG1 E50 F200\nM400\nM104 S[nozzle_temperature_initial_layer]\nG92 E0\nG1 E50 F200\nM400\nM106 P1 S255\nG92 E0\nG1 E5 F300\nM109 S{nozzle_temperature_initial_layer[initial_extruder]-20} ; drop nozzle temp, make filament shink a bit\nG92 E0\nG1 E-0.5 F300\n\nG1 X70 F9000\nG1 X76 F15000\nG1 X65 F15000\nG1 X76 F15000\nG1 X65 F15000; shake to put down garbage\nG1 X80 F6000\nG1 X95 F15000\nG1 X80 F15000\nG1 X165 F15000; wipe and shake\nM400\nM106 P1 S0\n;===== prepare print temperature and material end =====\n\n\n;===== wipe nozzle ===============================\nM1002 gcode_claim_action : 14\nM975 S1\nM106 S255\nG1 X65 Y230 F18000\nG1 Y264 F6000\nM109 S{nozzle_temperature_initial_layer[initial_extruder]-20}\nG1 X100 F18000 ; first wipe mouth\n\nG0 X135 Y253 F20000 ; move to exposed steel surface edge\nG28 Z P0 T300; home z with low precision,permit 300deg temperature\nG29.2 S0 ; turn off ABL\nG0 Z5 F20000\n\nG1 X60 Y265\nG92 E0\nG1 E-0.5 F300 ; retrack more\nG1 X100 F5000; second wipe mouth\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X90 F5000\nG0 X128 Y261 Z-1.5 F20000 ; move to exposed steel surface and stop the nozzle\nM104 S140 ; set temp down to heatbed acceptable\nM106 S255 ; turn on fan (G28 has turn off fan)\n\nM221 S; push soft endstop status\nM221 Z0 ;turn off Z axis endstop\nG0 Z0.5 F20000\nG0 X125 Y259.5 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y262.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y260.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y262.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y260.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y261.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y261.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 X128\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\n\nM109 S140 ; wait nozzle temp down to heatbed acceptable\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\n\nM221 R; pop softend status\nG1 Z10 F1200\nM400\nG1 Z10\nG1 F30000\nG1 X230 Y15\nG29.2 S1 ; turn on ABL\n;G28 ; home again after hard wipe mouth\nM106 S0 ; turn off fan , too noisy\n;===== wipe nozzle end ================================\n\n\n;===== bed leveling ==================================\nM1002 judge_flag g29_before_print_flag\nM622 J1\n\n M1002 gcode_claim_action : 1\n G29 A X{first_layer_print_min[0]} Y{first_layer_print_min[1]} I{first_layer_print_size[0]} J{first_layer_print_size[1]}\n M400\n M500 ; save cali data\n\nM623\n;===== bed leveling end ================================\n\n;===== home after wipe mouth============================\nM1002 judge_flag g29_before_print_flag\nM622 J0\n\n M1002 gcode_claim_action : 13\n G28\n\nM623\n;===== home after wipe mouth end =======================\n\nM975 S1 ; turn on vibration supression\n\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_extruder]==\"PLA\"}\n {if (bed_temperature[initial_extruder] >45)||(bed_temperature_initial_layer[initial_extruder] >45)}\n M106 P3 S180\n {elsif (bed_temperature[initial_extruder] >50)||(bed_temperature_initial_layer[initial_extruder] >50)}\n M106 P3 S255\n {endif};Prevent PLA from jamming\n{endif}\nM106 P2 S100 ; turn on big fan ,to cool down toolhead\n\n\nM104 S{nozzle_temperature_initial_layer[initial_extruder]} ; set extrude temp earlier, to reduce wait time\n\n;===== mech mode fast check============================\nG1 X128 Y128 Z10 F20000\nM400 P200\nM970.3 Q1 A7 B30 C80 H15 K0\nM974 Q1 S2 P0\n\nG1 X128 Y128 Z10 F20000\nM400 P200\nM970.3 Q0 A7 B30 C90 Q0 H15 K0\nM974 Q0 S2 P0\n\nM975 S1\nG1 F30000\nG1 X230 Y15\nG28 X ; re-home XY\n;===== fmech mode fast check============================\n\n\n;===== noozle load line ===============================\nM975 S1\nG90\nM83\nT1000\nG1 X18.0 Y1.0 Z0.8 F18000;Move to start position\nM109 S{nozzle_temperature_initial_layer[initial_extruder]}\nG1 Z0.2\nG0 E2 F300\nG0 X240 E15 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nG0 Y11 E0.700 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\nG0 X239.5\nG0 E0.2\nG0 Y1.5 E0.700\nG0 X18 E15 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nM400\n\n;===== for Textured PEI Plate , lower the nozzle as the nozzle was touching topmost of the texture when homing ==\n;curr_bed_type={curr_bed_type}\n{if curr_bed_type==\"Textured PEI Plate\"}\nG29.1 Z-0.04 ; for Textured PEI Plate\n{endif}\n;========turn off light and wait extrude temperature =============\nM1002 gcode_claim_action : 0\nM106 S0 ; turn off fan\nM106 P2 S0 ; turn off big fan\nM106 P3 S0 ; turn off chamber fan\n\nM975 S1 ; turn on mech mode supression", + "upward_compatible_machine":[ + "Orca Arena X1 0.2 nozzle", + "Orca Arena X1 Carbon 0.2 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/machine/Orca Arena P1P 0.4 nozzle.json b/resources/profiles/OrcaArena/machine/Orca Arena P1P 0.4 nozzle.json new file mode 100644 index 0000000000..149deff937 --- /dev/null +++ b/resources/profiles/OrcaArena/machine/Orca Arena P1P 0.4 nozzle.json @@ -0,0 +1,33 @@ +{ + "type": "machine", + "setting_id": "GM013", + "name": "Orca Arena P1P 0.4 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_bbl_3dp_001_common", + "printer_model": "Orca Arena P1P", + "default_filament_profile": [ + "Arena PLA Basic @Arena X1" + ], + "default_print_profile": "0.20mm Standard @Arena P1P", + "nozzle_diameter": [ + "0.4" + ], + "extruder_offset": [ + "0x2" + ], + "extruder_clearance_max_radius": "56", + "machine_start_gcode": ";===== machine: P1P ========================\n;===== date: 20230323 =====================\n;===== turn on the HB fan =================\nM104 S[nozzle_temperature_initial_layer] ;set extruder temp to turn on the HB fan\n;===== reset machine status =================\nG91\nM17 Z0.4 ; lower the z-motor current\nG0 Z12 F300 ; lower the hotbed , to prevent the nozzle is below the hotbed\nG0 Z-6;\nG90\nM17 X1.2 Y1.2 Z0.75 ; reset motor current to default\nM960 S5 P1 ; turn on logo lamp\nG90\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nM73.2 R1.0 ;Reset left time magnitude\nM1002 set_gcode_claim_speed_level : 5\nM221 X0 Y0 Z0 ; turn off soft endstop to prevent protential logic problem\nG29.1 Z{+0.0} ; clear z-trim value first\n\n;===== heatbed preheat ====================\nM1002 gcode_claim_action : 2\nM140 S[bed_temperature_initial_layer_single] ;set bed temp\nM190 S[bed_temperature_initial_layer_single] ;wait for bed temp\n\n\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_extruder]==\"PLA\"}\n {if (bed_temperature[initial_extruder] >45)||(bed_temperature_initial_layer[initial_extruder] >45)}\n M106 P3 S180\n {elsif (bed_temperature[initial_extruder] >50)||(bed_temperature_initial_layer[initial_extruder] >50)}\n M106 P3 S255\n {endif};Prevent PLA from jamming\n{endif}\nM106 P2 S100 ; turn on big fan ,to cool down toolhead\n\n;===== prepare print temperature and material ==========\nM104 S[nozzle_temperature_initial_layer] ;set extruder temp\nG91\nG0 Z10 F1200\nG90\nG28 X\nM975 S1 ; turn on\nG1 X60 F12000\nG1 Y245\nG1 Y265 F3000\nM620 M\nM620 S[initial_extruder]A ; switch material if AMS exist\n M109 S[nozzle_temperature_initial_layer]\n G1 X120 F12000\n\n G1 X20 Y50 F12000\n G1 Y-3\n T[initial_extruder]\n G1 X54 F12000\n G1 Y265\n M400\nM621 S[initial_extruder]A\nM620.1 E F{filament_max_volumetric_speed[initial_extruder]/2.4053*60} T{nozzle_temperature_range_high[initial_extruder]}\n\n\nM412 S1 ; ===turn on filament runout detection===\n\nM109 S250 ;set nozzle to common flush temp\nM106 P1 S0\nG92 E0\nG1 E50 F200\nM400\nM104 S[nozzle_temperature_initial_layer]\nG92 E0\nG1 E50 F200\nM400\nM106 P1 S255\nG92 E0\nG1 E5 F300\nM109 S{nozzle_temperature_initial_layer[initial_extruder]-20} ; drop nozzle temp, make filament shink a bit\nG92 E0\nG1 E-0.5 F300\n\nG1 X70 F9000\nG1 X76 F15000\nG1 X65 F15000\nG1 X76 F15000\nG1 X65 F15000; shake to put down garbage\nG1 X80 F6000\nG1 X95 F15000\nG1 X80 F15000\nG1 X165 F15000; wipe and shake\nM400\nM106 P1 S0\n;===== prepare print temperature and material end =====\n\n\n;===== wipe nozzle ===============================\nM1002 gcode_claim_action : 14\nM975 S1\nM106 S255\nG1 X65 Y230 F18000\nG1 Y264 F6000\nM109 S{nozzle_temperature_initial_layer[initial_extruder]-20}\nG1 X100 F18000 ; first wipe mouth\n\nG0 X135 Y253 F20000 ; move to exposed steel surface edge\nG28 Z P0 T300; home z with low precision,permit 300deg temperature\nG29.2 S0 ; turn off ABL\nG0 Z5 F20000\n\nG1 X60 Y265\nG92 E0\nG1 E-0.5 F300 ; retrack more\nG1 X100 F5000; second wipe mouth\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X90 F5000\nG0 X128 Y261 Z-1.5 F20000 ; move to exposed steel surface and stop the nozzle\nM104 S140 ; set temp down to heatbed acceptable\nM106 S255 ; turn on fan (G28 has turn off fan)\n\nM221 S; push soft endstop status\nM221 Z0 ;turn off Z axis endstop\nG0 Z0.5 F20000\nG0 X125 Y259.5 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y262.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y260.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y262.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y260.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y261.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y261.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 X128\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\n\nM109 S140 ; wait nozzle temp down to heatbed acceptable\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\n\nM221 R; pop softend status\nG1 Z10 F1200\nM400\nG1 Z10\nG1 F30000\nG1 X230 Y15\nG29.2 S1 ; turn on ABL\n;G28 ; home again after hard wipe mouth\nM106 S0 ; turn off fan , too noisy\n;===== wipe nozzle end ================================\n\n\n;===== bed leveling ==================================\nM1002 judge_flag g29_before_print_flag\nM622 J1\n\n M1002 gcode_claim_action : 1\n G29 A X{first_layer_print_min[0]} Y{first_layer_print_min[1]} I{first_layer_print_size[0]} J{first_layer_print_size[1]}\n M400\n M500 ; save cali data\n\nM623\n;===== bed leveling end ================================\n\n;===== home after wipe mouth============================\nM1002 judge_flag g29_before_print_flag\nM622 J0\n\n M1002 gcode_claim_action : 13\n G28\n\nM623\n;===== home after wipe mouth end =======================\n\nM975 S1 ; turn on vibration supression\n\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_extruder]==\"PLA\"}\n {if (bed_temperature[initial_extruder] >45)||(bed_temperature_initial_layer[initial_extruder] >45)}\n M106 P3 S180\n {elsif (bed_temperature[initial_extruder] >50)||(bed_temperature_initial_layer[initial_extruder] >50)}\n M106 P3 S255\n {endif};Prevent PLA from jamming\n{endif}\nM106 P2 S100 ; turn on big fan ,to cool down toolhead\n\n\nM104 S{nozzle_temperature_initial_layer[initial_extruder]} ; set extrude temp earlier, to reduce wait time\n\n;===== mech mode fast check============================\nG1 X128 Y128 Z10 F20000\nM400 P200\nM970.3 Q1 A7 B30 C80 H15 K0\nM974 Q1 S2 P0\n\nG1 X128 Y128 Z10 F20000\nM400 P200\nM970.3 Q0 A7 B30 C90 Q0 H15 K0\nM974 Q0 S2 P0\n\nM975 S1\nG1 F30000\nG1 X230 Y15\nG28 X ; re-home XY\n;===== fmech mode fast check============================\n\n\n;===== noozle load line ===============================\nM975 S1\nG90\nM83\nT1000\nG1 X18.0 Y1.0 Z0.8 F18000;Move to start position\nM109 S{nozzle_temperature_initial_layer[initial_extruder]}\nG1 Z0.2\nG0 E2 F300\nG0 X240 E15 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nG0 Y11 E0.700 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\nG0 X239.5\nG0 E0.2\nG0 Y1.5 E0.700\nG0 X18 E15 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nM400\n\n;===== for Textured PEI Plate , lower the nozzle as the nozzle was touching topmost of the texture when homing ==\n;curr_bed_type={curr_bed_type}\n{if curr_bed_type==\"Textured PEI Plate\"}\nG29.1 Z{-0.04} ; for Textured PEI Plate\n{endif}\n;========turn off light and wait extrude temperature =============\nM1002 gcode_claim_action : 0\nM106 S0 ; turn off fan\nM106 P2 S0 ; turn off big fan\nM106 P3 S0 ; turn off chamber fan\n\nM975 S1 ; turn on mech mode supression", + "scan_first_layer": "0", + "machine_load_filament_time": "29", + "machine_unload_filament_time": "28", + "nozzle_type": "stainless_steel", + "nozzle_hrc": "20", + "auxiliary_fan": "0", + "layer_change_gcode": "; layer num/total_layer_count: {layer_num+1}/[total_layer_count]\nM622.1 S1 ; for prev firware, default turned on\nM1002 judge_flag timelapse_record_flag\nM622 J1\n{if timelapse_type == 0} ; timelapse without wipe tower\nM971 S11 C10 O0\n{elsif timelapse_type == 1} ; timelapse with wipe tower\nG92 E0\nG1 E-[retraction_length] F1800\nG17\nG2 Z{layer_z + 0.4} I0.86 J0.86 P1 F20000 ; spiral lift a little\nG1 X65 Y245 F20000 ; move to safe pos\nG17\nG2 Z{layer_z} I0.86 J0.86 P1 F20000\nG1 Y265 F3000\nM400 P300\nM971 S11 C11 O0\nG92 E0\nG1 E[retraction_length] F300\nG1 X100 F5000\nG1 Y255 F20000\n{endif}\nM623\n; update layer progress\nM73 L{layer_num+1}\nM991 S0 P{layer_num} ;notify layer change", + "upward_compatible_machine":[ + "Orca Arena X1 0.4 nozzle", + "Orca Arena X1 Carbon 0.4 nozzle" + ], + "bbl_calib_mark_logo": "0" + } diff --git a/resources/profiles/OrcaArena/machine/Orca Arena P1P 0.6 nozzle.json b/resources/profiles/OrcaArena/machine/Orca Arena P1P 0.6 nozzle.json new file mode 100644 index 0000000000..76aa2caef9 --- /dev/null +++ b/resources/profiles/OrcaArena/machine/Orca Arena P1P 0.6 nozzle.json @@ -0,0 +1,36 @@ +{ + "type": "machine", + "setting_id": "GM011", + "name": "Orca Arena P1P 0.6 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "Orca Arena P1P 0.4 nozzle", + "printer_model": "Orca Arena P1P", + "default_filament_profile": [ + "Arena PLA Basic @Arena X1" + ], + "default_print_profile": "0.30mm Standard @Arena P1P 0.6 nozzle", + "nozzle_diameter": [ + "0.6" + ], + "printer_variant": "0.6", + "max_layer_height": [ + "0.42" + ], + "min_layer_height": [ + "0.12" + ], + "retraction_length": [ + "1.4" + ], + "retraction_minimum_travel": [ + "3" + ], + "machine_start_gcode": ";===== machine: P1P ========================\n;===== date: 20230323 =====================\n;===== turn on the HB fan =================\nM104 S[nozzle_temperature_initial_layer] ;set extruder temp to turn on the HB fan\n;===== reset machine status =================\nG91\nM17 Z0.4 ; lower the z-motor current\nG0 Z12 F300 ; lower the hotbed , to prevent the nozzle is below the hotbed\nG0 Z-6;\nG90\nM17 X1.2 Y1.2 Z0.75 ; reset motor current to default\nM960 S5 P1 ; turn on logo lamp\nG90\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nM73.2 R1.0 ;Reset left time magnitude\nM1002 set_gcode_claim_speed_level : 5\nM221 X0 Y0 Z0 ; turn off soft endstop to prevent protential logic problem\nG29.1 Z{+0.0} ; clear z-trim value first\n\n;===== heatbed preheat ====================\nM1002 gcode_claim_action : 2\nM140 S[bed_temperature_initial_layer_single] ;set bed temp\nM190 S[bed_temperature_initial_layer_single] ;wait for bed temp\n\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_extruder]==\"PLA\"}\n {if (bed_temperature[initial_extruder] >45)||(bed_temperature_initial_layer[initial_extruder] >45)}\n M106 P3 S180\n {elsif (bed_temperature[initial_extruder] >50)||(bed_temperature_initial_layer[initial_extruder] >50)}\n M106 P3 S255\n {endif};Prevent PLA from jamming\n{endif}\nM106 P2 S100 ; turn on big fan ,to cool down toolhead\n\n;===== prepare print temperature and material ==========\nM104 S[nozzle_temperature_initial_layer] ;set extruder temp\nG91\nG0 Z10 F1200\nG90\nG28 X\nM975 S1 ; turn on\nG1 X60 F12000\nG1 Y245\nG1 Y265 F3000\nM620 M\nM620 S[initial_extruder]A ; switch material if AMS exist\n M109 S[nozzle_temperature_initial_layer]\n G1 X120 F12000\n\n G1 X20 Y50 F12000\n G1 Y-3\n T[initial_extruder]\n G1 X54 F12000\n G1 Y265\n M400\nM621 S[initial_extruder]A\nM620.1 E F{filament_max_volumetric_speed[initial_extruder]/2.4053*60} T{nozzle_temperature_range_high[initial_extruder]}\n\n\nM412 S1 ; ===turn on filament runout detection===\n\nM109 S250 ;set nozzle to common flush temp\nM106 P1 S0\nG92 E0\nG1 E50 F200\nM400\nM104 S[nozzle_temperature_initial_layer]\nG92 E0\nG1 E50 F200\nM400\nM106 P1 S255\nG92 E0\nG1 E5 F300\nM109 S{nozzle_temperature_initial_layer[initial_extruder]-20} ; drop nozzle temp, make filament shink a bit\nG92 E0\nG1 E-0.5 F300\n\nG1 X70 F9000\nG1 X76 F15000\nG1 X65 F15000\nG1 X76 F15000\nG1 X65 F15000; shake to put down garbage\nG1 X80 F6000\nG1 X95 F15000\nG1 X80 F15000\nG1 X165 F15000; wipe and shake\nM400\nM106 P1 S0\n;===== prepare print temperature and material end =====\n\n\n;===== wipe nozzle ===============================\nM1002 gcode_claim_action : 14\nM975 S1\nM106 S255\nG1 X65 Y230 F18000\nG1 Y264 F6000\nM109 S{nozzle_temperature_initial_layer[initial_extruder]-20}\nG1 X100 F18000 ; first wipe mouth\n\nG0 X135 Y253 F20000 ; move to exposed steel surface edge\nG28 Z P0 T300; home z with low precision,permit 300deg temperature\nG29.2 S0 ; turn off ABL\nG0 Z5 F20000\n\nG1 X60 Y265\nG92 E0\nG1 E-0.5 F300 ; retrack more\nG1 X100 F5000; second wipe mouth\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X90 F5000\nG0 X128 Y261 Z-1.5 F20000 ; move to exposed steel surface and stop the nozzle\nM104 S140 ; set temp down to heatbed acceptable\nM106 S255 ; turn on fan (G28 has turn off fan)\n\nM221 S; push soft endstop status\nM221 Z0 ;turn off Z axis endstop\nG0 Z0.5 F20000\nG0 X125 Y259.5 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y262.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y260.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y262.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y260.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y261.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y261.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 X128\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\n\nM109 S140 ; wait nozzle temp down to heatbed acceptable\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\n\nM221 R; pop softend status\nG1 Z10 F1200\nM400\nG1 Z10\nG1 F30000\nG1 X230 Y15\nG29.2 S1 ; turn on ABL\n;G28 ; home again after hard wipe mouth\nM106 S0 ; turn off fan , too noisy\n;===== wipe nozzle end ================================\n\n\n;===== bed leveling ==================================\nM1002 judge_flag g29_before_print_flag\nM622 J1\n\n M1002 gcode_claim_action : 1\n G29 A X{first_layer_print_min[0]} Y{first_layer_print_min[1]} I{first_layer_print_size[0]} J{first_layer_print_size[1]}\n M400\n M500 ; save cali data\n\nM623\n;===== bed leveling end ================================\n\n;===== home after wipe mouth============================\nM1002 judge_flag g29_before_print_flag\nM622 J0\n\n M1002 gcode_claim_action : 13\n G28\n\nM623\n;===== home after wipe mouth end =======================\n\nM975 S1 ; turn on vibration supression\n\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_extruder]==\"PLA\"}\n {if (bed_temperature[initial_extruder] >45)||(bed_temperature_initial_layer[initial_extruder] >45)}\n M106 P3 S180\n {elsif (bed_temperature[initial_extruder] >50)||(bed_temperature_initial_layer[initial_extruder] >50)}\n M106 P3 S255\n {endif};Prevent PLA from jamming\n{endif}\nM106 P2 S100 ; turn on big fan ,to cool down toolhead\n\n\nM104 S{nozzle_temperature_initial_layer[initial_extruder]} ; set extrude temp earlier, to reduce wait time\n\n;===== mech mode fast check============================\nG1 X128 Y128 Z10 F20000\nM400 P200\nM970.3 Q1 A7 B30 C80 H15 K0\nM974 Q1 S2 P0\n\nG1 X128 Y128 Z10 F20000\nM400 P200\nM970.3 Q0 A7 B30 C90 Q0 H15 K0\nM974 Q0 S2 P0\n\nM975 S1\nG1 F30000\nG1 X230 Y15\nG28 X ; re-home XY\n;===== fmech mode fast check============================\n\n\n;===== noozle load line ===============================\nM975 S1\nG90\nM83\nT1000\nG1 X18.0 Y1.0 Z0.8 F18000;Move to start position\nM109 S{nozzle_temperature_initial_layer[initial_extruder]}\nG1 Z0.2\nG0 E2 F300\nG0 X240 E25 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nG0 Y15 E1.166 F{outer_wall_volumetric_speed/(0.3*0.5)/ 4 * 60}\nG0 X239.5\nG0 E0.2\nG0 Y1.5 E1.166\nG0 X18 E25 F{outer_wall_volumetric_speed/(0.3*0.5) * 60}\nM400\n\n;===== for Textured PEI Plate , lower the nozzle as the nozzle was touching topmost of the texture when homing ==\n;curr_bed_type={curr_bed_type}\n{if curr_bed_type==\"Textured PEI Plate\"}\nG29.1 Z{-0.04} ; for Textured PEI Plate\n{endif}\n;========turn off light and wait extrude temperature =============\nM1002 gcode_claim_action : 0\nM106 S0 ; turn off fan\nM106 P2 S0 ; turn off big fan\nM106 P3 S0 ; turn off chamber fan\n\nM975 S1 ; turn on mech mode supression", + "nozzle_type": "hardened_steel", + "nozzle_hrc": "55", + "upward_compatible_machine":[ + "Orca Arena X1 0.6 nozzle", + "Orca Arena X1 Carbon 0.6 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/machine/Orca Arena P1P 0.8 nozzle.json b/resources/profiles/OrcaArena/machine/Orca Arena P1P 0.8 nozzle.json new file mode 100644 index 0000000000..3e092d0867 --- /dev/null +++ b/resources/profiles/OrcaArena/machine/Orca Arena P1P 0.8 nozzle.json @@ -0,0 +1,39 @@ +{ + "type": "machine", + "setting_id": "GM012", + "name": "Orca Arena P1P 0.8 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "Orca Arena P1P 0.4 nozzle", + "printer_model": "Orca Arena P1P", + "default_filament_profile": [ + "Arena PLA Basic @Arena X1" + ], + "nozzle_diameter": [ + "0.8" + ], + "printer_variant": "0.8", + "default_print_profile": "0.40mm Standard @Arena P1P 0.8 nozzle", + "max_layer_height": [ + "0.56" + ], + "min_layer_height": [ + "0.16" + ], + "retraction_length": [ + "3" + ], + "retraction_minimum_travel": [ + "1" + ], + "retract_length_toolchange": [ + "3" + ], + "machine_start_gcode": ";===== machine: P1P ========================\n;===== date: 20230323 =====================\n;===== turn on the HB fan =================\nM104 S[nozzle_temperature_initial_layer] ;set extruder temp to turn on the HB fan\n;===== reset machine status =================\nG91\nM17 Z0.4 ; lower the z-motor current\nG0 Z12 F300 ; lower the hotbed , to prevent the nozzle is below the hotbed\nG0 Z-6;\nG90\nM17 X1.2 Y1.2 Z0.75 ; reset motor current to default\nM960 S5 P1 ; turn on logo lamp\nG90\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\nM73.2 R1.0 ;Reset left time magnitude\nM1002 set_gcode_claim_speed_level : 5\nM221 X0 Y0 Z0 ; turn off soft endstop to prevent protential logic problem\nG29.1 Z{+0.0} ; clear z-trim value first\n\n;===== heatbed preheat ====================\nM1002 gcode_claim_action : 2\nM140 S[bed_temperature_initial_layer_single] ;set bed temp\nM190 S[bed_temperature_initial_layer_single] ;wait for bed temp\n\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_extruder]==\"PLA\"}\n {if (bed_temperature[initial_extruder] >45)||(bed_temperature_initial_layer[initial_extruder] >45)}\n M106 P3 S180\n {elsif (bed_temperature[initial_extruder] >50)||(bed_temperature_initial_layer[initial_extruder] >50)}\n M106 P3 S255\n {endif};Prevent PLA from jamming\n{endif}\nM106 P2 S100 ; turn on big fan ,to cool down toolhead\n\n;===== prepare print temperature and material ==========\nM104 S[nozzle_temperature_initial_layer] ;set extruder temp\nG91\nG0 Z10 F1200\nG90\nG28 X\nM975 S1 ; turn on\nG1 X60 F12000\nG1 Y245\nG1 Y265 F3000\nM620 M\nM620 S[initial_extruder]A ; switch material if AMS exist\n M109 S[nozzle_temperature_initial_layer]\n G1 X120 F12000\n\n G1 X20 Y50 F12000\n G1 Y-3\n T[initial_extruder]\n G1 X54 F12000\n G1 Y265\n M400\nM621 S[initial_extruder]A\nM620.1 E F{filament_max_volumetric_speed[initial_extruder]/2.4053*60} T{nozzle_temperature_range_high[initial_extruder]}\n\n\nM412 S1 ; ===turn on filament runout detection===\n\nM109 S250 ;set nozzle to common flush temp\nM106 P1 S0\nG92 E0\nG1 E50 F200\nM400\nM104 S[nozzle_temperature_initial_layer]\nG92 E0\nG1 E50 F200\nM400\nM106 P1 S255\nG92 E0\nG1 E5 F300\nM109 S{nozzle_temperature_initial_layer[initial_extruder]-20} ; drop nozzle temp, make filament shink a bit\nG92 E0\nG1 E-0.5 F300\n\nG1 X70 F9000\nG1 X76 F15000\nG1 X65 F15000\nG1 X76 F15000\nG1 X65 F15000; shake to put down garbage\nG1 X80 F6000\nG1 X95 F15000\nG1 X80 F15000\nG1 X165 F15000; wipe and shake\nM400\nM106 P1 S0\n;===== prepare print temperature and material end =====\n\n\n;===== wipe nozzle ===============================\nM1002 gcode_claim_action : 14\nM975 S1\nM106 S255\nG1 X65 Y230 F18000\nG1 Y264 F6000\nM109 S{nozzle_temperature_initial_layer[initial_extruder]-20}\nG1 X100 F18000 ; first wipe mouth\n\nG0 X135 Y253 F20000 ; move to exposed steel surface edge\nG28 Z P0 T300; home z with low precision,permit 300deg temperature\nG29.2 S0 ; turn off ABL\nG0 Z5 F20000\n\nG1 X60 Y265\nG92 E0\nG1 E-0.5 F300 ; retrack more\nG1 X100 F5000; second wipe mouth\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X100 F5000\nG1 X70 F15000\nG1 X90 F5000\nG0 X128 Y261 Z-1.5 F20000 ; move to exposed steel surface and stop the nozzle\nM104 S140 ; set temp down to heatbed acceptable\nM106 S255 ; turn on fan (G28 has turn off fan)\n\nM221 S; push soft endstop status\nM221 Z0 ;turn off Z axis endstop\nG0 Z0.5 F20000\nG0 X125 Y259.5 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y262.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y260.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y262.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y260.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y261.5\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 Z0.5 F20000\nG0 X125 Y261.0\nG0 Z-1.01\nG0 X131 F211\nG0 X124\nG0 X128\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\nG2 I0.5 J0 F300\n\nM109 S140 ; wait nozzle temp down to heatbed acceptable\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\nG2 I0.5 J0 F3000\n\nM221 R; pop softend status\nG1 Z10 F1200\nM400\nG1 Z10\nG1 F30000\nG1 X230 Y15\nG29.2 S1 ; turn on ABL\n;G28 ; home again after hard wipe mouth\nM106 S0 ; turn off fan , too noisy\n;===== wipe nozzle end ================================\n\n\n;===== bed leveling ==================================\nM1002 judge_flag g29_before_print_flag\nM622 J1\n\n M1002 gcode_claim_action : 1\n G29 A X{first_layer_print_min[0]} Y{first_layer_print_min[1]} I{first_layer_print_size[0]} J{first_layer_print_size[1]}\n M400\n M500 ; save cali data\n\nM623\n;===== bed leveling end ================================\n\n;===== home after wipe mouth============================\nM1002 judge_flag g29_before_print_flag\nM622 J0\n\n M1002 gcode_claim_action : 13\n G28\n\nM623\n;===== home after wipe mouth end =======================\n\nM975 S1 ; turn on vibration supression\n\n\n;=============turn on fans to prevent PLA jamming=================\n{if filament_type[initial_extruder]==\"PLA\"}\n {if (bed_temperature[initial_extruder] >45)||(bed_temperature_initial_layer[initial_extruder] >45)}\n M106 P3 S180\n {elsif (bed_temperature[initial_extruder] >50)||(bed_temperature_initial_layer[initial_extruder] >50)}\n M106 P3 S255\n {endif};Prevent PLA from jamming\n{endif}\nM106 P2 S100 ; turn on big fan ,to cool down toolhead\n\n\nM104 S{nozzle_temperature_initial_layer[initial_extruder]} ; set extrude temp earlier, to reduce wait time\n\n;===== mech mode fast check============================\nG1 X128 Y128 Z10 F20000\nM400 P200\nM970.3 Q1 A7 B30 C80 H15 K0\nM974 Q1 S2 P0\n\nG1 X128 Y128 Z10 F20000\nM400 P200\nM970.3 Q0 A7 B30 C90 Q0 H15 K0\nM974 Q0 S2 P0\n\nM975 S1\nG1 F30000\nG1 X230 Y15\nG28 X ; re-home XY\n;===== fmech mode fast check============================\n\n\n;===== noozle load line ===============================\nM975 S1\nG90\nM83\nT1000\nG1 X18.0 Y0.5 Z0.8 F18000;Move to start position\nM109 S{nozzle_temperature_initial_layer[initial_extruder]}\nG1 Z0.2\nG0 E2 F300\nG0 X129 E15 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\nG0 X240 E15\nG0 Y15 E1.500 F{outer_wall_volumetric_speed/(0.3*1.0)/ 4 * 60}\nG0 X239.5\nG0 E0.3\nG0 Y1.5 E1.500\nG0 X129 E15 F{outer_wall_volumetric_speed/(0.3*1.0) * 60}\nG0 X18 E15\nM400\n\n;===== for Textured PEI Plate , lower the nozzle as the nozzle was touching topmost of the texture when homing ==\n;curr_bed_type={curr_bed_type}\n{if curr_bed_type==\"Textured PEI Plate\"}\nG29.1 Z{-0.04} ; for Textured PEI Plate\n{endif}\n;========turn off light and wait extrude temperature =============\nM1002 gcode_claim_action : 0\nM106 S0 ; turn off fan\nM106 P2 S0 ; turn off big fan\nM106 P3 S0 ; turn off chamber fan\n\nM975 S1 ; turn on mech mode supression", + "nozzle_type": "hardened_steel", + "nozzle_hrc": "55", + "upward_compatible_machine":[ + "Orca Arena X1 0.8 nozzle", + "Orca Arena X1 Carbon 0.8 nozzle" + ] + } diff --git a/resources/profiles/OrcaArena/machine/Orca Arena P1P.json b/resources/profiles/OrcaArena/machine/Orca Arena P1P.json new file mode 100644 index 0000000000..d6876bba95 --- /dev/null +++ b/resources/profiles/OrcaArena/machine/Orca Arena P1P.json @@ -0,0 +1,13 @@ +{ + "type": "machine_model", + "name": "Orca Arena P1P", + "model_id": "orca_arena_p1p", + "url": "", + "nozzle_diameter": "0.4;0.2;0.6;0.8", + "machine_tech": "FFF", + "family": "ARENA-3DP", + "bed_model": "", + "bed_texture": "", + "hotend_model": "", + "default_materials": "Generic PLA @Arena P1P;Generic PLA Silk @Arena P1P;Arena PLA Matte @Arena P1P;Arena PLA Basic @Arena P1P;Arena ABS @Arena P1P;Arena PC @Arena P1P;Arena Support W @Arena P1P;Arena TPU 95A @Arena P1P;PolyTerra PLA @Arena P1P;PolyLite PLA @Arena P1P;" +} diff --git a/resources/profiles/OrcaArena/machine/Orca Arena X1 0.2 nozzle.json b/resources/profiles/OrcaArena/machine/Orca Arena X1 0.2 nozzle.json new file mode 100644 index 0000000000..38c22c1434 --- /dev/null +++ b/resources/profiles/OrcaArena/machine/Orca Arena X1 0.2 nozzle.json @@ -0,0 +1,34 @@ +{ + "type": "machine", + "setting_id": "GM008", + "name": "Orca Arena X1 0.2 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "Orca Arena X1 0.4 nozzle", + "nozzle_diameter": [ + "0.2" + ], + "printer_variant": "0.2", + "printer_model": "Orca Arena X1", + "default_filament_profile": [ + "Arena PLA Basic @Arena X1C 0.2 nozzle" + ], + "default_print_profile": "0.10mm Standard @Arena X1C 0.2 nozzle", + "max_layer_height": [ + "0.14" + ], + "min_layer_height": [ + "0.04" + ], + "retraction_length": [ + "0.4" + ], + "retraction_minimum_travel": [ + "5" + ], + "nozzle_type": "stainless_steel", + "upward_compatible_machine":[ + "Orca Arena P1P 0.2 nozzle", + "Orca Arena X1 Carbon 0.2 nozzle" + ] + } diff --git a/resources/profiles/OrcaArena/machine/Orca Arena X1 0.4 nozzle.json b/resources/profiles/OrcaArena/machine/Orca Arena X1 0.4 nozzle.json new file mode 100644 index 0000000000..a6038772a3 --- /dev/null +++ b/resources/profiles/OrcaArena/machine/Orca Arena X1 0.4 nozzle.json @@ -0,0 +1,33 @@ +{ + "type": "machine", + "setting_id": "GM003", + "name": "Orca Arena X1 0.4 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_bbl_3dp_001_common", + "printer_model": "Orca Arena X1", + "default_filament_profile": [ + "Arena PLA Basic @Arena X1" + ], + "default_print_profile": "0.20mm Standard @Arena X1C", + "nozzle_diameter": [ + "0.4" + ], + "extruder_offset": [ + "0x2" + ], + "machine_max_speed_z": [ + "20", + "20" + ], + "scan_first_layer": "1", + "machine_load_filament_time": "29", + "machine_unload_filament_time": "28", + "nozzle_type": "stainless_steel", + "nozzle_hrc": "20", + "auxiliary_fan": "0", + "upward_compatible_machine":[ + "Orca Arena P1P 0.4 nozzle", + "Orca Arena X1 Carbon 0.4 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/machine/Orca Arena X1 0.6 nozzle.json b/resources/profiles/OrcaArena/machine/Orca Arena X1 0.6 nozzle.json new file mode 100644 index 0000000000..dc3eabf663 --- /dev/null +++ b/resources/profiles/OrcaArena/machine/Orca Arena X1 0.6 nozzle.json @@ -0,0 +1,35 @@ +{ + "type": "machine", + "setting_id": "GM006", + "name": "Orca Arena X1 0.6 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "Orca Arena X1 0.4 nozzle", + "printer_model": "Orca Arena X1", + "default_filament_profile": [ + "Arena PLA Basic @Arena X1" + ], + "default_print_profile": "0.30mm Standard @Arena X1 0.6 nozzle", + "nozzle_diameter": [ + "0.6" + ], + "printer_variant": "0.6", + "max_layer_height": [ + "0.42" + ], + "min_layer_height": [ + "0.12" + ], + "retraction_length": [ + "1.4" + ], + "retraction_minimum_travel": [ + "3" + ], + "nozzle_type": "hardened_steel", + "nozzle_hrc": "55", + "upward_compatible_machine":[ + "Orca Arena P1P 0.6 nozzle", + "Orca Arena X1 Carbon 0.6 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/machine/Orca Arena X1 0.8 nozzle.json b/resources/profiles/OrcaArena/machine/Orca Arena X1 0.8 nozzle.json new file mode 100644 index 0000000000..ba36c1c648 --- /dev/null +++ b/resources/profiles/OrcaArena/machine/Orca Arena X1 0.8 nozzle.json @@ -0,0 +1,38 @@ +{ + "type": "machine", + "setting_id": "GM007", + "name": "Orca Arena X1 0.8 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "Orca Arena X1 0.4 nozzle", + "printer_model": "Orca Arena X1", + "default_filament_profile": [ + "Arena PLA Basic @Arena X1" + ], + "nozzle_diameter": [ + "0.8" + ], + "printer_variant": "0.8", + "default_print_profile": "0.40mm Standard @Arena X1 0.8 nozzle", + "max_layer_height": [ + "0.56" + ], + "min_layer_height": [ + "0.16" + ], + "retraction_length": [ + "3" + ], + "retraction_minimum_travel": [ + "1" + ], + "retract_length_toolchange": [ + "3" + ], + "nozzle_type": "hardened_steel", + "nozzle_hrc": "55", + "upward_compatible_machine":[ + "Orca Arena P1P 0.8 nozzle", + "Orca Arena X1 Carbon 0.8 nozzle" + ] + } diff --git a/resources/profiles/OrcaArena/machine/Orca Arena X1 Carbon 0.2 nozzle.json b/resources/profiles/OrcaArena/machine/Orca Arena X1 Carbon 0.2 nozzle.json new file mode 100644 index 0000000000..eef54fa5e4 --- /dev/null +++ b/resources/profiles/OrcaArena/machine/Orca Arena X1 Carbon 0.2 nozzle.json @@ -0,0 +1,35 @@ +{ + "type": "machine", + "setting_id": "GM002", + "name": "Orca Arena X1 Carbon 0.2 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "Orca Arena X1 Carbon 0.4 nozzle", + "nozzle_diameter": [ + "0.2" + ], + "printer_variant": "0.2", + "printer_model": "Orca Arena X1 Carbon", + "default_filament_profile": [ + "Arena PLA Basic @Arena X1C 0.2 nozzle" + ], + "default_print_profile": "0.10mm Standard @Arena X1C 0.2 nozzle", + "max_layer_height": [ + "0.14" + ], + "min_layer_height": [ + "0.04" + ], + "retraction_length": [ + "0.4" + ], + "retraction_minimum_travel": [ + "5" + ], + "nozzle_type": "stainless_steel", + "nozzle_hrc": "20", + "upward_compatible_machine":[ + "Orca Arena P1P 0.2 nozzle", + "Orca Arena X1 0.2 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/machine/Orca Arena X1 Carbon 0.4 nozzle.json b/resources/profiles/OrcaArena/machine/Orca Arena X1 Carbon 0.4 nozzle.json new file mode 100644 index 0000000000..013ebe0b09 --- /dev/null +++ b/resources/profiles/OrcaArena/machine/Orca Arena X1 Carbon 0.4 nozzle.json @@ -0,0 +1,33 @@ +{ + "type": "machine", + "setting_id": "GM001", + "name": "Orca Arena X1 Carbon 0.4 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_bbl_3dp_001_common", + "printer_model": "Orca Arena X1 Carbon", + "default_filament_profile": [ + "Arena PLA Basic @Arena X1C" + ], + "default_print_profile": "0.20mm Standard @Arena X1C", + "nozzle_diameter": [ + "0.4" + ], + "extruder_offset": [ + "0x2" + ], + "machine_max_speed_z": [ + "20", + "20" + ], + "scan_first_layer": "1", + "machine_load_filament_time": "29", + "machine_unload_filament_time": "28", + "nozzle_type": "hardened_steel", + "nozzle_hrc": "55", + "auxiliary_fan": "0", + "upward_compatible_machine":[ + "Orca Arena P1P 0.4 nozzle", + "Orca Arena X1 0.4 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/machine/Orca Arena X1 Carbon 0.6 nozzle.json b/resources/profiles/OrcaArena/machine/Orca Arena X1 Carbon 0.6 nozzle.json new file mode 100644 index 0000000000..224abb8e64 --- /dev/null +++ b/resources/profiles/OrcaArena/machine/Orca Arena X1 Carbon 0.6 nozzle.json @@ -0,0 +1,33 @@ +{ + "type": "machine", + "setting_id": "GM005", + "name": "Orca Arena X1 Carbon 0.6 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "Orca Arena X1 Carbon 0.4 nozzle", + "nozzle_diameter": [ + "0.6" + ], + "printer_variant": "0.6", + "printer_model": "Orca Arena X1 Carbon", + "default_filament_profile": [ + "Arena PLA Basic @Arena X1C" + ], + "default_print_profile": "0.30mm Standard @Arena X1C 0.6 nozzle", + "max_layer_height": [ + "0.42" + ], + "min_layer_height": [ + "0.12" + ], + "retraction_length": [ + "1.4" + ], + "retraction_minimum_travel": [ + "3" + ], + "upward_compatible_machine":[ + "Orca Arena P1P 0.6 nozzle", + "Orca Arena X1 0.6 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/machine/Orca Arena X1 Carbon 0.8 nozzle.json b/resources/profiles/OrcaArena/machine/Orca Arena X1 Carbon 0.8 nozzle.json new file mode 100644 index 0000000000..af54736496 --- /dev/null +++ b/resources/profiles/OrcaArena/machine/Orca Arena X1 Carbon 0.8 nozzle.json @@ -0,0 +1,36 @@ +{ + "type": "machine", + "setting_id": "GM004", + "name": "Orca Arena X1 Carbon 0.8 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "Orca Arena X1 Carbon 0.4 nozzle", + "nozzle_diameter": [ + "0.8" + ], + "printer_variant": "0.8", + "printer_model": "Orca Arena X1 Carbon", + "default_filament_profile": [ + "Arena PLA Basic @Arena X1C 0.8 nozzle" + ], + "default_print_profile": "0.40mm Standard @Arena X1C 0.8 nozzle", + "max_layer_height": [ + "0.56" + ], + "min_layer_height": [ + "0.16" + ], + "retraction_length": [ + "3" + ], + "retraction_minimum_travel": [ + "1" + ], + "retract_length_toolchange": [ + "3" + ], + "upward_compatible_machine":[ + "Orca Arena P1P 0.8 nozzle", + "Orca Arena X1 0.8 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/machine/Orca Arena X1 Carbon.json b/resources/profiles/OrcaArena/machine/Orca Arena X1 Carbon.json new file mode 100644 index 0000000000..6c8a74d4aa --- /dev/null +++ b/resources/profiles/OrcaArena/machine/Orca Arena X1 Carbon.json @@ -0,0 +1,13 @@ +{ + "type": "machine_model", + "name": "Orca Arena X1 Carbon", + "model_id": "orca_arena_x1c", + "url": "", + "nozzle_diameter": "0.4;0.2;0.6;0.8", + "machine_tech": "FFF", + "family": "ARENA-3DP", + "bed_model": "", + "bed_texture": "", + "hotend_model": "", + "default_materials": "Generic PLA Silk;Generic PLA;Arena PLA Matte @Arena X1C;Arena PLA Basic @Arena X1C;Arena ABS @Arena X1C;Arena PC @Arena X1C;Arena Support W @Arena X1C;Arena TPU 95A @Arena X1C;PolyTerra PLA @Arena X1C;PolyLite PLA @Arena X1C;" +} diff --git a/resources/profiles/OrcaArena/machine/Orca Arena X1.json b/resources/profiles/OrcaArena/machine/Orca Arena X1.json new file mode 100644 index 0000000000..90f6b27f56 --- /dev/null +++ b/resources/profiles/OrcaArena/machine/Orca Arena X1.json @@ -0,0 +1,13 @@ +{ + "type": "machine_model", + "name": "Orca Arena X1", + "model_id": "orca_arena_x1", + "url": "", + "nozzle_diameter": "0.4;0.2;0.6;0.8", + "machine_tech": "FFF", + "family": "ARENA-3DP", + "bed_model": "bbl-3dp-X1.stl", + "bed_texture": "bbl-3dp-logo_cali_lines.svg", + "hotend_model": "", + "default_materials": "Generic PLA Silk;Generic PLA;Arena PLA Matte @Arena X1;Arena PLA Basic @Arena X1;Arena ABS @Arena X1C;Arena PC @Arena X1C;Arena Support W @Arena X1;Arena TPU 95A @Arena X1;PolyTerra PLA @Arena X1;PolyLite PLA @Arena X1;" +} diff --git a/resources/profiles/OrcaArena/machine/fdm_bbl_3dp_001_common.json b/resources/profiles/OrcaArena/machine/fdm_bbl_3dp_001_common.json new file mode 100644 index 0000000000..2709de9d2f --- /dev/null +++ b/resources/profiles/OrcaArena/machine/fdm_bbl_3dp_001_common.json @@ -0,0 +1,156 @@ +{ + "type": "machine", + "name": "fdm_bbl_3dp_001_common", + "from": "system", + "instantiation": "false", + "printable_area": [ + "0x0", + "256x0", + "256x256", + "0x256" + ], + "auxiliary_fan": "0", + "gcode_flavor": "klipper", + "bed_exclude_area": [ + "0x0" + ], + "default_filament_profile": [ + "Arena PLA Basic @Arena X1C" + ], + "default_print_profile": "0.16mm Optimal @Arena X1C", + "extruder_colour": [ + "#018001" + ], + "extruder_offset": [ + "0x0" + ], + "inherits": "fdm_machine_common", + "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": [ + "30", + "30" + ], + "machine_max_speed_x": [ + "500", + "200" + ], + "machine_max_speed_y": [ + "500", + "200" + ], + "machine_max_speed_z": [ + "20", + "20" + ], + "machine_max_jerk_e": [ + "2.5", + "2.5" + ], + "machine_max_jerk_x": [ + "9", + "9" + ], + "machine_max_jerk_y": [ + "9", + "9" + ], + "machine_max_jerk_z": [ + "3", + "3" + ], + "machine_min_extruding_rate": [ + "0", + "0" + ], + "machine_min_travel_rate": [ + "0", + "0" + ], + "max_layer_height": [ + "0.28" + ], + "min_layer_height": [ + "0.08" + ], + "printable_height": "250", + "extruder_clearance_radius": "68", + "extruder_clearance_height_to_rod": "36", + "extruder_clearance_height_to_lid": "90", + "nozzle_volume": "107", + "nozzle_diameter": [ + "0.4" + ], + "printer_settings_id": "", + "printer_technology": "FFF", + "printer_variant": "0.4", + "retraction_minimum_travel": [ + "1" + ], + "retract_before_wipe": [ + "0%" + ], + "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": [ + "Spiral Lift" + ], + "nozzle_type": "hardened_steel", + "silent_mode": "0", + "single_extruder_multi_material": "1", + "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", + "wipe": [ + "1" + ] +} diff --git a/resources/profiles/OrcaArena/machine/fdm_machine_common.json b/resources/profiles/OrcaArena/machine/fdm_machine_common.json new file mode 100644 index 0000000000..f16d30b30b --- /dev/null +++ b/resources/profiles/OrcaArena/machine/fdm_machine_common.json @@ -0,0 +1,116 @@ +{ + "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": [ + "3" + ], + "machine_min_extruding_rate": [ + "0" + ], + "machine_min_travel_rate": [ + "0" + ], + "max_layer_height": [ + "0.28" + ], + "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": "0.16mm Optimal @Orca Arena X1 Carbon 0.4 nozzle", + "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" +} diff --git a/resources/profiles/OrcaArena/process/0.06mm Standard @Arena X1C 0.2 nozzle.json b/resources/profiles/OrcaArena/process/0.06mm Standard @Arena X1C 0.2 nozzle.json new file mode 100644 index 0000000000..fb227626fd --- /dev/null +++ b/resources/profiles/OrcaArena/process/0.06mm Standard @Arena X1C 0.2 nozzle.json @@ -0,0 +1,12 @@ +{ + "type": "process", + "setting_id": "GP024", + "name": "0.06mm Standard @Arena X1C 0.2 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_process_bbl_0.06_nozzle_0.2", + "compatible_printers": [ + "Orca Arena X1 Carbon 0.2 nozzle", + "Orca Arena X1 0.2 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/process/0.08mm Extra Fine @Arena P1P.json b/resources/profiles/OrcaArena/process/0.08mm Extra Fine @Arena P1P.json new file mode 100644 index 0000000000..fbff7a0b25 --- /dev/null +++ b/resources/profiles/OrcaArena/process/0.08mm Extra Fine @Arena P1P.json @@ -0,0 +1,11 @@ +{ + "type": "process", + "setting_id": "GP018", + "name": "0.08mm Extra Fine @Arena P1P", + "from": "system", + "instantiation": "true", + "inherits": "fdm_process_bbl_0.08", + "compatible_printers": [ + "Orca Arena P1P 0.4 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/process/0.08mm Extra Fine @Arena X1C.json b/resources/profiles/OrcaArena/process/0.08mm Extra Fine @Arena X1C.json new file mode 100644 index 0000000000..3f92bb8b6f --- /dev/null +++ b/resources/profiles/OrcaArena/process/0.08mm Extra Fine @Arena X1C.json @@ -0,0 +1,12 @@ +{ + "type": "process", + "setting_id": "GP001", + "name": "0.08mm Extra Fine @Arena X1C", + "from": "system", + "instantiation": "true", + "inherits": "fdm_process_bbl_0.08", + "compatible_printers": [ + "Orca Arena X1 Carbon 0.4 nozzle", + "Orca Arena X1 0.4 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/process/0.08mm Standard @Arena X1C 0.2 nozzle.json b/resources/profiles/OrcaArena/process/0.08mm Standard @Arena X1C 0.2 nozzle.json new file mode 100644 index 0000000000..b2fe7cb3bb --- /dev/null +++ b/resources/profiles/OrcaArena/process/0.08mm Standard @Arena X1C 0.2 nozzle.json @@ -0,0 +1,12 @@ +{ + "type": "process", + "setting_id": "GP025", + "name": "0.08mm Standard @Arena X1C 0.2 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_process_bbl_0.08_nozzle_0.2", + "compatible_printers": [ + "Orca Arena X1 Carbon 0.2 nozzle", + "Orca Arena X1 0.2 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/process/0.10mm Standard @Arena P1P 0.2 nozzle.json b/resources/profiles/OrcaArena/process/0.10mm Standard @Arena P1P 0.2 nozzle.json new file mode 100644 index 0000000000..66b4b1826d --- /dev/null +++ b/resources/profiles/OrcaArena/process/0.10mm Standard @Arena P1P 0.2 nozzle.json @@ -0,0 +1,12 @@ +{ + "type": "process", + "setting_id": "GP014", + "name": "0.10mm Standard @Arena P1P 0.2 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_process_bbl_0.10_nozzle_0.2", + "elefant_foot_compensation": "0.15", + "compatible_printers": [ + "Orca Arena P1P 0.2 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/process/0.10mm Standard @Arena X1C 0.2 nozzle.json b/resources/profiles/OrcaArena/process/0.10mm Standard @Arena X1C 0.2 nozzle.json new file mode 100644 index 0000000000..89a48d31bb --- /dev/null +++ b/resources/profiles/OrcaArena/process/0.10mm Standard @Arena X1C 0.2 nozzle.json @@ -0,0 +1,12 @@ +{ + "type": "process", + "setting_id": "GP007", + "name": "0.10mm Standard @Arena X1C 0.2 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_process_bbl_0.10_nozzle_0.2", + "compatible_printers": [ + "Orca Arena X1 Carbon 0.2 nozzle", + "Orca Arena X1 0.2 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/process/0.12mm Fine @Arena P1P.json b/resources/profiles/OrcaArena/process/0.12mm Fine @Arena P1P.json new file mode 100644 index 0000000000..ad88bfd72a --- /dev/null +++ b/resources/profiles/OrcaArena/process/0.12mm Fine @Arena P1P.json @@ -0,0 +1,11 @@ +{ + "type": "process", + "setting_id": "GP019", + "name": "0.12mm Fine @Arena P1P", + "from": "system", + "instantiation": "true", + "inherits": "fdm_process_bbl_0.12", + "compatible_printers": [ + "Orca Arena P1P 0.4 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/process/0.12mm Fine @Arena X1C.json b/resources/profiles/OrcaArena/process/0.12mm Fine @Arena X1C.json new file mode 100644 index 0000000000..140f6e7331 --- /dev/null +++ b/resources/profiles/OrcaArena/process/0.12mm Fine @Arena X1C.json @@ -0,0 +1,12 @@ +{ + "type": "process", + "setting_id": "GP002", + "name": "0.12mm Fine @Arena X1C", + "from": "system", + "instantiation": "true", + "inherits": "fdm_process_bbl_0.12", + "compatible_printers": [ + "Orca Arena X1 Carbon 0.4 nozzle", + "Orca Arena X1 0.4 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/process/0.12mm Standard @Arena X1C 0.2 nozzle.json b/resources/profiles/OrcaArena/process/0.12mm Standard @Arena X1C 0.2 nozzle.json new file mode 100644 index 0000000000..c63dffe1a4 --- /dev/null +++ b/resources/profiles/OrcaArena/process/0.12mm Standard @Arena X1C 0.2 nozzle.json @@ -0,0 +1,12 @@ +{ + "type": "process", + "setting_id": "GP026", + "name": "0.12mm Standard @Arena X1C 0.2 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_process_bbl_0.12_nozzle_0.2", + "compatible_printers": [ + "Orca Arena X1 Carbon 0.2 nozzle", + "Orca Arena X1 0.2 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/process/0.14mm Standard @Arena X1C 0.2 nozzle.json b/resources/profiles/OrcaArena/process/0.14mm Standard @Arena X1C 0.2 nozzle.json new file mode 100644 index 0000000000..2d29924474 --- /dev/null +++ b/resources/profiles/OrcaArena/process/0.14mm Standard @Arena X1C 0.2 nozzle.json @@ -0,0 +1,12 @@ +{ + "type": "process", + "setting_id": "GP027", + "name": "0.14mm Standard @Arena X1C 0.2 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_process_bbl_0.14_nozzle_0.2", + "compatible_printers": [ + "Orca Arena X1 Carbon 0.2 nozzle", + "Orca Arena X1 0.2 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/process/0.16mm Optimal @Arena P1P.json b/resources/profiles/OrcaArena/process/0.16mm Optimal @Arena P1P.json new file mode 100644 index 0000000000..b47a5b18da --- /dev/null +++ b/resources/profiles/OrcaArena/process/0.16mm Optimal @Arena P1P.json @@ -0,0 +1,11 @@ +{ + "type": "process", + "setting_id": "GP020", + "name": "0.16mm Optimal @Arena P1P", + "from": "system", + "instantiation": "true", + "inherits": "fdm_process_bbl_0.16", + "compatible_printers": [ + "Orca Arena P1P 0.4 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/process/0.16mm Optimal @Arena X1C.json b/resources/profiles/OrcaArena/process/0.16mm Optimal @Arena X1C.json new file mode 100644 index 0000000000..6c41ea8e3f --- /dev/null +++ b/resources/profiles/OrcaArena/process/0.16mm Optimal @Arena X1C.json @@ -0,0 +1,12 @@ +{ + "type": "process", + "setting_id": "GP003", + "name": "0.16mm Optimal @Arena X1C", + "from": "system", + "instantiation": "true", + "inherits": "fdm_process_bbl_0.16", + "compatible_printers": [ + "Orca Arena X1 Carbon 0.4 nozzle", + "Orca Arena X1 0.4 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/process/0.18mm Standard @Arena X1C 0.6 nozzle.json b/resources/profiles/OrcaArena/process/0.18mm Standard @Arena X1C 0.6 nozzle.json new file mode 100644 index 0000000000..23e5a27340 --- /dev/null +++ b/resources/profiles/OrcaArena/process/0.18mm Standard @Arena X1C 0.6 nozzle.json @@ -0,0 +1,12 @@ +{ + "type": "process", + "setting_id": "GP028", + "name": "0.18mm Standard @Arena X1C 0.6 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_process_bbl_0.18_nozzle_0.6", + "compatible_printers": [ + "Orca Arena X1 Carbon 0.6 nozzle", + "Orca Arena X1 0.6 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/process/0.20mm Bambu Support W @Arena X1C.json b/resources/profiles/OrcaArena/process/0.20mm Bambu Support W @Arena X1C.json new file mode 100644 index 0000000000..5b43bbb1c3 --- /dev/null +++ b/resources/profiles/OrcaArena/process/0.20mm Bambu Support W @Arena X1C.json @@ -0,0 +1,21 @@ +{ + "type": "process", + "setting_id": "GP008", + "name": "0.20mm Arena Support W @Arena X1C", + "from": "system", + "instantiation": "true", + "inherits": "fdm_process_bbl_0.20", + "enable_support": "1", + "support_interface_top_layers": "3", + "support_top_z_distance": "0.2", + "support_interface_loop_pattern": "1", + "support_interface_spacing": "0", + "support_interface_speed": "80", + "support_filament": "0", + "support_interface_filament": "0", + "enable_prime_tower": "1", + "compatible_printers": [ + "Orca Arena X1 Carbon 0.4 nozzle", + "Orca Arena X1 0.4 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/process/0.20mm Standard @Arena P1P.json b/resources/profiles/OrcaArena/process/0.20mm Standard @Arena P1P.json new file mode 100644 index 0000000000..5988059986 --- /dev/null +++ b/resources/profiles/OrcaArena/process/0.20mm Standard @Arena P1P.json @@ -0,0 +1,12 @@ +{ + "type": "process", + "setting_id": "GP015", + "name": "0.20mm Standard @Arena P1P", + "from": "system", + "instantiation": "true", + "inherits": "fdm_process_bbl_0.20", + "elefant_foot_compensation": "0.15", + "compatible_printers": [ + "Orca Arena P1P 0.4 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/process/0.20mm Standard @Arena X1C.json b/resources/profiles/OrcaArena/process/0.20mm Standard @Arena X1C.json new file mode 100644 index 0000000000..7c29054e32 --- /dev/null +++ b/resources/profiles/OrcaArena/process/0.20mm Standard @Arena X1C.json @@ -0,0 +1,12 @@ +{ + "type": "process", + "setting_id": "GP004", + "name": "0.20mm Standard @Arena X1C", + "from": "system", + "instantiation": "true", + "inherits": "fdm_process_bbl_0.20", + "compatible_printers": [ + "Orca Arena X1 Carbon 0.4 nozzle", + "Orca Arena X1 0.4 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/process/0.20mm Strength @Arena P1P.json b/resources/profiles/OrcaArena/process/0.20mm Strength @Arena P1P.json new file mode 100644 index 0000000000..904e905016 --- /dev/null +++ b/resources/profiles/OrcaArena/process/0.20mm Strength @Arena P1P.json @@ -0,0 +1,14 @@ +{ + "type": "process", + "setting_id": "GP021", + "name": "0.20mm Strength @Arena P1P", + "from": "system", + "instantiation": "true", + "inherits": "fdm_process_bbl_0.20", + "outer_wall_speed": "60", + "wall_loops": "6", + "sparse_infill_density": "25%", + "compatible_printers": [ + "Orca Arena P1P 0.4 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/process/0.20mm Strength @Arena X1C.json b/resources/profiles/OrcaArena/process/0.20mm Strength @Arena X1C.json new file mode 100644 index 0000000000..aee1feb20f --- /dev/null +++ b/resources/profiles/OrcaArena/process/0.20mm Strength @Arena X1C.json @@ -0,0 +1,15 @@ +{ + "type": "process", + "setting_id": "GP013", + "name": "0.20mm Strength @Arena X1C", + "from": "system", + "instantiation": "true", + "inherits": "fdm_process_bbl_0.20", + "outer_wall_speed": "60", + "wall_loops": "6", + "sparse_infill_density": "25%", + "compatible_printers": [ + "Orca Arena X1 Carbon 0.4 nozzle", + "Orca Arena X1 0.4 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/process/0.24mm Draft @Arena P1P.json b/resources/profiles/OrcaArena/process/0.24mm Draft @Arena P1P.json new file mode 100644 index 0000000000..fa0d2f57f5 --- /dev/null +++ b/resources/profiles/OrcaArena/process/0.24mm Draft @Arena P1P.json @@ -0,0 +1,11 @@ +{ + "type": "process", + "setting_id": "GP022", + "name": "0.24mm Draft @Arena P1P", + "from": "system", + "instantiation": "true", + "inherits": "fdm_process_bbl_0.24", + "compatible_printers": [ + "Orca Arena P1P 0.4 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/process/0.24mm Draft @Arena X1C.json b/resources/profiles/OrcaArena/process/0.24mm Draft @Arena X1C.json new file mode 100644 index 0000000000..3493d123c8 --- /dev/null +++ b/resources/profiles/OrcaArena/process/0.24mm Draft @Arena X1C.json @@ -0,0 +1,12 @@ +{ + "type": "process", + "setting_id": "GP005", + "name": "0.24mm Draft @Arena X1C", + "from": "system", + "instantiation": "true", + "inherits": "fdm_process_bbl_0.24", + "compatible_printers": [ + "Orca Arena X1 Carbon 0.4 nozzle", + "Orca Arena X1 0.4 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/process/0.24mm Standard @Arena X1C 0.6 nozzle.json b/resources/profiles/OrcaArena/process/0.24mm Standard @Arena X1C 0.6 nozzle.json new file mode 100644 index 0000000000..0b68f55207 --- /dev/null +++ b/resources/profiles/OrcaArena/process/0.24mm Standard @Arena X1C 0.6 nozzle.json @@ -0,0 +1,12 @@ +{ + "type": "process", + "setting_id": "GP029", + "name": "0.24mm Standard @Arena X1C 0.6 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_process_bbl_0.24_nozzle_0.6", + "compatible_printers": [ + "Orca Arena X1 Carbon 0.6 nozzle", + "Orca Arena X1 0.6 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/process/0.24mm Standard @Arena X1C 0.8 nozzle.json b/resources/profiles/OrcaArena/process/0.24mm Standard @Arena X1C 0.8 nozzle.json new file mode 100644 index 0000000000..d41f42e705 --- /dev/null +++ b/resources/profiles/OrcaArena/process/0.24mm Standard @Arena X1C 0.8 nozzle.json @@ -0,0 +1,12 @@ +{ + "type": "process", + "setting_id": "GP032", + "name": "0.24mm Standard @Arena X1C 0.8 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_process_bbl_0.24_nozzle_0.8", + "compatible_printers": [ + "Orca Arena X1 Carbon 0.8 nozzle", + "Orca Arena X1 0.8 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/process/0.28mm Extra Draft @Arena P1P.json b/resources/profiles/OrcaArena/process/0.28mm Extra Draft @Arena P1P.json new file mode 100644 index 0000000000..89c7c2d1f2 --- /dev/null +++ b/resources/profiles/OrcaArena/process/0.28mm Extra Draft @Arena P1P.json @@ -0,0 +1,11 @@ +{ + "type": "process", + "setting_id": "GP023", + "name": "0.28mm Extra Draft @Arena P1P", + "from": "system", + "instantiation": "true", + "inherits": "fdm_process_bbl_0.28", + "compatible_printers": [ + "Orca Arena P1P 0.4 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/process/0.28mm Extra Draft @Arena X1C.json b/resources/profiles/OrcaArena/process/0.28mm Extra Draft @Arena X1C.json new file mode 100644 index 0000000000..0f7399c0ff --- /dev/null +++ b/resources/profiles/OrcaArena/process/0.28mm Extra Draft @Arena X1C.json @@ -0,0 +1,12 @@ +{ + "type": "process", + "setting_id": "GP006", + "name": "0.28mm Extra Draft @Arena X1C", + "from": "system", + "instantiation": "true", + "inherits": "fdm_process_bbl_0.28", + "compatible_printers": [ + "Orca Arena X1 Carbon 0.4 nozzle", + "Orca Arena X1 0.4 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/process/0.30mm Standard @Arena P1P 0.6 nozzle.json b/resources/profiles/OrcaArena/process/0.30mm Standard @Arena P1P 0.6 nozzle.json new file mode 100644 index 0000000000..e98787d172 --- /dev/null +++ b/resources/profiles/OrcaArena/process/0.30mm Standard @Arena P1P 0.6 nozzle.json @@ -0,0 +1,12 @@ +{ + "type": "process", + "setting_id": "GP016", + "name": "0.30mm Standard @Arena P1P 0.6 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_process_bbl_0.30_nozzle_0.6", + "elefant_foot_compensation": "0.15", + "compatible_printers": [ + "Orca Arena P1P 0.6 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/process/0.30mm Standard @Arena X1 0.6 nozzle.json b/resources/profiles/OrcaArena/process/0.30mm Standard @Arena X1 0.6 nozzle.json new file mode 100644 index 0000000000..4de0c8d53e --- /dev/null +++ b/resources/profiles/OrcaArena/process/0.30mm Standard @Arena X1 0.6 nozzle.json @@ -0,0 +1,11 @@ +{ + "type": "process", + "setting_id": "GP011", + "name": "0.30mm Standard @Arena X1 0.6 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_process_bbl_0.30_nozzle_0.6", + "compatible_printers": [ + "Orca Arena X1 0.6 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/process/0.30mm Standard @Arena X1C 0.6 nozzle.json b/resources/profiles/OrcaArena/process/0.30mm Standard @Arena X1C 0.6 nozzle.json new file mode 100644 index 0000000000..7b4a4d159d --- /dev/null +++ b/resources/profiles/OrcaArena/process/0.30mm Standard @Arena X1C 0.6 nozzle.json @@ -0,0 +1,11 @@ +{ + "type": "process", + "setting_id": "GP010", + "name": "0.30mm Standard @Arena X1C 0.6 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_process_bbl_0.30_nozzle_0.6", + "compatible_printers": [ + "Orca Arena X1 Carbon 0.6 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/process/0.30mm Strength @Arena X1C 0.6 nozzle.json b/resources/profiles/OrcaArena/process/0.30mm Strength @Arena X1C 0.6 nozzle.json new file mode 100644 index 0000000000..4703c9bd97 --- /dev/null +++ b/resources/profiles/OrcaArena/process/0.30mm Strength @Arena X1C 0.6 nozzle.json @@ -0,0 +1,14 @@ +{ + "type": "process", + "setting_id": "GP036", + "name": "0.30mm Strength @Arena X1C 0.6 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_process_bbl_0.30_nozzle_0.6", + "wall_loops": "4", + "sparse_infill_density":"25%", + "compatible_printers": [ + "Orca Arena X1 Carbon 0.6 nozzle", + "Orca Arena X1 0.6 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/process/0.32mm Standard @Arena X1C 0.8 nozzle.json b/resources/profiles/OrcaArena/process/0.32mm Standard @Arena X1C 0.8 nozzle.json new file mode 100644 index 0000000000..46495ffd04 --- /dev/null +++ b/resources/profiles/OrcaArena/process/0.32mm Standard @Arena X1C 0.8 nozzle.json @@ -0,0 +1,12 @@ +{ + "type": "process", + "setting_id": "GP033", + "name": "0.32mm Standard @Arena X1C 0.8 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_process_bbl_0.32_nozzle_0.8", + "compatible_printers": [ + "Orca Arena X1 Carbon 0.8 nozzle", + "Orca Arena X1 0.8 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/process/0.36mm Standard @Arena X1C 0.6 nozzle.json b/resources/profiles/OrcaArena/process/0.36mm Standard @Arena X1C 0.6 nozzle.json new file mode 100644 index 0000000000..73188a627a --- /dev/null +++ b/resources/profiles/OrcaArena/process/0.36mm Standard @Arena X1C 0.6 nozzle.json @@ -0,0 +1,12 @@ +{ + "type": "process", + "setting_id": "GP030", + "name": "0.36mm Standard @Arena X1C 0.6 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_process_bbl_0.36_nozzle_0.6", + "compatible_printers": [ + "Orca Arena X1 Carbon 0.6 nozzle", + "Orca Arena X1 0.6 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/process/0.40mm Standard @Arena P1P 0.8 nozzle.json b/resources/profiles/OrcaArena/process/0.40mm Standard @Arena P1P 0.8 nozzle.json new file mode 100644 index 0000000000..d56abfe747 --- /dev/null +++ b/resources/profiles/OrcaArena/process/0.40mm Standard @Arena P1P 0.8 nozzle.json @@ -0,0 +1,12 @@ +{ + "type": "process", + "setting_id": "GP017", + "name": "0.40mm Standard @Arena P1P 0.8 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_process_bbl_0.40_nozzle_0.8", + "elefant_foot_compensation": "0.15", + "compatible_printers": [ + "Orca Arena P1P 0.8 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/process/0.40mm Standard @Arena X1 0.8 nozzle.json b/resources/profiles/OrcaArena/process/0.40mm Standard @Arena X1 0.8 nozzle.json new file mode 100644 index 0000000000..2fd92157b4 --- /dev/null +++ b/resources/profiles/OrcaArena/process/0.40mm Standard @Arena X1 0.8 nozzle.json @@ -0,0 +1,11 @@ +{ + "type": "process", + "setting_id": "GP012", + "name": "0.40mm Standard @Arena X1 0.8 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_process_bbl_0.40_nozzle_0.8", + "compatible_printers": [ + "Orca Arena X1 0.8 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/process/0.40mm Standard @Arena X1C 0.8 nozzle.json b/resources/profiles/OrcaArena/process/0.40mm Standard @Arena X1C 0.8 nozzle.json new file mode 100644 index 0000000000..c89228221a --- /dev/null +++ b/resources/profiles/OrcaArena/process/0.40mm Standard @Arena X1C 0.8 nozzle.json @@ -0,0 +1,11 @@ +{ + "type": "process", + "setting_id": "GP009", + "name": "0.40mm Standard @Arena X1C 0.8 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_process_bbl_0.40_nozzle_0.8", + "compatible_printers": [ + "Orca Arena X1 Carbon 0.8 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/process/0.42mm Standard @Arena X1C 0.6 nozzle.json b/resources/profiles/OrcaArena/process/0.42mm Standard @Arena X1C 0.6 nozzle.json new file mode 100644 index 0000000000..0dd4f8e829 --- /dev/null +++ b/resources/profiles/OrcaArena/process/0.42mm Standard @Arena X1C 0.6 nozzle.json @@ -0,0 +1,12 @@ +{ + "type": "process", + "setting_id": "GP031", + "name": "0.42mm Standard @Arena X1C 0.6 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_process_bbl_0.42_nozzle_0.6", + "compatible_printers": [ + "Orca Arena X1 Carbon 0.6 nozzle", + "Orca Arena X1 0.6 nozzle" + ] +} \ No newline at end of file diff --git a/resources/profiles/OrcaArena/process/0.48mm Standard @Arena X1C 0.8 nozzle.json b/resources/profiles/OrcaArena/process/0.48mm Standard @Arena X1C 0.8 nozzle.json new file mode 100644 index 0000000000..d745f58dda --- /dev/null +++ b/resources/profiles/OrcaArena/process/0.48mm Standard @Arena X1C 0.8 nozzle.json @@ -0,0 +1,12 @@ +{ + "type": "process", + "setting_id": "GP034", + "name": "0.48mm Standard @Arena X1C 0.8 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_process_bbl_0.48_nozzle_0.8", + "compatible_printers": [ + "Orca Arena X1 Carbon 0.8 nozzle", + "Orca Arena X1 0.8 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/process/0.56mm Standard @Arena X1C 0.8 nozzle.json b/resources/profiles/OrcaArena/process/0.56mm Standard @Arena X1C 0.8 nozzle.json new file mode 100644 index 0000000000..15fade2964 --- /dev/null +++ b/resources/profiles/OrcaArena/process/0.56mm Standard @Arena X1C 0.8 nozzle.json @@ -0,0 +1,12 @@ +{ + "type": "process", + "setting_id": "GP035", + "name": "0.56mm Standard @Arena X1C 0.8 nozzle", + "from": "system", + "instantiation": "true", + "inherits": "fdm_process_bbl_0.56_nozzle_0.8", + "compatible_printers": [ + "Orca Arena X1 Carbon 0.8 nozzle", + "Orca Arena X1 0.8 nozzle" + ] +} diff --git a/resources/profiles/OrcaArena/process/fdm_process_bbl_0.06_nozzle_0.2.json b/resources/profiles/OrcaArena/process/fdm_process_bbl_0.06_nozzle_0.2.json new file mode 100644 index 0000000000..35257823ae --- /dev/null +++ b/resources/profiles/OrcaArena/process/fdm_process_bbl_0.06_nozzle_0.2.json @@ -0,0 +1,25 @@ +{ + "type": "process", + "name": "fdm_process_bbl_0.06_nozzle_0.2", + "from": "system", + "instantiation": "false", + "inherits": "fdm_process_bbl_common", + "layer_height": "0.06", + "initial_layer_print_height": "0.1", + "wall_loops": "4", + "bottom_shell_layers": "5", + "top_shell_layers": "7", + "bridge_flow": "1", + "line_width": "0.22", + "outer_wall_line_width": "0.22", + "initial_layer_line_width": "0.25", + "sparse_infill_line_width": "0.22", + "inner_wall_line_width": "0.22", + "internal_solid_infill_line_width": "0.22", + "support_line_width": "0.22", + "top_surface_line_width": "0.22", + "initial_layer_speed": "40", + "initial_layer_infill_speed": "70", + "sparse_infill_speed": "100", + "top_surface_speed": "150" +} diff --git a/resources/profiles/OrcaArena/process/fdm_process_bbl_0.08.json b/resources/profiles/OrcaArena/process/fdm_process_bbl_0.08.json new file mode 100644 index 0000000000..0348c33427 --- /dev/null +++ b/resources/profiles/OrcaArena/process/fdm_process_bbl_0.08.json @@ -0,0 +1,26 @@ +{ + "type": "process", + "name": "fdm_process_bbl_0.08", + "from": "system", + "instantiation": "false", + "inherits": "fdm_process_bbl_common", + "layer_height": "0.08", + "elefant_foot_compensation": "0.15", + "bottom_shell_layers": "7", + "top_shell_layers": "9", + "bridge_flow": "1", + "ironing_flow": "8%", + "initial_layer_speed": "50", + "initial_layer_infill_speed": "105", + "outer_wall_speed": "200", + "inner_wall_speed": "350", + "sparse_infill_speed": "450", + "internal_solid_infill_speed": "350", + "top_surface_speed": "200", + "gap_infill_speed": "350", + "overhang_1_4_speed": "60", + "overhang_2_4_speed": "30", + "overhang_3_4_speed": "10", + "overhang_4_4_speed": "10", + "support_threshold_angle": "15" +} diff --git a/resources/profiles/OrcaArena/process/fdm_process_bbl_0.08_nozzle_0.2.json b/resources/profiles/OrcaArena/process/fdm_process_bbl_0.08_nozzle_0.2.json new file mode 100644 index 0000000000..90fae21397 --- /dev/null +++ b/resources/profiles/OrcaArena/process/fdm_process_bbl_0.08_nozzle_0.2.json @@ -0,0 +1,25 @@ +{ + "type": "process", + "name": "fdm_process_bbl_0.08_nozzle_0.2", + "from": "system", + "instantiation": "false", + "inherits": "fdm_process_bbl_common", + "layer_height": "0.08", + "initial_layer_print_height": "0.1", + "wall_loops": "4", + "bottom_shell_layers": "5", + "top_shell_layers": "7", + "bridge_flow": "1", + "line_width": "0.22", + "outer_wall_line_width": "0.22", + "initial_layer_line_width": "0.25", + "sparse_infill_line_width": "0.22", + "inner_wall_line_width": "0.22", + "internal_solid_infill_line_width": "0.22", + "support_line_width": "0.22", + "top_surface_line_width": "0.22", + "initial_layer_speed": "40", + "initial_layer_infill_speed": "70", + "sparse_infill_speed": "100", + "top_surface_speed": "150" +} diff --git a/resources/profiles/OrcaArena/process/fdm_process_bbl_0.10_nozzle_0.2.json b/resources/profiles/OrcaArena/process/fdm_process_bbl_0.10_nozzle_0.2.json new file mode 100644 index 0000000000..a53df8b5a9 --- /dev/null +++ b/resources/profiles/OrcaArena/process/fdm_process_bbl_0.10_nozzle_0.2.json @@ -0,0 +1,25 @@ +{ + "type": "process", + "name": "fdm_process_bbl_0.10_nozzle_0.2", + "from": "system", + "instantiation": "false", + "inherits": "fdm_process_bbl_common", + "layer_height": "0.1", + "initial_layer_print_height": "0.1", + "wall_loops": "4", + "bottom_shell_layers": "5", + "top_shell_layers": "7", + "bridge_flow": "1", + "line_width": "0.22", + "outer_wall_line_width": "0.22", + "initial_layer_line_width": "0.25", + "sparse_infill_line_width": "0.22", + "inner_wall_line_width": "0.22", + "internal_solid_infill_line_width": "0.22", + "support_line_width": "0.22", + "top_surface_line_width": "0.22", + "initial_layer_speed": "40", + "initial_layer_infill_speed": "70", + "sparse_infill_speed": "100", + "top_surface_speed": "150" +} diff --git a/resources/profiles/OrcaArena/process/fdm_process_bbl_0.12.json b/resources/profiles/OrcaArena/process/fdm_process_bbl_0.12.json new file mode 100644 index 0000000000..dcbb2f9a4b --- /dev/null +++ b/resources/profiles/OrcaArena/process/fdm_process_bbl_0.12.json @@ -0,0 +1,26 @@ +{ + "type": "process", + "name": "fdm_process_bbl_0.12", + "from": "system", + "instantiation": "false", + "inherits": "fdm_process_bbl_common", + "layer_height": "0.12", + "bottom_shell_layers": "5", + "elefant_foot_compensation": "0.15", + "top_shell_layers": "5", + "top_shell_thickness": "0.6", + "bridge_flow": "1", + "initial_layer_speed": "50", + "initial_layer_infill_speed": "105", + "outer_wall_speed": "200", + "inner_wall_speed": "350", + "sparse_infill_speed": "430", + "internal_solid_infill_speed": "350", + "top_surface_speed": "200", + "gap_infill_speed": "350", + "overhang_1_4_speed": "60", + "overhang_2_4_speed": "30", + "overhang_3_4_speed": "10", + "overhang_4_4_speed": "10", + "support_threshold_angle": "20" +} diff --git a/resources/profiles/OrcaArena/process/fdm_process_bbl_0.12_nozzle_0.2.json b/resources/profiles/OrcaArena/process/fdm_process_bbl_0.12_nozzle_0.2.json new file mode 100644 index 0000000000..8a76d4c7cb --- /dev/null +++ b/resources/profiles/OrcaArena/process/fdm_process_bbl_0.12_nozzle_0.2.json @@ -0,0 +1,25 @@ +{ + "type": "process", + "name": "fdm_process_bbl_0.12_nozzle_0.2", + "from": "system", + "instantiation": "false", + "inherits": "fdm_process_bbl_common", + "layer_height": "0.12", + "initial_layer_print_height": "0.1", + "wall_loops": "4", + "bottom_shell_layers": "5", + "top_shell_layers": "7", + "bridge_flow": "1", + "line_width": "0.22", + "outer_wall_line_width": "0.22", + "initial_layer_line_width": "0.25", + "sparse_infill_line_width": "0.22", + "inner_wall_line_width": "0.22", + "internal_solid_infill_line_width": "0.22", + "support_line_width": "0.22", + "top_surface_line_width": "0.22", + "initial_layer_speed": "40", + "initial_layer_infill_speed": "70", + "sparse_infill_speed": "100", + "top_surface_speed": "150" +} diff --git a/resources/profiles/OrcaArena/process/fdm_process_bbl_0.14_nozzle_0.2.json b/resources/profiles/OrcaArena/process/fdm_process_bbl_0.14_nozzle_0.2.json new file mode 100644 index 0000000000..81bd28b30c --- /dev/null +++ b/resources/profiles/OrcaArena/process/fdm_process_bbl_0.14_nozzle_0.2.json @@ -0,0 +1,25 @@ +{ + "type": "process", + "name": "fdm_process_bbl_0.14_nozzle_0.2", + "from": "system", + "instantiation": "false", + "inherits": "fdm_process_bbl_common", + "layer_height": "0.14", + "initial_layer_print_height": "0.1", + "wall_loops": "4", + "bottom_shell_layers": "5", + "top_shell_layers": "7", + "bridge_flow": "1", + "line_width": "0.22", + "outer_wall_line_width": "0.22", + "initial_layer_line_width": "0.25", + "sparse_infill_line_width": "0.22", + "inner_wall_line_width": "0.22", + "internal_solid_infill_line_width": "0.22", + "support_line_width": "0.22", + "top_surface_line_width": "0.22", + "initial_layer_speed": "40", + "initial_layer_infill_speed": "70", + "sparse_infill_speed": "100", + "top_surface_speed": "150" +} diff --git a/resources/profiles/OrcaArena/process/fdm_process_bbl_0.16.json b/resources/profiles/OrcaArena/process/fdm_process_bbl_0.16.json new file mode 100644 index 0000000000..14186f7170 --- /dev/null +++ b/resources/profiles/OrcaArena/process/fdm_process_bbl_0.16.json @@ -0,0 +1,26 @@ +{ + "type": "process", + "name": "fdm_process_bbl_0.16", + "from": "system", + "instantiation": "false", + "inherits": "fdm_process_bbl_common", + "layer_height": "0.16", + "elefant_foot_compensation": "0.15", + "bottom_shell_layers": "4", + "top_shell_layers": "4", + "top_shell_thickness": "0.6", + "bridge_flow": "1", + "initial_layer_speed": "50", + "initial_layer_infill_speed": "105", + "outer_wall_speed": "200", + "inner_wall_speed": "300", + "sparse_infill_speed": "330", + "internal_solid_infill_speed": "300", + "top_surface_speed": "200", + "gap_infill_speed": "300", + "overhang_1_4_speed": "60", + "overhang_2_4_speed": "30", + "overhang_3_4_speed": "10", + "overhang_4_4_speed": "10", + "support_threshold_angle": "25" +} diff --git a/resources/profiles/OrcaArena/process/fdm_process_bbl_0.18_nozzle_0.6.json b/resources/profiles/OrcaArena/process/fdm_process_bbl_0.18_nozzle_0.6.json new file mode 100644 index 0000000000..1a9120fdb9 --- /dev/null +++ b/resources/profiles/OrcaArena/process/fdm_process_bbl_0.18_nozzle_0.6.json @@ -0,0 +1,34 @@ +{ + "type": "process", + "name": "fdm_process_bbl_0.18_nozzle_0.6", + "from": "system", + "instantiation": "false", + "inherits": "fdm_process_bbl_common", + "layer_height": "0.18", + "initial_layer_print_height": "0.3", + "wall_loops": "2", + "bottom_shell_layers": "3", + "top_shell_layers": "3", + "bridge_flow": "1", + "line_width": "0.62", + "outer_wall_line_width": "0.62", + "initial_layer_line_width": "0.62", + "sparse_infill_line_width": "0.62", + "inner_wall_line_width": "0.62", + "internal_solid_infill_line_width": "0.62", + "support_line_width": "0.62", + "top_surface_line_width": "0.62", + "initial_layer_speed": "35", + "initial_layer_infill_speed": "55", + "outer_wall_speed": "120", + "inner_wall_speed": "150", + "sparse_infill_speed": "100", + "internal_solid_infill_speed": "150", + "top_surface_speed": "150", + "gap_infill_speed": "50", + "bridge_speed": "30", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10" +} diff --git a/resources/profiles/OrcaArena/process/fdm_process_bbl_0.20.json b/resources/profiles/OrcaArena/process/fdm_process_bbl_0.20.json new file mode 100644 index 0000000000..12fe82dd12 --- /dev/null +++ b/resources/profiles/OrcaArena/process/fdm_process_bbl_0.20.json @@ -0,0 +1,21 @@ +{ + "type": "process", + "name": "fdm_process_bbl_0.20", + "from": "system", + "instantiation": "false", + "inherits": "fdm_process_bbl_common", + "layer_height": "0.2", + "elefant_foot_compensation": "0.15", + "bottom_shell_layers": "3", + "top_shell_layers": "3", + "top_shell_thickness": "0.6", + "bridge_flow": "1", + "initial_layer_speed": "50", + "initial_layer_infill_speed": "105", + "outer_wall_speed": "200", + "inner_wall_speed": "300", + "sparse_infill_speed": "270", + "internal_solid_infill_speed": "250", + "top_surface_speed": "200", + "gap_infill_speed": "250" +} diff --git a/resources/profiles/OrcaArena/process/fdm_process_bbl_0.24.json b/resources/profiles/OrcaArena/process/fdm_process_bbl_0.24.json new file mode 100644 index 0000000000..3b83ea159c --- /dev/null +++ b/resources/profiles/OrcaArena/process/fdm_process_bbl_0.24.json @@ -0,0 +1,23 @@ +{ + "type": "process", + "name": "fdm_process_bbl_0.24", + "from": "system", + "instantiation": "false", + "inherits": "fdm_process_bbl_common", + "layer_height": "0.24", + "elefant_foot_compensation": "0.15", + "top_surface_line_width": "0.45", + "bottom_shell_layers": "3", + "top_shell_layers": "3", + "top_shell_thickness": "0.6", + "bridge_flow": "1", + "initial_layer_speed": "50", + "initial_layer_infill_speed": "105", + "outer_wall_speed": "200", + "inner_wall_speed": "230", + "sparse_infill_speed": "230", + "internal_solid_infill_speed": "230", + "top_surface_speed": "200", + "gap_infill_speed": "230", + "support_threshold_angle": "35" +} diff --git a/resources/profiles/OrcaArena/process/fdm_process_bbl_0.24_nozzle_0.6.json b/resources/profiles/OrcaArena/process/fdm_process_bbl_0.24_nozzle_0.6.json new file mode 100644 index 0000000000..aec643962c --- /dev/null +++ b/resources/profiles/OrcaArena/process/fdm_process_bbl_0.24_nozzle_0.6.json @@ -0,0 +1,34 @@ +{ + "type": "process", + "name": "fdm_process_bbl_0.24_nozzle_0.6", + "from": "system", + "instantiation": "false", + "inherits": "fdm_process_bbl_common", + "layer_height": "0.24", + "initial_layer_print_height": "0.3", + "wall_loops": "2", + "bottom_shell_layers": "3", + "top_shell_layers": "3", + "bridge_flow": "1", + "line_width": "0.62", + "outer_wall_line_width": "0.62", + "initial_layer_line_width": "0.62", + "sparse_infill_line_width": "0.62", + "inner_wall_line_width": "0.62", + "internal_solid_infill_line_width": "0.62", + "support_line_width": "0.62", + "top_surface_line_width": "0.62", + "initial_layer_speed": "35", + "initial_layer_infill_speed": "55", + "outer_wall_speed": "120", + "inner_wall_speed": "150", + "sparse_infill_speed": "100", + "internal_solid_infill_speed": "150", + "top_surface_speed": "150", + "gap_infill_speed": "50", + "bridge_speed": "30", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10" +} diff --git a/resources/profiles/OrcaArena/process/fdm_process_bbl_0.24_nozzle_0.8.json b/resources/profiles/OrcaArena/process/fdm_process_bbl_0.24_nozzle_0.8.json new file mode 100644 index 0000000000..9c1cbf2028 --- /dev/null +++ b/resources/profiles/OrcaArena/process/fdm_process_bbl_0.24_nozzle_0.8.json @@ -0,0 +1,35 @@ +{ + "type": "process", + "name": "fdm_process_bbl_0.24_nozzle_0.8", + "from": "system", + "instantiation": "false", + "inherits": "fdm_process_bbl_common", + "layer_height": "0.24", + "initial_layer_print_height": "0.4", + "wall_loops": "2", + "bottom_shell_layers": "3", + "top_shell_layers": "3", + "bridge_flow": "1", + "line_width": "0.82", + "outer_wall_line_width": "0.82", + "initial_layer_line_width": "0.82", + "sparse_infill_line_width": "0.82", + "inner_wall_line_width": "0.82", + "internal_solid_infill_line_width": "0.82", + "support_line_width": "0.82", + "top_surface_line_width": "0.82", + "top_surface_pattern": "monotonic", + "initial_layer_speed": "35", + "initial_layer_infill_speed": "55", + "outer_wall_speed": "120", + "inner_wall_speed": "150", + "sparse_infill_speed": "100", + "internal_solid_infill_speed": "150", + "top_surface_speed": "150", + "gap_infill_speed": "50", + "bridge_speed": "30", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "25", + "overhang_4_4_speed": "5" +} diff --git a/resources/profiles/OrcaArena/process/fdm_process_bbl_0.28.json b/resources/profiles/OrcaArena/process/fdm_process_bbl_0.28.json new file mode 100644 index 0000000000..08f80a2ef0 --- /dev/null +++ b/resources/profiles/OrcaArena/process/fdm_process_bbl_0.28.json @@ -0,0 +1,23 @@ +{ + "type": "process", + "name": "fdm_process_bbl_0.28", + "from": "system", + "instantiation": "false", + "inherits": "fdm_process_bbl_common", + "layer_height": "0.28", + "elefant_foot_compensation": "0.15", + "top_surface_line_width": "0.45", + "bottom_shell_layers": "3", + "top_shell_layers": "3", + "top_shell_thickness": "0.6", + "bridge_flow": "1", + "initial_layer_speed": "50", + "initial_layer_infill_speed": "105", + "outer_wall_speed": "200", + "inner_wall_speed": "200", + "sparse_infill_speed": "200", + "internal_solid_infill_speed": "200", + "top_surface_speed": "200", + "gap_infill_speed": "200", + "support_threshold_angle": "40" +} diff --git a/resources/profiles/OrcaArena/process/fdm_process_bbl_0.30_nozzle_0.6.json b/resources/profiles/OrcaArena/process/fdm_process_bbl_0.30_nozzle_0.6.json new file mode 100644 index 0000000000..37decfe4da --- /dev/null +++ b/resources/profiles/OrcaArena/process/fdm_process_bbl_0.30_nozzle_0.6.json @@ -0,0 +1,34 @@ +{ + "type": "process", + "name": "fdm_process_bbl_0.30_nozzle_0.6", + "from": "system", + "instantiation": "false", + "inherits": "fdm_process_bbl_common", + "layer_height": "0.3", + "initial_layer_print_height": "0.3", + "wall_loops": "3", + "bottom_shell_layers": "3", + "top_shell_layers": "3", + "bridge_flow": "1", + "line_width": "0.62", + "outer_wall_line_width": "0.62", + "initial_layer_line_width": "0.62", + "sparse_infill_line_width": "0.62", + "inner_wall_line_width": "0.62", + "internal_solid_infill_line_width": "0.62", + "support_line_width": "0.62", + "top_surface_line_width": "0.62", + "initial_layer_speed": "35", + "initial_layer_infill_speed": "55", + "outer_wall_speed": "120", + "inner_wall_speed": "150", + "sparse_infill_speed": "100", + "internal_solid_infill_speed": "150", + "top_surface_speed": "150", + "gap_infill_speed": "50", + "bridge_speed": "30", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10" +} diff --git a/resources/profiles/OrcaArena/process/fdm_process_bbl_0.32_nozzle_0.8.json b/resources/profiles/OrcaArena/process/fdm_process_bbl_0.32_nozzle_0.8.json new file mode 100644 index 0000000000..d64d4b6f24 --- /dev/null +++ b/resources/profiles/OrcaArena/process/fdm_process_bbl_0.32_nozzle_0.8.json @@ -0,0 +1,35 @@ +{ + "type": "process", + "name": "fdm_process_bbl_0.32_nozzle_0.8", + "from": "system", + "instantiation": "false", + "inherits": "fdm_process_bbl_common", + "layer_height": "0.32", + "initial_layer_print_height": "0.3", + "wall_loops": "2", + "bottom_shell_layers": "3", + "top_shell_layers": "3", + "bridge_flow": "1", + "line_width": "0.82", + "outer_wall_line_width": "0.82", + "initial_layer_line_width": "0.82", + "sparse_infill_line_width": "0.82", + "inner_wall_line_width": "0.82", + "internal_solid_infill_line_width": "0.82", + "support_line_width": "0.82", + "top_surface_line_width": "0.82", + "top_surface_pattern": "monotonic", + "initial_layer_speed": "35", + "initial_layer_infill_speed": "55", + "outer_wall_speed": "120", + "inner_wall_speed": "150", + "sparse_infill_speed": "100", + "internal_solid_infill_speed": "150", + "top_surface_speed": "150", + "gap_infill_speed": "50", + "bridge_speed": "30", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "25", + "overhang_4_4_speed": "5" +} diff --git a/resources/profiles/OrcaArena/process/fdm_process_bbl_0.36_nozzle_0.6.json b/resources/profiles/OrcaArena/process/fdm_process_bbl_0.36_nozzle_0.6.json new file mode 100644 index 0000000000..a8a8a1387a --- /dev/null +++ b/resources/profiles/OrcaArena/process/fdm_process_bbl_0.36_nozzle_0.6.json @@ -0,0 +1,34 @@ +{ + "type": "process", + "name": "fdm_process_bbl_0.36_nozzle_0.6", + "from": "system", + "instantiation": "false", + "inherits": "fdm_process_bbl_common", + "layer_height": "0.36", + "initial_layer_print_height": "0.3", + "wall_loops": "2", + "bottom_shell_layers": "3", + "top_shell_layers": "3", + "bridge_flow": "1", + "line_width": "0.62", + "outer_wall_line_width": "0.62", + "initial_layer_line_width": "0.62", + "sparse_infill_line_width": "0.62", + "inner_wall_line_width": "0.62", + "internal_solid_infill_line_width": "0.62", + "support_line_width": "0.62", + "top_surface_line_width": "0.62", + "initial_layer_speed": "35", + "initial_layer_infill_speed": "55", + "outer_wall_speed": "120", + "inner_wall_speed": "150", + "sparse_infill_speed": "100", + "internal_solid_infill_speed": "150", + "top_surface_speed": "150", + "gap_infill_speed": "50", + "bridge_speed": "30", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10" +} diff --git a/resources/profiles/OrcaArena/process/fdm_process_bbl_0.40_nozzle_0.8.json b/resources/profiles/OrcaArena/process/fdm_process_bbl_0.40_nozzle_0.8.json new file mode 100644 index 0000000000..ce35f532e5 --- /dev/null +++ b/resources/profiles/OrcaArena/process/fdm_process_bbl_0.40_nozzle_0.8.json @@ -0,0 +1,35 @@ +{ + "type": "process", + "name": "fdm_process_bbl_0.40_nozzle_0.8", + "from": "system", + "instantiation": "false", + "inherits": "fdm_process_bbl_common", + "layer_height": "0.4", + "initial_layer_print_height": "0.4", + "wall_loops": "3", + "bottom_shell_layers": "3", + "top_shell_layers": "3", + "bridge_flow": "1", + "line_width": "0.82", + "outer_wall_line_width": "0.82", + "initial_layer_line_width": "0.82", + "sparse_infill_line_width": "0.82", + "inner_wall_line_width": "0.82", + "internal_solid_infill_line_width": "0.82", + "support_line_width": "0.82", + "top_surface_line_width": "0.82", + "top_surface_pattern": "monotonic", + "initial_layer_speed": "35", + "initial_layer_infill_speed": "55", + "outer_wall_speed": "120", + "inner_wall_speed": "150", + "sparse_infill_speed": "100", + "internal_solid_infill_speed": "150", + "top_surface_speed": "150", + "gap_infill_speed": "50", + "bridge_speed": "30", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "25", + "overhang_4_4_speed": "5" +} diff --git a/resources/profiles/OrcaArena/process/fdm_process_bbl_0.42_nozzle_0.6.json b/resources/profiles/OrcaArena/process/fdm_process_bbl_0.42_nozzle_0.6.json new file mode 100644 index 0000000000..7d9309c1b1 --- /dev/null +++ b/resources/profiles/OrcaArena/process/fdm_process_bbl_0.42_nozzle_0.6.json @@ -0,0 +1,34 @@ +{ + "type": "process", + "name": "fdm_process_bbl_0.42_nozzle_0.6", + "from": "system", + "instantiation": "false", + "inherits": "fdm_process_bbl_common", + "layer_height": "0.42", + "initial_layer_print_height": "0.3", + "wall_loops": "2", + "bottom_shell_layers": "3", + "top_shell_layers": "3", + "bridge_flow": "1", + "line_width": "0.62", + "outer_wall_line_width": "0.62", + "initial_layer_line_width": "0.62", + "sparse_infill_line_width": "0.62", + "inner_wall_line_width": "0.62", + "internal_solid_infill_line_width": "0.62", + "support_line_width": "0.62", + "top_surface_line_width": "0.62", + "initial_layer_speed": "35", + "initial_layer_infill_speed": "55", + "outer_wall_speed": "120", + "inner_wall_speed": "150", + "sparse_infill_speed": "100", + "internal_solid_infill_speed": "150", + "top_surface_speed": "150", + "gap_infill_speed": "50", + "bridge_speed": "30", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "15", + "overhang_4_4_speed": "10" +} diff --git a/resources/profiles/OrcaArena/process/fdm_process_bbl_0.48_nozzle_0.8.json b/resources/profiles/OrcaArena/process/fdm_process_bbl_0.48_nozzle_0.8.json new file mode 100644 index 0000000000..87c7d6b04c --- /dev/null +++ b/resources/profiles/OrcaArena/process/fdm_process_bbl_0.48_nozzle_0.8.json @@ -0,0 +1,35 @@ +{ + "type": "process", + "name": "fdm_process_bbl_0.48_nozzle_0.8", + "from": "system", + "instantiation": "false", + "inherits": "fdm_process_bbl_common", + "layer_height": "0.48", + "initial_layer_print_height": "0.4", + "wall_loops": "2", + "bottom_shell_layers": "3", + "top_shell_layers": "3", + "bridge_flow": "1", + "line_width": "0.82", + "outer_wall_line_width": "0.82", + "initial_layer_line_width": "0.82", + "sparse_infill_line_width": "0.82", + "inner_wall_line_width": "0.82", + "internal_solid_infill_line_width": "0.82", + "support_line_width": "0.82", + "top_surface_line_width": "0.82", + "top_surface_pattern": "monotonic", + "initial_layer_speed": "35", + "initial_layer_infill_speed": "55", + "outer_wall_speed": "120", + "inner_wall_speed": "150", + "sparse_infill_speed": "100", + "internal_solid_infill_speed": "150", + "top_surface_speed": "150", + "gap_infill_speed": "50", + "bridge_speed": "30", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "25", + "overhang_4_4_speed": "5" +} diff --git a/resources/profiles/OrcaArena/process/fdm_process_bbl_0.56_nozzle_0.8.json b/resources/profiles/OrcaArena/process/fdm_process_bbl_0.56_nozzle_0.8.json new file mode 100644 index 0000000000..311925326a --- /dev/null +++ b/resources/profiles/OrcaArena/process/fdm_process_bbl_0.56_nozzle_0.8.json @@ -0,0 +1,35 @@ +{ + "type": "process", + "name": "fdm_process_bbl_0.56_nozzle_0.8", + "from": "system", + "instantiation": "false", + "inherits": "fdm_process_bbl_common", + "layer_height": "0.56", + "initial_layer_print_height": "0.4", + "wall_loops": "2", + "bottom_shell_layers": "3", + "top_shell_layers": "3", + "bridge_flow": "1", + "line_width": "0.82", + "outer_wall_line_width": "0.82", + "initial_layer_line_width": "0.82", + "sparse_infill_line_width": "0.82", + "inner_wall_line_width": "0.82", + "internal_solid_infill_line_width": "0.82", + "support_line_width": "0.82", + "top_surface_line_width": "0.82", + "top_surface_pattern": "monotonic", + "initial_layer_speed": "35", + "initial_layer_infill_speed": "55", + "outer_wall_speed": "120", + "inner_wall_speed": "150", + "sparse_infill_speed": "100", + "internal_solid_infill_speed": "150", + "top_surface_speed": "150", + "gap_infill_speed": "50", + "bridge_speed": "30", + "overhang_1_4_speed": "0", + "overhang_2_4_speed": "50", + "overhang_3_4_speed": "25", + "overhang_4_4_speed": "5" +} diff --git a/resources/profiles/OrcaArena/process/fdm_process_bbl_common.json b/resources/profiles/OrcaArena/process/fdm_process_bbl_common.json new file mode 100644 index 0000000000..9115d69522 --- /dev/null +++ b/resources/profiles/OrcaArena/process/fdm_process_bbl_common.json @@ -0,0 +1,111 @@ +{ + "type": "process", + "name": "fdm_process_bbl_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": [], + "compatible_printers_condition": "", + "print_sequence": "by layer", + "default_acceleration": "10000", + "bridge_no_support": "0", + "draft_shield": "disabled", + "elefant_foot_compensation": "0", + "enable_arc_fitting": "1", + "outer_wall_line_width": "0.42", + "outer_wall_speed": "120", + "outer_wall_acceleration": "5000", + "inner_wall_acceleration": "5000", + "wall_infill_order": "inner wall/outer wall/infill", + "line_width": "0.42", + "infill_direction": "45", + "sparse_infill_density": "15%", + "sparse_infill_pattern": "grid", + "internal_bridge_support_thickness": "0.8", + "initial_layer_acceleration": "500", + "initial_layer_line_width": "0.5", + "initial_layer_print_height": "0.2", + "initial_layer_speed": "30", + "gap_infill_speed": "50", + "infill_combination": "0", + "sparse_infill_line_width": "0.45", + "infill_wall_overlap": "15%", + "sparse_infill_speed": "250", + "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", + "only_one_wall_top": "1", + "inner_wall_line_width": "0.45", + "inner_wall_speed": "150", + "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.42", + "internal_solid_infill_speed": "150", + "spiral_mode": "0", + "initial_layer_infill_speed": "60", + "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_bottom_z_distance": "0.2", + "support_filament": "0", + "support_line_width": "0.42", + "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_expansion": "0", + "support_interface_speed": "80", + "support_base_pattern": "default", + "support_base_pattern_spacing": "2.5", + "support_speed": "150", + "support_threshold_angle": "30", + "support_object_xy_distance": "0.35", + "tree_support_branch_diameter": "2", + "tree_support_branch_angle": "45", + "tree_support_wall_count": "1", + "detect_thin_wall": "0", + "top_surface_pattern": "monotonicline", + "top_surface_line_width": "0.42", + "top_surface_acceleration": "2000", + "top_surface_speed": "200", + "top_shell_layers": "3", + "top_shell_thickness": "0.8", + "travel_speed": "500", + "enable_prime_tower": "1", + "wipe_tower_no_sparse_layers": "0", + "prime_tower_width": "35", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0", + "gcode_label_objects": "0" +} diff --git a/resources/profiles/OrcaArena/process/fdm_process_common.json b/resources/profiles/OrcaArena/process/fdm_process_common.json new file mode 100644 index 0000000000..4d18e9d5aa --- /dev/null +++ b/resources/profiles/OrcaArena/process/fdm_process_common.json @@ -0,0 +1,71 @@ +{ + "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.42", + "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": "15%", + "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_interface_pattern": "auto", + "support_base_pattern": "default", + "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.42", + "top_surface_speed": "30", + "travel_speed": "400", + "enable_prime_tower": "0", + "prime_tower_width": "60", + "xy_hole_compensation": "0", + "xy_contour_compensation": "0" +} diff --git a/resources/profiles/Prusa/machine/Prusa MINI.json b/resources/profiles/Prusa/machine/Prusa MINI.json index 6cdd89a5a5..199cab4e9c 100644 --- a/resources/profiles/Prusa/machine/Prusa MINI.json +++ b/resources/profiles/Prusa/machine/Prusa MINI.json @@ -7,6 +7,6 @@ "family": "Prusa", "bed_model": "mini_bed.stl", "bed_texture": "mini.svg", - "hotend_model": "bbl-3dp-hotend.stl", + "hotend_model": "", "default_materials": "Prusa Generic ABS;Prusa Generic PLA;Prusa Generic PLA-CF;Prusa Generic PETG;Prusa Generic TPU;Prusa Generic ASA;Prusa Generic PC;Prusa Generic PVA;Prusa Generic PA;Prusa Generic PA-CF" } diff --git a/resources/profiles/Prusa/machine/Prusa MK3S.json b/resources/profiles/Prusa/machine/Prusa MK3S.json index d279367a2f..3cb76e93c8 100644 --- a/resources/profiles/Prusa/machine/Prusa MK3S.json +++ b/resources/profiles/Prusa/machine/Prusa MK3S.json @@ -7,6 +7,6 @@ "family": "Prusa", "bed_model": "mk3_bed.stl", "bed_texture": "mk3.svg", - "hotend_model": "bbl-3dp-hotend.stl", + "hotend_model": "", "default_materials": "Prusa Generic ABS;Prusa Generic PLA;Prusa Generic PLA-CF;Prusa Generic PETG;Prusa Generic TPU;Prusa Generic ASA;Prusa Generic PC;Prusa Generic PVA;Prusa Generic PA;Prusa Generic PA-CF" } diff --git a/resources/profiles/Ratrig/hotend.stl b/resources/profiles/Ratrig/hotend.stl deleted file mode 100644 index 4138160ec0..0000000000 Binary files a/resources/profiles/Ratrig/hotend.stl and /dev/null differ diff --git a/resources/profiles/Ratrig/machine/RatRig V-Cast.json b/resources/profiles/Ratrig/machine/RatRig V-Cast.json index f608dc52bc..19f2cf1d4d 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Cast.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Cast.json @@ -7,6 +7,6 @@ "family": "RatRig_V-Cast", "bed_model": "ratrig-vcast-bed.stl", "bed_texture": "ratrig_logo.svg", - "hotend_model": "hotend.stl", + "hotend_model": "", "default_materials": "RatRig Generic ABS;RatRig Generic PLA;RatRig Generic PLA-CF;RatRig Generic PETG;RatRig Generic TPU;RatRig Generic ASA;RatRig Generic PC;RatRig Generic PVA;RatRig Generic PA;RatRig Generic PA-CF" } diff --git a/resources/profiles/Ratrig/machine/RatRig V-Core 3 200.json b/resources/profiles/Ratrig/machine/RatRig V-Core 3 200.json index dd7692c380..17d7e3fafc 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Core 3 200.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Core 3 200.json @@ -7,6 +7,6 @@ "family": "RatRig_V-Core", "bed_model": "ratrig-vcore-bed-200.stl", "bed_texture": "ratrig_logo.svg", - "hotend_model": "hotend.stl", + "hotend_model": "", "default_materials": "RatRig Generic ABS;RatRig Generic PLA;RatRig Generic PLA-CF;RatRig Generic PETG;RatRig Generic TPU;RatRig Generic ASA;RatRig Generic PC;RatRig Generic PVA;RatRig Generic PA;RatRig Generic PA-CF" } diff --git a/resources/profiles/Ratrig/machine/RatRig V-Core 3 300.json b/resources/profiles/Ratrig/machine/RatRig V-Core 3 300.json index 8d4c1895de..4f37d4178d 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Core 3 300.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Core 3 300.json @@ -7,6 +7,6 @@ "family": "RatRig_V-Core", "bed_model": "ratrig-vcore-bed-300.stl", "bed_texture": "ratrig_logo.svg", - "hotend_model": "hotend.stl", + "hotend_model": "", "default_materials": "RatRig Generic ABS;RatRig Generic PLA;RatRig Generic PLA-CF;RatRig Generic PETG;RatRig Generic TPU;RatRig Generic ASA;RatRig Generic PC;RatRig Generic PVA;RatRig Generic PA;RatRig Generic PA-CF" } diff --git a/resources/profiles/Ratrig/machine/RatRig V-Core 3 400.json b/resources/profiles/Ratrig/machine/RatRig V-Core 3 400.json index 746ec0f3be..40b9e6713c 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Core 3 400.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Core 3 400.json @@ -7,6 +7,6 @@ "family": "RatRig_V-Core", "bed_model": "ratrig-vcore-bed-400.stl", "bed_texture": "ratrig_logo.svg", - "hotend_model": "hotend.stl", + "hotend_model": "", "default_materials": "RatRig Generic ABS;RatRig Generic PLA;RatRig Generic PLA-CF;RatRig Generic PETG;RatRig Generic TPU;RatRig Generic ASA;RatRig Generic PC;RatRig Generic PVA;RatRig Generic PA;RatRig Generic PA-CF" } diff --git a/resources/profiles/Ratrig/machine/RatRig V-Core 3 500.json b/resources/profiles/Ratrig/machine/RatRig V-Core 3 500.json index 48d7bcda27..442842b08f 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Core 3 500.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Core 3 500.json @@ -7,6 +7,6 @@ "family": "RatRig_V-Core", "bed_model": "ratrig-vcore-bed-500.stl", "bed_texture": "ratrig_logo.svg", - "hotend_model": "hotend.stl", + "hotend_model": "", "default_materials": "RatRig Generic ABS;RatRig Generic PLA;RatRig Generic PLA-CF;RatRig Generic PETG;RatRig Generic TPU;RatRig Generic ASA;RatRig Generic PC;RatRig Generic PVA;RatRig Generic PA;RatRig Generic PA-CF" } diff --git a/resources/profiles/Ratrig/machine/RatRig V-Minion.json b/resources/profiles/Ratrig/machine/RatRig V-Minion.json index a851e00da9..d15326c842 100644 --- a/resources/profiles/Ratrig/machine/RatRig V-Minion.json +++ b/resources/profiles/Ratrig/machine/RatRig V-Minion.json @@ -7,6 +7,6 @@ "family": "RatRig_V-Minion", "bed_model": "ratrig-vminion-bed.stl", "bed_texture": "ratrig_logo.svg", - "hotend_model": "hotend.stl", + "hotend_model": "", "default_materials": "RatRig Generic ABS;RatRig Generic PLA;RatRig Generic PLA-CF;RatRig Generic PETG;RatRig Generic TPU;RatRig Generic ASA;RatRig Generic PC;RatRig Generic PVA;RatRig Generic PA;RatRig Generic PA-CF" } diff --git a/resources/profiles/Snapmaker/hotend.stl b/resources/profiles/Snapmaker/hotend.stl deleted file mode 100644 index 4138160ec0..0000000000 Binary files a/resources/profiles/Snapmaker/hotend.stl and /dev/null differ diff --git a/resources/profiles/Snapmaker/machine/Snapmaker A250.json b/resources/profiles/Snapmaker/machine/Snapmaker A250.json index e3b0a4cd82..7824400213 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker A250.json +++ b/resources/profiles/Snapmaker/machine/Snapmaker A250.json @@ -7,6 +7,6 @@ "family": "Snapmaker", "bed_model": "", "bed_texture": "", - "hotend_model": "hotend.stl", + "hotend_model": "", "default_materials": "Snapmaker Generic ABS;Snapmaker Generic PLA;Snapmaker Generic PLA-CF;Snapmaker Generic PETG;Snapmaker Generic TPU;Snapmaker Generic ASA;Snapmaker Generic PC;Snapmaker Generic PVA;Snapmaker Generic PA;Snapmaker Generic PA-CF" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/machine/Snapmaker A350.json b/resources/profiles/Snapmaker/machine/Snapmaker A350.json index 218d679e30..f9f89abaca 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker A350.json +++ b/resources/profiles/Snapmaker/machine/Snapmaker A350.json @@ -7,6 +7,6 @@ "family": "Snapmaker", "bed_model": "", "bed_texture": "", - "hotend_model": "hotend.stl", + "hotend_model": "", "default_materials": "Snapmaker Generic ABS;Snapmaker Generic PLA;Snapmaker Generic PLA-CF;Snapmaker Generic PETG;Snapmaker Generic TPU;Snapmaker Generic ASA;Snapmaker Generic PC;Snapmaker Generic PVA;Snapmaker Generic PA;Snapmaker Generic PA-CF" } diff --git a/resources/profiles/Snapmaker/machine/Snapmaker J1.json b/resources/profiles/Snapmaker/machine/Snapmaker J1.json index 18fcc0d114..019ba7251e 100644 --- a/resources/profiles/Snapmaker/machine/Snapmaker J1.json +++ b/resources/profiles/Snapmaker/machine/Snapmaker J1.json @@ -7,6 +7,6 @@ "family": "Snapmaker", "bed_model": "", "bed_texture": "j1_texture.svg", - "hotend_model": "hotend.stl", + "hotend_model": "", "default_materials": "Snapmaker J1 ABS;Snapmaker J1 PLA;Snapmaker J1 PLA-CF;Snapmaker J1 PETG;Snapmaker J1 TPU;Snapmaker J1 ASA;Snapmaker J1 PC;Snapmaker J1 PVA;Snapmaker J1 PA;Snapmaker J1 PA-CF" } diff --git a/resources/profiles/Tronxy/hotend.stl b/resources/profiles/Tronxy/hotend.stl deleted file mode 100644 index 4138160ec0..0000000000 Binary files a/resources/profiles/Tronxy/hotend.stl and /dev/null differ diff --git a/resources/profiles/Tronxy/machine/Tronxy X5SA 400 Marlin Firmware.json b/resources/profiles/Tronxy/machine/Tronxy X5SA 400 Marlin Firmware.json index 23648526cc..2a59979738 100644 --- a/resources/profiles/Tronxy/machine/Tronxy X5SA 400 Marlin Firmware.json +++ b/resources/profiles/Tronxy/machine/Tronxy X5SA 400 Marlin Firmware.json @@ -7,6 +7,6 @@ "family": "TronxyDesign", "bed_model": "", "bed_texture": "tronxy_logo.png", - "hotend_model": "hotend.stl", + "hotend_model": "", "default_materials": "Tronxy Generic ABS;Tronxy Generic PLA;Tronxy Generic PLA-CF;Tronxy Generic PETG;Tronxy Generic TPU;Tronxy Generic ASA;Tronxy Generic PC;Tronxy Generic PVA;Tronxy Generic PA;Tronxy Generic PA-CF" } \ No newline at end of file diff --git a/resources/profiles/TwoTrees/SP-5_bed.stl b/resources/profiles/TwoTrees/SP-5_bed.stl index 41554098cc..cb9b5bc274 100644 Binary files a/resources/profiles/TwoTrees/SP-5_bed.stl and b/resources/profiles/TwoTrees/SP-5_bed.stl differ diff --git a/resources/profiles/TwoTrees/SP5_texture.png b/resources/profiles/TwoTrees/SP5_texture.png index 74c521898b..cba2851156 100644 Binary files a/resources/profiles/TwoTrees/SP5_texture.png and b/resources/profiles/TwoTrees/SP5_texture.png differ diff --git a/resources/profiles/TwoTrees/hotend.stl b/resources/profiles/TwoTrees/hotend.stl deleted file mode 100644 index 4138160ec0..0000000000 Binary files a/resources/profiles/TwoTrees/hotend.stl and /dev/null differ diff --git a/resources/profiles/TwoTrees/machine/TwoTrees SP-5 Klipper.json b/resources/profiles/TwoTrees/machine/TwoTrees SP-5 Klipper.json index e1a77c24a4..f0da16e1c4 100644 --- a/resources/profiles/TwoTrees/machine/TwoTrees SP-5 Klipper.json +++ b/resources/profiles/TwoTrees/machine/TwoTrees SP-5 Klipper.json @@ -7,6 +7,6 @@ "family": "TwoTreesDesign", "bed_model": "SP-5_bed.stl", "bed_texture": "SP5_texture.png", - "hotend_model": "hotend.stl", + "hotend_model": "", "default_materials": "TwoTrees Generic ABS;TwoTrees Generic PLA;TwoTrees Generic PLA-CF;TwoTrees Generic PETG;TwoTrees Generic TPU;TwoTrees Generic ASA;TwoTrees Generic PC;TwoTrees Generic PVA;TwoTrees Generic PA;TwoTrees Generic PA-CF" } \ No newline at end of file diff --git a/resources/profiles/Voron/hotend.stl b/resources/profiles/Voron/hotend.stl deleted file mode 100644 index 4138160ec0..0000000000 Binary files a/resources/profiles/Voron/hotend.stl and /dev/null differ diff --git a/resources/profiles/Voron/machine/Voron 0.1.json b/resources/profiles/Voron/machine/Voron 0.1.json index 160ee037bb..6a3d37f839 100644 --- a/resources/profiles/Voron/machine/Voron 0.1.json +++ b/resources/profiles/Voron/machine/Voron 0.1.json @@ -7,6 +7,6 @@ "family": "VoronDesign", "bed_model": "", "bed_texture": "voron_v0_logo.png", - "hotend_model": "hotend.stl", + "hotend_model": "", "default_materials": "Voron Generic ABS;Voron Generic PLA;Voron Generic PLA-CF;Voron Generic PETG;Voron Generic TPU;Voron Generic ASA;Voron Generic PC;Voron Generic PVA;Voron Generic PA;Voron Generic PA-CF" } diff --git a/resources/profiles/Voron/machine/Voron 2.4 250.json b/resources/profiles/Voron/machine/Voron 2.4 250.json index 26e8f241d4..5099f066d4 100644 --- a/resources/profiles/Voron/machine/Voron 2.4 250.json +++ b/resources/profiles/Voron/machine/Voron 2.4 250.json @@ -7,6 +7,6 @@ "family": "VoronDesign", "bed_model": "", "bed_texture": "voron_logo.png", - "hotend_model": "hotend.stl", + "hotend_model": "", "default_materials": "Voron Generic ABS;Voron Generic PLA;Voron Generic PLA-CF;Voron Generic PETG;Voron Generic TPU;Voron Generic ASA;Voron Generic PC;Voron Generic PVA;Voron Generic PA;Voron Generic PA-CF" } diff --git a/resources/profiles/Voron/machine/Voron 2.4 300.json b/resources/profiles/Voron/machine/Voron 2.4 300.json index b32bd22a9f..37d3632e0f 100644 --- a/resources/profiles/Voron/machine/Voron 2.4 300.json +++ b/resources/profiles/Voron/machine/Voron 2.4 300.json @@ -7,6 +7,6 @@ "family": "VoronDesign", "bed_model": "", "bed_texture": "voron_logo.png", - "hotend_model": "hotend.stl", + "hotend_model": "", "default_materials": "Voron Generic ABS;Voron Generic PLA;Voron Generic PLA-CF;Voron Generic PETG;Voron Generic TPU;Voron Generic ASA;Voron Generic PC;Voron Generic PVA;Voron Generic PA;Voron Generic PA-CF" } diff --git a/resources/profiles/Voron/machine/Voron 2.4 350.json b/resources/profiles/Voron/machine/Voron 2.4 350.json index 0e165df533..228bfbc8fa 100644 --- a/resources/profiles/Voron/machine/Voron 2.4 350.json +++ b/resources/profiles/Voron/machine/Voron 2.4 350.json @@ -7,6 +7,6 @@ "family": "VoronDesign", "bed_model": "", "bed_texture": "voron_logo.png", - "hotend_model": "hotend.stl", + "hotend_model": "", "default_materials": "Voron Generic ABS;Voron Generic PLA;Voron Generic PLA-CF;Voron Generic PETG;Voron Generic TPU;Voron Generic ASA;Voron Generic PC;Voron Generic PVA;Voron Generic PA;Voron Generic PA-CF" } diff --git a/resources/profiles/Voron/machine/Voron Trident 250.json b/resources/profiles/Voron/machine/Voron Trident 250.json index 424229cc9e..0fd8baac18 100644 --- a/resources/profiles/Voron/machine/Voron Trident 250.json +++ b/resources/profiles/Voron/machine/Voron Trident 250.json @@ -7,6 +7,6 @@ "family": "VoronDesign", "bed_model": "", "bed_texture": "voron_logo.png", - "hotend_model": "hotend.stl", + "hotend_model": "", "default_materials": "Voron Generic ABS;Voron Generic PLA;Voron Generic PLA-CF;Voron Generic PETG;Voron Generic TPU;Voron Generic ASA;Voron Generic PC;Voron Generic PVA;Voron Generic PA;Voron Generic PA-CF" } diff --git a/resources/profiles/Voron/machine/Voron Trident 300.json b/resources/profiles/Voron/machine/Voron Trident 300.json index 68aac7a999..a84801a9f5 100644 --- a/resources/profiles/Voron/machine/Voron Trident 300.json +++ b/resources/profiles/Voron/machine/Voron Trident 300.json @@ -7,6 +7,6 @@ "family": "VoronDesign", "bed_model": "", "bed_texture": "voron_logo.png", - "hotend_model": "hotend.stl", + "hotend_model": "", "default_materials": "Voron Generic ABS;Voron Generic PLA;Voron Generic PLA-CF;Voron Generic PETG;Voron Generic TPU;Voron Generic ASA;Voron Generic PC;Voron Generic PVA;Voron Generic PA;Voron Generic PA-CF" } diff --git a/resources/profiles/Voron/machine/Voron Trident 350.json b/resources/profiles/Voron/machine/Voron Trident 350.json index 51b9e14c2d..2cce35b6a8 100644 --- a/resources/profiles/Voron/machine/Voron Trident 350.json +++ b/resources/profiles/Voron/machine/Voron Trident 350.json @@ -7,6 +7,6 @@ "family": "VoronDesign", "bed_model": "", "bed_texture": "voron_logo.png", - "hotend_model": "hotend.stl", + "hotend_model": "", "default_materials": "Voron Generic ABS;Voron Generic PLA;Voron Generic PLA-CF;Voron Generic PETG;Voron Generic TPU;Voron Generic ASA;Voron Generic PC;Voron Generic PVA;Voron Generic PA;Voron Generic PA-CF" } diff --git a/resources/profiles/Vzbot/hotend.stl b/resources/profiles/Vzbot/hotend.stl deleted file mode 100644 index 4138160ec0..0000000000 Binary files a/resources/profiles/Vzbot/hotend.stl and /dev/null differ diff --git a/resources/profiles/hotend.stl b/resources/profiles/hotend.stl new file mode 100644 index 0000000000..b5555446b6 Binary files /dev/null and b/resources/profiles/hotend.stl differ diff --git a/resources/web/guide/21/21.js b/resources/web/guide/21/21.js index fc7877892e..2b5ae8bf65 100644 --- a/resources/web/guide/21/21.js +++ b/resources/web/guide/21/21.js @@ -62,7 +62,11 @@ function HandleModelList( pVal ) let sVV=strVendor; if( sVV=="BBL" ) sVV="Bambu Lab"; - + if( sVV=="Custom") + sVV="Custom Printer"; + if( sVV=="Other") + sVV="Orca colosseum"; + let HtmlNewVendor='