Skip to content

Commit

Permalink
20231103 Add "InfiMech" printer profiles (#2596)
Browse files Browse the repository at this point in the history
* 20231103 Add "InfiMech" printer profiles 

A new brand named "InfiMech" submits printer profiles for the first time.

* 20231103 Add "InfiMech" printer profiles 

A new brand named "InfiMech" submits printer profiles for the first time.

* fix issues that prevent the profiles being loaded.

---------

Co-authored-by: SoftFever <[email protected]>
  • Loading branch information
InfimechOfficial and SoftFever authored Nov 3, 2023
1 parent 8fcaef5 commit 915c112
Show file tree
Hide file tree
Showing 26 changed files with 1,710 additions and 0 deletions.
102 changes: 102 additions & 0 deletions resources/profiles/InfiMech.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,102 @@
{
"name": "InfiMech",
"version": "01.01.01.01",
"force_update": "1",
"description": "InfiMech configurations",
"machine_model_list": [
{
"name": "InfiMech TX",
"sub_path": "machine/InfiMech TX.json"
}
],
"process_list": [
{
"name": "fdm_process_common",
"sub_path": "process/fdm_process_common.json"
},
{
"name": "0.08mm Extra Fine @InfiMech TX",
"sub_path": "process/0.08mm Extra Fine @InfiMech TX.json"
},
{
"name": "0.12mm Fine @InfiMech TX",
"sub_path": "process/0.12mm Fine @InfiMech TX.json"
},
{
"name": "0.20mm Standard @InfiMech TX",
"sub_path": "process/0.20mm Standard @InfiMech TX.json"
},
{
"name": "0.24mm Draft @InfiMech TX",
"sub_path": "process/0.24mm Draft @InfiMech TX.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_pa",
"sub_path": "filament/fdm_filament_pa.json"
},
{
"name": "InfiMech Generic PLA",
"sub_path": "filament/InfiMech Generic PLA.json"
},
{
"name": "InfiMech Generic PETG",
"sub_path": "filament/InfiMech Generic PETG.json"
},
{
"name": "InfiMech Generic ABS",
"sub_path": "filament/InfiMech Generic ABS.json"
},
{
"name": "InfiMech Generic TPU",
"sub_path": "filament/InfiMech Generic TPU.json"
},
{
"name": "InfiMech Generic PC",
"sub_path": "filament/InfiMech Generic PC.json"
},
{
"name": "InfiMech Generic PA-CF",
"sub_path": "filament/InfiMech 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": "InfiMech TX 0.4 nozzle",
"sub_path": "machine/InfiMech TX 0.4 nozzle.json"
}
]
}
Binary file added resources/profiles/InfiMech/InfiMech TX-bed.stl
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/profiles/InfiMech/InfiMech TX_cover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions resources/profiles/InfiMech/filament/InfiMech Generic ABS.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"type": "filament",
"filament_id": "GFB99",
"setting_id": "GFSA04",
"name": "InfiMech Generic ABS",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_abs",
"filament_flow_ratio": [
"0.931"
],
"filament_max_volumetric_speed": [
"16"
],
"compatible_printers": [
"InfiMech TX 0.4 nozzle"
]
}
25 changes: 25 additions & 0 deletions resources/profiles/InfiMech/filament/InfiMech Generic PA-CF.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"type": "filament",
"filament_id": "GFN98",
"setting_id": "GFSA04",
"name": "InfiMech Generic PA-CF",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_pa",
"filament_type": [
"PA-CF"
],
"nozzle_temperature_initial_layer": [
"280"
],
"nozzle_temperature": [
"300"
],
"filament_max_volumetric_speed": [
"8"
],
"compatible_printers": [
"InfiMech TX 0.4 nozzle"

]
}
18 changes: 18 additions & 0 deletions resources/profiles/InfiMech/filament/InfiMech Generic PC.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"type": "filament",
"filament_id": "GFC99",
"setting_id": "GFSA04",
"name": "InfiMech Generic PC",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_pc",
"filament_max_volumetric_speed": [
"12"
],
"filament_flow_ratio": [
"0.931"
],
"compatible_printers": [
"InfiMech TX 0.4 nozzle"
]
}
48 changes: 48 additions & 0 deletions resources/profiles/InfiMech/filament/InfiMech Generic PETG.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"type": "filament",
"filament_id": "GFG99",
"setting_id": "GFSA04",
"name": "InfiMech 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": [
"20"
],
"slow_down_layer_time": [
"8"
],
"filament_flow_ratio": [
"0.931"
],
"filament_max_volumetric_speed": [
"12"
],
"filament_start_gcode": [
"; filament start gcode\n"
],
"compatible_printers": [
"InfiMech TX 0.4 nozzle"
]
}
21 changes: 21 additions & 0 deletions resources/profiles/InfiMech/filament/InfiMech Generic PLA.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"type": "filament",
"filament_id": "GFL99",
"setting_id": "GFSA04",
"name": "InfiMech Generic PLA",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_pla",
"filament_flow_ratio": [
"0.931"
],
"filament_max_volumetric_speed": [
"26"
],
"slow_down_layer_time": [
"8"
],
"compatible_printers": [
"InfiMech TX 0.4 nozzle"
]
}
15 changes: 15 additions & 0 deletions resources/profiles/InfiMech/filament/InfiMech Generic TPU.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"type": "filament",
"filament_id": "GFU99",
"setting_id": "GFSA04",
"name": "InfiMech Generic TPU",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_tpu",
"filament_max_volumetric_speed": [
"3.2"
],
"compatible_printers": [
"InfiMech TX 0.4 nozzle"
]
}
88 changes: 88 additions & 0 deletions resources/profiles/InfiMech/filament/fdm_filament_abs.json
Original file line number Diff line number Diff line change
@@ -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" : [
"100"
],
"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": [
"16"
],
"filament_type": [
"ABS"
],
"filament_density": [
"1.04"
],
"filament_cost": [
"20"
],
"nozzle_temperature_initial_layer": [
"250"
],
"reduce_fan_stop_start_freq": [
"0"
],
"fan_max_speed": [
"20"
],
"fan_min_speed": [
"10"
],
"overhang_fan_threshold": [
"25%"
],
"overhang_fan_speed": [
"80"
],
"nozzle_temperature": [
"250"
],
"temperature_vitrification": [
"110"
],
"nozzle_temperature_range_low": [
"240"
],
"nozzle_temperature_range_high": [
"270"
],
"slow_down_min_speed": [
"20"
],
"slow_down_layer_time": [
"3"
]
}
Loading

0 comments on commit 915c112

Please sign in to comment.