Skip to content

Instantly share code, notes, and snippets.

View tianmarin's full-sized avatar

Cristian Marin tianmarin

  • Noviscorp
  • Mexico
View GitHub Profile
@tianmarin
tianmarin / parameters.csv
Last active May 14, 2022 14:38
MicroFreak 3D Printed Fusion 360 Parameters
Name Unit Expression Value Comments
tabHeight mm 15 mm 15.00 Should not edit this parameter
tabTopWidth mm 8 mm 8.00 Should not edit this parameter
tabBottomWidth mm 14 mm 14.00 Should not edit this parameter
tabSpacer mm 3 mm 3.00 Should not edit this parameter
tabWidth mm 16.5 mm 16.50 Should not edit this parameter
tabCircleRadius mm 4.5 mm 4.50 Should not edit this parameter
tabCircleSpacer mm 5 mm 5.00 Should not edit this parameter
tilt deg 20 deg 20.00 Device tilt
baseLength mm 120 mm 120.00 Stand length
var gulp = require('gulp'),
less = require('gulp-less'),
autoprefix = require('gulp-autoprefixer'),
sourcemaps = require('gulp-sourcemaps'),
rename = require('gulp-rename'),
concat = require('gulp-concat'),
minifyCSS = require('gulp-minify-css'),
jshint = require('gulp-jshint'),
uglify = require('gulp-uglify'),
livereload = require('gulp-livereload'),
background: linear-gradient(44deg, #c8461f, #bdc81f, #36c81f, #1fc8b3, #1f57c8, #a21fc8, #c81f2d);
background-size: 1400% 1400%;
-webkit-animation: AnimationName 36s ease infinite;
-moz-animation: AnimationName 36s ease infinite;
animation: AnimationName 36s ease infinite;
@-webkit-keyframes AnimationName {
0%{background-position:0% 99%}
50%{background-position:100% 2%}