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

OpenSCAD Installation in Linux Mint 21 – Step-by-step

January 27, 2023 | By the+gnu+linux+evangelist.

Installing

  1. 2. Enabling OpenSCAD PPA Repo

    Add OpenSCAD PPA for Linux Mint

    Install OpenSCAD Repo for Linux Mint
  2. 3. Installing OpenSCAD

    Next to Install OpenSCAD on Linux Mint
    Simply play:

    sudo apt install openscad

Contents