From bd261bddc58c6642d63c9f0cff1401fdc741dac1 Mon Sep 17 00:00:00 2001 From: sergiuToporjinschi Date: Fri, 4 Feb 2022 10:22:12 +0200 Subject: [PATCH] . --- technicalNotes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/technicalNotes.md b/technicalNotes.md index e28ba69..ed89646 100644 --- a/technicalNotes.md +++ b/technicalNotes.md @@ -37,7 +37,7 @@ ok ## regex for all pid formats -`r".*p:{0,1}\s{0,1}?(?P

\d{1,3}.\d{1,3})\sk*i:{0,1}\s{0,1}?(?P\d{1,3}.\d{1,3})\sk*d:{0,1}\s{0,1}?(?P\d{1,3}.\d{1,3})"` + r".*p:{0,1}\s{0,1}?(?P

\d{1,3}.\d{1,3})\sk*i:{0,1}\s{0,1}?(?P\d{1,3}.\d{1,3})\sk*d:{0,1}\s{0,1}?(?P\d{1,3}.\d{1,3})" # Util Octoprint functions @@ -106,7 +106,7 @@ showSelectionDialog({"title": "tt", "message": "text", "selections":["ss","fdgd" showMessageDialog("sss", {options}) -#### modal dialog with buttons +#### Modal dialog with buttons showConfirmationDialog({ "message": "something",