Skip to content

Instantly share code, notes, and snippets.

View TaylorTWBrown's full-sized avatar
🙂
Building something

TaylorTWBrown

🙂
Building something
View GitHub Profile
@TaylorTWBrown
TaylorTWBrown / printer.cfg
Created March 19, 2025 23:54
printer.cfg - bl touch not working yet
# 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.
@TaylorTWBrown
TaylorTWBrown / buildfiles.ps1
Created July 23, 2021 20:56
Sitecore PS Assessment
# 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 {