Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'resources/ui_layout/example/print.as')
-rw-r--r--resources/ui_layout/example/print.as4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/ui_layout/example/print.as b/resources/ui_layout/example/print.as
index 85656054c..2303a4c62 100644
--- a/resources/ui_layout/example/print.as
+++ b/resources/ui_layout/example/print.as
@@ -1,7 +1,7 @@
//////////////////////////////////////////
// Api for SuperSlicer scripted widgets:
//
-//// Functions callable ////
+//////// callable Functions //////
//
// -- to print on the console, for debugging --
// void print(string &out)
@@ -36,7 +36,7 @@
// ask_for_refresh()
// ask for a OPTNAME_set() if in a OPTNAME_get()
//
-//// Functions to define for each script widget ////
+//////// Functions to define for each script widget ////////
//
// note that you can't call set_thing() in an OPTNAME_get(), you can only call these in an OPTNAME_set()
//