Use the openscad file to create your own frame.
https://github.com/fz72/openscad_frame
You can use these parameters:
length = 53.5; // Length (X)
width = 10; // Width (Y)
height = 10; // Height (Z)
groove_height = 1; // Groove height (Z)
groove_depth = 2; // Groove depth (Y)
groove_pos_height = 4.5; // Groove position height
tenon_width = 4; // Tenon width (Y)
tenon_height = 4; // Tenon height (Z)
tenon_depth = 5; // Tenon depth (X)
tenon_radius = 3; // Tenon radius
corner_part = true; // Add corner part (true = yes, false = no)
corner_length = 77;
add_holes = true; // Enable/disable holes in the middle
hole_diameter = 3; // Diameter of the hole
hole_depth = 5; // Depth of the hole
Use the files in the separate folder. Please pay attention to the file description.
Print 4 cornors
Print 4 edges (199mm)
Print 2 edges (200mm)
The author marked this model as their own original creation.