This package browser is in early development. Mind the rough edges.

emacs-scad-mode 96.0

Emacs mode to edit OpenSCAD files

scad-mode provides an Emacs major mode for editing OpenSCAD code. Features:

  • Syntax highlighting

  • Basic completion function (press M-TAB)

  • Preview rendered model in separate window (press C-c C-c)

  • Open buffer in OpenSCAD (press C-c C-o)

  • Export buffer with OpenSCAD (press C-c C-e)

  • Flymake support (enable flymake-mode in scad-mode buffers)

  • Org Babel support (scad source blocks)

Installation

Install emacs-scad-mode 96.0 as follows:

guix install emacs-scad-mode@96.0

Or install the latest version:

guix install emacs-scad-mode

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.