initial commit

This commit is contained in:
Dennis Gunia
2025-09-11 21:57:16 +02:00
commit ebd90083e7
10 changed files with 541 additions and 0 deletions

View File

@@ -0,0 +1,36 @@
defaults: # default values for all flaps. can be overwritten in 'flaps'
font: "TW Cen MT Condensed:style=Bold"
font_size: 40
font_y_scale: 1.3
svg_scale: 0.8
string: ' '
svg: ''
globals:
flap_width: 42.8 # flap width
flap_height: 35 # flap height
flap_thickness: 1 # flap thickness
flap_recess: 18 # recessed area in mm
flap_recess_width: 2 # recessed area width
flap_tap_width: 1 # flap tap width (shoud be smaller than d)
flap_tap_offset: 1 # margin to flap top
output_path: "./out"
scad_path: "/usr/bin/openscad"
scad_file: "./templates/flap_generator_w_svg.scad"
flaps:
- string: "A"
- string: "B"
- string: "C"
- svg: "svgs/calendar-blank-icon.svg"
svg_scale: 0.8
- svg: "svgs/plane-icon.svg"
svg_scale: 0.8
- string: " "
combine: # not implemented
enable: true
orca_slicer_exec: "/home/dennisgunia/Downloads/OrcaSlicer_Linux_AppImage_V2.3.0.AppImage"
fillament:
background: "./fillament_presets/bl.json"
foreground: "./fillament_presets/wt.json"