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

@ -1,33 +1,34 @@
{
"type": "filament",
"filament_id": "GFS99",
"setting_id": "GFSA04",
"name": "SecKit Generic PVA",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_pva",
"filament_flow_ratio": [
"0.95"
],
"filament_max_volumetric_speed": [
"12"
],
"filament_z_hop": [
"0"
],
"enable_pressure_advance": [
"1"
],
"pressure_advance": [
"0.03"
],
"slow_down_layer_time": [
"7"
],
"slow_down_min_speed": [
"10"
],
"compatible_printers": [
"SecKit SK-Tank 0.4 nozzle"
]
}
{
"type": "filament",
"filament_id": "GFS99",
"setting_id": "GFSA04",
"name": "SecKit Generic PVA",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_pva",
"filament_flow_ratio": [
"0.95"
],
"filament_max_volumetric_speed": [
"12"
],
"filament_z_hop": [
"0"
],
"enable_pressure_advance": [
"1"
],
"pressure_advance": [
"0.03"
],
"slow_down_layer_time": [
"7"
],
"slow_down_min_speed": [
"10"
],
"compatible_printers": [
"SecKit SK-Tank 0.4 nozzle",
"Go3 0.4 nozzle"
]
}