- 14 dkg cukru moučky
- 30 dkg hladké mouky
- 8 dkg mletých ořechů (mandle, lískové, vlašské
- 21 dkg másla
- 1 žloutek
- 2 lžičky kakaa (volitelně)
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
/**************************************************************************** | |
* Altair's GoPro mounts library for OpenSCAD version: 1.0.0 (2021-04-16) * | |
* Copyright (c) Michal A. Valasek, 2021 license: CC BY-NC-SA 4.0 * | |
* ------------------------------------------------------------------------ * | |
* www.rider.cz * www.altair.blog * | |
****************************************************************************/ | |
// Demo | |
$fn = 16; | |
color("#cc3333") gopro_mount_f(); |
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
include <A2D.scad>; // https://github.com/ridercz/A2D | |
assert(a2d_required([1, 6, 0]), "Please upgrade A2D library to version 1.6.0 or higher."); | |
/* [General] */ | |
height = 15; | |
main_hole_size = [35.5, 42.5]; | |
prop_hole_size = [40, 15]; | |
wall_thickness = 6; | |
radius = 3; |
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
// For more information about this code (in Czech) see | |
// https://www.altair.blog/2019/11/layered-text | |
/* [Base] */ | |
base_color = "#333333"; | |
base_paddding = 2; | |
base_height = 2; | |
/* [Text layers] */ | |
layer_heights = [1, 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
/* [Parameters] */ | |
inner_diameter_a = 20; | |
opening_angle_a = 60; | |
inner_diameter_b = 22; | |
opening_angle_b = 110; | |
height = 20; | |
wall_thickness = 2.49; // 6 perimeters of 0.4 mm nozzle | |
/* [Hidden] */ | |
$fn = 64; |
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
/***************************************************************************** | |
* PARAMETRIC MAGNETIC CLASP for protective mask version 1.1.0 (2020-03-30) * | |
* ------------------------------------------------------------------------- * | |
* Copyright (c) Michal Altair Valasek, 2020 - Licensed under CC BY-NC-SA * | |
* www.rider.cz * www.altairis.cz * www.altair.blog * | |
*****************************************************************************/ | |
include <A2D.scad>; // https://github.com/ridercz/A2D | |
assert(a2d_required([1, 5, 0]), "Please upgrade A2D library to version 1.5.0 or higher."); |
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
// Redukce odsávání pro stolovou pilu ve FutLabu | |
// (c) Michal A. Valášek, 2020 - CC BY-NC-SA | |
include <A2D.scad>; // https://github.com/ridercz/A2D | |
assert(a2d_required([1, 5, 0]), "Please upgrade A2D library to version 1.5.0 or higher."); | |
/* [Narrow part] */ | |
narrow_outer_diameter = 64; | |
narrow_length = 25; |
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
/**************************************************************************** | |
* SUCTION CUP HOLDER version 1.0 (2020-02-11) * | |
* Copyright (c) Michal Altair Valasek, 2020 * | |
* www.rider.cz | www.altair.blog * | |
****************************************************************************/ | |
/* [General] */ | |
inner_diameter = 56; | |
height = 30; | |
wall_thickness = 1.67; |