Skip to content

Instantly share code, notes, and snippets.

View ChickenParmigiana's full-sized avatar
:octocat:

Danilo Baker ChickenParmigiana

:octocat:
View GitHub Profile
import tkinter as tk
from tkinter import messagebox
# List of dimensions based on the schematic and report
dimensions = [
"SH3/D3 Surface Finish 0.4um Ra",
"SH2/A7 2XØ6.00±0.25",
# ... add all other dimensions ...
]
# Edit this configuration file to define what should be installed on
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running ‘nixos-help’).
{ config, pkgs, ... }:
{
################################################################################
# System