Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Walter's Chair | |
var woodColor = [0.93,0.83,0.67]; | |
function getParameterDefinitions() { | |
return [ | |
{ name: 'seatDepth', type: 'float', initial: 12, caption: "Seat Depth" }, | |
{ name: 'seatWidth', type: 'float', initial: 12, caption: "Seat Width" }, | |
{ name: 'chairHeight', type: 'float', initial: 12, caption: "Chair Height" }, | |
{ name: 'seatHeight', type: 'float', initial: 7, caption: "Seat Height" }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh -vex | |
# To run as one-liner: | |
# wget https://goo.gl/JfLl3S -v -O fabmo_install.sh && chmod u+x ./fabmo_install.sh && ./fabmo_install.sh | |
# Stop running instances of the engine and updater | |
systemctl stop fabmo | |
systemctl stop fabmo-updater | |
# Clear out old installations | |
rm -rf /fabmo /opt/fabmo |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'---------------------------------------------------------------- | |
'SHOPBOT ROUTER FILE IN INCHES | |
'GENERATED BY PARTWorks | |
'Minimum extent in X = 0.000 Minimum extent in Y = 0.000 Minimum extent in Z = -0.375 | |
'Maximum extent in X = 10.000 Maximum extent in Y = 10.000 Maximum extent in Z = 0.000 | |
'Length of material in X = 10.000 | |
'Length of material in Y = 10.000 | |
'Depth of material in Z = 0.375 | |
'Home Position Information = Bottom Left Corner, Material Surface | |
'Home X = 0.000000 Home Y = 0.000000 Home Z = 0.500000 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
N7 M4 | |
N7 M8 | |
N9 G4 P2 | |
N14G0Z0.95000 | |
N15G0X0.00000Y0.00000F119.40000 | |
N16G0X2.31818Y3.29442Z0.20000F119.40000 | |
N17G1X2.31818Y3.29442Z-0.12500F119.40000 | |
N18G2X2.31880Y3.29408I0.00014J-0.00048F60.00000 | |
N19G2X2.31846Y3.29346I-0.00048J-0.00014F60.00000 | |
N20G2X2.31784Y3.29380I-0.00014J0.00048F60.00000 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
N32G0Z0.80000 | |
N33G0X11.74364Y1.50458Z0.20000F120.00000 | |
N34G1X11.74364Y1.50458Z-0.26000F120.00000 | |
N35G3X11.74443I0.00039J0.00000F60.00000 | |
N36G2X11.86943Y1.62958I0.12500J0.00000F60.00000 | |
N37G1X14.36786Y1.62958Z-0.26000F120.00000 | |
N38G2X14.49286Y1.50458I0.00000J-0.12500F60.00000 | |
N39G3X14.49364I0.00039J0.00000F60.00000 | |
N40G1X14.49364Y2.05458Z-0.26000F120.00000 | |
N41G3X14.49286I-0.00039J0.00000F60.00000 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"gco": 2, | |
"si": 250, | |
"1ma": 0, | |
"2ma": 1, | |
"3ma": 2, | |
"4ma": 3, | |
"5ma": 4, | |
"6ma": 5, | |
"1sa": 1.8, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
# Copyright (c) 2014, Intel Corporation. | |
# | |
# This program is free software; you can redistribute it and/or modify it | |
# under the terms and conditions of the GNU Lesser General Public License, | |
# version 2.1, as published by the Free Software Foundation. | |
# | |
# This program is distributed in the hope it will be useful, but WITHOUT ANY | |
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
"bufio" | |
"fmt" | |
"net" | |
"os" | |
"time" | |
) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(VCarve File) | |
G0 Z0.2500 | |
M4 | |
G4 P3 | |
G0 X0.1048 Y0.0044 | |
G1 X0.1048 Y0.0044 Z-0.0031 F120.0000 | |
G1 X0.1397 Y0.0437 Z-0.0278 F120.0000 | |
G1 X0.2445 Y0.0480 Z-0.0340 F120.0000 | |
G1 X0.4192 Y0.1354 Z-0.0957 F120.0000 | |
G1 X0.5808 Y0.0568 Z-0.0401 F120.0000 |