mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-25 20:02:17 +00:00
Update: Flutter 0204 (#152)
This commit is contained in:
@@ -31014,7 +31014,7 @@ lava_dialog
|
||||
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2025 Snapmaker
|
||||
Copyright (c) 2026 Snapmaker
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
||||
@@ -7,7 +7,10 @@
|
||||
"forbidden": "Insufficient permissions to access this resource",
|
||||
"not_found": "Resource not found",
|
||||
"too_many_requests": "Too many requests, please try again later",
|
||||
"internal_server_error": "Internal server error",
|
||||
"internal_server_error": "The server is temporarily overloaded. Please retry in a moment.",
|
||||
"not_implemented": "The server is temporarily overloaded. Please retry in a moment.",
|
||||
"gateway_timeout": "The server is temporarily overloaded. Please retry in a moment.",
|
||||
"bad_gateway": "The server is temporarily overloaded. Please retry in a moment.",
|
||||
"service_unavailable": "Service temporarily unavailable, please try again later",
|
||||
"unknown": "Network request failed"
|
||||
},
|
||||
|
||||
@@ -7,7 +7,10 @@
|
||||
"forbidden": "权限不足,无法访问该资源",
|
||||
"not_found": "资源未找到",
|
||||
"too_many_requests": "请求过于频繁,请稍后再试",
|
||||
"internal_server_error": "服务器内部错误",
|
||||
"internal_server_error": "当前服务繁忙,请稍后重试",
|
||||
"not_implemented": "当前服务繁忙,请稍后重试",
|
||||
"bad_gateway": "当前服务繁忙,请稍后重试",
|
||||
"gateway_timeout": "当前服务繁忙,请稍后重试",
|
||||
"service_unavailable": "服务暂时不可用,请稍后再试",
|
||||
"unknown": "网络请求失败"
|
||||
},
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M10.0608 6.71875C11.1296 6.09567 12.3855 5.86791 13.6067 6.07422C14.8282 6.28059 15.9383 6.90827 16.7395 7.84863C17.5409 8.78919 17.9812 9.98173 17.9817 11.2148V11.3232L17.9788 11.4355L18.094 11.4648H18.097C18.5354 11.5784 18.9471 11.7771 19.3089 12.0488C19.6707 12.3206 19.9756 12.6605 20.2054 13.0498C20.4351 13.4391 20.5849 13.87 20.6468 14.3174C20.7086 14.7647 20.6814 15.2197 20.5657 15.6562C20.3724 16.3888 19.9407 17.0366 19.3391 17.499C18.7375 17.9615 17.9992 18.2125 17.2395 18.2158H7.29032C6.16743 18.1722 5.10336 17.6994 4.32255 16.8945C3.5415 16.0893 3.10426 15.0132 3.10477 13.8936C3.1054 12.7741 3.54386 11.7 4.32548 10.8955C5.10704 10.0911 6.17116 9.61879 7.29423 9.57617L7.3079 9.5752H7.32255C7.42269 9.5752 7.51878 9.57972 7.61161 9.58594H7.61063L7.72587 9.59277L7.76493 9.48535V9.48438C8.17748 8.32172 8.99179 7.34216 10.0608 6.71875Z" stroke="white" stroke-width="1.5"/>
|
||||
<path d="M10.0608 6.71875C11.1296 6.09567 12.3855 5.86791 13.6067 6.07422C14.8282 6.28059 15.9383 6.90827 16.7395 7.84863C17.5409 8.78919 17.9812 9.98173 17.9817 11.2148V11.3232L17.9788 11.4355L18.094 11.4648H18.097C18.5354 11.5784 18.9471 11.7771 19.3089 12.0488C19.6707 12.3206 19.9756 12.6605 20.2054 13.0498C20.4351 13.4391 20.5849 13.87 20.6468 14.3174C20.7086 14.7647 20.6814 15.2197 20.5657 15.6562C20.3724 16.3888 19.9407 17.0366 19.3391 17.499C18.7375 17.9615 17.9992 18.2125 17.2395 18.2158H7.29032C6.16743 18.1722 5.10336 17.6994 4.32255 16.8945C3.5415 16.0893 3.10426 15.0132 3.10477 13.8936C3.1054 12.7741 3.54386 11.7 4.32548 10.8955C5.10704 10.0911 6.17116 9.61879 7.29423 9.57617L7.3079 9.5752H7.32255C7.42269 9.5752 7.51878 9.57972 7.61161 9.58594H7.61063L7.72587 9.59277L7.76493 9.48535V9.48438C8.17748 8.32172 8.99179 7.34216 10.0608 6.71875Z" stroke="#0C63E2" stroke-width="1.5"/>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 1002 B After Width: | Height: | Size: 1004 B |
@@ -39,7 +39,16 @@
|
||||
{
|
||||
"material": "PETG",
|
||||
"description": "",
|
||||
"series": []
|
||||
"series": [
|
||||
{
|
||||
"serie": "",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"serie": "HF",
|
||||
"description": ""
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"material": "TPU",
|
||||
@@ -48,7 +57,11 @@
|
||||
{
|
||||
"serie": "95A",
|
||||
"description": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"serie": "95A HF",
|
||||
"description": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -127,6 +140,10 @@
|
||||
"serie": "95A",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"serie": "95A HF",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"serie": "90A",
|
||||
"description": ""
|
||||
@@ -184,9 +201,18 @@
|
||||
"series": []
|
||||
},
|
||||
{
|
||||
"material": "PETG-HF",
|
||||
"material": "PETG",
|
||||
"description": "",
|
||||
"series": []
|
||||
"series": [
|
||||
{
|
||||
"serie": "",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"serie": "HF",
|
||||
"description": ""
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"material": "PETG-CF",
|
||||
@@ -212,7 +238,7 @@
|
||||
}
|
||||
],
|
||||
"filament_special_series": [
|
||||
"85A","90A","95A", "95A HF"
|
||||
"85A","90A","95A", "95A HF", "HF"
|
||||
],
|
||||
"filament_color": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user