<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Custom Line type not to scale in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/custom-line-type-not-to-scale/m-p/12966749#M11558</link>
    <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i am trying to make a custom line type but it keeps making it not to scale.&lt;/P&gt;&lt;P&gt;any fix to this problem? thanks in advance!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="renaldy_wibisonoSHQ64_0-1724051899237.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1399235i0AF3B16C3F435875/image-size/medium?v=v2&amp;amp;px=400" role="button" title="renaldy_wibisonoSHQ64_0-1724051899237.png" alt="renaldy_wibisonoSHQ64_0-1724051899237.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;above is the object selected to make the line type via :&amp;nbsp;&lt;/P&gt;&lt;P&gt;express --&amp;gt; tools -&amp;gt; make line type&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;below is the resulting line&lt;/P&gt;</description>
    <pubDate>Mon, 19 Aug 2024 07:19:28 GMT</pubDate>
    <dc:creator>renaldy_wibisonoSHQ64</dc:creator>
    <dc:date>2024-08-19T07:19:28Z</dc:date>
    <item>
      <title>Custom Line type not to scale</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/custom-line-type-not-to-scale/m-p/12966749#M11558</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i am trying to make a custom line type but it keeps making it not to scale.&lt;/P&gt;&lt;P&gt;any fix to this problem? thanks in advance!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="renaldy_wibisonoSHQ64_0-1724051899237.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1399235i0AF3B16C3F435875/image-size/medium?v=v2&amp;amp;px=400" role="button" title="renaldy_wibisonoSHQ64_0-1724051899237.png" alt="renaldy_wibisonoSHQ64_0-1724051899237.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;above is the object selected to make the line type via :&amp;nbsp;&lt;/P&gt;&lt;P&gt;express --&amp;gt; tools -&amp;gt; make line type&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;below is the resulting line&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2024 07:19:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/custom-line-type-not-to-scale/m-p/12966749#M11558</guid>
      <dc:creator>renaldy_wibisonoSHQ64</dc:creator>
      <dc:date>2024-08-19T07:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Line type not to scale</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/custom-line-type-not-to-scale/m-p/12966830#M11559</link>
      <description>&lt;P&gt;It might have to do with both your units and if a general linetype scale is set in the drawing in which you are using the make line type command.&lt;BR /&gt;&lt;BR /&gt;Does the linetype only contain dashes/spaces/dots (or even text)? Then I find it easier to create the linetype directly in notepad in a .lin file of my own making.&lt;BR /&gt;All the necessary information can be found in the Autodesk help files:&lt;BR /&gt;&lt;A href="https://help.autodesk.com/view/ACD/2025/ENU/?guid=GUID-EF1DF0A9-2088-487C-8085-16FEE6425405" target="_blank" rel="noopener"&gt;https://help.autodesk.com/view/ACD/2025/ENU/?guid=GUID-EF1DF0A9-2088-487C-8085-16FEE6425405&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You can save any .txt file with the .lin extension. To create a linetype you need two rows:&lt;BR /&gt;The first row contains the name, and description seperated by a comma. The name always starts with an asterisk.&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class=""&gt;*&lt;/SPAN&gt;&lt;SPAN class=""&gt;DASHDOT&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;&lt;SPAN class=""&gt;Dash&lt;/SPAN&gt;&lt;SPAN class=""&gt; dot __ &lt;/SPAN&gt;&lt;SPAN class=""&gt;.&lt;/SPAN&gt;&lt;SPAN class=""&gt; __ &lt;/SPAN&gt;&lt;SPAN class=""&gt;.&lt;/SPAN&gt;&lt;SPAN class=""&gt; __ &lt;/SPAN&gt;&lt;SPAN class=""&gt;.&lt;/SPAN&gt;&lt;SPAN class=""&gt; __ &lt;/SPAN&gt;&lt;SPAN class=""&gt;.&lt;/SPAN&gt;&lt;SPAN class=""&gt; __ &lt;/SPAN&gt;&lt;SPAN class=""&gt;.&lt;/SPAN&gt;&lt;SPAN class=""&gt; __ &lt;/SPAN&gt;&lt;SPAN class=""&gt;.&lt;/SPAN&gt;&lt;SPAN class=""&gt; __ &lt;/SPAN&gt;&lt;SPAN class=""&gt;.&lt;/SPAN&gt;&lt;SPAN class=""&gt; __ &lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;The description is what will show in the layers/properties and linetype palettes as a preview.&lt;BR /&gt;&lt;BR /&gt;The second line contains the actual definition:&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class=""&gt;A&lt;/SPAN&gt;&lt;SPAN class=""&gt;,.&lt;/SPAN&gt;&lt;SPAN class=""&gt;5&lt;/SPAN&gt;&lt;SPAN class=""&gt;,-.&lt;/SPAN&gt;&lt;SPAN class=""&gt;25&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;&lt;SPAN class=""&gt;0&lt;/SPAN&gt;&lt;SPAN class=""&gt;,-.&lt;/SPAN&gt;&lt;SPAN class=""&gt;25&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;The A is the alignment field, there's a whole theory behind it but it doesn't really matter, A is the only one supported.&lt;BR /&gt;Then separated by comma's you make your dots/spaces/dashes:&lt;BR /&gt;0 : a dot&lt;BR /&gt;postive number: a dash of that length (the units are determined by the drawing)&lt;BR /&gt;negative number: a space of that length&lt;BR /&gt;&lt;BR /&gt;You can only start with a dot or a dash, you cannot start your definition with a space and you can have a maximum of 12 dots/dashes/spaces.&lt;BR /&gt;&lt;BR /&gt;For text insertion in your linetype, read this:&lt;BR /&gt;&lt;A href="https://help.autodesk.com/view/ACD/2025/ENU/?guid=GUID-FEDCE7EB-4919-43AE-A54E-F3A293DD60CA" target="_blank" rel="noopener"&gt;https://help.autodesk.com/view/ACD/2025/ENU/?guid=GUID-FEDCE7EB-4919-43AE-A54E-F3A293DD60CA&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2024 08:02:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/custom-line-type-not-to-scale/m-p/12966830#M11559</guid>
      <dc:creator>Michiel.Valcke</dc:creator>
      <dc:date>2024-08-19T08:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Line type not to scale</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/custom-line-type-not-to-scale/m-p/12967370#M11560</link>
      <description>&lt;P&gt;Have you checked your PSLTSCALE &amp;amp; LTSCALE? Your custom line type might be right, but not showing up due to these settings. Many times you have to play with both to get Paper Space &amp;amp; Model Space to look the same. The Center Line shown is CENTER2.&amp;nbsp;&lt;/P&gt;&lt;P&gt;My Viewport scale is:&amp;nbsp; 1" = 1'-0". My PSLTSCALE is 0. My LTSCALE is 5. My LINETYPE SCALE is 1 (select line to see this).&lt;/P&gt;&lt;P&gt;Many times I have to play with all 3 depending on the type of line I am using (center, section, hidden, etc.)&lt;/P&gt;&lt;P&gt;See my images pasted below.&lt;/P&gt;&lt;P&gt;Hope this help!&lt;/P&gt;&lt;P&gt;JRR!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jreidKVSUZ_2-1724071000863.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1399399i0A41B6CBC540BB11/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jreidKVSUZ_2-1724071000863.png" alt="jreidKVSUZ_2-1724071000863.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2024 12:36:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/custom-line-type-not-to-scale/m-p/12967370#M11560</guid>
      <dc:creator>jreidKVSUZ</dc:creator>
      <dc:date>2024-08-19T12:36:44Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Line type not to scale</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/custom-line-type-not-to-scale/m-p/12967423#M11561</link>
      <description>&lt;P&gt;I don't think the issue is the linetype scale.&amp;nbsp; Since the gaps and the short dash are the same size in both, I think the problem is in the linetype-making process not reading the longer dash lengths correctly.&lt;/P&gt;
&lt;P&gt;I, too, don't typically use the MKLTYPE Express Tool, but write my own definitions, but that requires some familiarity with the way they're written.&amp;nbsp; However, it should be very easy to adjust your resulting definition, by increasing the value of the larger positive numbers [the longer pen-down, i.e. dash, lengths, assuming from your image that there will be two of equal length].&amp;nbsp; Can you post it?&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2024 12:59:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/custom-line-type-not-to-scale/m-p/12967423#M11561</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2024-08-19T12:59:44Z</dc:date>
    </item>
  </channel>
</rss>

