mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 20:55:54 +08:00
Use canonical MIME type for STL files
This is the canonical MIME type for STL files since March 2018: https://www.iana.org/assignments/media-types/model/stl There is no longer a difference between the MIME type of binary vs. ASCII STL files now.
This commit is contained in:
parent
a747ca0661
commit
c849312ecf
@ -7,7 +7,7 @@
|
|||||||
"author": "Ultimaker",
|
"author": "Ultimaker",
|
||||||
"manufacturer": "Unknown",
|
"manufacturer": "Unknown",
|
||||||
"setting_version": 16,
|
"setting_version": 16,
|
||||||
"file_formats": "text/x-gcode;application/x-stl-ascii;application/x-stl-binary;application/x-wavefront-obj;application/x3g",
|
"file_formats": "text/x-gcode;model/stl;application/x-wavefront-obj;application/x3g",
|
||||||
"visible": false,
|
"visible": false,
|
||||||
"has_materials": true,
|
"has_materials": true,
|
||||||
"has_variants": false,
|
"has_variants": false,
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
"visible": true,
|
"visible": true,
|
||||||
"author": "tvlgiao",
|
"author": "tvlgiao",
|
||||||
"manufacturer": "3DMaker",
|
"manufacturer": "3DMaker",
|
||||||
"file_formats": "text/x-gcode;application/x-stl-ascii;application/x-stl-binary;application/x-wavefront-obj",
|
"file_formats": "text/x-gcode;model/stl;application/x-wavefront-obj",
|
||||||
"platform": "makerstarter_platform.3mf",
|
"platform": "makerstarter_platform.3mf",
|
||||||
"preferred_quality_type": "draft",
|
"preferred_quality_type": "draft",
|
||||||
"machine_extruder_trains":
|
"machine_extruder_trains":
|
||||||
|
Loading…
x
Reference in New Issue
Block a user