| 123456789101112 |
- # Dune Weaver Touch Configuration
- # Copy this file to .env and modify as needed
- # Address of the Dune Weaver sand table (the FluidNC firmware, HTTP port 80).
- # Leave this UNSET to let the app auto-discover the table over mDNS. Set it to
- # pin a specific table (skips discovery). A scheme is optional (http:// is
- # assumed) and the default HTTP port is 80.
- # Examples:
- # DUNE_WEAVER_URL=dunetable.local
- # DUNE_WEAVER_URL=http://dunetable.local
- # DUNE_WEAVER_URL=http://192.168.1.100
- # DUNE_WEAVER_URL=dunetable.local
|