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
# This file contains pin mappings for the stock 2020 Creality Ender 3 | |
# MAX. To use this config, during "make menuconfig" select the | |
# STM32F103 with a "28KiB bootloader" and serial (on USART1 PA10/PA9) | |
# communication. | |
# Because this printer has factory wiring, mounts, and firmware for | |
# a BLTouch, but does not ship with one at this time, default values | |
# for the sensor have been specified, but disabled, in anticipation of | |
# future revisions or user modification. User should take care to | |
# customize the offsets, particularly z-offset, for their specific unit. |
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
# Description: Sitecore PS Assessment | |
# Author: Taylor Brown | |
# Date: July 23, 2020 | |
# Provided array | |
$buildFiles=@("file.json","f.rtmp","file.exe","file1.json","f.exe","1.tmp","f.json","demo.exe") | |
# Task 1 - List relevant build files. Filter and print json/exe files from array. | |
function Get-BuildFiles { |