mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-22 06:04:01 -06:00
fix ci
This commit is contained in:
parent
97ebb35bc9
commit
00d5b8900d
7 changed files with 49 additions and 9 deletions
|
@ -524,6 +524,18 @@
|
||||||
"name": "PolyTerra PLA @0.2 nozzle",
|
"name": "PolyTerra PLA @0.2 nozzle",
|
||||||
"sub_path": "filament/PolyTerra PLA @0.2 nozzle.json"
|
"sub_path": "filament/PolyTerra PLA @0.2 nozzle.json"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "Snapmaker PVA @base",
|
||||||
|
"sub_path": "filament/Snapmaker PVA @base.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Snapmaker PVA",
|
||||||
|
"sub_path": "filament/Snapmaker PVA.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Snapmaker PVA @0.2 nozzle",
|
||||||
|
"sub_path": "filament/Snapmaker PVA @0.2 nozzle.json"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "Snapmaker TPU @base",
|
"name": "Snapmaker TPU @base",
|
||||||
"sub_path": "filament/Snapmaker TPU @base.json"
|
"sub_path": "filament/Snapmaker TPU @base.json"
|
||||||
|
@ -788,6 +800,10 @@
|
||||||
"name": "Snapmaker Dual PET @base",
|
"name": "Snapmaker Dual PET @base",
|
||||||
"sub_path": "filament/Snapmaker Dual PET @base.json"
|
"sub_path": "filament/Snapmaker Dual PET @base.json"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "Snapmaker PET @Dual",
|
||||||
|
"sub_path": "filament/Snapmaker PET @Dual.json"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "Snapmaker Dual PET",
|
"name": "Snapmaker Dual PET",
|
||||||
"sub_path": "filament/Snapmaker Dual PET.json"
|
"sub_path": "filament/Snapmaker Dual PET.json"
|
||||||
|
|
|
@ -17,9 +17,9 @@
|
||||||
"Snapmaker Artisan (0.8 nozzle)"
|
"Snapmaker Artisan (0.8 nozzle)"
|
||||||
],
|
],
|
||||||
"fan_max_speed": [
|
"fan_max_speed": [
|
||||||
"60"
|
"25"
|
||||||
],
|
],
|
||||||
"fan_min_speed": [
|
"fan_min_speed": [
|
||||||
"20"
|
"10"
|
||||||
]
|
]
|
||||||
}
|
}
|
|
@ -9,7 +9,7 @@
|
||||||
"M104 S{temperature_vitrification[current_extruder]} ;standby T{current_extruder}"
|
"M104 S{temperature_vitrification[current_extruder]} ;standby T{current_extruder}"
|
||||||
],
|
],
|
||||||
"overhang_fan_speed": [
|
"overhang_fan_speed": [
|
||||||
"60"
|
"25"
|
||||||
],
|
],
|
||||||
"filament_density": [
|
"filament_density": [
|
||||||
"1.25"
|
"1.25"
|
||||||
|
@ -47,17 +47,17 @@
|
||||||
"filament_cooling_final_speed": [
|
"filament_cooling_final_speed": [
|
||||||
"60"
|
"60"
|
||||||
],
|
],
|
||||||
"nozzle_temperature": [
|
"nozzle_temperature_initial_layer": [
|
||||||
"255"
|
"250"
|
||||||
],
|
],
|
||||||
"temperature_vitrification": [
|
"temperature_vitrification": [
|
||||||
"178"
|
"178"
|
||||||
],
|
],
|
||||||
"fan_max_speed": [
|
"fan_max_speed": [
|
||||||
"30"
|
"20"
|
||||||
],
|
],
|
||||||
"fan_min_speed": [
|
"fan_min_speed": [
|
||||||
"10"
|
"0"
|
||||||
],
|
],
|
||||||
"nozzle_temperature_range_low": [
|
"nozzle_temperature_range_low": [
|
||||||
"240"
|
"240"
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
"M104 S{temperature_vitrification[current_extruder]} ;standby T{current_extruder}"
|
"M104 S{temperature_vitrification[current_extruder]} ;standby T{current_extruder}"
|
||||||
],
|
],
|
||||||
"overhang_fan_speed": [
|
"overhang_fan_speed": [
|
||||||
"60"
|
"35"
|
||||||
],
|
],
|
||||||
"filament_density": [
|
"filament_density": [
|
||||||
"1.25"
|
"1.25"
|
||||||
|
@ -27,7 +27,7 @@
|
||||||
"178"
|
"178"
|
||||||
],
|
],
|
||||||
"fan_max_speed": [
|
"fan_max_speed": [
|
||||||
"40"
|
"30"
|
||||||
],
|
],
|
||||||
"fan_min_speed": [
|
"fan_min_speed": [
|
||||||
"10"
|
"10"
|
||||||
|
|
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
"type": "filament",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "true",
|
||||||
|
"name": "Snapmaker PET @Dual",
|
||||||
|
"setting_id": "145337790",
|
||||||
|
"inherits": "Snapmaker Dual PET @base"
|
||||||
|
}
|
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
"type": "filament",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "true",
|
||||||
|
"name": "Snapmaker PVA @0.2 nozzle",
|
||||||
|
"setting_id": "1131479069",
|
||||||
|
"inherits": "Snapmaker PVA @base"
|
||||||
|
}
|
8
resources/profiles/Snapmaker/filament/Snapmaker PVA.json
Normal file
8
resources/profiles/Snapmaker/filament/Snapmaker PVA.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
"type": "filament",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "true",
|
||||||
|
"name": "Snapmaker PVA",
|
||||||
|
"setting_id": "3741816734",
|
||||||
|
"inherits": "Snapmaker PVA @base"
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue