This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<# | |
.Synopsis | |
Extracts integers from strings, including CSV and ranges. | |
.DESCRIPTION | |
A longer description that describes what is being done. | |
#### | |
# Author: Brent Wright | |
# Date Created: 09/16/2019 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Qwerty | |
* ,-----------------------------------------------------------------------------------. | |
* | Q | W | E | R | T | Esc |PrtScn| Y | U | I | O | P | | |
* |------+------+------+------+------+------+-------------+------+------+------+------| | |
* | A | S | D | F | G | Caps | Tab | H | J | K | L | ; | | |
* |------+------+------+------+------+------+------|------+------+------+------+------| | |
* | Z | X | C | V | B | Ctrl | Ins | N | M | , | . | / | | |
* |------+------+------+------+------+------+------+------+------+------+------+------| | |
* | GUI | Alt |Lower |Shift | Bksp | Del |Enter |Space |Shift | Raise| App | " | | |
* `-----------------------------------------------------------------------------------' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add-Type -TypeDefinition @" | |
using System; | |
using System.Runtime.InteropServices; | |
using System.Diagnostics; | |
using System.ComponentModel; | |
namespace System.Diagnostics | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; generated by Slic3r 1.37.2-prusa3d-win64 on 2018-02-13 at 08:04:04 | |
; * Updated output filename | |
; * Skirt Height = 1 (Default = 3) | |
; * Outer perimeters printed first for precision | |
; external perimeters extrusion width = 0.45mm | |
; perimeters extrusion width = 0.45mm | |
; infill extrusion width = 0.45mm | |
; solid infill extrusion width = 0.45mm |