Homeโ€บ Blogโ€บ FM2 LISP: Feet-Inch Text to Metre Converter Free Download
๐Ÿ“ LISP

FM2 LISP: Feet-Inch Text to Metre Converter Free Download

๐Ÿงฎ 1  |  ๐ŸŸข 1
11 Feb 2026 Trishunya Team
FM2 LISP: Feet-Inch Text to Metre Converter Free Download
๐Ÿ“ LISP · CAD UTILITIES

FM2 LISP: Feet-Inch Text to Metre Converter (Free AutoLISP Download)

๐Ÿ“… 11 Feb 2026 ๐Ÿท๏ธ CAD BGBgol Global
FM2 AutoLISP routine, Feet-Inch Text to Metre Converter, shown inside a CAD window

FM2 scans selected TEXT or MTEXT entities written in feet-and-inches notation (90' 20") and creates a new text entity next to each one showing the equivalent value in metres. The original text is left untouched, so you can visually compare before and after.

FT2M-bgol (Feet-Inch Text to Metre Converter)

CATEGORY
Land Survey Lisps
COMMAND NAME
FM2
LISP FILE
FT2M-bgol.lsp
LICENSE
Open-source, free

Command Type: AutoLISP routine (works in AutoCAD, BricsCAD, ZWCAD and most AutoLISP-compatible CAD platforms)
Developed by: BGol Community, bgol.in

Inspired by the general concept of feet-inch-to-metre text converters used in survey/civil drafting. This is an original, independently written routine, new file name, new command name, new source code, created so the CAD community has a free, editable, open-source alternative.

Overview

FM2 scans selected TEXT or MTEXT entities written in feet-and-inches notation (90' 20") and creates a new text entity next to each one showing the equivalent value in metres. The original text is left untouched, so you can visually compare before and after.

How to Use

  1. Load FT2M-bgol.lsp into your CAD session (drag-and-drop the file onto the drawing window, or use the APPLOAD command).
  2. Type FM2 at the command line and press Enter.
  3. Select one or more TEXT/MTEXT entities formatted exactly as ' ", for example 1523' 6".
  4. Press Enter to finish selection.
  5. A new text entity is created at the same insertion point showing the converted value, e.g. 1523' 6" โ†’ 464.363 m.
  6. Converted text is placed on a dedicated layer, BGOL-M2FT (colour magenta), so it's easy to tell apart from the original values.

Why Use It

  • Converts many feet-inch labels to metric in one command run instead of manual arithmetic and retyping.
  • Strict ft' in" input pattern avoids ambiguous parsing.
  • Keeps the original text in place, so the converted labels sit right next to their source for easy checking.
  • Dedicated colour/layer makes converted values easy to spot at a glance.

Where to Use It

  • Projects mixing Imperial (feet/inches) and metric drawing standards.
  • Coordinating between US/UK-influenced survey data and metric-standard drawings on shared infrastructure projects.
  • Cleaning up legacy drawings before standardizing on metric units.

Notes

  • Only text strictly formatted as feet' inches" is converted; anything else is skipped and reported in the command-line log.
  • Source code is fully open, feel free to study, modify, and redistribute it under the same open, free-for-all spirit.

Credits

Developed and shared for the CAD community by BGol Community. Website: https://bgol.in/ Free and open-source, use it, modify it, share it, for personal or commercial work alike.

Frequently Asked Questions

What CAD platforms does FM2 work on?

FM2 is a standard AutoLISP routine, so it runs in AutoCAD, BricsCAD, ZWCAD, and most other AutoLISP-compatible CAD platforms without modification.

What should I know before using FM2?

Only text strictly formatted as feet' inches" is converted; anything else is skipped and reported in the command-line log.

What is the main benefit of using FM2?

Converts many feet-inch labels to metric in one command run instead of manual arithmetic and retyping.

Is FM2 free to use for commercial projects?

Yes. FM2 is fully open-source and free to use, modify, and redistribute for both personal and commercial work, developed and shared by the BGol Community.

How do I load the FM2 command into my drawing?

Drag and drop FT2M-bgol.lsp onto your open drawing window, or load it through the APPLOAD command, then type FM2 at the command line to run it.

๐Ÿค About BGol Community

BGol Community of Advanced Surveying builds and shares free, open-source tools for the survey and CAD drafting community.

๐Ÿ™Œ Made with โค๏ธ by BGol Community of Advanced Surveying

Free, open-source, and built for the CAD community, for personal or commercial use, always.

Back to all articles