Notes
Free-form text notes attached to the project. Saved with the .lzrproj file.
The Notes dialog is a single textarea for project-level notes, material specs, settings memory, what the job is for, anything you want the next person opening the file to read.
When it opens
Menu: File → Project Notes.
Fields
| Field | Type | Notes |
|---|---|---|
| Notes textarea | text, resizable | Free-form. 40 lines default height. |
Buttons
- Cancel: dismiss without changes.
- Save: persist the notes to the project.
Notes
- Notes save with the
.lzrprojfile. Anyone opening it sees them. - The Save handler skips the backend write if the notes are unchanged, avoiding an empty undo step.
- The textarea is auto-focused on open.