Search the Community
Showing results for tags 'format'.
-
Need help. how to maintain 3 decimal places even with zeros like in the picture? (defun c:nanpt () (vl-load-com) (princ "\nStakeout Point by: Nan Glase (2024-12-24)") (princ "\nEnter \"NANPT\" to run.") (setq points '()) (setq polyline nil) ; Variable to hold the polyline object ;;...
-
For a Me3D printer, it can only print these file types: .STL, .AMF, .ZIP and .GCODE. When printing something from AutoCad, .DWG or .DXF, is there away on AutoCad or any other software that will allow to export or import these file types. Note I also have Blender and tried import a .DXF file an...
- 3 replies
-
- file
- 3d printing
-
(and 1 more)
Tagged with:
-
Trouble with changing text formats in a table
rushmore posted a topic in AutoCAD Drawing Management & Output
Hi All, Not sure if this is the correct forum to post this in. But I'm having trouble with formatting a table a certain way. I am creating a table with a user input. User will input a footage as in 500 and it formats to 500'. Or a diameter in a separate column which will format 2 into 2". I did...