
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hey guys,
I've spent quite a bit of time creating some company macros to make our users life easier and faster. I am using an enterprise cuix to distribute it through our offices.
What I have found though is the macros will work in Autocad lt 2011 and up until you get to lt 2017 when they don't work. I'm not sure why they don't work. There is nothing very fancy in the script.
Here is an example:
^C^C-layer;s;"MS Blocks";
^C^Cinsert;"Fixtures Block.dwg";0,0;1
;^C^Cscale;l;;0,0;0.75;
^C^Cexplode;l;
;
^C^Cinsert;"Dynamic LED Strip Ceiling 25.dwg";-5,-7685;;;;;
^C^Cinsert;"Dynamic LED Strip Floor 25.dwg";-5,-8060;;;;;
^C^Cinsert;"Dynamic LED Strip Type 2 Ceiling 25.dwg";-5,-8435;;;;;
^C^Cinsert;"Dynamic LED Strip Type 2 Floor 25.dwg";-5,-8810;;;;;^C^Cinsert;"TFB Centre Line Text 25 Ceiling Dynamic.dwg";-5,-9308;;;;
^C^Cinsert;"Centre Line Text 25 Floor Dynamic.dwg";-5,-9807;;;
;^C^C-dimstyle;r;"TFB MS 3mm at 1 to 25"
;
^C^C-style;"TFB MS 3mm at 1 to 25"
;^C^Czoom;e
^C^C-layer;s;"TFB MS Xref";;
Any suggestions?
Cheers
Solved! Go to Solution.