-
Notifications
You must be signed in to change notification settings - Fork 3
Welcome Message
Nikos Siatras edited this page Feb 22, 2026
·
4 revisions
When Rabbit GRBL starts (power on or reset), it sends a welcome message to confirm:
- the version installed
- the build date
The welcome message format is:
Rabbit GRBL vX.Xx Build yyyymmdd
Rabbit GRBL v1.5 Build 20260222
| Part | Meaning |
|---|---|
| Rabbit GRBL | Firmware name |
| v1.5 | Major and minor firmware version |
| Build 20260222 | Build date in format YYYYMMDD |
In the example above:
- Version: 1.5
- Build Date: 22 February 2026
Copyright (C) Nikolaos Siatras / SourceRabbit
Rabbit GRBL is licensed under the GNU General Public License v3.0 or later (GPL-3.0-or-later).
See the LICENSE file in the repository for full license text.
SourceRabbit® is a trademark of Nikolaos Siatras.
All other trademarks are property of their respective owners.