-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added Neptune 4 Pro configuration file
File contributed by both U13Studio & Ben Le Gros.
- Loading branch information
1 parent
d9553b3
commit 0bddc4d
Showing
1 changed file
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
} | ||
] | ||
} |