mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 20:03:47 +00:00
Changes compared to upstream:
* file/identifier renames (SOVOL → Sovol)
* changed inherits to "Generic .* @System"
* occasional tabs ('\t') replaced with spaces
* occasional dangling spaces at end of lines removed
* remove `additional_cooling_fan_speed` from process profiles
* rename filament profiles from `Sovol SV08 MAX .*` to `Generic .* @Sovol SV08 MAX`
* resize `Sovol SV08 MAX_cover.png` to 128x128
Drive-by:
* remove executable attribute from Sovol Zero cover/buildplate files
13 lines
455 B
JSON
13 lines
455 B
JSON
{
|
|
"type": "machine_model",
|
|
"name": "Sovol SV08 MAX",
|
|
"model_id": "Sovol-SV08 MAX",
|
|
"nozzle_diameter": "0.4;0.6;0.8",
|
|
"machine_tech": "FFF",
|
|
"family": "Sovol",
|
|
"bed_model": "sovol_sv08_max_buildplate_model.stl",
|
|
"bed_texture": "sovol_sv08_max_buildplate_texture.png",
|
|
"hotend_model": "",
|
|
"default_materials": "Generic PLA;Generic PLA Silk;Generic ABS;Generic PETG;Polymaker PETG;SUNLU PETG;Generic TPU;Generic PC"
|
|
}
|