﻿<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ja">
	<id>https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Extensions%3A2.6%2FPy%2FScripts%2FModeling%2FPrintToolbox</id>
	<title>Extensions:2.6/Py/Scripts/Modeling/PrintToolbox - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Extensions%3A2.6%2FPy%2FScripts%2FModeling%2FPrintToolbox"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Extensions:2.6/Py/Scripts/Modeling/PrintToolbox&amp;action=history"/>
	<updated>2026-08-01T07:24:55Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Extensions:2.6/Py/Scripts/Modeling/PrintToolbox&amp;diff=141031&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Extensions:2.6/Py/Scripts/Modeling/PrintToolbox&amp;diff=141031&amp;oldid=prev"/>
		<updated>2018-06-28T20:53:45Z</updated>

		<summary type="html">&lt;p&gt;1版 をインポートしました&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;ja&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← 古い版&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;2018年6月28日 (木) 20:53時点における版&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;ja&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(相違点なし)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Yamyam</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Extensions:2.6/Py/Scripts/Modeling/PrintToolbox&amp;diff=141030&amp;oldid=prev</id>
		<title>wiki&gt;Ideasman42: /* Scale */</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Extensions:2.6/Py/Scripts/Modeling/PrintToolbox&amp;diff=141030&amp;oldid=prev"/>
		<updated>2013-05-07T02:58:00Z</updated>

		<summary type="html">&lt;p&gt;‎&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Scale&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= 3D Printing Toolbox =&lt;br /&gt;
&lt;br /&gt;
[[File:blender_print_tools.png|thumb|right|400px|Example of Cura with an exported mesh.]]&lt;br /&gt;
&lt;br /&gt;
The purpose of this addon is to be a collection of useful tools when printing.&lt;br /&gt;
&lt;br /&gt;
Currently there are 5 main sections to this addon which can be accessed from the toolbox.&lt;br /&gt;
* Statistics&lt;br /&gt;
* Error Checking&lt;br /&gt;
* Cleanup&lt;br /&gt;
* Rescaling&lt;br /&gt;
* Export&lt;br /&gt;
&lt;br /&gt;
==== Notes ====&lt;br /&gt;
* Some of the tools included in this addon (and 3d printing in general) expects geometry to be manifold. This means it has an inside/outside with no holes.&lt;br /&gt;
&lt;br /&gt;
=== Statistics ===&lt;br /&gt;
; '''Volume'''&lt;br /&gt;
: The volume of the mesh (with modifiers and transformation applied).&lt;br /&gt;
: Reported volume is given in blender units and cubic centimeters (cm³) which is a common unit used in 3d printing.&lt;br /&gt;
: note: the method used relies on face normals being flipped correctly and the mesh being manifold.&lt;br /&gt;
&lt;br /&gt;
; '''Area'''&lt;br /&gt;
: This simply reports the combined area of all faces (with modifiers and transformation applied).&lt;br /&gt;
: Reported area is given in blender units and squared centimeters (cm²).&lt;br /&gt;
&lt;br /&gt;
=== Checks ===&lt;br /&gt;
&lt;br /&gt;
While the following checks can be done in both object-mode and edit-mode, notice that switching to edit-mode turns the reports into buttons you can click on to select the problem areas.&lt;br /&gt;
&lt;br /&gt;
; '''Solid'''&lt;br /&gt;
: This checks that the mesh has an inside/outside (is manifold), and connected faces are not flipped in opposing directions. This check is important because other tools rely on the mesh being solid.&lt;br /&gt;
{{clr}}&lt;br /&gt;
; '''Intersections'''&lt;br /&gt;
[[File:Addon_print_toolbox_intersections.png|thumb|right|300px|Simple examples of intersecting meshes.]]&lt;br /&gt;
: The check reports faces that pass through other faces in the mesh (a self intersecting mesh).&lt;br /&gt;
: While intersecting geometry may print in some cases its normally something to avoid.&lt;br /&gt;
{{clr}}&lt;br /&gt;
; '''Degenerate'''&lt;br /&gt;
: This check reports zero length edges and zero area faces, against a user defined threshold.&lt;br /&gt;
: This may work in some cases but can cause problems depending on the tools used.&lt;br /&gt;
{{clr}}&lt;br /&gt;
; '''Distorted Faces'''&lt;br /&gt;
[[File:Addon_print_toolbox_distorted.png|thumb|right|300px|Twisted faces often distort.]]&lt;br /&gt;
: This check reports non-flat faces which may print with undefined tessellation.&lt;br /&gt;
{{clr}}&lt;br /&gt;
; '''Thickness'''&lt;br /&gt;
[[File:Addon_print_toolbox_thickness.png|thumb|right|300px|Example mesh with thin areas.]]&lt;br /&gt;
: Checks the 'Wall Thickness', a physical limitation with many 3D printers is the thickness of a surfaces that can be printed.&lt;br /&gt;
{{clr}}&lt;br /&gt;
; '''Sharpness'''&lt;br /&gt;
: Similar to 'Wall Thickness', especially sharp areas may create areas which are too thin to print.&lt;br /&gt;
{{clr}}&lt;br /&gt;
; '''Overhang'''&lt;br /&gt;
[[File:Addon_print_toolbox_overhang.png|thumb|right|300px|Example of overhanging faces that exceed 45 degrees.]]&lt;br /&gt;
: When printing without support material, there is a limit to the extent to which faces can overhang.&lt;br /&gt;
: This is a physical limitation which varies depending on the material and the printer but 45 degrees is a common default.&lt;br /&gt;
{{clr}}&lt;br /&gt;
; '''All'''&lt;br /&gt;
: This is simply a convenience function which runs all checks at once.&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
=== Clean ===&lt;br /&gt;
&lt;br /&gt;
; '''Isolated'''&lt;br /&gt;
: Removes isolated faces, edges and vertices since these won't be printed and may confuse other tools.&lt;br /&gt;
&lt;br /&gt;
; '''Distorted Faces'''&lt;br /&gt;
: Using ngons and quads is fine in most cases. but when they are not flat the resulting triangulation is undefined.&lt;br /&gt;
: This tool triangulated distorted faces based on an angle limit.&lt;br /&gt;
&lt;br /&gt;
=== Re-Scale ===&lt;br /&gt;
There are two tools for scaling, before printing you may want to scale the model based on volume or size constraints.&lt;br /&gt;
&lt;br /&gt;
* Volume: This scales an object (or selected objects), to target a set volume.''Useful if you are paying based on volume or want to limit the amount of material used per item.''&lt;br /&gt;
* Length: This scales an object (or selected objects), to target a maximum length.&lt;br /&gt;
&lt;br /&gt;
Note, for these options you may want to set the scene units to metric/imperial, so you can enter values in &amp;lt;tt&amp;gt;cm³&amp;lt;/tt&amp;gt; (cubic centimeters) or &amp;lt;tt&amp;gt;&amp;quot;³&amp;lt;/tt&amp;gt; (cubic inches).&lt;br /&gt;
&lt;br /&gt;
=== Export ===&lt;br /&gt;
&lt;br /&gt;
This section is included for convenience so you can store an output directory for your model and export it without having to go to the file selector each time.&lt;br /&gt;
&lt;br /&gt;
The file is exported to the directory and the file-name is based on the object name.&lt;br /&gt;
The default directory &amp;quot;//&amp;quot; represents the current blend file path.&lt;br /&gt;
&lt;br /&gt;
In most cases you can just choose a format and press export.&lt;/div&gt;</summary>
		<author><name>wiki&gt;Ideasman42</name></author>
		
	</entry>
</feed>