update snapmaker profiles. largely ported for Snapmaker Orca fork

This commit is contained in:
SoftFever
2026-07-31 18:38:25 +08:00
parent ea7117b7ca
commit 1d30019679
123 changed files with 9894 additions and 978 deletions

View File

@@ -0,0 +1,44 @@
{
"type": "filament",
"from": "system",
"instantiation": "false",
"name": "Snapmaker PLA Translucent @U1 base",
"filament_id": "SPTR001",
"inherits": "fdm_filament_pla",
"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_load_time": [
"2"
],
"filament_unload_time": [
"2"
],
"filament_cooling_moves": [
"2"
],
"filament_cooling_initial_speed": [
"35"
],
"filament_cooling_final_speed": [
"60"
],
"nozzle_temperature": [
"220"
]
}