mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-19 14:51:11 -06:00
AnkerMake Profile Additions (#1716)
* Ankermake Profile Additions * updated based on feedback
This commit is contained in:
parent
3be1168d12
commit
fe1d7a0751
40 changed files with 566 additions and 246 deletions
|
@ -4,23 +4,23 @@
|
|||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"inherits": "fdm_filament_common",
|
||||
"cool_plate_temp" : [
|
||||
"105"
|
||||
"cool_plate_temp": [
|
||||
"95"
|
||||
],
|
||||
"eng_plate_temp" : [
|
||||
"105"
|
||||
"eng_plate_temp": [
|
||||
"95"
|
||||
],
|
||||
"hot_plate_temp" : [
|
||||
"105"
|
||||
"hot_plate_temp": [
|
||||
"95"
|
||||
],
|
||||
"cool_plate_temp_initial_layer" : [
|
||||
"105"
|
||||
"cool_plate_temp_initial_layer": [
|
||||
"95"
|
||||
],
|
||||
"eng_plate_temp_initial_layer" : [
|
||||
"105"
|
||||
"eng_plate_temp_initial_layer": [
|
||||
"95"
|
||||
],
|
||||
"hot_plate_temp_initial_layer" : [
|
||||
"105"
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"95"
|
||||
],
|
||||
"slow_down_for_layer_cooling": [
|
||||
"1"
|
||||
|
@ -44,7 +44,7 @@
|
|||
"20"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"260"
|
||||
"240"
|
||||
],
|
||||
"reduce_fan_stop_start_freq": [
|
||||
"1"
|
||||
|
@ -62,7 +62,7 @@
|
|||
"80"
|
||||
],
|
||||
"nozzle_temperature": [
|
||||
"260"
|
||||
"240"
|
||||
],
|
||||
"temperature_vitrification": [
|
||||
"110"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue