Add Flashforge Artemis Printer Profile (#11902)

* add Artemis configuration files

* updated config files

* undo testing on a different nozzle

* matched settings to FlashPrint5

* lowered nozzle temperature

* renamed filed to match Flashforge.json file

---------

Co-authored-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
Danielle Wheeler
2026-04-07 23:32:21 -04:00
committed by GitHub
parent f685891b6e
commit 1b2ff12868
8 changed files with 275 additions and 1 deletions

View File

@@ -0,0 +1,28 @@
{
"type": "machine",
"name": "Flashforge Artemis 0.4 Nozzle",
"inherits": "fdm_artemis_common",
"from": "system",
"setting_id": "GM001",
"instantiation": "true",
"printer_variant": "0.4",
"printer_model": "Flashforge Artemis",
"default_print_profile": "0.20mm Standard @Flashforge Artemis 0.4 Nozzle",
"nozzle_diameter": [
"0.4"
],
"max_layer_height": [
"0.32"
],
"min_layer_height": [
"0.12"
],
"retraction_length": [
"1.2"
],
"auxiliary_fan": "0",
"host_type": "flashforge",
"wipe": [
"0"
]
}