Skip to content

Instantly share code, notes, and snippets.

View simons-public's full-sized avatar

Chris Simons simons-public

View GitHub Profile
#to enable these settings, name this file "user_settings.py"
user_settings = {
#logs are saved to $HOME/steam-$STEAM_APP_ID.log, overwriting any previous log with that name
"WINEDEBUG": "+timestamp,+pid,+tid,+seh,+debugstr,+module",
"DXVK_LOG_LEVEL": "info",
#Enable DXVK's HUD
# "DXVK_HUD": "devinfo,fps",
import os
import logging
class ColorStreamHandler(logging.StreamHandler):
""" Colored StreamHandler """
@property
def is_tty(self):
isatty = getattr(self.stream, 'isatty', None)
return isatty
@simons-public
simons-public / Makefile
Created November 22, 2018 01:49
Example for loading steamfixes
loader.so:
gcc -std=c99 -DDEBUG -g -o loader.so --shared loader.c -Wall
clean:
rm loader.so
import random
class Die():
def __init__(self):
self.value = None
def __repr__(self):
return f'Die: {self.value}'
def roll(self):
### Behavior ###
NoDefaults
NoGrabServer
NoHighlight
RestartPreviousState
DecorateTransients
RandomPlacement
#OpaqueMove
WarpCursor
# /etc/binfmt.d/wine.conf
# Start exe files with wine
:DOSWin:M::MZ::/usr/bin/wine:

Maker Select V2 (MSV2) Mods

Todo

TMC2130 Steppers with Sensorless Homing for X/Y Axis
BLTouch
Dual Extruder
24v Power Supply (24v Fans, resolder hotbead)
ReDuplicator i3 MK3x - Wanhao i3 Complete Aluminium Extrusion & Prusa Mk3 Overhaul

UART connection (sometimes direction's flipped, check underside of board)

Port J3 on board
Pin 1 TX
Pin 2 GND
Pin 3 RX
Pin 4 3.3V

Uboot shell

Modes

Wireless Dongle Mode

Power controller on holding Steam and A buttons

Wireless Bluetooth Low Energy (BLE) Mode

Power controller on holding Steam and B buttons

Wireless BLE Pairing Mode

Power controller on holding Steam and Y buttons

macOS Mojave Smart Card

Setup Adobe Acrobat Reader Signing

Adobe Reader > Preference (Command + ,) Signatures Creation & Appearance > More... Default Signing Format: CAdES-Equivalent Check: Enable CryptoTokenKit framework support