mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-11-02 20:51:23 -07:00 
			
		
		
		
	20231103 Add "InfiMech" printer profiles (#2596)
* 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 <softfeverever@gmail.com>
This commit is contained in:
		
							parent
							
								
									8fcaef53f7
								
							
						
					
					
						commit
						915c112ee5
					
				
					 26 changed files with 1710 additions and 0 deletions
				
			
		
							
								
								
									
										102
									
								
								resources/profiles/InfiMech.json
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										102
									
								
								resources/profiles/InfiMech.json
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -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"
 | 
			
		||||
        }
 | 
			
		||||
    ]
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										
											BIN
										
									
								
								resources/profiles/InfiMech/InfiMech TX-bed.stl
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								resources/profiles/InfiMech/InfiMech TX-bed.stl
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								resources/profiles/InfiMech/InfiMech TX-texture.png
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								resources/profiles/InfiMech/InfiMech TX-texture.png
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 134 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								resources/profiles/InfiMech/InfiMech TX_cover.png
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								resources/profiles/InfiMech/InfiMech TX_cover.png
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 18 KiB  | 
| 
						 | 
				
			
			@ -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"
 | 
			
		||||
    ]
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			@ -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"
 | 
			
		||||
 | 
			
		||||
    ]
 | 
			
		||||
  }
 | 
			
		||||
| 
						 | 
				
			
			@ -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"
 | 
			
		||||
    ]
 | 
			
		||||
 }
 | 
			
		||||
| 
						 | 
				
			
			@ -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"
 | 
			
		||||
    ]
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			@ -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"
 | 
			
		||||
    ]
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			@ -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
									
								
								resources/profiles/InfiMech/filament/fdm_filament_abs.json
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										88
									
								
								resources/profiles/InfiMech/filament/fdm_filament_abs.json
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,88 @@
 | 
			
		|||
{
 | 
			
		||||
    "type": "filament",
 | 
			
		||||
    "name": "fdm_filament_abs",
 | 
			
		||||
    "from": "system",
 | 
			
		||||
    "instantiation": "false",
 | 
			
		||||
    "inherits": "fdm_filament_common",
 | 
			
		||||
    "cool_plate_temp" : [
 | 
			
		||||
        "105"
 | 
			
		||||
    ],
 | 
			
		||||
    "eng_plate_temp" : [
 | 
			
		||||
        "105"
 | 
			
		||||
    ],
 | 
			
		||||
    "hot_plate_temp" : [
 | 
			
		||||
        "105"
 | 
			
		||||
    ],
 | 
			
		||||
    "textured_plate_temp" : [
 | 
			
		||||
        "105"
 | 
			
		||||
    ],
 | 
			
		||||
    "cool_plate_temp_initial_layer" : [
 | 
			
		||||
        "105"
 | 
			
		||||
    ],
 | 
			
		||||
    "eng_plate_temp_initial_layer" : [
 | 
			
		||||
        "105"
 | 
			
		||||
    ],
 | 
			
		||||
    "hot_plate_temp_initial_layer" : [
 | 
			
		||||
        "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"
 | 
			
		||||
    ]
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										144
									
								
								resources/profiles/InfiMech/filament/fdm_filament_common.json
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										144
									
								
								resources/profiles/InfiMech/filament/fdm_filament_common.json
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,144 @@
 | 
			
		|||
{
 | 
			
		||||
    "type": "filament",
 | 
			
		||||
    "name": "fdm_filament_common",
 | 
			
		||||
    "from": "system",
 | 
			
		||||
    "instantiation": "false",
 | 
			
		||||
    "cool_plate_temp" : [
 | 
			
		||||
        "60"
 | 
			
		||||
    ],
 | 
			
		||||
    "eng_plate_temp" : [
 | 
			
		||||
        "60"
 | 
			
		||||
    ],
 | 
			
		||||
    "hot_plate_temp" : [
 | 
			
		||||
        "60"
 | 
			
		||||
    ],
 | 
			
		||||
    "textured_plate_temp" : [
 | 
			
		||||
        "60"
 | 
			
		||||
    ],
 | 
			
		||||
    "cool_plate_temp_initial_layer" : [
 | 
			
		||||
        "60"
 | 
			
		||||
    ],
 | 
			
		||||
    "eng_plate_temp_initial_layer" : [
 | 
			
		||||
        "60"
 | 
			
		||||
    ],
 | 
			
		||||
    "hot_plate_temp_initial_layer" : [
 | 
			
		||||
        "60"
 | 
			
		||||
    ],
 | 
			
		||||
    "textured_plate_temp_initial_layer" : [
 | 
			
		||||
        "60"
 | 
			
		||||
    ],
 | 
			
		||||
    "overhang_fan_threshold": [
 | 
			
		||||
        "95%"
 | 
			
		||||
    ],
 | 
			
		||||
    "overhang_fan_speed": [
 | 
			
		||||
        "100"
 | 
			
		||||
    ],
 | 
			
		||||
    "slow_down_for_layer_cooling": [
 | 
			
		||||
        "1"
 | 
			
		||||
    ],
 | 
			
		||||
    "close_fan_the_first_x_layers": [
 | 
			
		||||
        "3"
 | 
			
		||||
    ],
 | 
			
		||||
    "filament_end_gcode": [
 | 
			
		||||
        "; filament end gcode \n"
 | 
			
		||||
    ],
 | 
			
		||||
    "filament_flow_ratio": [
 | 
			
		||||
        "1"
 | 
			
		||||
    ],
 | 
			
		||||
    "reduce_fan_stop_start_freq": [
 | 
			
		||||
        "0"
 | 
			
		||||
    ],
 | 
			
		||||
    "fan_cooling_layer_time": [
 | 
			
		||||
        "60"
 | 
			
		||||
    ],
 | 
			
		||||
    "filament_cost": [
 | 
			
		||||
        "0"
 | 
			
		||||
    ],
 | 
			
		||||
    "filament_density": [
 | 
			
		||||
        "0"
 | 
			
		||||
    ],
 | 
			
		||||
    "filament_deretraction_speed": [
 | 
			
		||||
        "nil"
 | 
			
		||||
    ],
 | 
			
		||||
    "filament_diameter": [
 | 
			
		||||
        "1.75"
 | 
			
		||||
    ],
 | 
			
		||||
    "filament_max_volumetric_speed": [
 | 
			
		||||
        "0"
 | 
			
		||||
    ],
 | 
			
		||||
    "filament_minimal_purge_on_wipe_tower": [
 | 
			
		||||
        "15"
 | 
			
		||||
    ],
 | 
			
		||||
    "filament_retraction_minimum_travel": [
 | 
			
		||||
        "nil"
 | 
			
		||||
    ],
 | 
			
		||||
    "filament_retract_before_wipe": [
 | 
			
		||||
        "nil"
 | 
			
		||||
    ],
 | 
			
		||||
    "filament_retract_when_changing_layer": [
 | 
			
		||||
        "nil"
 | 
			
		||||
    ],
 | 
			
		||||
    "filament_retraction_length": [
 | 
			
		||||
        "nil"
 | 
			
		||||
    ],
 | 
			
		||||
    "filament_z_hop": [
 | 
			
		||||
        "nil"
 | 
			
		||||
    ],
 | 
			
		||||
    "filament_z_hop_types": [
 | 
			
		||||
        "nil"
 | 
			
		||||
    ],
 | 
			
		||||
    "filament_retract_restart_extra": [
 | 
			
		||||
        "nil"
 | 
			
		||||
    ],
 | 
			
		||||
    "filament_retraction_speed": [
 | 
			
		||||
        "nil"
 | 
			
		||||
    ],
 | 
			
		||||
    "filament_settings_id": [
 | 
			
		||||
        ""
 | 
			
		||||
    ],
 | 
			
		||||
    "filament_soluble": [
 | 
			
		||||
        "0"
 | 
			
		||||
    ],
 | 
			
		||||
    "filament_type": [
 | 
			
		||||
        "PLA"
 | 
			
		||||
    ],
 | 
			
		||||
    "filament_vendor": [
 | 
			
		||||
        "Generic"
 | 
			
		||||
    ],
 | 
			
		||||
    "filament_wipe": [
 | 
			
		||||
        "nil"
 | 
			
		||||
    ],
 | 
			
		||||
    "filament_wipe_distance": [
 | 
			
		||||
        "nil"
 | 
			
		||||
    ],
 | 
			
		||||
    "bed_type": [
 | 
			
		||||
        "Cool Plate"
 | 
			
		||||
    ],
 | 
			
		||||
    "nozzle_temperature_initial_layer": [
 | 
			
		||||
        "200"
 | 
			
		||||
    ],
 | 
			
		||||
    "full_fan_speed_layer": [
 | 
			
		||||
        "0"
 | 
			
		||||
    ],
 | 
			
		||||
    "fan_max_speed": [
 | 
			
		||||
        "100"
 | 
			
		||||
    ],
 | 
			
		||||
    "fan_min_speed": [
 | 
			
		||||
        "35"
 | 
			
		||||
    ],
 | 
			
		||||
    "slow_down_min_speed": [
 | 
			
		||||
        "10"
 | 
			
		||||
    ],
 | 
			
		||||
    "slow_down_layer_time": [
 | 
			
		||||
        "8"
 | 
			
		||||
    ],
 | 
			
		||||
    "filament_start_gcode": [
 | 
			
		||||
        "; Filament gcode\n"
 | 
			
		||||
    ],
 | 
			
		||||
    "nozzle_temperature": [
 | 
			
		||||
        "200"
 | 
			
		||||
    ],
 | 
			
		||||
    "temperature_vitrification": [
 | 
			
		||||
        "100"
 | 
			
		||||
    ]
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										85
									
								
								resources/profiles/InfiMech/filament/fdm_filament_pa.json
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										85
									
								
								resources/profiles/InfiMech/filament/fdm_filament_pa.json
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,85 @@
 | 
			
		|||
{
 | 
			
		||||
    "type": "filament",
 | 
			
		||||
    "name": "fdm_filament_pa",
 | 
			
		||||
    "from": "system",
 | 
			
		||||
    "instantiation": "false",
 | 
			
		||||
    "inherits": "fdm_filament_common",
 | 
			
		||||
    "cool_plate_temp" : [
 | 
			
		||||
        "0"
 | 
			
		||||
    ],
 | 
			
		||||
    "eng_plate_temp" : [
 | 
			
		||||
        "100"
 | 
			
		||||
    ],
 | 
			
		||||
    "hot_plate_temp" : [
 | 
			
		||||
        "100"
 | 
			
		||||
    ],
 | 
			
		||||
    "textured_plate_temp" : [
 | 
			
		||||
        "100"
 | 
			
		||||
    ],
 | 
			
		||||
    "cool_plate_temp_initial_layer" : [
 | 
			
		||||
        "0"
 | 
			
		||||
    ],
 | 
			
		||||
    "eng_plate_temp_initial_layer" : [
 | 
			
		||||
        "100"
 | 
			
		||||
    ],
 | 
			
		||||
    "hot_plate_temp_initial_layer" : [
 | 
			
		||||
        "100"
 | 
			
		||||
    ],
 | 
			
		||||
    "textured_plate_temp_initial_layer" : [
 | 
			
		||||
        "100"
 | 
			
		||||
    ],
 | 
			
		||||
    "slow_down_for_layer_cooling": [
 | 
			
		||||
        "1"
 | 
			
		||||
    ],
 | 
			
		||||
    "close_fan_the_first_x_layers": [
 | 
			
		||||
        "3"
 | 
			
		||||
    ],
 | 
			
		||||
    "fan_cooling_layer_time": [
 | 
			
		||||
        "5"
 | 
			
		||||
    ],
 | 
			
		||||
    "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": [
 | 
			
		||||
        "30"
 | 
			
		||||
    ],
 | 
			
		||||
    "fan_min_speed": [
 | 
			
		||||
        "10"
 | 
			
		||||
    ],
 | 
			
		||||
    "overhang_fan_speed": [
 | 
			
		||||
        "40"
 | 
			
		||||
    ],
 | 
			
		||||
    "nozzle_temperature": [
 | 
			
		||||
        "280"
 | 
			
		||||
    ],
 | 
			
		||||
    "temperature_vitrification": [
 | 
			
		||||
        "108"
 | 
			
		||||
    ],
 | 
			
		||||
    "nozzle_temperature_range_low": [
 | 
			
		||||
        "270"
 | 
			
		||||
    ],
 | 
			
		||||
    "nozzle_temperature_range_high": [
 | 
			
		||||
        "300"
 | 
			
		||||
    ],
 | 
			
		||||
    "slow_down_min_speed": [
 | 
			
		||||
        "20"
 | 
			
		||||
    ],
 | 
			
		||||
    "slow_down_layer_time": [
 | 
			
		||||
        "2"
 | 
			
		||||
    ]
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										88
									
								
								resources/profiles/InfiMech/filament/fdm_filament_pc.json
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										88
									
								
								resources/profiles/InfiMech/filament/fdm_filament_pc.json
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,88 @@
 | 
			
		|||
{
 | 
			
		||||
    "type": "filament",
 | 
			
		||||
    "name": "fdm_filament_pc",
 | 
			
		||||
    "from": "system",
 | 
			
		||||
    "instantiation": "false",
 | 
			
		||||
    "inherits": "fdm_filament_common",
 | 
			
		||||
    "cool_plate_temp" : [
 | 
			
		||||
        "0"
 | 
			
		||||
    ],
 | 
			
		||||
    "eng_plate_temp" : [
 | 
			
		||||
        "110"
 | 
			
		||||
    ],
 | 
			
		||||
    "hot_plate_temp" : [
 | 
			
		||||
        "110"
 | 
			
		||||
    ],
 | 
			
		||||
    "textured_plate_temp" : [
 | 
			
		||||
        "110"
 | 
			
		||||
    ],
 | 
			
		||||
    "cool_plate_temp_initial_layer" : [
 | 
			
		||||
        "0"
 | 
			
		||||
    ],
 | 
			
		||||
    "eng_plate_temp_initial_layer" : [
 | 
			
		||||
        "110"
 | 
			
		||||
    ],
 | 
			
		||||
    "hot_plate_temp_initial_layer" : [
 | 
			
		||||
        "110"
 | 
			
		||||
    ],
 | 
			
		||||
    "textured_plate_temp_initial_layer" : [
 | 
			
		||||
        "110"
 | 
			
		||||
    ],
 | 
			
		||||
    "slow_down_for_layer_cooling": [
 | 
			
		||||
        "1"
 | 
			
		||||
    ],
 | 
			
		||||
    "close_fan_the_first_x_layers": [
 | 
			
		||||
        "3"
 | 
			
		||||
    ],
 | 
			
		||||
    "fan_cooling_layer_time": [
 | 
			
		||||
        "30"
 | 
			
		||||
    ],
 | 
			
		||||
    "filament_max_volumetric_speed": [
 | 
			
		||||
        "12"
 | 
			
		||||
    ],
 | 
			
		||||
    "filament_type": [
 | 
			
		||||
        "PC"
 | 
			
		||||
    ],
 | 
			
		||||
    "filament_density": [
 | 
			
		||||
        "1.04"
 | 
			
		||||
    ],
 | 
			
		||||
    "filament_cost": [
 | 
			
		||||
        "20"
 | 
			
		||||
    ],
 | 
			
		||||
    "nozzle_temperature_initial_layer": [
 | 
			
		||||
        "240"
 | 
			
		||||
    ],
 | 
			
		||||
    "reduce_fan_stop_start_freq": [
 | 
			
		||||
        "0"
 | 
			
		||||
    ],
 | 
			
		||||
    "fan_max_speed": [
 | 
			
		||||
        "20"
 | 
			
		||||
    ],
 | 
			
		||||
    "fan_min_speed": [
 | 
			
		||||
        "10"
 | 
			
		||||
    ],
 | 
			
		||||
    "overhang_fan_threshold": [
 | 
			
		||||
        "25%"
 | 
			
		||||
    ],
 | 
			
		||||
    "overhang_fan_speed": [
 | 
			
		||||
        "60"
 | 
			
		||||
    ],
 | 
			
		||||
    "nozzle_temperature": [
 | 
			
		||||
        "240"
 | 
			
		||||
    ],
 | 
			
		||||
    "temperature_vitrification": [
 | 
			
		||||
        "140"
 | 
			
		||||
    ],
 | 
			
		||||
    "nozzle_temperature_range_low": [
 | 
			
		||||
        "240"
 | 
			
		||||
    ],
 | 
			
		||||
    "nozzle_temperature_range_high": [
 | 
			
		||||
        "280"
 | 
			
		||||
    ],
 | 
			
		||||
    "slow_down_min_speed": [
 | 
			
		||||
        "20"
 | 
			
		||||
    ],
 | 
			
		||||
    "slow_down_layer_time": [
 | 
			
		||||
        "2"
 | 
			
		||||
    ]
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										82
									
								
								resources/profiles/InfiMech/filament/fdm_filament_pet.json
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										82
									
								
								resources/profiles/InfiMech/filament/fdm_filament_pet.json
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,82 @@
 | 
			
		|||
{
 | 
			
		||||
    "type": "filament",
 | 
			
		||||
    "name": "fdm_filament_pet",
 | 
			
		||||
    "from": "system",
 | 
			
		||||
    "instantiation": "false",
 | 
			
		||||
    "inherits": "fdm_filament_common",
 | 
			
		||||
    "cool_plate_temp" : [
 | 
			
		||||
        "60"
 | 
			
		||||
    ],
 | 
			
		||||
    "eng_plate_temp" : [
 | 
			
		||||
        "0"
 | 
			
		||||
    ],
 | 
			
		||||
    "hot_plate_temp" : [
 | 
			
		||||
        "70"
 | 
			
		||||
    ],
 | 
			
		||||
    "textured_plate_temp" : [
 | 
			
		||||
        "80"
 | 
			
		||||
    ],
 | 
			
		||||
    "cool_plate_temp_initial_layer" : [
 | 
			
		||||
        "60"
 | 
			
		||||
    ],
 | 
			
		||||
    "eng_plate_temp_initial_layer" : [
 | 
			
		||||
        "0"
 | 
			
		||||
    ],
 | 
			
		||||
    "hot_plate_temp_initial_layer" : [
 | 
			
		||||
        "70"
 | 
			
		||||
    ],
 | 
			
		||||
    "textured_plate_temp_initial_layer" : [
 | 
			
		||||
        "80"
 | 
			
		||||
    ],
 | 
			
		||||
    "slow_down_for_layer_cooling": [
 | 
			
		||||
        "1"
 | 
			
		||||
    ],
 | 
			
		||||
    "close_fan_the_first_x_layers": [
 | 
			
		||||
        "3"
 | 
			
		||||
    ],
 | 
			
		||||
    "fan_cooling_layer_time": [
 | 
			
		||||
        "30"
 | 
			
		||||
    ],
 | 
			
		||||
    "filament_max_volumetric_speed": [
 | 
			
		||||
        "12"
 | 
			
		||||
    ],
 | 
			
		||||
    "filament_type": [
 | 
			
		||||
        "PETG"
 | 
			
		||||
    ],
 | 
			
		||||
    "filament_density": [
 | 
			
		||||
        "1.27"
 | 
			
		||||
    ],
 | 
			
		||||
    "filament_cost": [
 | 
			
		||||
        "30"
 | 
			
		||||
    ],
 | 
			
		||||
    "nozzle_temperature_initial_layer": [
 | 
			
		||||
        "220"
 | 
			
		||||
    ],
 | 
			
		||||
    "reduce_fan_stop_start_freq": [
 | 
			
		||||
        "1"
 | 
			
		||||
    ],
 | 
			
		||||
    "fan_max_speed": [
 | 
			
		||||
        "90"
 | 
			
		||||
    ],
 | 
			
		||||
    "fan_min_speed": [
 | 
			
		||||
        "40"
 | 
			
		||||
    ],
 | 
			
		||||
    "overhang_fan_speed": [
 | 
			
		||||
        "90"
 | 
			
		||||
    ],
 | 
			
		||||
    "nozzle_temperature": [
 | 
			
		||||
        "255"
 | 
			
		||||
    ],
 | 
			
		||||
    "temperature_vitrification": [
 | 
			
		||||
        "80"
 | 
			
		||||
    ],
 | 
			
		||||
    "nozzle_temperature_range_low": [
 | 
			
		||||
        "220"
 | 
			
		||||
    ],
 | 
			
		||||
    "nozzle_temperature_range_high": [
 | 
			
		||||
        "260"
 | 
			
		||||
    ],
 | 
			
		||||
    "filament_start_gcode": [
 | 
			
		||||
        "; filament start gcode\n"
 | 
			
		||||
    ]
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										94
									
								
								resources/profiles/InfiMech/filament/fdm_filament_pla.json
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										94
									
								
								resources/profiles/InfiMech/filament/fdm_filament_pla.json
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,94 @@
 | 
			
		|||
{
 | 
			
		||||
    "type": "filament",
 | 
			
		||||
    "name": "fdm_filament_pla",
 | 
			
		||||
    "from": "system",
 | 
			
		||||
    "instantiation": "false",
 | 
			
		||||
    "inherits": "fdm_filament_common",
 | 
			
		||||
    "fan_cooling_layer_time": [
 | 
			
		||||
        "80"
 | 
			
		||||
    ],
 | 
			
		||||
    "filament_max_volumetric_speed": [
 | 
			
		||||
        "26"
 | 
			
		||||
    ],
 | 
			
		||||
    "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": [
 | 
			
		||||
        "195"
 | 
			
		||||
    ],
 | 
			
		||||
    "reduce_fan_stop_start_freq": [
 | 
			
		||||
        "1"
 | 
			
		||||
    ],
 | 
			
		||||
    "slow_down_for_layer_cooling": [
 | 
			
		||||
        "1"
 | 
			
		||||
    ],
 | 
			
		||||
    "fan_max_speed": [
 | 
			
		||||
        "100"
 | 
			
		||||
    ],
 | 
			
		||||
    "fan_min_speed": [
 | 
			
		||||
        "50"
 | 
			
		||||
    ],
 | 
			
		||||
    "overhang_fan_speed": [
 | 
			
		||||
        "100"
 | 
			
		||||
    ],
 | 
			
		||||
    "overhang_fan_threshold": [
 | 
			
		||||
        "50%"
 | 
			
		||||
    ],
 | 
			
		||||
    "close_fan_the_first_x_layers": [
 | 
			
		||||
        "1"
 | 
			
		||||
    ],
 | 
			
		||||
    "nozzle_temperature": [
 | 
			
		||||
        "195"
 | 
			
		||||
    ],
 | 
			
		||||
    "temperature_vitrification": [
 | 
			
		||||
        "60"
 | 
			
		||||
    ],
 | 
			
		||||
    "nozzle_temperature_range_low": [
 | 
			
		||||
        "190"
 | 
			
		||||
    ],
 | 
			
		||||
    "nozzle_temperature_range_high": [
 | 
			
		||||
        "230"
 | 
			
		||||
    ],
 | 
			
		||||
    "slow_down_min_speed": [
 | 
			
		||||
        "20"
 | 
			
		||||
    ],
 | 
			
		||||
    "slow_down_layer_time": [
 | 
			
		||||
        "8"
 | 
			
		||||
    ],
 | 
			
		||||
    "additional_cooling_fan_speed": [
 | 
			
		||||
        "70"
 | 
			
		||||
    ],
 | 
			
		||||
    "filament_start_gcode": [
 | 
			
		||||
        "; filament start gcode\n"
 | 
			
		||||
    ]
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										88
									
								
								resources/profiles/InfiMech/filament/fdm_filament_tpu.json
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										88
									
								
								resources/profiles/InfiMech/filament/fdm_filament_tpu.json
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,88 @@
 | 
			
		|||
{
 | 
			
		||||
    "type": "filament",
 | 
			
		||||
    "name": "fdm_filament_tpu",
 | 
			
		||||
    "from": "system",
 | 
			
		||||
    "instantiation": "false",
 | 
			
		||||
    "inherits": "fdm_filament_common",
 | 
			
		||||
    "cool_plate_temp" : [
 | 
			
		||||
        "30"
 | 
			
		||||
    ],
 | 
			
		||||
    "eng_plate_temp" : [
 | 
			
		||||
        "30"
 | 
			
		||||
    ],
 | 
			
		||||
    "hot_plate_temp" : [
 | 
			
		||||
        "40"
 | 
			
		||||
    ],
 | 
			
		||||
    "textured_plate_temp" : [
 | 
			
		||||
        "35"
 | 
			
		||||
    ],
 | 
			
		||||
    "cool_plate_temp_initial_layer" : [
 | 
			
		||||
        "30"
 | 
			
		||||
    ],
 | 
			
		||||
    "eng_plate_temp_initial_layer" : [
 | 
			
		||||
        "30"
 | 
			
		||||
    ],
 | 
			
		||||
    "hot_plate_temp_initial_layer" : [
 | 
			
		||||
        "40"
 | 
			
		||||
    ],
 | 
			
		||||
    "textured_plate_temp_initial_layer" : [
 | 
			
		||||
        "35"
 | 
			
		||||
    ],
 | 
			
		||||
    "fan_cooling_layer_time": [
 | 
			
		||||
        "100"
 | 
			
		||||
    ],
 | 
			
		||||
    "filament_max_volumetric_speed": [
 | 
			
		||||
        "3.2"
 | 
			
		||||
    ],
 | 
			
		||||
    "filament_type": [
 | 
			
		||||
        "TPU"
 | 
			
		||||
    ],
 | 
			
		||||
    "filament_density": [
 | 
			
		||||
        "1.24"
 | 
			
		||||
    ],
 | 
			
		||||
    "filament_cost": [
 | 
			
		||||
        "20"
 | 
			
		||||
    ],
 | 
			
		||||
    "filament_retraction_length": [
 | 
			
		||||
        "0.4"
 | 
			
		||||
    ],
 | 
			
		||||
    "nozzle_temperature_initial_layer": [
 | 
			
		||||
        "210"
 | 
			
		||||
    ],
 | 
			
		||||
    "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": [
 | 
			
		||||
        "210"
 | 
			
		||||
    ],
 | 
			
		||||
    "temperature_vitrification": [
 | 
			
		||||
        "60"
 | 
			
		||||
    ],
 | 
			
		||||
    "nozzle_temperature_range_low": [
 | 
			
		||||
        "200"
 | 
			
		||||
    ],
 | 
			
		||||
    "nozzle_temperature_range_high": [
 | 
			
		||||
        "250"
 | 
			
		||||
    ],
 | 
			
		||||
    "filament_start_gcode": [
 | 
			
		||||
        "; filament start gcode\n"
 | 
			
		||||
    ]
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			@ -0,0 +1,22 @@
 | 
			
		|||
{
 | 
			
		||||
  "type": "machine",
 | 
			
		||||
  "setting_id": "GM001",
 | 
			
		||||
  "name": "InfiMech TX 0.4 nozzle",
 | 
			
		||||
  "from": "system",
 | 
			
		||||
  "instantiation": "true",
 | 
			
		||||
  "inherits": "fdm_klipper_common",
 | 
			
		||||
  "printer_model": "InfiMech TX",
 | 
			
		||||
  "nozzle_diameter": [
 | 
			
		||||
    "0.4"
 | 
			
		||||
  ],
 | 
			
		||||
  "z_hop": [
 | 
			
		||||
    "0"
 | 
			
		||||
  ],
 | 
			
		||||
  "printable_area": [
 | 
			
		||||
   "0x0",
 | 
			
		||||
   "220x0",
 | 
			
		||||
   "220x220",
 | 
			
		||||
   "0x220"
 | 
			
		||||
  ],
 | 
			
		||||
  "printable_height": "250"
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										12
									
								
								resources/profiles/InfiMech/machine/InfiMech TX.json
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								resources/profiles/InfiMech/machine/InfiMech TX.json
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,12 @@
 | 
			
		|||
{
 | 
			
		||||
    "type": "machine_model",
 | 
			
		||||
    "name": "InfiMech TX",
 | 
			
		||||
    "model_id": "InfiMech_TX",
 | 
			
		||||
    "nozzle_diameter": "0.4",
 | 
			
		||||
    "machine_tech": "FFF",
 | 
			
		||||
    "family": "InfiMechDesign",
 | 
			
		||||
    "bed_model": "InfiMech TX-bed.stl",
 | 
			
		||||
    "bed_texture": "InfiMech TX-texture.png",
 | 
			
		||||
    "hotend_model": "",
 | 
			
		||||
    "default_materials": "InfiMech Generic ABS;InfiMech Generic PA-CF;InfiMech Generic PC;InfiMech Generic PETG;InfiMech Generic PLA;InfiMech Generic TPU"
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										211
									
								
								resources/profiles/InfiMech/machine/fdm_klipper_common.json
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										211
									
								
								resources/profiles/InfiMech/machine/fdm_klipper_common.json
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,211 @@
 | 
			
		|||
{
 | 
			
		||||
  "type": "machine",
 | 
			
		||||
  "name": "fdm_klipper_common",
 | 
			
		||||
  "from": "system",
 | 
			
		||||
  "instantiation": "false",
 | 
			
		||||
  "inherits": "fdm_machine_common",
 | 
			
		||||
  "gcode_flavor": "klipper",
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
  "auxiliary_fan": "1",
 | 
			
		||||
  "bed_exclude_area": [
 | 
			
		||||
      "0x0"
 | 
			
		||||
  ],
 | 
			
		||||
  "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0",
 | 
			
		||||
  "change_filament_gcode": "",
 | 
			
		||||
  "cooling_tube_length": "5",
 | 
			
		||||
  "cooling_tube_retraction": "91.5",
 | 
			
		||||
  "default_filament_profile": [
 | 
			
		||||
      "InfiMech Generic PLA"
 | 
			
		||||
  ],
 | 
			
		||||
  "default_print_profile": "0.20mm Standard @InfiMech TX",
 | 
			
		||||
  "deretraction_speed": [
 | 
			
		||||
      "40"
 | 
			
		||||
  ],
 | 
			
		||||
  "enable_filament_ramming": "1",
 | 
			
		||||
  "extra_loading_move": "-2",
 | 
			
		||||
  "extruder_clearance_height_to_lid": "69",
 | 
			
		||||
  "extruder_clearance_height_to_rod": "69",
 | 
			
		||||
  "extruder_clearance_radius": "49",
 | 
			
		||||
  "extruder_colour": [
 | 
			
		||||
      "#FCE94F"
 | 
			
		||||
  ],
 | 
			
		||||
  "extruder_offset": [
 | 
			
		||||
      "0x0"
 | 
			
		||||
  ],
 | 
			
		||||
  "fan_kickstart": "0",
 | 
			
		||||
  "fan_speedup_overhangs": "1",
 | 
			
		||||
  "fan_speedup_time": "0",
 | 
			
		||||
 | 
			
		||||
  "high_current_on_filament_swap": "0",
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
  "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]",
 | 
			
		||||
  "machine_end_gcode": "PRINT_END",
 | 
			
		||||
  "machine_load_filament_time": "0",
 | 
			
		||||
  "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": [
 | 
			
		||||
      "30",
 | 
			
		||||
      "200"
 | 
			
		||||
  ],
 | 
			
		||||
  "machine_max_jerk_e": [
 | 
			
		||||
      "2.5",
 | 
			
		||||
      "2.5"
 | 
			
		||||
  ],
 | 
			
		||||
  "machine_max_jerk_x": [
 | 
			
		||||
      "9",
 | 
			
		||||
      "9"
 | 
			
		||||
  ],
 | 
			
		||||
  "machine_max_jerk_y": [
 | 
			
		||||
      "9",
 | 
			
		||||
      "9"
 | 
			
		||||
  ],
 | 
			
		||||
  "machine_max_jerk_z": [
 | 
			
		||||
      "2",
 | 
			
		||||
      "0.4"
 | 
			
		||||
  ],
 | 
			
		||||
  "machine_max_speed_e": [
 | 
			
		||||
      "15",
 | 
			
		||||
      "25"
 | 
			
		||||
  ],
 | 
			
		||||
  "machine_max_speed_x": [
 | 
			
		||||
      "600",
 | 
			
		||||
      "200"
 | 
			
		||||
  ],
 | 
			
		||||
  "machine_max_speed_y": [
 | 
			
		||||
      "600",
 | 
			
		||||
      "200"
 | 
			
		||||
  ],
 | 
			
		||||
  "machine_max_speed_z": [
 | 
			
		||||
      "5",
 | 
			
		||||
      "12"
 | 
			
		||||
  ],
 | 
			
		||||
  "machine_min_extruding_rate": [
 | 
			
		||||
      "0",
 | 
			
		||||
      "0"
 | 
			
		||||
  ],
 | 
			
		||||
  "machine_min_travel_rate": [
 | 
			
		||||
      "0",
 | 
			
		||||
      "0"
 | 
			
		||||
  ],
 | 
			
		||||
  "machine_pause_gcode": "PAUSE",
 | 
			
		||||
  "machine_start_gcode": "M140 S[bed_temperature_initial_layer_single]\nG28 X Y\nM104 S240\nSET_KINEMATIC_POSITION Z=255 \nPROBE SAMPLES=1 SAMPLE_RETRACT_DIST=3 \nSET_KINEMATIC_POSITION Z=0 \nG90\nG1 Z2\nG1 X10 Y-2.5 F3000\nG90\nG1 Z3  \nG1 X110 Y-2.5 F4000\nG1 Z10\nM109 S240\nG92 E0\nG1 E15 F300\nG1 E-4.0 F3600\nM104 S130\nM106 S255 \nG4 P4000\nG1 X150 Y-0.5 F4000\nG92 E0\n;G1 E-4.0 F3600\nPROBE SAMPLES=2 SAMPLE_RETRACT_DIST=2 \nSET_KINEMATIC_POSITION Z=0\nG1 Z0\nG1 X140 Y-0.5 F400 \nPROBE SAMPLES=2 SAMPLE_RETRACT_DIST=2 \nSET_KINEMATIC_POSITION Z=0\nG1 Z0\nG1 X130 Y-0.5 F400 \nPROBE SAMPLES=2 SAMPLE_RETRACT_DIST=2 \nSET_KINEMATIC_POSITION Z=0\nG1 Z0 \nG1 X110 Y-0.5 F200\nM104 S130\nM106 S255\nPROBE SAMPLES=2 SAMPLE_RETRACT_DIST=2 \nSET_KINEMATIC_POSITION Z=0\nG1 Z0\nG1 X100 Y-0.5 F100 \nPROBE SAMPLES=2 SAMPLE_RETRACT_DIST=2 \nSET_KINEMATIC_POSITION Z=0\nG1 Z0\nG1 X90 Y-0.5 F100\nPROBE SAMPLES=2 SAMPLE_RETRACT_DIST=2 \nSET_KINEMATIC_POSITION Z=0\nG1 Z0\nG1 X60 Y-0.5 F100\nM106 S0\nG90\nG1 Z2\nM140 S60\nM109 S130\nG1 X110 Y110 F3000\nG4 P200\nprobe\nSET_KINEMATIC_POSITION Z=0\nZ_TILT_ADJUST\nG90\nG1 Z2\nG4 P200\nG1 X110 Y110 F3000\nG4 P200\nprobe\nSET_KINEMATIC_POSITION Z=0\nG1 X-3 Y2 Z3 F5000.0\nM109 S[nozzle_temperature_initial_layer]\nPRINT_START",
 | 
			
		||||
  "machine_unload_filament_time": "0",
 | 
			
		||||
  "max_layer_height": [
 | 
			
		||||
      "0.32"
 | 
			
		||||
  ],
 | 
			
		||||
  "min_layer_height": [
 | 
			
		||||
      "0.08"
 | 
			
		||||
  ],
 | 
			
		||||
 | 
			
		||||
  "nozzle_diameter": [
 | 
			
		||||
      "0.4"
 | 
			
		||||
  ],
 | 
			
		||||
  "nozzle_hrc": "0",
 | 
			
		||||
  "nozzle_type": "brass",
 | 
			
		||||
  "nozzle_volume": "151.32",
 | 
			
		||||
  "parking_pos_retraction": "92",
 | 
			
		||||
 | 
			
		||||
  "print_host_webui": "",
 | 
			
		||||
  "printable_area": [
 | 
			
		||||
      "0x0",
 | 
			
		||||
      "220x0",
 | 
			
		||||
      "220x220",
 | 
			
		||||
      "0x220"
 | 
			
		||||
  ],
 | 
			
		||||
  "printable_height": "250",
 | 
			
		||||
  "printer_model": "Generic Klipper Printer",
 | 
			
		||||
  "printer_notes": "",
 | 
			
		||||
  "printer_settings_id": "InfiMech TX 0.4 nozzle",
 | 
			
		||||
  "printer_technology": "FFF",
 | 
			
		||||
  "printer_variant": "0.4",
 | 
			
		||||
  "printhost_apikey": "",
 | 
			
		||||
  "printhost_authorization_type": "key",
 | 
			
		||||
  "printhost_cafile": "",
 | 
			
		||||
  "printhost_password": "",
 | 
			
		||||
  "printhost_port": "",
 | 
			
		||||
  "printhost_ssl_ignore_revoke": "0",
 | 
			
		||||
  "printhost_user": "",
 | 
			
		||||
  "purge_in_prime_tower": "1",
 | 
			
		||||
  "retract_before_wipe": [
 | 
			
		||||
      "70%"
 | 
			
		||||
  ],
 | 
			
		||||
  "retract_length_toolchange": [
 | 
			
		||||
      "0"
 | 
			
		||||
  ],
 | 
			
		||||
  "retract_lift_above": [
 | 
			
		||||
      "0"
 | 
			
		||||
  ],
 | 
			
		||||
  "retract_lift_below": [
 | 
			
		||||
      "0"
 | 
			
		||||
  ],
 | 
			
		||||
  "retract_lift_enforce": [
 | 
			
		||||
      "All Surfaces"
 | 
			
		||||
  ],
 | 
			
		||||
  "retract_restart_extra": [
 | 
			
		||||
      "0"
 | 
			
		||||
  ],
 | 
			
		||||
  "retract_restart_extra_toolchange": [
 | 
			
		||||
      "0"
 | 
			
		||||
  ],
 | 
			
		||||
  "retract_when_changing_layer": [
 | 
			
		||||
      "0"
 | 
			
		||||
  ],
 | 
			
		||||
  "retraction_length": [
 | 
			
		||||
      "0.5"
 | 
			
		||||
  ],
 | 
			
		||||
  "retraction_minimum_travel": [
 | 
			
		||||
      "1"
 | 
			
		||||
  ],
 | 
			
		||||
  "retraction_speed": [
 | 
			
		||||
      "40"
 | 
			
		||||
  ],
 | 
			
		||||
  "scan_first_layer": "0",
 | 
			
		||||
  "silent_mode": "0",
 | 
			
		||||
  "single_extruder_multi_material": "1",
 | 
			
		||||
  "template_custom_gcode": "",
 | 
			
		||||
  "thumbnails": [
 | 
			
		||||
      "300x300"
 | 
			
		||||
  ],
 | 
			
		||||
  "upward_compatible_machine": [],
 | 
			
		||||
  "use_firmware_retraction": "0",
 | 
			
		||||
  "use_relative_e_distances": "1",
 | 
			
		||||
  "version": "1.6.0.0",
 | 
			
		||||
  "wipe": [
 | 
			
		||||
      "0"
 | 
			
		||||
  ],
 | 
			
		||||
  "wipe_distance": [
 | 
			
		||||
      "1"
 | 
			
		||||
  ],
 | 
			
		||||
  "z_hop": [
 | 
			
		||||
      "0"
 | 
			
		||||
  ],
 | 
			
		||||
  "z_hop_types": [
 | 
			
		||||
      "Normal Lift"
 | 
			
		||||
  ]
 | 
			
		||||
 | 
			
		||||
  
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										207
									
								
								resources/profiles/InfiMech/machine/fdm_machine_common.json
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										207
									
								
								resources/profiles/InfiMech/machine/fdm_machine_common.json
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,207 @@
 | 
			
		|||
{
 | 
			
		||||
    "type": "machine",
 | 
			
		||||
    "name": "fdm_machine_common",
 | 
			
		||||
    "from": "system",
 | 
			
		||||
    "instantiation": "false",
 | 
			
		||||
    "printer_technology": "FFF",
 | 
			
		||||
    "gcode_flavor": "klipper",
 | 
			
		||||
 | 
			
		||||
    "auxiliary_fan": "1",
 | 
			
		||||
 | 
			
		||||
    "bed_exclude_area": [
 | 
			
		||||
        "0x0"
 | 
			
		||||
    ],
 | 
			
		||||
    "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0",
 | 
			
		||||
    "change_filament_gcode": "",
 | 
			
		||||
    "cooling_tube_length": "5",
 | 
			
		||||
    "cooling_tube_retraction": "91.5",
 | 
			
		||||
    "default_filament_profile": [
 | 
			
		||||
        "InfiMech Generic PLA"
 | 
			
		||||
    ],
 | 
			
		||||
    "default_print_profile": "0.20mm Standard @InfiMech TX",
 | 
			
		||||
    "deretraction_speed": [
 | 
			
		||||
        "40"
 | 
			
		||||
    ],
 | 
			
		||||
    "enable_filament_ramming": "1",
 | 
			
		||||
    "extra_loading_move": "-2",
 | 
			
		||||
    "extruder_clearance_height_to_lid": "69",
 | 
			
		||||
    "extruder_clearance_height_to_rod": "69",
 | 
			
		||||
    "extruder_clearance_radius": "49",
 | 
			
		||||
    "extruder_colour": [
 | 
			
		||||
        "#FCE94F"
 | 
			
		||||
    ],
 | 
			
		||||
    "extruder_offset": [
 | 
			
		||||
        "0x0"
 | 
			
		||||
    ],
 | 
			
		||||
    "fan_kickstart": "0",
 | 
			
		||||
    "fan_speedup_overhangs": "1",
 | 
			
		||||
    "fan_speedup_time": "0",
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
    "high_current_on_filament_swap": "0",
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
    "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]",
 | 
			
		||||
    "machine_end_gcode": "PRINT_END",
 | 
			
		||||
    "machine_load_filament_time": "0",
 | 
			
		||||
    "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": [
 | 
			
		||||
        "30",
 | 
			
		||||
        "200"
 | 
			
		||||
    ],
 | 
			
		||||
    "machine_max_jerk_e": [
 | 
			
		||||
        "2.5",
 | 
			
		||||
        "2.5"
 | 
			
		||||
    ],
 | 
			
		||||
    "machine_max_jerk_x": [
 | 
			
		||||
        "9",
 | 
			
		||||
        "9"
 | 
			
		||||
    ],
 | 
			
		||||
    "machine_max_jerk_y": [
 | 
			
		||||
        "9",
 | 
			
		||||
        "9"
 | 
			
		||||
    ],
 | 
			
		||||
    "machine_max_jerk_z": [
 | 
			
		||||
        "2",
 | 
			
		||||
        "0.4"
 | 
			
		||||
    ],
 | 
			
		||||
    "machine_max_speed_e": [
 | 
			
		||||
        "15",
 | 
			
		||||
        "25"
 | 
			
		||||
    ],
 | 
			
		||||
    "machine_max_speed_x": [
 | 
			
		||||
        "600",
 | 
			
		||||
        "200"
 | 
			
		||||
    ],
 | 
			
		||||
    "machine_max_speed_y": [
 | 
			
		||||
        "600",
 | 
			
		||||
        "200"
 | 
			
		||||
    ],
 | 
			
		||||
    "machine_max_speed_z": [
 | 
			
		||||
        "5",
 | 
			
		||||
        "12"
 | 
			
		||||
    ],
 | 
			
		||||
    "machine_min_extruding_rate": [
 | 
			
		||||
        "0",
 | 
			
		||||
        "0"
 | 
			
		||||
    ],
 | 
			
		||||
    "machine_min_travel_rate": [
 | 
			
		||||
        "0",
 | 
			
		||||
        "0"
 | 
			
		||||
    ],
 | 
			
		||||
    "machine_pause_gcode": "PAUSE",
 | 
			
		||||
    "machine_start_gcode": "M140 S[bed_temperature_initial_layer_single]\nG28 X Y\nM104 S240\nSET_KINEMATIC_POSITION Z=255 \nPROBE SAMPLES=1 SAMPLE_RETRACT_DIST=3 \nSET_KINEMATIC_POSITION Z=0 \nG90\nG1 Z2\nG1 X10 Y-2.5 F3000\nG90\nG1 Z3  \nG1 X110 Y-2.5 F4000\nG1 Z10\nM109 S240\nG92 E0\nG1 E15 F300\nG1 E-4.0 F3600\nM104 S130\nM106 S255 \nG4 P4000\nG1 X150 Y-0.5 F4000\nG92 E0\n;G1 E-4.0 F3600\nPROBE SAMPLES=2 SAMPLE_RETRACT_DIST=2 \nSET_KINEMATIC_POSITION Z=0\nG1 Z0\nG1 X140 Y-0.5 F400 \nPROBE SAMPLES=2 SAMPLE_RETRACT_DIST=2 \nSET_KINEMATIC_POSITION Z=0\nG1 Z0\nG1 X130 Y-0.5 F400 \nPROBE SAMPLES=2 SAMPLE_RETRACT_DIST=2 \nSET_KINEMATIC_POSITION Z=0\nG1 Z0 \nG1 X110 Y-0.5 F200\nM104 S130\nM106 S255\nPROBE SAMPLES=2 SAMPLE_RETRACT_DIST=2 \nSET_KINEMATIC_POSITION Z=0\nG1 Z0\nG1 X100 Y-0.5 F100 \nPROBE SAMPLES=2 SAMPLE_RETRACT_DIST=2 \nSET_KINEMATIC_POSITION Z=0\nG1 Z0\nG1 X90 Y-0.5 F100\nPROBE SAMPLES=2 SAMPLE_RETRACT_DIST=2 \nSET_KINEMATIC_POSITION Z=0\nG1 Z0\nG1 X60 Y-0.5 F100\nM106 S0\nG90\nG1 Z2\nM140 S60\nM109 S130\nG1 X110 Y110 F3000\nG4 P200\nprobe\nSET_KINEMATIC_POSITION Z=0\nZ_TILT_ADJUST\nG90\nG1 Z2\nG4 P200\nG1 X110 Y110 F3000\nG4 P200\nprobe\nSET_KINEMATIC_POSITION Z=0\nG1 X-3 Y2 Z3 F5000.0\nM109 S[nozzle_temperature_initial_layer]\nPRINT_START",
 | 
			
		||||
    "machine_unload_filament_time": "0",
 | 
			
		||||
    "max_layer_height": [
 | 
			
		||||
        "0.28"
 | 
			
		||||
    ],
 | 
			
		||||
    "min_layer_height": [
 | 
			
		||||
        "0.08"
 | 
			
		||||
    ],
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
    "nozzle_hrc": "0",
 | 
			
		||||
    "nozzle_type": "brass",
 | 
			
		||||
    "nozzle_volume": "151.32",
 | 
			
		||||
    "parking_pos_retraction": "92",
 | 
			
		||||
    "print_host_webui": "",
 | 
			
		||||
    "printable_area": [
 | 
			
		||||
        "0x0",
 | 
			
		||||
        "220x0",
 | 
			
		||||
        "220x220",
 | 
			
		||||
        "0x220"
 | 
			
		||||
    ],
 | 
			
		||||
    "printable_height": "250",
 | 
			
		||||
    "printer_model": "Generic Klipper Printer",
 | 
			
		||||
    "printer_notes": "",
 | 
			
		||||
    "printer_settings_id": "InfiMech TX 0.4 nozzle",
 | 
			
		||||
 | 
			
		||||
    "printer_variant": "0.4",
 | 
			
		||||
    "printhost_apikey": "",
 | 
			
		||||
    "printhost_authorization_type": "key",
 | 
			
		||||
    "printhost_cafile": "",
 | 
			
		||||
    "printhost_password": "",
 | 
			
		||||
    "printhost_port": "",
 | 
			
		||||
    "printhost_ssl_ignore_revoke": "0",
 | 
			
		||||
    "printhost_user": "",
 | 
			
		||||
    "purge_in_prime_tower": "1",
 | 
			
		||||
    "retract_before_wipe": [
 | 
			
		||||
        "70%"
 | 
			
		||||
    ],
 | 
			
		||||
    "retract_length_toolchange": [
 | 
			
		||||
        "0"
 | 
			
		||||
    ],
 | 
			
		||||
    "retract_lift_above": [
 | 
			
		||||
        "0"
 | 
			
		||||
    ],
 | 
			
		||||
    "retract_lift_below": [
 | 
			
		||||
        "0"
 | 
			
		||||
    ],
 | 
			
		||||
    "retract_lift_enforce": [
 | 
			
		||||
        "All Surfaces"
 | 
			
		||||
    ],
 | 
			
		||||
    "retract_restart_extra": [
 | 
			
		||||
        "0"
 | 
			
		||||
    ],
 | 
			
		||||
    "retract_restart_extra_toolchange": [
 | 
			
		||||
        "0"
 | 
			
		||||
    ],
 | 
			
		||||
    "retract_when_changing_layer": [
 | 
			
		||||
        "0"
 | 
			
		||||
    ],
 | 
			
		||||
    "retraction_length": [
 | 
			
		||||
        "0.5"
 | 
			
		||||
    ],
 | 
			
		||||
    "retraction_minimum_travel": [
 | 
			
		||||
        "1"
 | 
			
		||||
    ],
 | 
			
		||||
    "retraction_speed": [
 | 
			
		||||
        "40"
 | 
			
		||||
    ],
 | 
			
		||||
    "scan_first_layer": "0",
 | 
			
		||||
    "silent_mode": "0",
 | 
			
		||||
    "single_extruder_multi_material": "1",
 | 
			
		||||
    "template_custom_gcode": "",
 | 
			
		||||
    "thumbnails": [
 | 
			
		||||
        "300x300"
 | 
			
		||||
    ],
 | 
			
		||||
    "upward_compatible_machine": [],
 | 
			
		||||
    "use_firmware_retraction": "0",
 | 
			
		||||
    "use_relative_e_distances": "1",
 | 
			
		||||
    "version": "1.6.0.0",
 | 
			
		||||
    "wipe": [
 | 
			
		||||
        "0"
 | 
			
		||||
    ],
 | 
			
		||||
    "wipe_distance": [
 | 
			
		||||
        "1"
 | 
			
		||||
    ],
 | 
			
		||||
    "z_hop": [
 | 
			
		||||
        "0"
 | 
			
		||||
    ],
 | 
			
		||||
    "z_hop_types": [
 | 
			
		||||
        "Normal Lift"
 | 
			
		||||
    ]
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			@ -0,0 +1,30 @@
 | 
			
		|||
{
 | 
			
		||||
	
 | 
			
		||||
	"type": "process",
 | 
			
		||||
    "setting_id": "GP004",
 | 
			
		||||
    "name": "0.08mm Extra Fine @InfiMech TX",
 | 
			
		||||
	"from": "system",
 | 
			
		||||
	"instantiation": "true",
 | 
			
		||||
	"inherits": "fdm_process_common",
 | 
			
		||||
 | 
			
		||||
    "bottom_shell_layers": "7",
 | 
			
		||||
    "overhang_1_4_speed": "60",
 | 
			
		||||
    "overhang_2_4_speed": "30",
 | 
			
		||||
    "overhang_3_4_speed": "10",
 | 
			
		||||
    "top_shell_layers": "9",
 | 
			
		||||
    "top_shell_thickness": "0.8",
 | 
			
		||||
    "tree_support_wall_count": "1",
 | 
			
		||||
    "brim_width": "5",
 | 
			
		||||
    "gap_infill_speed": "350",
 | 
			
		||||
    "inner_wall_speed": "350",
 | 
			
		||||
    "internal_solid_infill_speed": "350",
 | 
			
		||||
    "layer_height": "0.08",
 | 
			
		||||
    "print_settings_id": "0.08mm Extra Fine @InfiMech TX",
 | 
			
		||||
    "sparse_infill_speed": "450",
 | 
			
		||||
	"compatible_printers": [
 | 
			
		||||
        "InfiMech TX 0.4 nozzle"
 | 
			
		||||
    ]
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			@ -0,0 +1,29 @@
 | 
			
		|||
{
 | 
			
		||||
    "type": "process",
 | 
			
		||||
    "setting_id": "GP004",
 | 
			
		||||
    "name": "0.12mm Fine @InfiMech TX",
 | 
			
		||||
	"from": "system",
 | 
			
		||||
	"instantiation": "true",
 | 
			
		||||
	"inherits": "fdm_process_common",
 | 
			
		||||
 | 
			
		||||
    "bottom_shell_layers": "5",
 | 
			
		||||
    "overhang_1_4_speed": "60",
 | 
			
		||||
    "overhang_2_4_speed": "30",
 | 
			
		||||
    "overhang_3_4_speed": "10",
 | 
			
		||||
    "top_shell_layers": "5",
 | 
			
		||||
    "top_shell_thickness": "0.6",
 | 
			
		||||
    "tree_support_wall_count": "0",
 | 
			
		||||
    "brim_width": "5",
 | 
			
		||||
    "gap_infill_speed": "350",
 | 
			
		||||
    "inner_wall_speed": "350",  
 | 
			
		||||
    "internal_solid_infill_speed": "350",
 | 
			
		||||
    "layer_height": "0.12",
 | 
			
		||||
    "print_settings_id": "0.12mm Fine @InfiMech TX",
 | 
			
		||||
    "sparse_infill_speed": "400",
 | 
			
		||||
	"compatible_printers": [
 | 
			
		||||
        "InfiMech TX 0.4 nozzle"
 | 
			
		||||
    ]
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			@ -0,0 +1,31 @@
 | 
			
		|||
{
 | 
			
		||||
    "type": "process",
 | 
			
		||||
    "setting_id": "GP004",
 | 
			
		||||
    "name": "0.20mm Standard @InfiMech TX",
 | 
			
		||||
	"from": "system",
 | 
			
		||||
	"instantiation": "true",
 | 
			
		||||
	"inherits": "fdm_process_common",
 | 
			
		||||
 | 
			
		||||
    "bottom_shell_layers": "3",
 | 
			
		||||
    "overhang_1_4_speed": "0",
 | 
			
		||||
    "overhang_2_4_speed": "50",
 | 
			
		||||
    "overhang_3_4_speed": "30",
 | 
			
		||||
    "top_shell_layers": "3",
 | 
			
		||||
    "top_shell_thickness": "0.6",
 | 
			
		||||
    "tree_support_wall_count": "1",
 | 
			
		||||
    "brim_width": "5",
 | 
			
		||||
    "gap_infill_speed": "250",
 | 
			
		||||
    "inner_wall_speed": "300", 
 | 
			
		||||
    "internal_solid_infill_speed": "250",
 | 
			
		||||
    "layer_height": "0.2",
 | 
			
		||||
    "print_settings_id": "0.20mm Standard @InfiMech TX",
 | 
			
		||||
    "sparse_infill_speed": "270",
 | 
			
		||||
	"compatible_printers": [
 | 
			
		||||
        "InfiMech TX 0.4 nozzle"
 | 
			
		||||
    ]
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
    
 | 
			
		||||
 
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			@ -0,0 +1,28 @@
 | 
			
		|||
{
 | 
			
		||||
    "type": "process",
 | 
			
		||||
    "setting_id": "GP004",
 | 
			
		||||
    "name": "0.24mm Draft @InfiMech TX",
 | 
			
		||||
	"from": "system",
 | 
			
		||||
	"instantiation": "true",
 | 
			
		||||
	"inherits": "fdm_process_common",
 | 
			
		||||
 | 
			
		||||
    "bottom_shell_layers": "3",
 | 
			
		||||
    "overhang_1_4_speed": "0",
 | 
			
		||||
    "overhang_2_4_speed": "50",
 | 
			
		||||
    "overhang_3_4_speed": "30",
 | 
			
		||||
    "top_shell_layers": "3",
 | 
			
		||||
    "top_shell_thickness": "0.6",
 | 
			
		||||
    "tree_support_wall_count": "1",
 | 
			
		||||
    "brim_width": "3",
 | 
			
		||||
    "gap_infill_speed": "230",
 | 
			
		||||
    "inner_wall_speed": "230",
 | 
			
		||||
    "internal_solid_infill_speed": "230",
 | 
			
		||||
    "layer_height": "0.24",
 | 
			
		||||
    "print_settings_id": "0.24mm Draft @InfiMech TX",
 | 
			
		||||
    "sparse_infill_speed": "230",
 | 
			
		||||
	"compatible_printers": [
 | 
			
		||||
        "InfiMech TX 0.4 nozzle"
 | 
			
		||||
    ]
 | 
			
		||||
    
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										224
									
								
								resources/profiles/InfiMech/process/fdm_process_common.json
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										224
									
								
								resources/profiles/InfiMech/process/fdm_process_common.json
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,224 @@
 | 
			
		|||
{
 | 
			
		||||
	"type": "process",
 | 
			
		||||
	"name": "fdm_process_common",
 | 
			
		||||
	"from": "system",
 | 
			
		||||
	"instantiation": "false",
 | 
			
		||||
	
 | 
			
		||||
	"accel_to_decel_enable": "1",
 | 
			
		||||
	"accel_to_decel_factor": "50%",
 | 
			
		||||
	"bottom_shell_thickness": "0",
 | 
			
		||||
	"bottom_solid_infill_flow_ratio": "1",
 | 
			
		||||
	"bottom_surface_pattern": "monotonic",
 | 
			
		||||
	"bridge_acceleration": "50%",
 | 
			
		||||
	"bridge_angle": "0",
 | 
			
		||||
	"bridge_density": "100%",
 | 
			
		||||
	"bridge_flow": "1",
 | 
			
		||||
	"bridge_no_support": "0",
 | 
			
		||||
	"bridge_speed": "50",
 | 
			
		||||
	"brim_ears_detection_length": "1",
 | 
			
		||||
	"brim_ears_max_angle": "125",
 | 
			
		||||
	"brim_object_gap": "0.2",
 | 
			
		||||
	"brim_type": "auto_brim",
 | 
			
		||||
	"compatible_printers_condition": "",
 | 
			
		||||
	"default_acceleration": "10000",
 | 
			
		||||
	"default_jerk": "0",
 | 
			
		||||
	"detect_narrow_internal_solid_infill": "1",
 | 
			
		||||
	"detect_overhang_wall": "1",
 | 
			
		||||
	"detect_thin_wall": "0",
 | 
			
		||||
	"draft_shield": "disabled",
 | 
			
		||||
	"elefant_foot_compensation": "0.15",
 | 
			
		||||
	"enable_arc_fitting": "1",
 | 
			
		||||
	"enable_overhang_speed": "1",
 | 
			
		||||
	"enable_prime_tower": "0",
 | 
			
		||||
	"enable_support": "0",
 | 
			
		||||
	"enforce_support_layers": "0",
 | 
			
		||||
	"ensure_vertical_shell_thickness": "1",
 | 
			
		||||
	"exclude_object": "0",
 | 
			
		||||
	"extra_perimeters_on_overhangs": "0",
 | 
			
		||||
	"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
 | 
			
		||||
	"filter_out_gap_fill": "0",
 | 
			
		||||
	"flush_into_infill": "0",
 | 
			
		||||
	"flush_into_objects": "0",
 | 
			
		||||
	"flush_into_support": "1",
 | 
			
		||||
	"from": "",
 | 
			
		||||
	"fuzzy_skin": "none",
 | 
			
		||||
	"fuzzy_skin_point_distance": "0.8",
 | 
			
		||||
	"fuzzy_skin_thickness": "0.3",
 | 
			
		||||
 | 
			
		||||
	"gcode_add_line_number": "0",
 | 
			
		||||
	"gcode_comments": "0",
 | 
			
		||||
	"gcode_label_objects": "0",
 | 
			
		||||
	"independent_support_layer_height": "1",
 | 
			
		||||
	"infill_anchor": "400%",
 | 
			
		||||
	"infill_anchor_max": "20",
 | 
			
		||||
	"infill_combination": "0",
 | 
			
		||||
	"infill_direction": "45",
 | 
			
		||||
	"infill_jerk": "9",
 | 
			
		||||
	"infill_wall_overlap": "25%",
 | 
			
		||||
	"initial_layer_acceleration": "500",
 | 
			
		||||
	"initial_layer_infill_speed": "50",
 | 
			
		||||
	"initial_layer_jerk": "9",
 | 
			
		||||
	"initial_layer_line_width": "0.5",
 | 
			
		||||
	"initial_layer_min_bead_width": "85%",
 | 
			
		||||
	"initial_layer_print_height": "0.2",
 | 
			
		||||
	"initial_layer_speed": "50",
 | 
			
		||||
	"initial_layer_travel_speed": "100%",
 | 
			
		||||
	"inner_wall_acceleration": "10000",
 | 
			
		||||
	"inner_wall_jerk": "9",
 | 
			
		||||
	"inner_wall_line_width": "0.45",
 | 
			
		||||
	"interface_shells": "0",
 | 
			
		||||
	"internal_bridge_speed": "150%",
 | 
			
		||||
	"internal_bridge_support_thickness": "0.8",
 | 
			
		||||
	"internal_solid_infill_acceleration": "100%",
 | 
			
		||||
	"internal_solid_infill_line_width": "0.4",
 | 
			
		||||
	"internal_solid_infill_pattern": "zig-zag",
 | 
			
		||||
 | 
			
		||||
	"ironing_flow": "10%",
 | 
			
		||||
	"ironing_pattern": "zig-zag",
 | 
			
		||||
	"ironing_spacing": "0.15",
 | 
			
		||||
	"ironing_speed": "30",
 | 
			
		||||
	"ironing_type": "no ironing",
 | 
			
		||||
	"line_width": "0.4",
 | 
			
		||||
	"make_overhang_printable": "0",
 | 
			
		||||
	"make_overhang_printable_angle": "55",
 | 
			
		||||
	"make_overhang_printable_hole_size": "0",
 | 
			
		||||
	"max_bridge_length": "10",
 | 
			
		||||
	"max_travel_detour_distance": "0",
 | 
			
		||||
	"min_bead_width": "85%",
 | 
			
		||||
	"min_feature_size": "25%",
 | 
			
		||||
	"min_width_top_surface": "300%",
 | 
			
		||||
	"minimum_sparse_infill_area": "15",
 | 
			
		||||
	"notes": "",
 | 
			
		||||
	"only_one_wall_first_layer": "0",
 | 
			
		||||
	"only_one_wall_top": "1",
 | 
			
		||||
	"ooze_prevention": "0",
 | 
			
		||||
	"outer_wall_acceleration": "5000",
 | 
			
		||||
	"outer_wall_jerk": "9",
 | 
			
		||||
	"outer_wall_line_width": "0.4",
 | 
			
		||||
	"outer_wall_speed": "200",
 | 
			
		||||
 | 
			
		||||
	"overhang_4_4_speed": "10",
 | 
			
		||||
	"overhang_speed_classic": "1",
 | 
			
		||||
	"post_process": [],
 | 
			
		||||
	"precise_outer_wall": "1",
 | 
			
		||||
	"prime_tower_brim_width": "3",
 | 
			
		||||
	"prime_tower_width": "35",
 | 
			
		||||
	"prime_volume": "45",
 | 
			
		||||
	"print_flow_ratio": "0.95",
 | 
			
		||||
	"print_sequence": "by layer",
 | 
			
		||||
 | 
			
		||||
	"raft_contact_distance": "0.1",
 | 
			
		||||
	"raft_expansion": "1.5",
 | 
			
		||||
	"raft_first_layer_density": "90%",
 | 
			
		||||
	"raft_first_layer_expansion": "2",
 | 
			
		||||
	"raft_layers": "0",
 | 
			
		||||
	"reduce_crossing_wall": "0",
 | 
			
		||||
	"reduce_infill_retraction": "1",
 | 
			
		||||
	"resolution": "0.012",
 | 
			
		||||
	"role_based_wipe_speed": "1",
 | 
			
		||||
	"seam_gap": "15%",
 | 
			
		||||
	"seam_position": "aligned",
 | 
			
		||||
	"single_extruder_multi_material_priming": "1",
 | 
			
		||||
	"skirt_distance": "2",
 | 
			
		||||
	"skirt_height": "1",
 | 
			
		||||
	"skirt_loops": "0",
 | 
			
		||||
	"skirt_speed": "0",
 | 
			
		||||
	"slice_closing_radius": "0.049",
 | 
			
		||||
	"slicing_mode": "regular",
 | 
			
		||||
	"slow_down_layers": "0",
 | 
			
		||||
	"small_perimeter_speed": "50%",
 | 
			
		||||
	"small_perimeter_threshold": "0",
 | 
			
		||||
	"solid_infill_filament": "1",
 | 
			
		||||
	"sparse_infill_acceleration": "100%",
 | 
			
		||||
	"sparse_infill_density": "15%",
 | 
			
		||||
	"sparse_infill_filament": "1",
 | 
			
		||||
	"sparse_infill_line_width": "0.45",
 | 
			
		||||
	"sparse_infill_pattern": "grid",
 | 
			
		||||
 | 
			
		||||
	"spiral_mode": "0",
 | 
			
		||||
	"staggered_inner_seams": "0",
 | 
			
		||||
	"standby_temperature_delta": "-5",
 | 
			
		||||
	"support_angle": "0",
 | 
			
		||||
	"support_base_pattern": "default",
 | 
			
		||||
	"support_base_pattern_spacing": "2.5",
 | 
			
		||||
	"support_bottom_interface_spacing": "0.5",
 | 
			
		||||
	"support_bottom_z_distance": "0.2",
 | 
			
		||||
	"support_critical_regions_only": "0",
 | 
			
		||||
	"support_expansion": "0",
 | 
			
		||||
	"support_filament": "0",
 | 
			
		||||
	"support_interface_bottom_layers": "2",
 | 
			
		||||
	"support_interface_filament": "0",
 | 
			
		||||
	"support_interface_loop_pattern": "0",
 | 
			
		||||
	"support_interface_pattern": "auto",
 | 
			
		||||
	"support_interface_spacing": "0.5",
 | 
			
		||||
	"support_interface_speed": "80",
 | 
			
		||||
	"support_interface_top_layers": "2",
 | 
			
		||||
	"support_line_width": "0.4",
 | 
			
		||||
	"support_object_xy_distance": "0.35",
 | 
			
		||||
	"support_on_build_plate_only": "0",
 | 
			
		||||
	"support_remove_small_overhang": "1",
 | 
			
		||||
	"support_speed": "150",
 | 
			
		||||
	"support_style": "default",
 | 
			
		||||
	"support_threshold_angle": "30",
 | 
			
		||||
	"support_top_z_distance": "0.2",
 | 
			
		||||
	"support_type": "normal(auto)",
 | 
			
		||||
	"thick_bridges": "0",
 | 
			
		||||
	"timelapse_type": "0",
 | 
			
		||||
 | 
			
		||||
	"top_solid_infill_flow_ratio": "1",
 | 
			
		||||
	"top_surface_acceleration": "2000",
 | 
			
		||||
	"top_surface_jerk": "9",
 | 
			
		||||
	"top_surface_line_width": "0.4",
 | 
			
		||||
	"top_surface_pattern": "monotonicline",
 | 
			
		||||
	"top_surface_speed": "200",
 | 
			
		||||
	"travel_acceleration": "10000",
 | 
			
		||||
	"travel_jerk": "12",
 | 
			
		||||
	"travel_speed": "500",
 | 
			
		||||
	"travel_speed_z": "0",
 | 
			
		||||
	"tree_support_adaptive_layer_height": "1",
 | 
			
		||||
	"tree_support_angle_slow": "25",
 | 
			
		||||
	"tree_support_auto_brim": "0",
 | 
			
		||||
	"tree_support_branch_angle": "45",
 | 
			
		||||
	"tree_support_branch_angle_organic": "40",
 | 
			
		||||
	"tree_support_branch_diameter": "2",
 | 
			
		||||
	"tree_support_branch_diameter_angle": "5",
 | 
			
		||||
	"tree_support_branch_diameter_double_wall": "3",
 | 
			
		||||
	"tree_support_branch_diameter_organic": "2",
 | 
			
		||||
	"tree_support_branch_distance": "5",
 | 
			
		||||
	"tree_support_branch_distance_organic": "1",
 | 
			
		||||
	"tree_support_brim_width": "0",
 | 
			
		||||
	"tree_support_tip_diameter": "0.8",
 | 
			
		||||
	"tree_support_top_rate": "30%",
 | 
			
		||||
 | 
			
		||||
	"version": "1.6.0.0",
 | 
			
		||||
	"wall_distribution_count": "1",
 | 
			
		||||
	"wall_filament": "1",
 | 
			
		||||
	"wall_generator": "classic",
 | 
			
		||||
	"wall_infill_order": "inner wall/outer wall/infill",
 | 
			
		||||
	"wall_loops": "2",
 | 
			
		||||
	"wall_transition_angle": "10",
 | 
			
		||||
	"wall_transition_filter_deviation": "25%",
 | 
			
		||||
	"wall_transition_length": "100%",
 | 
			
		||||
    "wipe_on_loops": "0",
 | 
			
		||||
	"wipe_speed": "80%",
 | 
			
		||||
	"wipe_tower_bridging": "10",
 | 
			
		||||
	"wipe_tower_cone_angle": "0",
 | 
			
		||||
	"wipe_tower_extra_spacing": "100%",
 | 
			
		||||
	"wipe_tower_extruder": "0",
 | 
			
		||||
	"wipe_tower_no_sparse_layers": "0",
 | 
			
		||||
	"wipe_tower_rotation_angle": "0",
 | 
			
		||||
	"wiping_volumes_extruders": [
 | 
			
		||||
		"70",
 | 
			
		||||
		"70",
 | 
			
		||||
		"70",
 | 
			
		||||
		"70",
 | 
			
		||||
		"70",
 | 
			
		||||
		"70",
 | 
			
		||||
		"70",
 | 
			
		||||
		"70",
 | 
			
		||||
		"70",
 | 
			
		||||
		"70"
 | 
			
		||||
	],
 | 
			
		||||
	"xy_contour_compensation": "0",
 | 
			
		||||
	"xy_hole_compensation": "0"
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue