I hereby claim:
- I am hyperair on github.
- I am hyperair (https://keybase.io/hyperair) on keybase.
- I have a public key whose fingerprint is 12E0 D09D FB3F F7F7 59D3 6ED0 FBD5 225B 5887 52A1
To claim this, I am signing this object:
| $fs = 0.4; | |
| $fa = 1; | |
| epsilon = 0.01; | |
| module bevel_cutout (r) | |
| { | |
| difference () { | |
| translate ([1, 1] * -epsilon) | |
| square (r); |
| #!/usr/bin/python | |
| from __future__ import print_function | |
| import argparse | |
| import itertools | |
| import sys | |
| import yaml | |
| script_template = """ |
| ; DO NOT EDIT THIS FILE | |
| ;Steps per unit: | |
| M92 X100.00000 Y100.00000 Z100.00000 | |
| ;Acceleration mm/sec^2: | |
| M204 S4000.00000 Z0.00000 | |
| ;X- Junction Deviation, Z- Z junction deviation, S - Minimum Planner speed mm/sec: | |
| M205 X0.05000 Z-1.00000 S0.00000 | |
| ;Max feedrates in mm/sec, XYZ cartesian, ABC actuator: | |
| M203 X250.00000 Y250.00000 Z250.00000 A300.00000 B300.00000 C300.00000 | |
| ;Optional arm solution specific settings: |
| Recv: **Hard Fault** | |
| Recv: Status Register: 0x40000000 | |
| Recv: Forced | |
| Recv: **MPU Fault** | |
| Recv: Status Register: 0x92 | |
| Recv: Fault Address: 0x100073f0 | |
| Recv: Stacking Error w/ SP = 0x100073f8 | |
| Recv: Data Access |
| # -*-muttrc-*- | |
| # | |
| # Command formats for gpg-agent | |
| # | |
| set pgp_decode_command="gpg --no-verbose --quiet --batch --output - %f" | |
| set pgp_verify_command="gpg --no-verbose --quiet --batch --output - --verify %s %f" | |
| set pgp_decrypt_command="gpg --no-verbose --quiet --batch --output - %f" | |
| set pgp_sign_command="gpg --no-verbose --batch --quiet --output - --armor --detach-sign --textmode %?a?-u %a? %f" | |
| set pgp_clearsign_command="gpg --no-verbose --batch --quiet --output - --armor --textmode --clearsign %?a?-u %a? %f" |
| filename = "20mm_Calibration_Box.stl"; | |
| layer_thickness = 0.2; | |
| brim_initial_width = 5; | |
| brim_layers = 5; | |
| brim_step_width = 1; | |
| brim_offsets = [ | |
| for (l = [0:brim_layers]) | |
| [l, max (0, brim_initial_width - brim_step_width * l)] | |
| ]; |
I hereby claim:
To claim this, I am signing this object: