Files
OrcaSlicer/resources/profiles/Snapmaker/filament/Snapmaker PLA Translucent @U1 base.json
T
SoftFever f520e9221f Repair shipped default materials and obsolete settings, and validate them (#15741)
* add orca profile skill

* add default material check

Improve validation for default materials and filament profiles

* Fix default materials and obsolete keys

* clarifying orca-profiles skill
2026-09-18 00:39:46 +08:00

39 lines
603 B
JSON

{
"type": "filament",
"name": "Snapmaker PLA Translucent @U1 base",
"inherits": "fdm_filament_pla",
"from": "system",
"filament_id": "OFLTYJW0",
"instantiation": "false",
"filament_end_gcode": [
""
],
"filament_retraction_length": [
"nil"
],
"filament_loading_speed_start": [
"35"
],
"filament_loading_speed": [
"35"
],
"filament_unloading_speed_start": [
"35"
],
"filament_unloading_speed": [
"35"
],
"filament_cooling_moves": [
"2"
],
"filament_cooling_initial_speed": [
"35"
],
"filament_cooling_final_speed": [
"60"
],
"nozzle_temperature": [
"220"
]
}