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 / notes.html
Last active August 29, 2015 14:10
CodeSchoolAngular notesheet
<script type="text/javascript" src="app.js"></script>
<html ng-app="gemStore">
<!-- scope of ng-controller limited to div -->
<div ng-controller="StoreController as store">
<h1> {{store.product.name}} </h1>
@justinledwards
justinledwards / app.js
Last active August 29, 2015 14:10
thinkster angular-rails
angular.module('flapperNews', ['ui.router'])
.config(['$stateProvider', '$urlRouterProvider', function($stateProvider, $urlRouterProvider) {
$stateProvider
.state('home', {
url: '/home',
templateUrl: '/home.html',
controller: 'MainCtrl'
})
.state('posts', {
@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_