[NonGNU ELPA] Scad-Mode version 99.0
ELPA update <[email protected]> Tue, 19 May 2026 17:20:44 -0400
| Newsgroups | gmane.emacs.sources |
|---|---|
| Message-ID | <[email protected]> |
Version 99.0 of package Scad-Mode has just been released in NonGNU ELPA.
You can now find it in M-x list-packages RET.
Scad-Mode describes itself as:
======================================
A major mode for editing OpenSCAD code
======================================
More at https://elpa.nongnu.org/nongnu/scad-mode.html
## Summary:
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
SCAD-MODE - EMACS MODE TO EDIT OPENSCAD FILES
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
1 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)
2 Org Babel support
═══════════════════
┌────
│ for (y=[0:2:20]) {
│ translate([0,0,y+1])
│ cube([30-2*y,30-2*y,2], true);
│ }
└────
3 Installation
══════════════
## Recent NEWS:
[Not provided 🙁]