From 0bddc4d5ff218c0329756f6b7eaaae6ca75b1e11 Mon Sep 17 00:00:00 2001 From: Sanford Freedman Date: Wed, 27 Dec 2023 19:04:20 -0500 Subject: [PATCH] Added Neptune 4 Pro configuration file File contributed by both U13Studio & Ben Le Gros. --- Printers/ElegooNeptune4Pro.json | 42 +++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 Printers/ElegooNeptune4Pro.json diff --git a/Printers/ElegooNeptune4Pro.json b/Printers/ElegooNeptune4Pro.json new file mode 100644 index 0000000..d390426 --- /dev/null +++ b/Printers/ElegooNeptune4Pro.json @@ -0,0 +1,42 @@ +{ + "version": 2, + "displayName": "Neptune 4 Pro", + "connectionMode": "Moonraker", + "connection": {}, + "manualProbePoints": [{ + "name": "1", + "row": 2, + "column": 0, + "x": 31.5, + "y": 21.5 + }, + { + "name": "2", + "row": 0, + "column": 0, + "x": 31.5, + "y": 191.5 + }, + { + "name": "3", + "row": 0, + "column": 2, + "x": 201.5, + "y": 191.5 + }, + { + "name": "4", + "row": 2, + "column": 2, + "x": 201.5, + "y": 21.5 + }, + { + "name": "H", + "row": 1, + "column": 1, + "x": 115.75, + "y": 110.45 + } + ] +} \ No newline at end of file