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

github.com/sn4k3/UVtools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Conceição <Tiago_caza@hotmail.com>2021-01-07 08:02:13 +0300
committerTiago Conceição <Tiago_caza@hotmail.com>2021-01-07 08:02:13 +0300
commit703960a0603cbcca88c570877850569abd955eba (patch)
tree977432c034457e632fb077cedbc4532acff2b409 /.github
parentb36dce28a66472f5f1a4538b36de5f4d0f465447 (diff)
v2.1.3v2.1.3
* (Add) PrusaSlicer printers: * Peopoly Phenom XXL * QIDI 3D ibox mono * Wanhao CGR Mini Mono * Wanhao CGR Mono * (Add) PrusaSlicer light supports profiles * (Add) Calibration - Elephant Foot: Mirror output * (Add) Calibration - XYZ Accuracy: Mirror output * (Add) Calibration - Tolerance: Mirror output * (Add) Calibration - Grayscale: Mirror output * (Add) Scripts on github * (Change) Save 'Display Width' and 'Height' to calibration profiles and load them back only if file format aware from these properties * (Fix) Tool - Morph: Set a rectangular 3x3 kernel by default * (Fix) Tool - Blur: Set a rectangular 3x3 kernel by default * (Fix) Calibration - Elephant Foot: Include part scale on profile text * (Fix) MSI dont store instalation path (#121)
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/script.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/script.md b/.github/ISSUE_TEMPLATE/script.md
new file mode 100644
index 0000000..3975cd6
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/script.md
@@ -0,0 +1,15 @@
+---
+name: Script
+about: Share your PowerShell script or ask something script related
+title: "[SCRIPT] "
+labels: script
+assignees: sn4k3
+---
+
+## Describe what your script does
+A clear and concise description of your script, and all it steps.
+
+
+```Powershell
+#Paste your code here or attach the .ps1 file
+``` \ No newline at end of file