mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-24 11:22:07 +00:00
* fix profile reference for Creality * fix profile reference for Blocks * fix profile reference for OrcaArena * fix profile reference for re3D * fix profile reference for Chuanying * fix profile reference for Prusa * fix profile reference for Wanhao France * fix profile reference for MagicMaker * fix profile reference for Afinia Remove the ABS/ABS+/PLA/TPU/Value ABS/Value PLA filament presets that referenced the non-existent "Afinia H400 Pro" printer. The real printer is "Afinia H+1(HS)", already served by the @HS filament variants. * fix profile reference for Comgrow Remove the orphaned "0.20mm Standard @Comgrow T500 1.0" process preset and its process_list entry. Its only compatible printer "Comgrow T500 1.0 nozzle" never existed (the T500 model defines nozzle diameters 0.4/0.6/0.8 only). * always run check_preset_references
21 lines
549 B
JSON
21 lines
549 B
JSON
{
|
|
"type": "process",
|
|
"name": "0.20mm Arena Support W @Arena X1C",
|
|
"inherits": "fdm_process_arena_0.20",
|
|
"from": "system",
|
|
"setting_id": "GbnCSaKZmIxFJiQU",
|
|
"instantiation": "true",
|
|
"enable_support": "1",
|
|
"support_interface_top_layers": "3",
|
|
"support_top_z_distance": "0.2",
|
|
"support_interface_loop_pattern": "1",
|
|
"support_interface_spacing": "0",
|
|
"support_interface_speed": "80",
|
|
"support_filament": "0",
|
|
"support_interface_filament": "0",
|
|
"enable_prime_tower": "1",
|
|
"compatible_printers": [
|
|
"Orca Arena X1 Carbon 0.4 nozzle"
|
|
]
|
|
}
|