Updated default worksheet

This commit is contained in:
andrewc
2024-02-13 08:29:02 +10:00
parent 00d9551ad5
commit 55d6698841
2 changed files with 3 additions and 2 deletions

View File

@@ -29,9 +29,9 @@
(tbtext "Sheet: ${SHEETPATH}" (name "") (pos 109 17)) (tbtext "Sheet: ${SHEETPATH}" (name "") (pos 109 17))
(tbtext "Micromelon Robotics" (name "") (pos 109 20) (font bold) (comment "Company name") (tbtext "Micromelon Robotics" (name "") (pos 109 20) (font bold) (comment "Company name")
) )
(tbtext "In association with: ${COMMENT1}" (name "") (pos 109 23) (comment "Comment 0") (tbtext "In association with: ${partner}" (name "") (pos 109 23) (comment "Comment 0")
) )
(tbtext "Client: ${COMMENT2}" (name "") (pos 109 26) (comment "Comment 1") (tbtext "Client: ${client}" (name "") (pos 109 26) (comment "Comment 1")
) )
(tbtext "${COMMENT3}" (name "") (pos 109 29) (comment "Comment 2") (tbtext "${COMMENT3}" (name "") (pos 109 29) (comment "Comment 2")
) )

View File

@@ -478,6 +478,7 @@
"rev": "", "rev": "",
"title": "", "title": "",
"client": "", "client": "",
"partner": "",
"name": "" "name": ""
} }
} }