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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<meta name="viewport" content="width=device-height, initial-scale=1"> | |
<title>Loading TyranoScript</title> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-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
{ | |
"id": "rostock-mini", | |
"version": 1, | |
"name": "Delta Rostock mini", | |
"author": "onitake", | |
"manufacturer": "Other", | |
"file_formats": "text/x-gcode", | |
"inherits": "fdmprinter.json", | |
"machine_settings": { | |
"machine_width": { "default": 160 }, |
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/env python | |
import sys | |
import math | |
import json | |
steps = 6 | |
if len(sys.argv) > 1: | |
steps = int(sys.argv[1]) | |
radius = 80.0 |
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/perl | |
use strict; | |
use warnings; | |
use IO::File; | |
sub usage() { | |
print STDERR "Usage: scantscf GSL_TS_CFG.h\n"; | |
print STDERR "Dumps the configuration block of Silead firmware in header format.\n"; | |
-1; |
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
EESchema-DOCLIB Version 2.0 Date: Thu 09 Apr 2015 02:01:50 CEST | |
# | |
$CMP 74LS51 | |
D Dual 3- and 2-input AND-NOR ( S = /(AB[C] + DE[F]) ) | |
K TTL ANDNOR | |
$ENDCMP | |
# | |
#End Doc Library |