From 3574bb4638f4b3f0d15db30ce10c751f53d79ad7 Mon Sep 17 00:00:00 2001 From: fr3ak2402 <96239814+fr3ak2402@users.noreply.github.com> Date: Sun, 30 Apr 2023 14:40:42 +0200 Subject: [PATCH] Delete UltiMaker.json --- resources/profiles/UltiMaker.json | 71 ------------------------------- 1 file changed, 71 deletions(-) delete mode 100644 resources/profiles/UltiMaker.json diff --git a/resources/profiles/UltiMaker.json b/resources/profiles/UltiMaker.json deleted file mode 100644 index b2f6f3370e..0000000000 --- a/resources/profiles/UltiMaker.json +++ /dev/null @@ -1,71 +0,0 @@ -{ - "name": "UltiMaker", - "url": "", - "version": "01.00.00.00", - "force_update": "0", - "description": "UltiMaker configurations", - "machine_model_list": [ - { - "name": "UltiMaker 2", - "sub_path": "machine/UltiMaker 2.json" - } - ], - "process_list": [ - { - "name": "fdm_process_common", - "sub_path": "process/fdm_process_common.json" - }, - { - "name": "0.12mm Fine @UltiMaker 2", - "sub_path": "process/0.12mm Fine @UltiMaker 2.json" - }, - { - "name": "0.20mm Standard @UltiMaker 2", - "sub_path": "process/0.20mm Standard @UltiMaker 2.json" - }, - { - "name": "0.25mm Draft @UltiMaker 2", - "sub_path": "process/0.25mm Darft @UltiMaker 2.json" - } - ], - "filament_list": [ - { - "name": "fdm_filament_common", - "sub_path": "filament/fdm_filament_common.json" - }, - { - "name": "fdm_filament_abs", - "sub_path": "filament/fdm_filament_abs.json" - }, - { - "name": "fdm_filament_pet", - "sub_path": "filament/fdm_filament_pet.json" - }, - { - "name": "fdm_filament_pla", - "sub_path": "filament/fdm_filament_pla.json" - }, - { - "name": "UltiMaker Generic ABS", - "sub_path": "filament/UltiMaker Generic ABS.json" - }, - { - "name": "UltiMaker Generic PETG", - "sub_path": "filament/UltiMaker Generic PETG.json" - }, - { - "name": "UltiMaker Generic PLA", - "sub_path": "filament/UltiMaker Generic PLA.json" - } - ], - "machine_list": [ - { - "name": "fdm_machine_common", - "sub_path": "machine/fdm_machine_common.json" - }, - { - "name": "UltiMaker 2 0.4 nozzle", - "sub_path": "machine/UltiMaker 2 0.4 nozzle.json" - } - ] -}