mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-14 15:46:01 +08:00
New Seckit Profile. (#943)
* Added SK-Go3 profile and supporting resources. * Moved .stl location * wrong location removed. * Changed filament settings as SK-Go3 was not set. * Changed setting_id as requested.
This commit is contained in:
parent
4481fe62b5
commit
b5829b4556
@ -7,6 +7,10 @@
|
||||
{
|
||||
"name": "SecKit SK-Tank",
|
||||
"sub_path": "machine/SecKit SK-Tank.json"
|
||||
},
|
||||
{
|
||||
"name": "Seckit Go3",
|
||||
"sub_path": "machine/Seckit Go3.json"
|
||||
}
|
||||
],
|
||||
"process_list": [
|
||||
@ -137,6 +141,10 @@
|
||||
{
|
||||
"name": "SecKit SK-Tank",
|
||||
"sub_path": "machine/SecKit SK-Tank 0.4 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Go3 0.4 nozzle",
|
||||
"sub_path": "machine/Go3 0.4 nozzle.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
BIN
resources/profiles/SecKit/SK-Go3_Bed.stl
Normal file
BIN
resources/profiles/SecKit/SK-Go3_Bed.stl
Normal file
Binary file not shown.
1
resources/profiles/SecKit/Seckit-logo.svg
Normal file
1
resources/profiles/SecKit/Seckit-logo.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 7.3 KiB |
@ -46,6 +46,7 @@
|
||||
"30"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"SecKit SK-Tank 0.4 nozzle"
|
||||
"SecKit SK-Tank 0.4 nozzle",
|
||||
"Go3 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
|
@ -40,6 +40,7 @@
|
||||
"25"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"SecKit SK-Tank 0.4 nozzle"
|
||||
"SecKit SK-Tank 0.4 nozzle",
|
||||
"Go3 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
|
@ -40,6 +40,7 @@
|
||||
"50"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"SecKit SK-Tank 0.4 nozzle"
|
||||
"SecKit SK-Tank 0.4 nozzle",
|
||||
"Go3 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
|
@ -37,6 +37,7 @@
|
||||
"50"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"SecKit SK-Tank 0.4 nozzle"
|
||||
"SecKit SK-Tank 0.4 nozzle",
|
||||
"Go3 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
|
@ -34,6 +34,7 @@
|
||||
"100"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"SecKit SK-Tank 0.4 nozzle"
|
||||
"SecKit SK-Tank 0.4 nozzle",
|
||||
"Go3 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
|
@ -58,6 +58,7 @@
|
||||
"250"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"SecKit SK-Tank 0.4 nozzle"
|
||||
"SecKit SK-Tank 0.4 nozzle",
|
||||
"Go3 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
|
@ -34,6 +34,7 @@
|
||||
"205"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"SecKit SK-Tank 0.4 nozzle"
|
||||
"SecKit SK-Tank 0.4 nozzle",
|
||||
"Go3 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
|
@ -31,6 +31,7 @@
|
||||
"200"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"SecKit SK-Tank 0.4 nozzle"
|
||||
"SecKit SK-Tank 0.4 nozzle",
|
||||
"Go3 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
|
@ -28,6 +28,7 @@
|
||||
"10"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"SecKit SK-Tank 0.4 nozzle"
|
||||
"SecKit SK-Tank 0.4 nozzle",
|
||||
"Go3 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
|
@ -25,6 +25,7 @@
|
||||
"220"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"SecKit SK-Tank 0.4 nozzle"
|
||||
"SecKit SK-Tank 0.4 nozzle",
|
||||
"Go3 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
|
26
resources/profiles/SecKit/machine/Go3 0.4 nozzle.json
Normal file
26
resources/profiles/SecKit/machine/Go3 0.4 nozzle.json
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
"type": "machine",
|
||||
"setting_id": "GM002",
|
||||
"name": "Go3 0.4 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"printer_model": "Seckit Go3",
|
||||
"nozzle_diameter": [
|
||||
"0.4"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"300x0",
|
||||
"300x300",
|
||||
"0x300"
|
||||
],
|
||||
"printable_height": "275",
|
||||
"machine_start_gcode": "",
|
||||
"machine_end_gcode": "",
|
||||
"scan_first_layer": "0",
|
||||
"machine_load_filament_time": "0",
|
||||
"machine_unload_filament_time": "0",
|
||||
"nozzle_type": "hardened_steel",
|
||||
"auxiliary_fan": "0"
|
||||
}
|
@ -2,10 +2,11 @@
|
||||
"type": "machine_model",
|
||||
"name": "SecKit SK-Tank",
|
||||
"model_id": "SK-Tank",
|
||||
"url": "https://seckit3dp.design",
|
||||
"nozzle_diameter": "0.4",
|
||||
"machine_tech": "FFF",
|
||||
"family": "SecKit_SK-Tank",
|
||||
"bed_model": "SK-Tank_Bed.stl",
|
||||
"bed_model": "Seckit_Bed.stl",
|
||||
"bed_texture": "seckit_logo.svg",
|
||||
"hotend_model": "hotend.stl",
|
||||
"default_materials": "SecKit Generic ABS;SecKit Generic PLA;SecKit Generic PLA-CF;SecKit Generic PETG;SecKit Generic TPU;SecKit Generic ASA;SecKit Generic PC;SecKit Generic PVA;SecKit Generic PA;SecKit Generic PA-CF"
|
||||
|
13
resources/profiles/SecKit/machine/Seckit Go3.json
Normal file
13
resources/profiles/SecKit/machine/Seckit Go3.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"type": "machine_model",
|
||||
"name": "Seckit Go3",
|
||||
"model_id": "SK-Go3",
|
||||
"url": "https://seckit3dp.design",
|
||||
"nozzle_diameter": "0.4",
|
||||
"machine_tech": "FFF",
|
||||
"family": "SecKit_SK-Go3",
|
||||
"bed_model": "SK-Go3_Bed.stl",
|
||||
"bed_texture": "Seckit-logo.svg",
|
||||
"hotend_model": "seckit-hotend.stl",
|
||||
"default_materials": "Seckit Generic PLA"
|
||||
}
|
@ -102,6 +102,7 @@
|
||||
"xy_contour_compensation": "0",
|
||||
"enable_arc_fitting": "0",
|
||||
"compatible_printers": [
|
||||
"SecKit SK-Tank 0.4 nozzle"
|
||||
"SecKit SK-Tank 0.4 nozzle",
|
||||
"Go3 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
|
BIN
resources/profiles/SecKit/seckit-hotend.stl
Normal file
BIN
resources/profiles/SecKit/seckit-hotend.stl
Normal file
Binary file not shown.
BIN
resources/web/image/printer/Seckit Go3_cover.png
Normal file
BIN
resources/web/image/printer/Seckit Go3_cover.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 442 KiB |
Loading…
x
Reference in New Issue
Block a user