Orca tool changer support (#6087)

# Description

Add support of tool changer printers.
A new printer model has been added: `Generic ToolChanger`

Currently only support tool changer printers like `TapChanger` and
`StealthChanger`.
~Support for Prusa XL is still WIP.~ Prusa XL is supported now

~~⚠️WARNING⚠️ : please proceed with caution. It hasn't been tested on an
real printer yet. Please double check with g-code before printing it.~~

🚀GOOD NEWS🚀: Multiple successful prints have been reported; it should be
safe to try [Discord
Thread](https://discord.com/channels/1137181739773603922/1258993224018821160).
**For bugs, please kindly help by logging issues with details and sample
projects, then label them as ToolChanger. This will help me track
them.**

# Screenshots/Recordings/Graphs


bd518f77-5cc1-4b3a-ba76-7ead75494365

# Test
Feedback is welcomed!
For Mac users, please ref to this instruction:
https://github.com/SoftFever/OrcaSlicer#how-to-install


- [x] Occasionally crashes when change printer settings
- [x] Prusa XL profiles and custom gcode
- [x] Ooze prevention bug
- [x] Prusa XL z offset issue when prime tower is used
- [x] Preheat nozzle(temporary solution)
- [x] infinite(tall) skirt when both ooze prevention and skirt are
enabled
- [ ] skirt/purge cone overlap
- [ ] Document about custom variables


Implement #5943 #2050 #5079
This commit is contained in:
SoftFever 2024-07-29 23:20:40 +08:00 committed by GitHub
commit f24c7229a9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
203 changed files with 7652 additions and 1835 deletions

View file

@ -156,7 +156,7 @@
"seam_slope_start_height": "0",
"seam_slope_steps": "10",
"seam_slope_type": "none",
"single_extruder_multi_material_priming": "1",
"single_extruder_multi_material_priming": "0",
"skirt_distance": "2",
"skirt_height": "1",
"skirt_loops": "0",

View file

@ -156,7 +156,7 @@
"seam_slope_start_height": "0",
"seam_slope_steps": "10",
"seam_slope_type": "none",
"single_extruder_multi_material_priming": "1",
"single_extruder_multi_material_priming": "0",
"skirt_distance": "2",
"skirt_height": "1",
"skirt_loops": "0",

View file

@ -156,7 +156,7 @@
"seam_slope_start_height": "0",
"seam_slope_steps": "10",
"seam_slope_type": "none",
"single_extruder_multi_material_priming": "1",
"single_extruder_multi_material_priming": "0",
"skirt_distance": "2",
"skirt_height": "1",
"skirt_loops": "0",

View file

@ -156,7 +156,7 @@
"seam_slope_start_height": "0",
"seam_slope_steps": "10",
"seam_slope_type": "none",
"single_extruder_multi_material_priming": "1",
"single_extruder_multi_material_priming": "0",
"skirt_distance": "2",
"skirt_height": "1",
"skirt_loops": "0",

View file

@ -128,7 +128,7 @@
"role_based_wipe_speed": "1",
"seam_gap": "5%",
"seam_position": "aligned",
"single_extruder_multi_material_priming": "1",
"single_extruder_multi_material_priming": "0",
"skirt_distance": "3",
"skirt_height": "2",
"skirt_loops": "0",

View file

@ -1,6 +1,6 @@
{
"name": "Custom Printer",
"version": "02.01.01.00",
"version": "02.01.04.00",
"force_update": "0",
"description": "My configurations",
"machine_model_list": [
@ -15,6 +15,10 @@
{
"name": "Generic RRF Printer",
"sub_path": "machine/MyRRF.json"
},
{
"name": "Generic ToolChanger Printer",
"sub_path": "machine/MyToolChanger.json"
}
],
"process_list": [
@ -34,6 +38,10 @@
"name": "fdm_process_marlin_common",
"sub_path": "process/fdm_process_marlin_common.json"
},
{
"name": "fdm_process_mytoolchanger_common",
"sub_path": "process/fdm_process_mytoolchanger_common.json"
},
{
"name": "0.08mm Extra Fine @MyKlipper",
"sub_path": "process/0.08mm Extra Fine @MyKlipper.json"
@ -121,6 +129,46 @@
{
"name": "0.28mm Extra Draft @MyMarlin",
"sub_path": "process/0.28mm Extra Draft @MyMarlin.json"
},
{
"name": "0.08mm Extra Fine @MyToolChanger",
"sub_path": "process/0.08mm Extra Fine @MyToolChanger.json"
},
{
"name": "0.12mm Fine @MyToolChanger",
"sub_path": "process/0.12mm Fine @MyToolChanger.json"
},
{
"name": "0.15mm Optimal @MyToolChanger",
"sub_path": "process/0.15mm Optimal @MyToolChanger.json"
},
{
"name": "0.16mm Optimal @MyToolChanger",
"sub_path": "process/0.16mm Optimal @MyToolChanger.json"
},
{
"name": "0.20mm Standard @MyToolChanger",
"sub_path": "process/0.20mm Standard @MyToolChanger.json"
},
{
"name": "0.24mm Draft @MyToolChanger",
"sub_path": "process/0.24mm Draft @MyToolChanger.json"
},
{
"name": "0.28mm Extra Draft @MyToolChanger",
"sub_path": "process/0.28mm Extra Draft @MyToolChanger.json"
},
{
"name": "0.32mm Extra Draft @MyToolChanger",
"sub_path": "process/0.32mm Extra Draft @MyToolChanger.json"
},
{
"name": "0.40mm Extra Draft @MyToolChanger",
"sub_path": "process/0.40mm Extra Draft @MyToolChanger.json"
},
{
"name": "0.56mm Extra Draft @MyToolChanger",
"sub_path": "process/0.56mm Extra Draft @MyToolChanger.json"
}
],
"filament_list": [
@ -199,6 +247,46 @@
{
"name": "My Generic PA-CF",
"sub_path": "filament/My Generic PA-CF.json"
},
{
"name": "My Generic PLA @MyToolChanger",
"sub_path": "filament/My Generic PLA @MyToolChanger.json"
},
{
"name": "My Generic PLA-CF @MyToolChanger",
"sub_path": "filament/My Generic PLA-CF @MyToolChanger.json"
},
{
"name": "My Generic PETG @MyToolChanger",
"sub_path": "filament/My Generic PETG @MyToolChanger.json"
},
{
"name": "My Generic ABS @MyToolChanger",
"sub_path": "filament/My Generic ABS @MyToolChanger.json"
},
{
"name": "My Generic TPU @MyToolChanger",
"sub_path": "filament/My Generic TPU @MyToolChanger.json"
},
{
"name": "My Generic ASA @MyToolChanger",
"sub_path": "filament/My Generic ASA @MyToolChanger.json"
},
{
"name": "My Generic PC @MyToolChanger",
"sub_path": "filament/My Generic PC @MyToolChanger.json"
},
{
"name": "My Generic PVA @MyToolChanger",
"sub_path": "filament/My Generic PVA @MyToolChanger.json"
},
{
"name": "My Generic PA @MyToolChanger",
"sub_path": "filament/My Generic PA @MyToolChanger.json"
},
{
"name": "My Generic PA-CF @MyToolChanger",
"sub_path": "filament/My Generic PA-CF @MyToolChanger.json"
}
],
"machine_list": [
@ -214,6 +302,10 @@
"name": "fdm_rrf_common",
"sub_path": "machine/fdm_rrf_common.json"
},
{
"name": "fdm_toolchanger_common",
"sub_path": "machine/fdm_toolchanger_common.json"
},
{
"name": "MyKlipper 0.4 nozzle",
"sub_path": "machine/MyKlipper 0.4 nozzle.json"
@ -237,6 +329,22 @@
{
"name": "MyRRF 0.4 nozzle",
"sub_path": "machine/MyRRF 0.4 nozzle.json"
},
{
"name": "MyToolChanger 0.4 nozzle",
"sub_path": "machine/MyToolChanger 0.4 nozzle.json"
},
{
"name": "MyToolChanger 0.2 nozzle",
"sub_path": "machine/MyToolChanger 0.2 nozzle.json"
},
{
"name": "MyToolChanger 0.6 nozzle",
"sub_path": "machine/MyToolChanger 0.6 nozzle.json"
},
{
"name": "MyToolChanger 0.8 nozzle",
"sub_path": "machine/MyToolChanger 0.8 nozzle.json"
}
]
}
}

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 130 KiB

View file

@ -0,0 +1,57 @@
{
"type": "filament",
"filament_id": "GFB99",
"setting_id": "GFB99_MTC_0",
"name": "My Generic ABS @MyToolChanger",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_abs",
"filament_flow_ratio": [
"0.926"
],
"filament_max_volumetric_speed": [
"12"
],
"filament_cooling_final_speed": [
"3.5"
],
"filament_cooling_initial_speed": [
"10"
],
"filament_cooling_moves": [
"2"
],
"filament_load_time": [
"10.5"
],
"filament_loading_speed": [
"10"
],
"filament_loading_speed_start": [
"50"
],
"filament_multitool_ramming": [
"1"
],
"filament_multitool_ramming_flow": [
"40"
],
"filament_stamping_distance": [
"45"
],
"filament_stamping_loading_speed": [
"29"
],
"filament_unload_time": [
"8.5"
],
"filament_unloading_speed": [
"100"
],
"compatible_printers": [
"MyToolChanger 0.4 nozzle",
"MyToolChanger 0.2 nozzle",
"MyToolChanger 0.6 nozzle",
"MyToolChanger 0.8 nozzle"
]
}

View file

@ -0,0 +1,57 @@
{
"type": "filament",
"filament_id": "GFB98",
"setting_id": "GFB98_MTC_0",
"name": "My Generic ASA @MyToolChanger",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_asa",
"filament_flow_ratio": [
"0.93"
],
"filament_max_volumetric_speed": [
"12"
],
"filament_cooling_final_speed": [
"3.5"
],
"filament_cooling_initial_speed": [
"10"
],
"filament_cooling_moves": [
"2"
],
"filament_load_time": [
"10.5"
],
"filament_loading_speed": [
"10"
],
"filament_loading_speed_start": [
"50"
],
"filament_multitool_ramming": [
"1"
],
"filament_multitool_ramming_flow": [
"40"
],
"filament_stamping_distance": [
"45"
],
"filament_stamping_loading_speed": [
"29"
],
"filament_unload_time": [
"8.5"
],
"filament_unloading_speed": [
"100"
],
"compatible_printers": [
"MyToolChanger 0.4 nozzle",
"MyToolChanger 0.2 nozzle",
"MyToolChanger 0.6 nozzle",
"MyToolChanger 0.8 nozzle"
]
}

View file

@ -0,0 +1,60 @@
{
"type": "filament",
"filament_id": "GFN99",
"setting_id": "GFN99_MTC_0",
"name": "My Generic PA @MyToolChanger",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_pa",
"nozzle_temperature_initial_layer": [
"280"
],
"nozzle_temperature": [
"280"
],
"filament_max_volumetric_speed": [
"12"
],
"filament_cooling_final_speed": [
"3.5"
],
"filament_cooling_initial_speed": [
"10"
],
"filament_cooling_moves": [
"2"
],
"filament_load_time": [
"10.5"
],
"filament_loading_speed": [
"10"
],
"filament_loading_speed_start": [
"50"
],
"filament_multitool_ramming": [
"1"
],
"filament_multitool_ramming_flow": [
"40"
],
"filament_stamping_distance": [
"45"
],
"filament_stamping_loading_speed": [
"29"
],
"filament_unload_time": [
"8.5"
],
"filament_unloading_speed": [
"100"
],
"compatible_printers": [
"MyToolChanger 0.4 nozzle",
"MyToolChanger 0.2 nozzle",
"MyToolChanger 0.6 nozzle",
"MyToolChanger 0.8 nozzle"
]
}

View file

@ -0,0 +1,63 @@
{
"type": "filament",
"filament_id": "GFN98",
"setting_id": "GFN98_MTC_0",
"name": "My Generic PA-CF @MyToolChanger",
"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"
],
"filament_cooling_final_speed": [
"3.5"
],
"filament_cooling_initial_speed": [
"10"
],
"filament_cooling_moves": [
"2"
],
"filament_load_time": [
"10.5"
],
"filament_loading_speed": [
"10"
],
"filament_loading_speed_start": [
"50"
],
"filament_multitool_ramming": [
"1"
],
"filament_multitool_ramming_flow": [
"40"
],
"filament_stamping_distance": [
"45"
],
"filament_stamping_loading_speed": [
"29"
],
"filament_unload_time": [
"8.5"
],
"filament_unloading_speed": [
"100"
],
"compatible_printers": [
"MyToolChanger 0.4 nozzle",
"MyToolChanger 0.2 nozzle",
"MyToolChanger 0.6 nozzle",
"MyToolChanger 0.8 nozzle"
]
}

View file

@ -0,0 +1,57 @@
{
"type": "filament",
"filament_id": "GFC99",
"setting_id": "GFC99_MTC_0",
"name": "My Generic PC @MyToolChanger",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_pc",
"filament_max_volumetric_speed": [
"12"
],
"filament_flow_ratio": [
"0.94"
],
"filament_cooling_final_speed": [
"3.5"
],
"filament_cooling_initial_speed": [
"10"
],
"filament_cooling_moves": [
"2"
],
"filament_load_time": [
"10.5"
],
"filament_loading_speed": [
"10"
],
"filament_loading_speed_start": [
"50"
],
"filament_multitool_ramming": [
"1"
],
"filament_multitool_ramming_flow": [
"40"
],
"filament_stamping_distance": [
"45"
],
"filament_stamping_loading_speed": [
"29"
],
"filament_unload_time": [
"8.5"
],
"filament_unloading_speed": [
"100"
],
"compatible_printers": [
"MyToolChanger 0.4 nozzle",
"MyToolChanger 0.2 nozzle",
"MyToolChanger 0.6 nozzle",
"MyToolChanger 0.8 nozzle"
]
}

View file

@ -0,0 +1,87 @@
{
"type": "filament",
"filament_id": "GFG99",
"setting_id": "GFG99_MTC_0",
"name": "My Generic PETG @MyToolChanger",
"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"
],
"filament_cooling_final_speed": [
"3.5"
],
"filament_cooling_initial_speed": [
"10"
],
"filament_cooling_moves": [
"2"
],
"filament_load_time": [
"10.5"
],
"filament_loading_speed": [
"10"
],
"filament_loading_speed_start": [
"50"
],
"filament_multitool_ramming": [
"1"
],
"filament_multitool_ramming_flow": [
"40"
],
"filament_stamping_distance": [
"45"
],
"filament_stamping_loading_speed": [
"29"
],
"filament_unload_time": [
"8.5"
],
"filament_unloading_speed": [
"100"
],
"compatible_printers": [
"MyToolChanger 0.4 nozzle",
"MyToolChanger 0.2 nozzle",
"MyToolChanger 0.6 nozzle",
"MyToolChanger 0.8 nozzle"
]
}

View file

@ -0,0 +1,60 @@
{
"type": "filament",
"filament_id": "GFL99",
"setting_id": "GFL99_MTC_0",
"name": "My Generic PLA @MyToolChanger",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_pla",
"filament_flow_ratio": [
"0.98"
],
"filament_max_volumetric_speed": [
"12"
],
"slow_down_layer_time": [
"8"
],
"filament_cooling_final_speed": [
"3.5"
],
"filament_cooling_initial_speed": [
"10"
],
"filament_cooling_moves": [
"2"
],
"filament_load_time": [
"10.5"
],
"filament_loading_speed": [
"10"
],
"filament_loading_speed_start": [
"50"
],
"filament_multitool_ramming": [
"1"
],
"filament_multitool_ramming_flow": [
"40"
],
"filament_stamping_distance": [
"45"
],
"filament_stamping_loading_speed": [
"29"
],
"filament_unload_time": [
"8.5"
],
"filament_unloading_speed": [
"100"
],
"compatible_printers": [
"MyToolChanger 0.4 nozzle",
"MyToolChanger 0.2 nozzle",
"MyToolChanger 0.6 nozzle",
"MyToolChanger 0.8 nozzle"
]
}

View file

@ -0,0 +1,63 @@
{
"type": "filament",
"filament_id": "GFL98",
"setting_id": "GFL98_MTC_0",
"name": "My Generic PLA-CF @MyToolChanger",
"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"
],
"filament_cooling_final_speed": [
"3.5"
],
"filament_cooling_initial_speed": [
"10"
],
"filament_cooling_moves": [
"2"
],
"filament_load_time": [
"10.5"
],
"filament_loading_speed": [
"10"
],
"filament_loading_speed_start": [
"50"
],
"filament_multitool_ramming": [
"1"
],
"filament_multitool_ramming_flow": [
"40"
],
"filament_stamping_distance": [
"45"
],
"filament_stamping_loading_speed": [
"29"
],
"filament_unload_time": [
"8.5"
],
"filament_unloading_speed": [
"100"
],
"compatible_printers": [
"MyToolChanger 0.4 nozzle",
"MyToolChanger 0.2 nozzle",
"MyToolChanger 0.6 nozzle",
"MyToolChanger 0.8 nozzle"
]
}

View file

@ -0,0 +1,27 @@
{
"type": "filament",
"filament_id": "GFS99",
"setting_id": "GFS99_MTC_0",
"name": "My Generic PVA @MyToolChanger",
"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": [
"MyToolChanger 0.4 nozzle",
"MyToolChanger 0.2 nozzle",
"MyToolChanger 0.6 nozzle",
"MyToolChanger 0.8 nozzle"
]
}

View file

@ -0,0 +1,18 @@
{
"type": "filament",
"filament_id": "GFU99",
"setting_id": "GFU99_MTC_0",
"name": "My Generic TPU @MyToolChanger",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_tpu",
"filament_max_volumetric_speed": [
"3.2"
],
"compatible_printers": [
"MyToolChanger 0.4 nozzle",
"MyToolChanger 0.2 nozzle",
"MyToolChanger 0.6 nozzle",
"MyToolChanger 0.8 nozzle"
]
}

View file

@ -0,0 +1,30 @@
{
"type": "machine",
"setting_id": "GM_CUSTOM_001",
"name": "MyToolChanger 0.2 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_toolchanger_common",
"printer_model": "Generic ToolChanger Printer",
"nozzle_diameter": [
"0.2",
"0.2",
"0.2",
"0.2",
"0.2"
],
"max_layer_height": [
"0.16"
],
"min_layer_height": [
"0.04"
],
"printer_variant": "0.2",
"printable_area": [
"0x0",
"350x0",
"350x350",
"0x350"
],
"printable_height": "300"
}

View file

@ -0,0 +1,24 @@
{
"type": "machine",
"setting_id": "GM_CUSTOM_002",
"name": "MyToolChanger 0.4 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_toolchanger_common",
"printer_model": "Generic ToolChanger Printer",
"nozzle_diameter": [
"0.4",
"0.4",
"0.4",
"0.4",
"0.4"
],
"printer_variant": "0.4",
"printable_area": [
"0x0",
"350x0",
"350x350",
"0x350"
],
"printable_height": "300"
}

View file

@ -0,0 +1,30 @@
{
"type": "machine",
"setting_id": "GM_CUSTOM_003",
"name": "MyToolChanger 0.6 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_toolchanger_common",
"printer_model": "Generic ToolChanger Printer",
"nozzle_diameter": [
"0.6",
"0.6",
"0.6",
"0.6",
"0.6"
],
"max_layer_height": [
"0.4"
],
"min_layer_height": [
"0.12"
],
"printer_variant": "0.6",
"printable_area": [
"0x0",
"350x0",
"350x350",
"0x350"
],
"printable_height": "300"
}

View file

@ -0,0 +1,30 @@
{
"type": "machine",
"setting_id": "GM_CUSTOM_004",
"name": "MyToolChanger 0.8 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_toolchanger_common",
"printer_model": "Generic ToolChanger Printer",
"nozzle_diameter": [
"0.8",
"0.8",
"0.8",
"0.8",
"0.8"
],
"max_layer_height": [
"0.6"
],
"min_layer_height": [
"0.2"
],
"printer_variant": "0.8",
"printable_area": [
"0x0",
"350x0",
"350x350",
"0x350"
],
"printable_height": "300"
}

View file

@ -0,0 +1,12 @@
{
"type": "machine_model",
"name": "Generic ToolChanger Printer",
"model_id": "my_toolchanger_01",
"nozzle_diameter": "0.4;0.2;0.6;0.8",
"machine_tech": "FFF",
"family": "MyPrinter",
"bed_model": "Custom_350_bed.stl",
"bed_texture": "orcaslicer_bed_texture.svg",
"hotend_model": "",
"default_materials": "My Generic PLA @MyToolChanger;My Generic ABS @MyToolChanger;My Generic PLA-CF @MyToolChanger;My Generic PETG @MyToolChanger;My Generic TPU @MyToolChanger;My Generic ASA @MyToolChanger;My Generic PC @MyToolChanger;My Generic PVA @MyToolChanger;My Generic PA @MyToolChanger;My Generic PA-CF @MyToolChanger"
}

View file

@ -0,0 +1,189 @@
{
"type": "machine",
"name": "fdm_toolchanger_common",
"from": "system",
"instantiation": "false",
"inherits": "fdm_klipper_common",
"gcode_flavor": "klipper",
"single_extruder_multi_material": "0",
"default_filament_profile": [
"My Generic PLA @MyToolChanger"
],
"default_print_profile": "0.20mm Standard @MyToolChanger",
"max_layer_height": [
"0.32",
"0.32",
"0.32",
"0.32",
"0.32"
],
"min_layer_height": [
"0.08",
"0.08",
"0.08",
"0.08",
"0.08"
],
"deretraction_speed": [
"30",
"30",
"30",
"30",
"30"
],
"extruder_colour": [
"#FCE94F",
"#FCE94F",
"#FCE94F",
"#FCE94F",
"#FCE94F"
],
"extruder_offset": [
"0x0",
"0x0",
"0x0",
"0x0",
"0x0"
],
"long_retractions_when_cut": [
"0",
"0",
"0",
"0",
"0"
],
"nozzle_diameter": [
"0.4",
"0.4",
"0.4",
"0.4",
"0.4"
],
"retract_before_wipe": [
"70%",
"70%",
"70%",
"70%",
"70%"
],
"retract_length_toolchange": [
"2",
"2",
"2",
"2",
"2"
],
"retract_lift_above": [
"0",
"0",
"0",
"0",
"0"
],
"retract_lift_below": [
"0",
"0",
"0",
"0",
"0"
],
"retract_lift_enforce": [
"All Surfaces",
"All Surfaces",
"All Surfaces",
"All Surfaces",
"All Surfaces"
],
"retract_restart_extra": [
"0",
"0",
"0",
"0",
"0"
],
"retract_restart_extra_toolchange": [
"0",
"0",
"0",
"0",
"0"
],
"retract_when_changing_layer": [
"1",
"1",
"1",
"1",
"1"
],
"retraction_distances_when_cut": [
"18",
"18",
"18",
"18",
"18"
],
"retraction_length": [
"0.8",
"0.8",
"0.8",
"0.8",
"0.8"
],
"retraction_minimum_travel": [
"1",
"1",
"1",
"1",
"1"
],
"retraction_speed": [
"30",
"30",
"30",
"30",
"30"
],
"travel_slope": [
"3",
"3",
"3",
"3",
"3"
],
"version": "2.1.1.1",
"wipe": [
"1",
"1",
"1",
"1",
"1"
],
"wipe_distance": [
"1",
"1",
"1",
"1",
"1"
],
"z_hop": [
"0.4",
"0.4",
"0.4",
"0.4",
"0.4"
],
"z_hop_types": [
"Normal Lift",
"Normal Lift",
"Normal Lift",
"Normal Lift",
"Normal Lift"
],
"purge_in_prime_tower": "0",
"machine_pause_gcode": "M601",
"machine_start_gcode": "PRINT_START TOOL_TEMP={first_layer_temperature[initial_tool]} {if is_extruder_used[0]}T0_TEMP={first_layer_temperature[0]}{endif} {if is_extruder_used[1]}T1_TEMP={first_layer_temperature[1]}{endif} {if is_extruder_used[2]}T2_TEMP={first_layer_temperature[2]}{endif} {if is_extruder_used[3]}T3_TEMP={first_layer_temperature[3]}{endif} {if is_extruder_used[4]}T4_TEMP={first_layer_temperature[4]}{endif} {if is_extruder_used[5]}T5_TEMP={first_layer_temperature[5]}{endif} BED_TEMP=[first_layer_bed_temperature] TOOL=[initial_tool]\n\n",
"change_filament_gcode": "",
"scan_first_layer": "0",
"nozzle_type": "undefine",
"auxiliary_fan": "0"
}

View file

@ -0,0 +1,19 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.08mm Extra Fine @MyToolChanger",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_mytoolchanger_common",
"layer_height": "0.08",
"bottom_shell_layers": "7",
"top_shell_layers": "9",
"support_top_z_distance": "0.08",
"support_bottom_z_distance": "0.08",
"initial_layer_print_height": "0.2",
"compatible_printers": [
"MyToolChanger 0.4 nozzle",
"MyToolChanger 0.2 nozzle",
"MyToolChanger 0.6 nozzle"
]
}

View file

@ -0,0 +1,19 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.12mm Fine @MyToolChanger",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_mytoolchanger_common",
"layer_height": "0.12",
"bottom_shell_layers": "5",
"top_shell_layers": "6",
"support_top_z_distance": "0.08",
"support_bottom_z_distance": "0.08",
"initial_layer_print_height": "0.2",
"compatible_printers": [
"MyToolChanger 0.4 nozzle",
"MyToolChanger 0.2 nozzle",
"MyToolChanger 0.6 nozzle"
]
}

View file

@ -0,0 +1,20 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.15mm Optimal @MyToolChanger",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_mytoolchanger_common",
"bottom_shell_layers": "4",
"top_shell_layers": "5",
"layer_height": "0.15",
"support_top_z_distance": "0.15",
"support_bottom_z_distance": "0.15",
"initial_layer_print_height": "0.2",
"compatible_printers": [
"MyToolChanger 0.4 nozzle",
"MyToolChanger 0.2 nozzle",
"MyToolChanger 0.6 nozzle",
"MyToolChanger 0.8 nozzle"
]
}

View file

@ -0,0 +1,20 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.16mm Optimal @MyToolChanger",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_mytoolchanger_common",
"bottom_shell_layers": "4",
"top_shell_layers": "5",
"support_top_z_distance": "0.16",
"support_bottom_z_distance": "0.16",
"layer_height": "0.16",
"initial_layer_print_height": "0.2",
"compatible_printers": [
"MyToolChanger 0.4 nozzle",
"MyToolChanger 0.2 nozzle",
"MyToolChanger 0.6 nozzle",
"MyToolChanger 0.8 nozzle"
]
}

View file

@ -0,0 +1,14 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.20mm Standard @MyToolChanger",
"from": "system",
"inherits": "fdm_process_mytoolchanger_common",
"instantiation": "true",
"layer_height": "0.2",
"compatible_printers": [
"MyToolChanger 0.4 nozzle",
"MyToolChanger 0.6 nozzle",
"MyToolChanger 0.8 nozzle"
]
}

View file

@ -0,0 +1,17 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.24mm Draft @MyToolChanger",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_mytoolchanger_common",
"support_top_z_distance": "0.2",
"support_bottom_z_distance": "0.2",
"layer_height": "0.24",
"initial_layer_print_height": "0.2",
"compatible_printers": [
"MyToolChanger 0.4 nozzle",
"MyToolChanger 0.6 nozzle",
"MyToolChanger 0.8 nozzle"
]
}

View file

@ -0,0 +1,15 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.28mm Extra Draft @MyToolChanger",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_mytoolchanger_common",
"layer_height": "0.28",
"initial_layer_print_height": "0.2",
"compatible_printers": [
"MyToolChanger 0.4 nozzle",
"MyToolChanger 0.6 nozzle",
"MyToolChanger 0.8 nozzle"
]
}

View file

@ -0,0 +1,17 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.32mm Standard @MyToolChanger",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_mytoolchanger_common",
"support_top_z_distance": "0.24",
"support_bottom_z_distance": "0.24",
"layer_height": "0.32",
"initial_layer_print_height": "0.2",
"compatible_printers": [
"MyToolChanger 0.4 nozzle",
"MyToolChanger 0.6 nozzle",
"MyToolChanger 0.8 nozzle"
]
}

View file

@ -0,0 +1,16 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.40mm Standard @MyToolChanger",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_mytoolchanger_common",
"support_top_z_distance": "0.24",
"support_bottom_z_distance": "0.24",
"layer_height": "0.40",
"initial_layer_print_height": "0.2",
"compatible_printers": [
"MyToolChanger 0.6 nozzle",
"MyToolChanger 0.8 nozzle"
]
}

View file

@ -0,0 +1,15 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.56mm Standard @MyToolChanger",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_mytoolchanger_common",
"support_top_z_distance": "0.24",
"support_bottom_z_distance": "0.24",
"layer_height": "0.56",
"initial_layer_print_height": "0.2",
"compatible_printers": [
"MyToolChanger 0.8 nozzle"
]
}

View file

@ -0,0 +1,31 @@
{
"type": "process",
"name": "fdm_process_mytoolchanger_common",
"from": "system",
"instantiation": "false",
"inherits": "fdm_process_klipper_common",
"default_acceleration": "5000",
"top_surface_acceleration": "3000",
"travel_acceleration": "7000",
"inner_wall_acceleration": "5000",
"outer_wall_acceleration": "3000",
"initial_layer_acceleration": "500",
"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",
"exclude_object": "1",
"enable_prime_tower": "1",
"wipe_tower_cone_angle": "25",
"wipe_tower_extra_spacing": "150%",
"wipe_tower_rotation_angle": "90",
"ooze_prevention": "1",
"standby_temperature_delta": "-40",
"preheat_time": "30",
"preheat_steps": "1"
}

View file

@ -136,7 +136,7 @@
"role_based_wipe_speed": "1",
"seam_gap": "10%",
"seam_position": "aligned",
"single_extruder_multi_material_priming": "1",
"single_extruder_multi_material_priming": "0",
"skirt_distance": "2",
"skirt_height": "1",
"skirt_loops": "2",

View file

@ -115,7 +115,7 @@
"role_based_wipe_speed": "1",
"seam_gap": "10%",
"seam_position": "aligned",
"single_extruder_multi_material_priming": "1",
"single_extruder_multi_material_priming": "0",
"skirt_distance": "2",
"skirt_height": "1",
"skirt_loops": "0",

View file

@ -115,7 +115,7 @@
"role_based_wipe_speed": "1",
"seam_gap": "10%",
"seam_position": "aligned",
"single_extruder_multi_material_priming": "1",
"single_extruder_multi_material_priming": "0",
"skirt_distance": "2",
"skirt_height": "1",
"skirt_loops": "0",

View file

@ -154,7 +154,7 @@
"seam_slope_start_height": "0",
"seam_slope_steps": "10",
"seam_slope_type": "external",
"single_extruder_multi_material_priming": "1",
"single_extruder_multi_material_priming": "0",
"skirt_distance": "2",
"skirt_height": "1",
"skirt_loops": "1",

View file

@ -114,7 +114,7 @@
"role_based_wipe_speed": "1",
"seam_gap": "10%",
"seam_position": "aligned",
"single_extruder_multi_material_priming": "1",
"single_extruder_multi_material_priming": "0",
"skirt_distance": "2",
"skirt_height": "1",
"skirt_loops": "0",

View file

@ -114,7 +114,7 @@
"role_based_wipe_speed": "1",
"seam_gap": "10%",
"seam_position": "aligned",
"single_extruder_multi_material_priming": "1",
"single_extruder_multi_material_priming": "0",
"skirt_distance": "2",
"skirt_height": "1",
"skirt_loops": "0",

View file

@ -1,6 +1,6 @@
{
"name": "Prusa",
"version": "02.01.01.00",
"version": "02.01.02.40",
"force_update": "0",
"description": "Prusa configurations",
"machine_model_list": [
@ -23,6 +23,10 @@
{
"name": "Prusa XL",
"sub_path": "machine/Prusa XL.json"
},
{
"name": "Prusa XL 5T",
"sub_path": "machine/Prusa XL 5T.json"
}
],
"process_list": [
@ -54,6 +58,10 @@
"name": "process_common_xl",
"sub_path": "process/process_common_xl.json"
},
{
"name": "process_common_xl_5t",
"sub_path": "process/process_common_xl_5t.json"
},
{
"name": "0.20mm Standard @MINI 0.25",
"sub_path": "process/0.20mm Standard @MINI 0.25.json"
@ -389,6 +397,134 @@
{
"name": "0.30mm Detail @Prusa XL 0.8",
"sub_path": "process/0.30mm Detail @Prusa XL 0.8.json"
},
{
"name": "0.15mm Structural @Prusa XL 5T 0.25",
"sub_path": "process/0.15mm Structural @Prusa XL 5T 0.25.json"
},
{
"name": "0.15mm Speed @Prusa XL 5T 0.25",
"sub_path": "process/0.15mm Speed @Prusa XL 5T 0.25.json"
},
{
"name": "0.12mm Structural @Prusa XL 5T 0.25",
"sub_path": "process/0.12mm Structural @Prusa XL 5T 0.25.json"
},
{
"name": "0.12mm Speed @Prusa XL 5T 0.25",
"sub_path": "process/0.12mm Speed @Prusa XL 5T 0.25.json"
},
{
"name": "0.07mm Detail @Prusa XL 5T 0.25",
"sub_path": "process/0.07mm Detail @Prusa XL 5T 0.25.json"
},
{
"name": "0.05mm Detail @Prusa XL 5T 0.25",
"sub_path": "process/0.05mm Detail @Prusa XL 5T 0.25.json"
},
{
"name": "0.20mm Speed @Prusa XL 5T 0.3",
"sub_path": "process/0.20mm Speed @Prusa XL 5T 0.3.json"
},
{
"name": "0.16mm Structural @Prusa XL 5T 0.3",
"sub_path": "process/0.16mm Structural @Prusa XL 5T 0.3.json"
},
{
"name": "0.16mm Speed @Prusa XL 5T 0.3",
"sub_path": "process/0.16mm Speed @Prusa XL 5T 0.3.json"
},
{
"name": "0.12mm Structural @Prusa XL 5T 0.3",
"sub_path": "process/0.12mm Structural @Prusa XL 5T 0.3.json"
},
{
"name": "0.25mm Structural @Prusa XL 5T 0.4",
"sub_path": "process/0.25mm Structural @Prusa XL 5T 0.4.json"
},
{
"name": "0.20mm Structural @Prusa XL 5T 0.4",
"sub_path": "process/0.20mm Structural @Prusa XL 5T 0.4.json"
},
{
"name": "0.20mm Speed @Prusa XL 5T 0.4",
"sub_path": "process/0.20mm Speed @Prusa XL 5T 0.4.json"
},
{
"name": "0.15mm Structural @Prusa XL 5T 0.4",
"sub_path": "process/0.15mm Structural @Prusa XL 5T 0.4.json"
},
{
"name": "0.15mm Speed @Prusa XL 5T 0.4",
"sub_path": "process/0.15mm Speed @Prusa XL 5T 0.4.json"
},
{
"name": "0.10mm FastDetail @Prusa XL 5T 0.4",
"sub_path": "process/0.10mm FastDetail @Prusa XL 5T 0.4.json"
},
{
"name": "0.25mm Structural @Prusa XL 5T 0.5",
"sub_path": "process/0.25mm Structural @Prusa XL 5T 0.5.json"
},
{
"name": "0.25mm Speed @Prusa XL 5T 0.5",
"sub_path": "process/0.25mm Speed @Prusa XL 5T 0.5.json"
},
{
"name": "0.20mm Structural @Prusa XL 5T 0.5",
"sub_path": "process/0.20mm Structural @Prusa XL 5T 0.5.json"
},
{
"name": "0.20mm Speed @Prusa XL 5T 0.5",
"sub_path": "process/0.20mm Speed @Prusa XL 5T 0.5.json"
},
{
"name": "0.15mm Structural @Prusa XL 5T 0.5",
"sub_path": "process/0.15mm Structural @Prusa XL 5T 0.5.json"
},
{
"name": "0.10mm Structural @Prusa XL 5T 0.5",
"sub_path": "process/0.10mm Structural @Prusa XL 5T 0.5.json"
},
{
"name": "0.32mm Structural @Prusa XL 5T 0.6",
"sub_path": "process/0.32mm Structural @Prusa XL 5T 0.6.json"
},
{
"name": "0.32mm Speed @Prusa XL 5T 0.6",
"sub_path": "process/0.32mm Speed @Prusa XL 5T 0.6.json"
},
{
"name": "0.25mm Structural @Prusa XL 5T 0.6",
"sub_path": "process/0.25mm Structural @Prusa XL 5T 0.6.json"
},
{
"name": "0.25mm Speed @Prusa XL 5T 0.6",
"sub_path": "process/0.25mm Speed @Prusa XL 5T 0.6.json"
},
{
"name": "0.20mm Structural @Prusa XL 5T 0.6",
"sub_path": "process/0.20mm Structural @Prusa XL 5T 0.6.json"
},
{
"name": "0.20mm Speed @Prusa XL 5T 0.6",
"sub_path": "process/0.20mm Speed @Prusa XL 5T 0.6.json"
},
{
"name": "0.15mm Structural @Prusa XL 5T 0.6",
"sub_path": "process/0.15mm Structural @Prusa XL 5T 0.6.json"
},
{
"name": "0.55mm Draft @Prusa XL 5T 0.8",
"sub_path": "process/0.55mm Draft @Prusa XL 5T 0.8.json"
},
{
"name": "0.40mm Quality @Prusa XL 5T 0.8",
"sub_path": "process/0.40mm Quality @Prusa XL 5T 0.8.json"
},
{
"name": "0.30mm Detail @Prusa XL 5T 0.8",
"sub_path": "process/0.30mm Detail @Prusa XL 5T 0.8.json"
}
],
"filament_list": [
@ -464,18 +600,6 @@
"name": "Prusa Generic PLA @MINIIS",
"sub_path": "filament/Prusa Generic PLA @MINIIS.json"
},
{
"name": "Prusa Generic PLA @XL",
"sub_path": "filament/Prusa Generic PLA @XL.json"
},
{
"name": "Prusament PLA @XL",
"sub_path": "filament/Prusament PLA @XL.json"
},
{
"name": "Prusament rPLA @XL",
"sub_path": "filament/Prusament rPLA @XL.json"
},
{
"name": "Prusa Generic PLA-CF",
"sub_path": "filament/Prusa Generic PLA-CF.json"
@ -520,14 +644,6 @@
"name": "Prusa Generic PETG @MINIIS 0.8",
"sub_path": "filament/Prusa Generic PETG @MINIIS 0.8.json"
},
{
"name": "Prusa Generic PETG @XL",
"sub_path": "filament/Prusa Generic PETG @XL.json"
},
{
"name": "Prusament PETG @XL",
"sub_path": "filament/Prusament PETG @XL.json"
},
{
"name": "Prusa Generic ABS",
"sub_path": "filament/Prusa Generic ABS.json"
@ -552,10 +668,6 @@
"name": "Prusa Generic ABS @MINIIS 0.8",
"sub_path": "filament/Prusa Generic ABS @MINIIS 0.8.json"
},
{
"name": "Prusa Generic ABS @XL",
"sub_path": "filament/Prusa Generic ABS @XL.json"
},
{
"name": "Prusa Generic TPU",
"sub_path": "filament/Prusa Generic TPU.json"
@ -592,10 +704,6 @@
"name": "Prusa Generic ASA @MINIIS 0.8",
"sub_path": "filament/Prusa Generic ASA @MINIIS 0.8.json"
},
{
"name": "Prusament ASA @XL",
"sub_path": "filament/Prusament ASA @XL.json"
},
{
"name": "Prusa Generic PC",
"sub_path": "filament/Prusa Generic PC.json"
@ -616,14 +724,6 @@
"name": "Prusa Generic PC @MINIIS 0.8",
"sub_path": "filament/Prusa Generic PC @MINIIS 0.8.json"
},
{
"name": "Prusament PC Blend @XL",
"sub_path": "filament/Prusament PC Blend @XL.json"
},
{
"name": "Prusament PC-CF @XL",
"sub_path": "filament/Prusament PC-CF @XL.json"
},
{
"name": "Prusa Generic PVA",
"sub_path": "filament/Prusa Generic PVA.json"
@ -644,10 +744,6 @@
"name": "Prusa Generic PVA @MINIIS 0.8",
"sub_path": "filament/Prusa Generic PVA @MINIIS 0.8.json"
},
{
"name": "Prusament PVB @XL",
"sub_path": "filament/Prusament PVB @XL.json"
},
{
"name": "Prusa Generic PA",
"sub_path": "filament/Prusa Generic PA.json"
@ -688,15 +784,107 @@
"name": "Prusa Generic PA-CF @MINIIS 0.8",
"sub_path": "filament/Prusa Generic PA-CF @MINIIS 0.8.json"
},
{
"name": "Prusa Generic PLA @XL",
"sub_path": "filament/Prusa Generic PLA @XL.json"
},
{
"name": "Prusament PLA @XL",
"sub_path": "filament/Prusament PLA @XL.json"
},
{
"name": "Prusament rPLA @XL",
"sub_path": "filament/Prusament rPLA @XL.json"
},
{
"name": "Prusament PVB @XL",
"sub_path": "filament/Prusament PVB @XL.json"
},
{
"name": "Prusament ASA @XL",
"sub_path": "filament/Prusament ASA @XL.json"
},
{
"name": "Prusa Generic PETG @XL",
"sub_path": "filament/Prusa Generic PETG @XL.json"
},
{
"name": "Prusament PETG @XL",
"sub_path": "filament/Prusament PETG @XL.json"
},
{
"name": "Prusa Generic ABS @XL",
"sub_path": "filament/Prusa Generic ABS @XL.json"
},
{
"name": "Prusament PC Blend @XL",
"sub_path": "filament/Prusament PC Blend @XL.json"
},
{
"name": "Prusament PC-CF @XL",
"sub_path": "filament/Prusament PC-CF @XL.json"
},
{
"name": "Prusament PA-CF @XL",
"sub_path": "filament/Prusament PA-CF @XL.json"
},
{
"name": "Prusa Generic PLA @XL 5T",
"sub_path": "filament/Prusa Generic PLA @XL 5T.json"
},
{
"name": "Prusament PLA @XL 5T",
"sub_path": "filament/Prusament PLA @XL 5T.json"
},
{
"name": "Prusament rPLA @XL 5T",
"sub_path": "filament/Prusament rPLA @XL 5T.json"
},
{
"name": "Prusament PVB @XL 5T",
"sub_path": "filament/Prusament PVB @XL 5T.json"
},
{
"name": "Prusament ASA @XL 5T",
"sub_path": "filament/Prusament ASA @XL 5T.json"
},
{
"name": "Prusa Generic PETG @XL 5T",
"sub_path": "filament/Prusa Generic PETG @XL 5T.json"
},
{
"name": "Prusament PETG @XL 5T",
"sub_path": "filament/Prusament PETG @XL 5T.json"
},
{
"name": "Prusa Generic ABS @XL 5T",
"sub_path": "filament/Prusa Generic ABS @XL 5T.json"
},
{
"name": "Prusament PC Blend @XL 5T",
"sub_path": "filament/Prusament PC Blend @XL 5T.json"
},
{
"name": "Prusament PC-CF @XL 5T",
"sub_path": "filament/Prusament PC-CF @XL 5T.json"
},
{
"name": "Prusament PA-CF @XL 5T",
"sub_path": "filament/Prusament PA-CF @XL 5T.json"
}
],
"machine_list": [
{
"name": "fdm_machine_common",
"sub_path": "machine/fdm_machine_common.json"
},
{
"name": "fdm_machine_common_xl",
"sub_path": "machine/fdm_machine_common_xl.json"
},
{
"name": "fdm_machine_common_xl_5t",
"sub_path": "machine/fdm_machine_common_xl_5t.json"
},
{
"name": "Prusa MK3S 0.25 nozzle",
@ -785,6 +973,30 @@
{
"name": "Prusa XL 0.8 nozzle",
"sub_path": "machine/Prusa XL 0.8 nozzle.json"
},
{
"name": "Prusa XL 5T 0.25 nozzle",
"sub_path": "machine/Prusa XL 5T 0.25 nozzle.json"
},
{
"name": "Prusa XL 5T 0.3 nozzle",
"sub_path": "machine/Prusa XL 5T 0.3 nozzle.json"
},
{
"name": "Prusa XL 5T 0.4 nozzle",
"sub_path": "machine/Prusa XL 5T 0.4 nozzle.json"
},
{
"name": "Prusa XL 5T 0.5 nozzle",
"sub_path": "machine/Prusa XL 5T 0.5 nozzle.json"
},
{
"name": "Prusa XL 5T 0.6 nozzle",
"sub_path": "machine/Prusa XL 5T 0.6 nozzle.json"
},
{
"name": "Prusa XL 5T 0.8 nozzle",
"sub_path": "machine/Prusa XL 5T 0.8 nozzle.json"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

View file

@ -1,6 +1,5 @@
{
"type": "filament",
"filament_id": "GFB99_5",
"setting_id": "GFSA04",
"name": "Prusa Generic ABS @MINIIS 0.25",
"from": "system",

View file

@ -1,6 +1,5 @@
{
"type": "filament",
"filament_id": "GFB99_3",
"setting_id": "GFSA04",
"name": "Prusa Generic ABS @MINIIS 0.6",
"from": "system",

View file

@ -1,6 +1,5 @@
{
"type": "filament",
"filament_id": "GFB99_4",
"setting_id": "GFSA04",
"name": "Prusa Generic ABS @MINIIS 0.8",
"from": "system",

View file

@ -1,6 +1,5 @@
{
"type": "filament",
"filament_id": "GFB99_2",
"setting_id": "GFSA04",
"name": "Prusa Generic ABS @MINIIS",
"from": "system",

View file

@ -1,6 +1,5 @@
{
"type": "filament",
"filament_id": "GFB99_1",
"setting_id": "GFSA04",
"name": "Prusa Generic ABS @MK4",
"from": "system",

View file

@ -0,0 +1,68 @@
{
"type": "filament",
"setting_id": "GFSA04",
"name": "Prusa Generic ABS @XL 5T",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_abs",
"nozzle_temperature_intial_layer": "255",
"nozzle_temperature": "255",
"hot_plate_temp_initial_layer": "100",
"hot_plate_temp": "105",
"slow_down_min_speed": "15",
"filament_flow_ratio": [
"1"
],
"filament_max_volumetric_speed": [
"12"
],
"slow_down_layer_time": [
"20"
],
"fan_max_speed": [
"15"
],
"fan_min_speed": [
"15"
],
"overhang_fan_speed": [
"25"
],
"close_fan_the_first_x_layers": [
"4"
],
"filament_loading_speed_start": "19",
"filament_loading_speed": "14",
"filament_unloading_speed_start": "100",
"filament_unloading_speed": "20",
"filament_load_time": "15",
"filament_unload_time": "12",
"filament_cooling_moves": "5",
"filament_cooling_initial_speed": "10",
"filament_cooling_final_speed": "50",
"filament_retract_lift_below": "1.5",
"filament_multitool_ramming": [
"1"
],
"filament_multitool_ramming_volume": [
"5"
],
"filament_multitool_ramming_flow": [
"40"
],
"filament_stamping_distance": [
"45"
],
"filament_stamping_loading_speed": [
"29"
],
"filament_start_gcode": ["; filament start gcode\nM900 K{if nozzle_diameter[0]==0.4}0.04{elsif nozzle_diameter[0]==0.25}0.1{elsif nozzle_diameter[0]==0.3}0.06{elsif nozzle_diameter[0]==0.35}0.05{elsif nozzle_diameter[0]==0.5}0.03{elsif nozzle_diameter[0]==0.6}0.02{elsif nozzle_diameter[0]==0.8}0.01{else}0{endif} ; Filament gcode\n\n{if printer_notes=~/.*PRINTER_MODEL_XLIS.*/}\nM572 S{if nozzle_diameter[0]==0.4}0.02{elsif nozzle_diameter[0]==0.5}0.018{elsif nozzle_diameter[0]==0.6}0.012{elsif nozzle_diameter[0]==0.8}0.01{elsif nozzle_diameter[0]==0.25}0.09{elsif nozzle_diameter[0]==0.3}0.065{else}0{endif} ; Filament gcode\n{endif}\n\nM142 S40 ; set heatbreak target temp"],
"compatible_printers": [
"Prusa XL 5T 0.25 nozzle",
"Prusa XL 5T 0.3 nozzle",
"Prusa XL 5T 0.4 nozzle",
"Prusa XL 5T 0.5 nozzle",
"Prusa XL 5T 0.6 nozzle",
"Prusa XL 5T 0.8 nozzle"
]
}

View file

@ -1,6 +1,5 @@
{
"type": "filament",
"filament_id": "GFB99_1",
"setting_id": "GFSA04",
"name": "Prusa Generic ABS @XL",
"from": "system",
@ -42,7 +41,7 @@
"filament_cooling_initial_speed": "10",
"filament_cooling_final_speed": "50",
"filament_retract_lift_below": "1.5",
"filament_start_gcode": "; filament start gcode\nM900 K{if nozzle_diameter[0]==0.4}0.04{elsif nozzle_diameter[0]==0.25}0.1{elsif nozzle_diameter[0]==0.3}0.06{elsif nozzle_diameter[0]==0.35}0.05{elsif nozzle_diameter[0]==0.5}0.03{elsif nozzle_diameter[0]==0.6}0.02{elsif nozzle_diameter[0]==0.8}0.01{else}0{endif} ; Filament gcode\n\n{if printer_notes=~/.*PRINTER_MODEL_XLIS.*/}\nM572 S{if nozzle_diameter[0]==0.4}0.02{elsif nozzle_diameter[0]==0.5}0.018{elsif nozzle_diameter[0]==0.6}0.012{elsif nozzle_diameter[0]==0.8}0.01{elsif nozzle_diameter[0]==0.25}0.09{elsif nozzle_diameter[0]==0.3}0.065{else}0{endif} ; Filament gcode\n{endif}\n\nM142 S40 ; set heatbreak target temp",
"filament_start_gcode": ["; filament start gcode\nM900 K{if nozzle_diameter[0]==0.4}0.04{elsif nozzle_diameter[0]==0.25}0.1{elsif nozzle_diameter[0]==0.3}0.06{elsif nozzle_diameter[0]==0.35}0.05{elsif nozzle_diameter[0]==0.5}0.03{elsif nozzle_diameter[0]==0.6}0.02{elsif nozzle_diameter[0]==0.8}0.01{else}0{endif} ; Filament gcode\n\n{if printer_notes=~/.*PRINTER_MODEL_XLIS.*/}\nM572 S{if nozzle_diameter[0]==0.4}0.02{elsif nozzle_diameter[0]==0.5}0.018{elsif nozzle_diameter[0]==0.6}0.012{elsif nozzle_diameter[0]==0.8}0.01{elsif nozzle_diameter[0]==0.25}0.09{elsif nozzle_diameter[0]==0.3}0.065{else}0{endif} ; Filament gcode\n{endif}\n\nM142 S40 ; set heatbreak target temp"],
"compatible_printers": [
"Prusa XL 0.25 nozzle",
"Prusa XL 0.3 nozzle",

View file

@ -1,6 +1,5 @@
{
"type": "filament",
"filament_id": "GFB99",
"setting_id": "GFSA04",
"name": "Prusa Generic ABS",
"from": "system",

View file

@ -1,6 +1,5 @@
{
"type": "filament",
"filament_id": "GFB98_5",
"setting_id": "GFSA04",
"name": "Prusa Generic ASA @MINIIS 0.25",
"from": "system",

View file

@ -1,6 +1,5 @@
{
"type": "filament",
"filament_id": "GFB98_3",
"setting_id": "GFSA04",
"name": "Prusa Generic ASA @MINIIS 0.6",
"from": "system",

View file

@ -1,6 +1,5 @@
{
"type": "filament",
"filament_id": "GFB98_4",
"setting_id": "GFSA04",
"name": "Prusa Generic ASA @MINIIS 0.8",
"from": "system",

View file

@ -1,6 +1,5 @@
{
"type": "filament",
"filament_id": "GFB98_2",
"setting_id": "GFSA04",
"name": "Prusa Generic ASA @MINIIS",
"from": "system",

View file

@ -1,6 +1,5 @@
{
"type": "filament",
"filament_id": "GFB98_1",
"setting_id": "GFSA04",
"name": "Prusa Generic ASA @MK4",
"from": "system",

View file

@ -1,6 +1,5 @@
{
"type": "filament",
"filament_id": "GFB98",
"setting_id": "GFSA04",
"name": "Prusa Generic ASA",
"from": "system",

View file

@ -1,6 +1,5 @@
{
"type": "filament",
"filament_id": "GFN99_4",
"setting_id": "GFSA04",
"name": "Prusa Generic PA @MINIIS 0.25",
"from": "system",

View file

@ -1,6 +1,5 @@
{
"type": "filament",
"filament_id": "GFN99_2",
"setting_id": "GFSA04",
"name": "Prusa Generic PA @MINIIS 0.6",
"from": "system",

View file

@ -1,6 +1,5 @@
{
"type": "filament",
"filament_id": "GFN99_3",
"setting_id": "GFSA04",
"name": "Prusa Generic PA @MINIIS 0.8",
"from": "system",

View file

@ -1,6 +1,5 @@
{
"type": "filament",
"filament_id": "GFN99_1",
"setting_id": "GFSA04",
"name": "Prusa Generic PA @MINIIS",
"from": "system",

View file

@ -1,6 +1,5 @@
{
"type": "filament",
"filament_id": "GFN98_4",
"setting_id": "GFSA04",
"name": "Prusa Generic PA-CF @MINIIS 0.25",
"from": "system",

View file

@ -1,6 +1,5 @@
{
"type": "filament",
"filament_id": "GFN98_2",
"setting_id": "GFSA04",
"name": "Prusa Generic PA-CF @MINIIS 0.6",
"from": "system",

View file

@ -1,6 +1,5 @@
{
"type": "filament",
"filament_id": "GFN98_3",
"setting_id": "GFSA04",
"name": "Prusa Generic PA-CF @MINIIS 0.8",
"from": "system",

View file

@ -1,6 +1,5 @@
{
"type": "filament",
"filament_id": "GFN98_1",
"setting_id": "GFSA04",
"name": "Prusa Generic PA-CF @MINIIS",
"from": "system",

View file

@ -1,6 +1,5 @@
{
"type": "filament",
"filament_id": "GFN98",
"setting_id": "GFSA04",
"name": "Prusa Generic PA-CF",
"from": "system",

View file

@ -1,6 +1,5 @@
{
"type": "filament",
"filament_id": "GFN99",
"setting_id": "GFSA04",
"name": "Prusa Generic PA",
"from": "system",

View file

@ -1,6 +1,5 @@
{
"type": "filament",
"filament_id": "GFC99_4",
"setting_id": "GFSA04",
"name": "Prusa Generic PC @MINIIS 0.25",
"from": "system",

View file

@ -1,6 +1,5 @@
{
"type": "filament",
"filament_id": "GFC99_2",
"setting_id": "GFSA04",
"name": "Prusa Generic PC @MINIIS 0.6",
"from": "system",

View file

@ -1,6 +1,5 @@
{
"type": "filament",
"filament_id": "GFC99_3",
"setting_id": "GFSA04",
"name": "Prusa Generic PC @MINIIS 0.8",
"from": "system",

View file

@ -1,6 +1,5 @@
{
"type": "filament",
"filament_id": "GFC99_1",
"setting_id": "GFSA04",
"name": "Prusa Generic PC @MINIIS",
"from": "system",

View file

@ -1,6 +1,5 @@
{
"type": "filament",
"filament_id": "GFC99",
"setting_id": "GFSA04",
"name": "Prusa Generic PC",
"from": "system",

View file

@ -1,6 +1,5 @@
{
"type": "filament",
"filament_id": "GFG99_5",
"setting_id": "GFSA04",
"name": "Prusa Generic PETG @MINIIS 0.25",
"from": "system",

View file

@ -1,6 +1,5 @@
{
"type": "filament",
"filament_id": "GFG99_3",
"setting_id": "GFSA04",
"name": "Prusa Generic PETG @MINIIS 0.6",
"from": "system",

View file

@ -1,6 +1,5 @@
{
"type": "filament",
"filament_id": "GFG99_4",
"setting_id": "GFSA04",
"name": "Prusa Generic PETG @MINIIS 0.8",
"from": "system",

View file

@ -1,6 +1,5 @@
{
"type": "filament",
"filament_id": "GFG99_2",
"setting_id": "GFSA04",
"name": "Prusa Generic PETG @MINIIS",
"from": "system",

View file

@ -1,6 +1,5 @@
{
"type": "filament",
"filament_id": "GFG99_1",
"setting_id": "GFSA04",
"name": "Prusa Generic PETG @MK4",
"from": "system",

View file

@ -0,0 +1,71 @@
{
"type": "filament",
"setting_id": "GFG99_PRUSA_0",
"name": "Prusa Generic PETG @XL 5T",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_pet",
"nozzle_temperature_intial_layer": "230",
"nozzle_temperature": "240",
"hot_plate_temp_initial_layer": "80",
"hot_plate_temp": "80",
"full_fan_speed_layer": "5",
"slow_down_min_speed": "15",
"filament_flow_ratio": [
"1"
],
"filament_max_volumetric_speed": [
"9"
],
"slow_down_layer_time": [
"9"
],
"fan_max_speed": [
"50"
],
"fan_min_speed": [
"30"
],
"overhang_fan_speed": [
"50"
],
"close_fan_the_first_x_layers": [
"3"
],
"filament_loading_speed_start": "50",
"filament_loading_speed": "10",
"filament_unloading_speed_start": "100",
"filament_unloading_speed": "100",
"filament_load_time": "10.5",
"filament_unload_time": "8.5",
"filament_cooling_moves": "3",
"filament_cooling_initial_speed": "5",
"filament_cooling_final_speed": "2.5",
"filament_retract_lift_below": "1.5",
"filament_multitool_ramming": [
"1"
],
"filament_multitool_ramming_volume": [
"5"
],
"filament_multitool_ramming_flow": [
"40"
],
"filament_stamping_distance": [
"45"
],
"filament_stamping_loading_speed": [
"29"
],
"filament_wipe": "1",
"filament_retract_before_wipe": "20%",
"filament_start_gcode": ["; filament start gcode\nM900 K{if nozzle_diameter[0]==0.4}0.07{elsif nozzle_diameter[0]==0.25}0.12{elsif nozzle_diameter[0]==0.3}0.09{elsif nozzle_diameter[0]==0.35}0.08{elsif nozzle_diameter[0]==0.6}0.04{elsif nozzle_diameter[0]==0.5}0.05{elsif nozzle_diameter[0]==0.8}0.02{else}0{endif} ; Filament gcode\n\n{if printer_notes=~/.*PRINTER_MODEL_XLIS.*/}\nM572 S{if nozzle_diameter[0]==0.4}0.053{elsif nozzle_diameter[0]==0.5}0.042{elsif nozzle_diameter[0]==0.6}0.032{elsif nozzle_diameter[0]==0.8}0.018{elsif nozzle_diameter[0]==0.25}0.18{elsif nozzle_diameter[0]==0.3}0.1{else}0{endif} ; Filament gcode\n{endif}\n\nM142 S36 ; set heatbreak target temp"],
"compatible_printers": [
"Prusa XL 5T 0.25 nozzle",
"Prusa XL 5T 0.3 nozzle",
"Prusa XL 5T 0.4 nozzle",
"Prusa XL 5T 0.5 nozzle",
"Prusa XL 5T 0.6 nozzle",
"Prusa XL 5T 0.8 nozzle"
]
}

View file

@ -1,6 +1,5 @@
{
"type": "filament",
"filament_id": "GFL99_1",
"setting_id": "GFSA04",
"name": "Prusa Generic PETG @XL",
"from": "system",
@ -45,7 +44,7 @@
"filament_retract_lift_below": "1.5",
"filament_wipe": "1",
"filament_retract_before_wipe": "20%",
"filament_start_gcode": "; filament start gcode\nM900 K{if nozzle_diameter[0]==0.4}0.07{elsif nozzle_diameter[0]==0.25}0.12{elsif nozzle_diameter[0]==0.3}0.09{elsif nozzle_diameter[0]==0.35}0.08{elsif nozzle_diameter[0]==0.6}0.04{elsif nozzle_diameter[0]==0.5}0.05{elsif nozzle_diameter[0]==0.8}0.02{else}0{endif} ; Filament gcode\n\n{if printer_notes=~/.*PRINTER_MODEL_XLIS.*/}\nM572 S{if nozzle_diameter[0]==0.4}0.053{elsif nozzle_diameter[0]==0.5}0.042{elsif nozzle_diameter[0]==0.6}0.032{elsif nozzle_diameter[0]==0.8}0.018{elsif nozzle_diameter[0]==0.25}0.18{elsif nozzle_diameter[0]==0.3}0.1{else}0{endif} ; Filament gcode\n{endif}\n\nM142 S36 ; set heatbreak target temp",
"filament_start_gcode": ["; filament start gcode\nM900 K{if nozzle_diameter[0]==0.4}0.07{elsif nozzle_diameter[0]==0.25}0.12{elsif nozzle_diameter[0]==0.3}0.09{elsif nozzle_diameter[0]==0.35}0.08{elsif nozzle_diameter[0]==0.6}0.04{elsif nozzle_diameter[0]==0.5}0.05{elsif nozzle_diameter[0]==0.8}0.02{else}0{endif} ; Filament gcode\n\n{if printer_notes=~/.*PRINTER_MODEL_XLIS.*/}\nM572 S{if nozzle_diameter[0]==0.4}0.053{elsif nozzle_diameter[0]==0.5}0.042{elsif nozzle_diameter[0]==0.6}0.032{elsif nozzle_diameter[0]==0.8}0.018{elsif nozzle_diameter[0]==0.25}0.18{elsif nozzle_diameter[0]==0.3}0.1{else}0{endif} ; Filament gcode\n{endif}\n\nM142 S36 ; set heatbreak target temp"],
"compatible_printers": [
"Prusa XL 0.25 nozzle",
"Prusa XL 0.3 nozzle",

View file

@ -1,6 +1,5 @@
{
"type": "filament",
"filament_id": "GFG99",
"setting_id": "GFSA04",
"name": "Prusa Generic PETG",
"from": "system",

View file

@ -1,6 +1,5 @@
{
"type": "filament",
"filament_id": "GFL99_5",
"setting_id": "GFSA04",
"name": "Prusa Generic PLA @MINIIS 0.25",
"from": "system",

View file

@ -1,6 +1,5 @@
{
"type": "filament",
"filament_id": "GFL99_3",
"setting_id": "GFSA04",
"name": "Prusa Generic PLA @MINIIS 0.6",
"from": "system",

View file

@ -1,6 +1,5 @@
{
"type": "filament",
"filament_id": "GFL99_4",
"setting_id": "GFSA04",
"name": "Prusa Generic PLA @MINIIS 0.8",
"from": "system",

View file

@ -1,6 +1,5 @@
{
"type": "filament",
"filament_id": "GFL99_2",
"setting_id": "GFSA04",
"name": "Prusa Generic PLA @MINIIS",
"from": "system",

View file

@ -1,6 +1,5 @@
{
"type": "filament",
"filament_id": "GFL99_1",
"setting_id": "GFSA04",
"name": "Prusa Generic PLA @MK4",
"from": "system",

View file

@ -0,0 +1,66 @@
{
"type": "filament",
"setting_id": "GFSA04",
"name": "Prusa Generic PLA @XL 5T",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_pla",
"nozzle_temperature_intial_layer": "215",
"nozzle_temperature": "210",
"hot_plate_temp_initial_layer": "60",
"hot_plate_temp": "60",
"full_fan_speed_layer": "3",
"slow_down_min_speed": "15",
"filament_flow_ratio": [
"1"
],
"filament_max_volumetric_speed": [
"15"
],
"slow_down_layer_time": [
"10"
],
"fan_max_speed": [
"100"
],
"fan_min_speed": [
"100"
],
"overhang_fan_speed": [
"100"
],
"filament_loading_speed_start": "50",
"filament_loading_speed": "10",
"filament_unloading_speed_start": "100",
"filament_unloading_speed": "100",
"filament_load_time": "10.5",
"filament_unload_time": "8.5",
"filament_cooling_moves": "2",
"filament_cooling_initial_speed": "10",
"filament_cooling_final_speed": "3.5",
"filament_retract_lift_below": "0.6",
"filament_multitool_ramming": [
"1"
],
"filament_multitool_ramming_volume": [
"5"
],
"filament_multitool_ramming_flow": [
"40"
],
"filament_stamping_distance": [
"45"
],
"filament_stamping_loading_speed": [
"29"
],
"filament_start_gcode": ["; filament start gcode\nM900 K{if nozzle_diameter[0]==0.4}0.05{elsif nozzle_diameter[0]==0.25}0.14{elsif nozzle_diameter[0]==0.3}0.07{elsif nozzle_diameter[0]==0.35}0.06{elsif nozzle_diameter[0]==0.6}0.03{elsif nozzle_diameter[0]==0.5}0.035{elsif nozzle_diameter[0]==0.8}0.015{else}0{endif} ; Filament gcode\n\n{if printer_notes=~/.*PRINTER_MODEL_XLIS.*/}\nM572 S{if nozzle_diameter[0]==0.4}0.036{elsif nozzle_diameter[0]==0.5}0.025{elsif nozzle_diameter[0]==0.6}0.02{elsif nozzle_diameter[0]==0.8}0.014{elsif nozzle_diameter[0]==0.25}0.12{elsif nozzle_diameter[0]==0.3}0.08{else}0{endif} ; Filament gcode\n{endif}\n\nM142 S36 ; set heatbreak target temp"],
"compatible_printers": [
"Prusa XL 5T 0.25 nozzle",
"Prusa XL 5T 0.3 nozzle",
"Prusa XL 5T 0.4 nozzle",
"Prusa XL 5T 0.5 nozzle",
"Prusa XL 5T 0.6 nozzle",
"Prusa XL 5T 0.8 nozzle"
]
}

View file

@ -1,6 +1,5 @@
{
"type": "filament",
"filament_id": "GFL99_1",
"setting_id": "GFSA04",
"name": "Prusa Generic PLA @XL",
"from": "system",
@ -40,7 +39,7 @@
"filament_cooling_initial_speed": "10",
"filament_cooling_final_speed": "3.5",
"filament_retract_lift_below": "0.6",
"filament_start_gcode": "; filament start gcode\nM900 K{if nozzle_diameter[0]==0.4}0.05{elsif nozzle_diameter[0]==0.25}0.14{elsif nozzle_diameter[0]==0.3}0.07{elsif nozzle_diameter[0]==0.35}0.06{elsif nozzle_diameter[0]==0.6}0.03{elsif nozzle_diameter[0]==0.5}0.035{elsif nozzle_diameter[0]==0.8}0.015{else}0{endif} ; Filament gcode\n\n{if printer_notes=~/.*PRINTER_MODEL_XLIS.*/}\nM572 S{if nozzle_diameter[0]==0.4}0.036{elsif nozzle_diameter[0]==0.5}0.025{elsif nozzle_diameter[0]==0.6}0.02{elsif nozzle_diameter[0]==0.8}0.014{elsif nozzle_diameter[0]==0.25}0.12{elsif nozzle_diameter[0]==0.3}0.08{else}0{endif} ; Filament gcode\n{endif}\n\nM142 S36 ; set heatbreak target temp",
"filament_start_gcode": ["; filament start gcode\nM900 K{if nozzle_diameter[0]==0.4}0.05{elsif nozzle_diameter[0]==0.25}0.14{elsif nozzle_diameter[0]==0.3}0.07{elsif nozzle_diameter[0]==0.35}0.06{elsif nozzle_diameter[0]==0.6}0.03{elsif nozzle_diameter[0]==0.5}0.035{elsif nozzle_diameter[0]==0.8}0.015{else}0{endif} ; Filament gcode\n\n{if printer_notes=~/.*PRINTER_MODEL_XLIS.*/}\nM572 S{if nozzle_diameter[0]==0.4}0.036{elsif nozzle_diameter[0]==0.5}0.025{elsif nozzle_diameter[0]==0.6}0.02{elsif nozzle_diameter[0]==0.8}0.014{elsif nozzle_diameter[0]==0.25}0.12{elsif nozzle_diameter[0]==0.3}0.08{else}0{endif} ; Filament gcode\n{endif}\n\nM142 S36 ; set heatbreak target temp"],
"compatible_printers": [
"Prusa XL 0.25 nozzle",
"Prusa XL 0.3 nozzle",

View file

@ -1,6 +1,5 @@
{
"type": "filament",
"filament_id": "GFL98_5",
"setting_id": "GFSA04",
"name": "Prusa Generic PLA-CF @MINIIS 0.25",
"from": "system",

View file

@ -1,6 +1,5 @@
{
"type": "filament",
"filament_id": "GFL98_3",
"setting_id": "GFSA04",
"name": "Prusa Generic PLA-CF @MINIIS 0.6",
"from": "system",

View file

@ -1,6 +1,5 @@
{
"type": "filament",
"filament_id": "GFL98_4",
"setting_id": "GFSA04",
"name": "Prusa Generic PLA-CF @MINIIS 0.8",
"from": "system",

View file

@ -1,6 +1,5 @@
{
"type": "filament",
"filament_id": "GFL98_1",
"setting_id": "GFSA04",
"name": "Prusa Generic PLA-CF @MINIIS",
"from": "system",

View file

@ -1,6 +1,5 @@
{
"type": "filament",
"filament_id": "GFL98",
"setting_id": "GFSA04",
"name": "Prusa Generic PLA-CF",
"from": "system",

View file

@ -1,6 +1,5 @@
{
"type": "filament",
"filament_id": "GFL99",
"setting_id": "GFSA04",
"name": "Prusa Generic PLA",
"from": "system",

View file

@ -1,6 +1,5 @@
{
"type": "filament",
"filament_id": "GFS99_4",
"setting_id": "GFSA04",
"name": "Prusa Generic PVA @MINIIS 0.25",
"from": "system",

View file

@ -1,6 +1,5 @@
{
"type": "filament",
"filament_id": "GFS99_2",
"setting_id": "GFSA04",
"name": "Prusa Generic PVA @MINIIS 0.6",
"from": "system",

View file

@ -1,6 +1,5 @@
{
"type": "filament",
"filament_id": "GFS99_3",
"setting_id": "GFSA04",
"name": "Prusa Generic PVA @MINIIS 0.8",
"from": "system",

View file

@ -1,6 +1,5 @@
{
"type": "filament",
"filament_id": "GFS99_1",
"setting_id": "GFSA04",
"name": "Prusa Generic PVA @MINIIS",
"from": "system",

View file

@ -1,6 +1,5 @@
{
"type": "filament",
"filament_id": "GFS99",
"setting_id": "GFSA04",
"name": "Prusa Generic PVA",
"from": "system",

View file

@ -1,6 +1,5 @@
{
"type": "filament",
"filament_id": "GFU99_2",
"setting_id": "GFSA04",
"name": "Prusa Generic TPU @MINIIS",
"from": "system",

View file

@ -1,6 +1,5 @@
{
"type": "filament",
"filament_id": "GFU99_1",
"setting_id": "GFSA04",
"name": "Prusa Generic TPU @MK4",
"from": "system",

Some files were not shown because too many files have changed in this diff Show more