mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-01 03:42:04 +08:00
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:
parent
783570ebf6
commit
3510158cd8
@ -12,15 +12,15 @@
|
|||||||
"printer_variant": "0.4",
|
"printer_variant": "0.4",
|
||||||
"printable_area": [
|
"printable_area": [
|
||||||
"-140x-125",
|
"-140x-125",
|
||||||
"140x-125",
|
"140x-125",
|
||||||
"140x125",
|
"140x125",
|
||||||
"-140x125"
|
"-140x125"
|
||||||
],
|
],
|
||||||
"printable_height": "300",
|
"printable_height": "300",
|
||||||
"extruder_offset": [ "-20", "10" ],
|
"extruder_offset": [ "-20", "10" ],
|
||||||
"extruder_clearance_height_to_lid": "70",
|
"extruder_clearance_height_to_lid": "70",
|
||||||
"extruder_clearance_height_to_rod": "23",
|
"extruder_clearance_height_to_rod": "23",
|
||||||
"extruder_clearance_radius": "40",
|
"extruder_clearance_radius": "40",
|
||||||
"use_relative_e_distances": "0",
|
"use_relative_e_distances": "0",
|
||||||
"auxiliary_fan": "1",
|
"auxiliary_fan": "1",
|
||||||
"machine_max_acceleration_e": [ "200", "200" ],
|
"machine_max_acceleration_e": [ "200", "200" ],
|
||||||
|
@ -2,8 +2,9 @@
|
|||||||
"type": "process",
|
"type": "process",
|
||||||
"name": "0.12mm Detail @Flashforge Guider 2s 0.4 nozzle",
|
"name": "0.12mm Detail @Flashforge Guider 2s 0.4 nozzle",
|
||||||
"setting_id": "GS001",
|
"setting_id": "GS001",
|
||||||
|
"from": "system",
|
||||||
|
"inherits": "fdm_process_flashforge_common",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"inherits": "fdm_process_flashforge_0.20",
|
|
||||||
"adaptive_layer_height": "0",
|
"adaptive_layer_height": "0",
|
||||||
"bridge_flow": "1",
|
"bridge_flow": "1",
|
||||||
"bridge_speed": "80%",
|
"bridge_speed": "80%",
|
||||||
|
@ -2,8 +2,9 @@
|
|||||||
"type": "process",
|
"type": "process",
|
||||||
"name": "0.16mm Optimal @Flashforge Guider 2s 0.4 nozzle",
|
"name": "0.16mm Optimal @Flashforge Guider 2s 0.4 nozzle",
|
||||||
"setting_id": "GS002",
|
"setting_id": "GS002",
|
||||||
|
"from": "system",
|
||||||
|
"inherits": "fdm_process_flashforge_common",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"inherits": "fdm_process_flashforge_0.20",
|
|
||||||
"adaptive_layer_height": "0",
|
"adaptive_layer_height": "0",
|
||||||
"bridge_flow": "1",
|
"bridge_flow": "1",
|
||||||
"bridge_speed": "25",
|
"bridge_speed": "25",
|
||||||
|
@ -2,8 +2,9 @@
|
|||||||
"type": "process",
|
"type": "process",
|
||||||
"name": "0.20mm Standard @Flashforge Guider 2s 0.4 nozzle",
|
"name": "0.20mm Standard @Flashforge Guider 2s 0.4 nozzle",
|
||||||
"setting_id": "GS003",
|
"setting_id": "GS003",
|
||||||
|
"from": "system",
|
||||||
|
"inherits": "fdm_process_flashforge_common",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"inherits": "fdm_process_flashforge_0.20",
|
|
||||||
"adaptive_layer_height": "0",
|
"adaptive_layer_height": "0",
|
||||||
"bridge_flow": "1",
|
"bridge_flow": "1",
|
||||||
"bridge_speed": "50%",
|
"bridge_speed": "50%",
|
||||||
|
@ -2,8 +2,9 @@
|
|||||||
"type": "process",
|
"type": "process",
|
||||||
"name": "0.30mm Draft @Flashforge Guider 2s 0.4 nozzle",
|
"name": "0.30mm Draft @Flashforge Guider 2s 0.4 nozzle",
|
||||||
"setting_id": "GS004",
|
"setting_id": "GS004",
|
||||||
|
"from": "system",
|
||||||
|
"inherits": "fdm_process_flashforge_common",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"inherits": "fdm_process_flashforge_0.30",
|
|
||||||
"adaptive_layer_height": "0",
|
"adaptive_layer_height": "0",
|
||||||
"bridge_flow": "1",
|
"bridge_flow": "1",
|
||||||
"bridge_speed": "50%",
|
"bridge_speed": "50%",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user