initial commit
This commit is contained in:
36
configs/flap_config_1.yaml
Normal file
36
configs/flap_config_1.yaml
Normal 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"
|
||||
Reference in New Issue
Block a user