$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

OpenSCAD Installation in Fedora 37 – Step-by-step

October 11, 2022 | By the+gnu+linux+evangelist.

Installation

  1. 3. Installing OpenSCAD

    Next to Install OpenSCAD on Fedora 37.

    sudo dnf install openscad

    And for the MCAD Library:

    sudo dnf install openscad-MCAD

Contents