Skip to content

Instantly share code, notes, and snippets.

View justinledwards's full-sized avatar

Justin Edwards justinledwards

  • Florida Ninth Circuit Courts
  • Florida
View GitHub Profile
@justinledwards
justinledwards / config
Last active February 15, 2016 02:31
smoothieware big delta
# NOTE Lines must not exceed 132 characters
# Robot module configurations : general handling of movement G-codes and slicing into moves
default_feed_rate 4000 # Default rate ( mm/minute ) for G1/G2/G3 moves
default_seek_rate 4000 # Default rate ( mm/minute ) for G0 moves
mm_per_arc_segment 0.5 # Arcs are cut into segments ( lines ), this is the length for
# these segments. Smaller values mean more resolution,
# higher values mean faster computation
#mm_per_line_segment 0.5 # Lines can be cut into segments ( not useful with cartesian
# coordinates robots ).
delta_segments_per_second 100 # for deltas only same as in Marlin/Delta, set to 0 to dis
@justinledwards
justinledwards / Zen
Created January 7, 2015 14:21
Morning thoughts
Zen
I wake up and I'm not feeling great but manage to get ready. My wife is taking me to the train station
and I have a bad brain fog, a bit of a headache, and can feel my blood pressure is up. I decide to
try to meditate and make my mind go to a peaceful place and start my day off better.
I close my eyes and visualize a mountain monastery looking out over rows of mountains with clear blue skies.
Then I realize there is a village below and there's a lot going on.
...Well...
; Jan 8, 2015 at 10:32:30 AM
; Settings Summary
; processName,Process1
; applyToModels,x-motor-end
; profileLabel,ZProbedDelta.fff
; printMaterial,
; printQuality,
; extruderName,Extruder 1
; extruderToolheadNumber,0
; extruderDiameter,0.6
@justinledwards
justinledwards / bowden-i3.scad
Created January 26, 2015 19:00
old i3 bowden plate
fudge = 0.2;
plate_width = 58;
plate_depth = 28;
plate_height = 6;
top_diameter = 16;
grovemount_diameter = 12;
mount_hole_width = 49;
mount_hole_dia = 4.2;
translate([15,10,3])
rotate([90,180,0])
G1 X-95.537 Y3.768 Z157 E9.2926 F1750
G1 X-95.51 Y3.767 Z176.781 E0.0015
G1 X-95.492 Y4.582 Z176.784 E0.0457
; layer 911, Z = 182.2
G1 X-94.872 Y-5.362 Z176.882 E0.5592 F1750
G1 X-94.714 Y-7.583 Z157.004 E0.1249
@justinledwards
justinledwards / cisco-asa-hosts.rb
Last active August 29, 2015 14:16
Cisco ASA Auto Documentation
#running-config.cfg
require 'resolv'
i = 0
parent_count = 0
network = false
network_count = 0
host_count = 0
last_host_network = 0
description_count = 0
child_type = ""
#!/bin/bash
\curl -sSL https://get.rvm.io | bash -s stable --rails
slice_size = 10;
slice_percent = 10;
//slice is 1/10 of a cylinder
module pie_slice(size){
difference(){
cylinder(h=size,d=size, center=true);
//half pie
rotate([0,0,180])
translate([0,size/2,0])
efahrenholz: pics?
thews_
efahrenholz: the only way your heater could interfere with your steppers is if you are drawing more current than your PSU can supply
thews_
if you're really hearing a sound differentiation you're most likely not running high enough accel or running to much jerk
thews_
running your hotend hot can make mechanical resonance much more obvious , running your bed and hotend at the same time could keep the plastic liquid longer and have that effect
thews_
you can however get ripples in your Z with bad PID on your bed
12:25 thews_
#!/bin/bash
v4l2-ctl -c brightness=133
v4l2-ctl -c contrast=115
v4l2-ctl -c white_balance_temperature_auto=0
v4l2-ctl -c gamma=100
v4l2-ctl -c white_balance_temperature=4700
v4l2-ctl -c sharpness=100
v4l2-ctl -c backlight_compensation=0
v4l2-ctl -c focus_absolute=10
v4l2-ctl --list-ctrls-menus