Skip to content

Instantly share code, notes, and snippets.

View jdollar's full-sized avatar
🐩
Petting the poodle

Joel Dollarhide jdollar

🐩
Petting the poodle
  • Pricespider
  • Charlotte, NC
View GitHub Profile
@jdollar
jdollar / printer-3dp-12.cfg
Created November 20, 2023 00:13
Configuration of Hictop 3DP-12 for klipper
# This file contains common pin mappings for RAMPS (v1.3 and later)
# boards. RAMPS boards typically use a firmware compiled for the AVR
# atmega2560 (though the atmega1280 is also possible).
# See docs/Config_Reference.md for a description of parameters.
[stepper_x]
step_pin: ar54
dir_pin: ar55
enable_pin: !ar38
@jdollar
jdollar / grailsw.sh
Created September 27, 2015 13:08
Grailsw Default JAVA_HOME exports
# OS specific support (must be 'true' or 'false').
cygwin=false;
darwin=false;
mingw=false;
case "`uname`" in
CYGWIN*)
cygwin=true
;;
Darwin*)