mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-19 23:01:22 -06: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
41 changed files with 4607 additions and 4547 deletions
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"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue