Skip to content

Instantly share code, notes, and snippets.

@Timmiej93
Timmiej93 / Labelmaker.scad
Last active August 9, 2025 18:03
OpenSCAD file to create a 3D-printable label with text on both sides and attachment holes for zip ties.
/* Created by Tim Derks
2025-08-09
Source: https://gist.github.com/Timmiej93/4b53ce9bedd12e1705290a0900ebe04a
OpenSCAD file to create a 3D-printable label with text on both sides and attachment holes for zip ties.
Customizations:
- Text: The text on the label;
- FlipAroundX: Which way the text on the back should face.
- True: Flip around X axis (start of word stays on the same side);
- False: Flip around Y axis (top of word stays on the same side);
@Timmiej93
Timmiej93 / ShowMeTheMoney.lua
Last active September 29, 2017 18:43
ShowMeTheMoney mod for Farming Simulator 17
-- ShowMeTheMoney for Farming Simulator 17
-- @description: This displays the total amount of money available on the server to all players when playing a multiplayer game
-- @author: Slivicon
-- History at end of file.
--
ShowMeTheMoney = {};
ShowMeTheMoney.enabled = true;
ShowMeTheMoney.fontSize = 0.014;
ShowMeTheMoney.money = 0;