Grid:Host has been updated with a Duet driver. To enable it, just put this in your Grid:Host config.json
. When you start it up, you will now see a “duet” target under Grid.Local in Kiri:Moto.
{
"http-port": 8181,
"targets": {
"duet": {
"comment": "duet 2 wifi",
"driver": "duet",
"host": "[ip-of-your-duet]",
"port": 80
}
}
}