Optimised for the Artillery M1 Pro printer (#12885)

* Optimised for the Artillery M1 Pro printer

* tidy up

---------

Co-authored-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
liuyingmo
2026-03-22 23:58:34 +08:00
committed by GitHub
parent 73be083ac5
commit 3d4aff5ea8
156 changed files with 3327 additions and 2374 deletions

View File

@@ -1,25 +1,25 @@
{
"type": "filament",
"name": "fdm_filament_abs",
"inherits": "fdm_filament_common",
"from": "system",
"instantiation": "false",
"cool_plate_temp": [
"inherits": "fdm_filament_common",
"cool_plate_temp" : [
"105"
],
"eng_plate_temp": [
"eng_plate_temp" : [
"105"
],
"hot_plate_temp": [
"hot_plate_temp" : [
"105"
],
"cool_plate_temp_initial_layer": [
"cool_plate_temp_initial_layer" : [
"105"
],
"eng_plate_temp_initial_layer": [
"eng_plate_temp_initial_layer" : [
"105"
],
"hot_plate_temp_initial_layer": [
"hot_plate_temp_initial_layer" : [
"105"
],
"slow_down_for_layer_cooling": [
@@ -79,4 +79,4 @@
"slow_down_layer_time": [
"3"
]
}
}