Fix processes not showing for Flashforge Guider 2s (#5970)

* Fix processes not showing for Guider 2s

* Fix merge conflicts

* Fix process not showing (after updating PR)
This commit is contained in:
cochcoder 2024-07-30 14:34:41 +00:00 committed by GitHub
parent 783570ebf6
commit 3510158cd8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 13 additions and 9 deletions

View File

@ -2,8 +2,9 @@
"type": "process",
"name": "0.12mm Detail @Flashforge Guider 2s 0.4 nozzle",
"setting_id": "GS001",
"from": "system",
"inherits": "fdm_process_flashforge_common",
"instantiation": "true",
"inherits": "fdm_process_flashforge_0.20",
"adaptive_layer_height": "0",
"bridge_flow": "1",
"bridge_speed": "80%",

View File

@ -2,8 +2,9 @@
"type": "process",
"name": "0.16mm Optimal @Flashforge Guider 2s 0.4 nozzle",
"setting_id": "GS002",
"from": "system",
"inherits": "fdm_process_flashforge_common",
"instantiation": "true",
"inherits": "fdm_process_flashforge_0.20",
"adaptive_layer_height": "0",
"bridge_flow": "1",
"bridge_speed": "25",

View File

@ -2,8 +2,9 @@
"type": "process",
"name": "0.20mm Standard @Flashforge Guider 2s 0.4 nozzle",
"setting_id": "GS003",
"from": "system",
"inherits": "fdm_process_flashforge_common",
"instantiation": "true",
"inherits": "fdm_process_flashforge_0.20",
"adaptive_layer_height": "0",
"bridge_flow": "1",
"bridge_speed": "50%",

View File

@ -2,8 +2,9 @@
"type": "process",
"name": "0.30mm Draft @Flashforge Guider 2s 0.4 nozzle",
"setting_id": "GS004",
"from": "system",
"inherits": "fdm_process_flashforge_common",
"instantiation": "true",
"inherits": "fdm_process_flashforge_0.30",
"adaptive_layer_height": "0",
"bridge_flow": "1",
"bridge_speed": "50%",