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:
jonkers71 2023-05-05 23:08:53 +10:00 committed by GitHub
parent 4481fe62b5
commit b5829b4556
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
41 changed files with 4607 additions and 4547 deletions

View File

@ -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"
}
]
}

Binary file not shown.

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 7.3 KiB

View File

@ -46,6 +46,7 @@
"30"
],
"compatible_printers": [
"SecKit SK-Tank 0.4 nozzle"
"SecKit SK-Tank 0.4 nozzle",
"Go3 0.4 nozzle"
]
}

View File

@ -40,6 +40,7 @@
"25"
],
"compatible_printers": [
"SecKit SK-Tank 0.4 nozzle"
"SecKit SK-Tank 0.4 nozzle",
"Go3 0.4 nozzle"
]
}

View File

@ -40,6 +40,7 @@
"50"
],
"compatible_printers": [
"SecKit SK-Tank 0.4 nozzle"
"SecKit SK-Tank 0.4 nozzle",
"Go3 0.4 nozzle"
]
}

View File

@ -37,6 +37,7 @@
"50"
],
"compatible_printers": [
"SecKit SK-Tank 0.4 nozzle"
"SecKit SK-Tank 0.4 nozzle",
"Go3 0.4 nozzle"
]
}

View File

@ -34,6 +34,7 @@
"100"
],
"compatible_printers": [
"SecKit SK-Tank 0.4 nozzle"
"SecKit SK-Tank 0.4 nozzle",
"Go3 0.4 nozzle"
]
}

View File

@ -58,6 +58,7 @@
"250"
],
"compatible_printers": [
"SecKit SK-Tank 0.4 nozzle"
"SecKit SK-Tank 0.4 nozzle",
"Go3 0.4 nozzle"
]
}

View File

@ -34,6 +34,7 @@
"205"
],
"compatible_printers": [
"SecKit SK-Tank 0.4 nozzle"
"SecKit SK-Tank 0.4 nozzle",
"Go3 0.4 nozzle"
]
}

View File

@ -31,6 +31,7 @@
"200"
],
"compatible_printers": [
"SecKit SK-Tank 0.4 nozzle"
"SecKit SK-Tank 0.4 nozzle",
"Go3 0.4 nozzle"
]
}

View File

@ -28,6 +28,7 @@
"10"
],
"compatible_printers": [
"SecKit SK-Tank 0.4 nozzle"
"SecKit SK-Tank 0.4 nozzle",
"Go3 0.4 nozzle"
]
}

View File

@ -25,6 +25,7 @@
"220"
],
"compatible_printers": [
"SecKit SK-Tank 0.4 nozzle"
"SecKit SK-Tank 0.4 nozzle",
"Go3 0.4 nozzle"
]
}

View 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"
}

View File

@ -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"

View 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"
}

View File

@ -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"
]
}

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 442 KiB