<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:media="http://search.yahoo.com/mrss/">
 	<channel>
		<title>Demonstrations of different mold cutting styles in various materials. | Flexible Jewelry Molds | Chuck Hunner</title>
		<link>https://flexiblejewelrymolds.com/</link>
		<description></description>
		<language>en</language>
		<lastBuildDate>Tue, 09 May 2017 16:06:09 -0400</lastBuildDate>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<generator>Sandvox 2.10.8</generator>
		<item>
			<title>Testimonials</title>
			<link>https://flexiblejewelrymolds.com/testimonials.html</link>
			<description>
				&lt;div class="article-summary"&gt;&lt;p style="font-size: 15px;"&gt;Comments about my molds:
					&lt;/p&gt;&lt;p&gt;"&lt;span style="font-family: Calibri, sans-serif; font-size: 14px; color: rgb(0, 0, 0);"&gt;I wanted to let you know that we finally put all the waxes in on Friday&lt;/span&gt;
					&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: Calibri, sans-serif; font-size: 14px; color: rgb(0, 0, 0);"&gt;and the Lead Technician from our wax department had serious praise for your&lt;br /&gt;mold making ability. He injected quite a few and each one was more perfect than the next.&lt;br /&gt;&lt;br /&gt;You have a real talent, my friend!&lt;br /&gt;&lt;br /&gt;My best,&lt;br /&gt;Teresa, Oregon"&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: Calibri, sans-serif; font-size: 14px; color: rgb(0, 0, 0);"&gt;*************************************************&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: Calibri, sans-serif; font-size: 14px; color: rgb(0, 0, 0);"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;
			</description>
			<pubDate>Thu, 31 Oct 2013 12:53:07 -0400</pubDate>
			<guid>https://flexiblejewelrymolds.com/testimonials.html</guid>
            
			
		</item>
		<item>
			<title>Contact Form</title>
			<link>https://flexiblejewelrymolds.com/contact-form.html</link>
			<description>
				&lt;div class="article-summary"&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
					&lt;div class="first graphic-container wide center"&gt;
						&lt;div style="" class="graphic"&gt;
							&lt;div class="figure-content"&gt;
								&lt;!-- sandvox.ContactElement --&gt;
								&lt;div id="contactform"&gt;
									&lt;script&gt;&lt;!--
								
									function verifyAndSubmitcontactform(form) {
								
										var theResults	= document.getElementById("contactform-results");
								
										checkEmail = form.e.value;
										if (checkEmail=='email@domain.com'
											|| checkEmail.indexOf('@') &lt; 0
											|| checkEmail.lastIndexOf('.') &lt; (checkEmail.indexOf('@') + 1)
											|| checkEmail.lastIndexOf('.') &gt;= (checkEmail.length - 2)
											|| checkEmail == form.e.title)
										{
											var message = "Email address is missing. Message cannot be sent.";
											theResults.className = 'contactError';
											theResults.innerHTML = message;
											return false;
										}
										if (form.s.value == '' &amp;&amp; form.m.value == '')
										{
											var message = "No message has been entered. Message cannot be sent.";
											theResults.className = 'contactError';
											theResults.innerHTML = message;
											return false;
										}
										return true;
									}
								
									function doblurcontactform(anInput) {
										if (anInput.value == '') { anInput.value = anInput.title; anInput.style.color = '#999'; }
									}
								
									function dofocuscontactform(anInput) {
										if (anInput.value == anInput.title) { anInput.value = ''; anInput.removeAttribute('style'); }
									}
								
									//--&gt;&lt;/script&gt;
									&lt;form accept-charset="UTF-8" class="contactElement labelsOnTop" action="http://mailservice.karelia.com/mailme.php" onsubmit="return verifyAndSubmitcontactform(this);" method="post"&gt;
										
										&lt;div class="hidden"&gt;
											&lt;label for="contactform-subject"&gt;Please leave this field empty:&lt;/label&gt;
											&lt;input id="contactform-subject" type="text" name="subject" /&gt;
											&lt;br /&gt;
											&lt;label for="contactform-message"&gt;Please leave this field empty:&lt;/label&gt;
											&lt;textarea id="contactform-message" name="message" rows="3" cols="20"&gt;&lt;/textarea&gt;
											&lt;input name="iehack" type="hidden" value="&amp;#9749;" /&gt;
										&lt;/div&gt;
										&lt;p&gt;
											&lt;label for="contactform-n"&gt;Name:&lt;/label&gt;&lt;br /&gt;
											&lt;!-- text field --&gt;
											&lt;input id="contactform-n" class="fullWidth" type="text" name="n" /&gt;
											&lt;br /&gt;
											&lt;label for="contactform-e"&gt;Email:&lt;/label&gt;&lt;br /&gt;
											&lt;!-- text field --&gt;
											&lt;input id="contactform-e" class="fullWidth" type="email" style="color:#888" name="e" title="email@domain.com" value="email@domain.com" onfocus="dofocuscontactform(this)" onblur="doblurcontactform(this)" /&gt;
											&lt;br /&gt;
											&lt;label for="contactform-s"&gt;Subject:&lt;/label&gt;&lt;br /&gt;
											&lt;!-- text field --&gt;
											&lt;input id="contactform-s" class="fullWidth" type="text" name="s" /&gt;
											&lt;br /&gt;
											&lt;label for="contactform-m"&gt;Message:&lt;/label&gt;&lt;br /&gt;
											&lt;!-- text area --&gt;
											&lt;textarea class="fullWidth" id="contactform-m" name="m" rows="10" cols="80"&gt;&lt;/textarea&gt;
											&lt;br /&gt;
											&lt;!-- Send Button --&gt;
											&lt;input type="submit" class="submit" id="contactform-submit" name="x" value="Send" /&gt;
											&lt;br /&gt;
										&lt;/p&gt;
										&lt;div class="hidden"&gt;
											&lt;!-- CSS URL --&gt;
											&lt;input type="hidden" name="a" id="contactform-a" value="" /&gt;
											&lt;!-- Site Title --&gt;
											&lt;input type="hidden" name="t" id="contactform-t" value="Flexible Jewelry Molds" /&gt;
											&lt;!-- Verification Code --&gt;
											&lt;input type="hidden" name="v1" id="contactform-v1" value="ApclqMQqmtj3Ep8r0/ii2CYTUsvI1hIvOpolNsJ6/vNxZ8O/8Zv63Q==" /&gt;
											&lt;!-- Copy to sender --&gt;
											&lt;input type="hidden" name="c" id="contactform-c" value="yes" /&gt;
										&lt;/div&gt;
									&lt;/form&gt;
									&lt;div style='text-align:center;' id="contactform-results"&gt;&lt;/div&gt;
								&lt;/div&gt;
								&lt;!-- /sandvox.ContactElement --&gt;
							&lt;/div&gt;
						&lt;/div&gt;
					&lt;/div&gt;
				&lt;/div&gt;
			</description>
			<pubDate>Wed, 22 Aug 2012 19:16:41 -0400</pubDate>
			<guid>https://flexiblejewelrymolds.com/contact-form.html</guid>
            
			
		</item>
		<item>
			<title>Slide Shows of Molds</title>
			<link>https://flexiblejewelrymolds.com/slide-shows-of-molds/</link>
			<description>
				&lt;div class="article-summary"&gt;&lt;p&gt;&lt;span style="color: rgb(136, 0, 51);"&gt;&lt;a href="/slide-shows-of-molds/slide-show-of-silicone/" target="_blank"&gt;Silicone Molds from Nicem in Italy, EU&lt;/a&gt; &lt;/span&gt;&lt;span style="color: rgb(0, 0, 0); font-family: 'Trebuchet MS';"&gt;Suites of Silicone rubbers with identical shrinkages. I like this style of mold cutting.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Silicone Molds from Zero-D Products in Ohio, USA
					&lt;/p&gt;&lt;p&gt;Silicone Molds from Castaldo, Inc in Massechusetts, USA
					&lt;/p&gt;&lt;p&gt;Silicone Molds from Ransom and Randolph in Ohio, USA
					&lt;/p&gt;&lt;/div&gt;
			</description>
			<pubDate>Wed, 22 Aug 2012 19:07:36 -0400</pubDate>
			<guid>https://flexiblejewelrymolds.com/slide-shows-of-molds/</guid>
            
			
		</item>
		<item>
			<title>Reviews</title>
			<link>https://flexiblejewelrymolds.com/affiliates.html</link>
			<description>
				&lt;div class="article-summary"&gt;&lt;p&gt;July 2012
					&lt;/p&gt;&lt;p&gt;Some of the companies listed below are sending me free samples to evaluate. I do not receive any financial compensation from them for writing about their mold compounds. I write because I am passionate about making jewelry molds and knowing the materials are part of that passion. 
					&lt;/p&gt;&lt;p&gt;My &lt;a href="/material-comparisons.html"&gt;mold compound comparison spread sheet&lt;/a&gt; contains data from the following companies:
					&lt;/p&gt;&lt;p&gt;Rio Grande &lt;a href="http://www.riogrande.com/Search/mold-making-supplies" target="_blank"&gt;http://www.riogrande.com/&lt;/a&gt;
					&lt;/p&gt;&lt;p&gt;Zero-D Products &lt;a href="http://www.zerodproducts.com/" target="_blank"&gt;http://www.zerodproducts.com/&lt;/a&gt; Manufacturers of the most dependable and consistent mold rubbers available today.
					&lt;/p&gt;&lt;p&gt;Castaldo &lt;a href="http://www.castaldo.com/" target="_blank"&gt;http://www.castaldo.com/&lt;/a&gt;
					&lt;/p&gt;&lt;p&gt;Nicem, S.p.A &lt;span style="font-family: Arial;"&gt;&lt;a href="http://www.nicem.it/" target="_blank"&gt;http://www.nicem.it/&lt;/a&gt;  &lt;a href="http://Slide%20Show%20of%20Silicone%20molds%20from%20Nicem,%20Italy./" target="_blank"&gt;Slide show of some of their molds&lt;/a&gt;&lt;/span&gt;
					&lt;/p&gt;&lt;p&gt;Ransom and Randolph &lt;span style="font-family: Arial;"&gt;&lt;a href="http://www.ransom-randolph.com/R_R_Jewelry_RTV.pdf" target="_blank"&gt;http://&lt;em&gt;www.&lt;/em&gt;ransom-randolph&lt;em&gt;.com/R_R_Jewelry_RTV.pdf&lt;/em&gt;&lt;/a&gt;&lt;/span&gt;
					&lt;/p&gt;&lt;/div&gt;
			</description>
			<pubDate>Thu, 26 Apr 2012 14:38:10 -0400</pubDate>
			<guid>https://flexiblejewelrymolds.com/affiliates.html</guid>
            
			
		</item>
		<item>
			<title>Video Demos</title>
			<link>https://flexiblejewelrymolds.com/video-demos/</link>
			<description>
				&lt;div class="article-summary"&gt;&lt;p&gt;Mold Making Tools - 101.
					&lt;/p&gt;
					&lt;div class="first graphic-container wide center"&gt;
						&lt;div class="Movie graphic"&gt;
							&lt;div class="figure-content"&gt;
								&lt;!-- sandvox.YouTubeElement --&gt;
								&lt;div class="YouTubeElement"&gt;
									&lt;div class="video"&gt;
										&lt;iframe allowFullScreen="true" frameborder="0" id="youtube" mozallowfullscreen="true" src="//www.youtube.com/embed/c89oaiddf6c?rel=0" title="YouTube video player" webkitAllowFullScreen="true" width="430" height="241" class="graphic"&gt;&lt;/iframe&gt;
									&lt;/div&gt;
								&lt;/div&gt;
								&lt;!-- /sandvox.YouTubeElement --&gt;
							&lt;/div&gt;
						&lt;/div&gt;
					&lt;/div&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Corner Lock Jewelry Mold of a flat pendant
					&lt;/p&gt;
					&lt;div class="not-first-item graphic-container wide center"&gt;
						&lt;div class="Movie graphic"&gt;
							&lt;div class="figure-content"&gt;
								&lt;!-- sandvox.YouTubeElement --&gt;
								&lt;div class="YouTubeElement"&gt;
									&lt;div class="video"&gt;
										&lt;iframe allowFullScreen="true" frameborder="0" id="youtube2" mozallowfullscreen="true" src="//www.youtube.com/embed/BVb0XicdL44?rel=0" title="YouTube video player" webkitAllowFullScreen="true" width="430" height="241" class="graphic"&gt;&lt;/iframe&gt;
									&lt;/div&gt;
								&lt;/div&gt;
								&lt;!-- /sandvox.YouTubeElement --&gt;
							&lt;/div&gt;
						&lt;/div&gt;
					&lt;/div&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Ripple Cut jewelry mold of a Coin shaped Master
					&lt;/p&gt;
					&lt;div class="not-first-item graphic-container wide center"&gt;
						&lt;div class="Movie graphic"&gt;
							&lt;div class="figure-content"&gt;
								&lt;!-- sandvox.YouTubeElement --&gt;
								&lt;div class="YouTubeElement"&gt;
									&lt;div class="video"&gt;
										&lt;iframe allowFullScreen="true" frameborder="0" id="youtube3" mozallowfullscreen="true" src="//www.youtube.com/embed/WQcjAoIfOZM?rel=0" title="YouTube video player" webkitAllowFullScreen="true" width="430" height="241" class="graphic"&gt;&lt;/iframe&gt;
									&lt;/div&gt;
								&lt;/div&gt;
								&lt;!-- /sandvox.YouTubeElement --&gt;
							&lt;/div&gt;
						&lt;/div&gt;
					&lt;/div&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Ripple cut of a natural rubber mold of a silver ring
					&lt;/p&gt;
					&lt;div class="not-first-item graphic-container wide center"&gt;
						&lt;div class="Movie graphic"&gt;
							&lt;div class="figure-content"&gt;
								&lt;!-- sandvox.YouTubeElement --&gt;
								&lt;div class="YouTubeElement"&gt;
									&lt;div class="video"&gt;
										&lt;iframe allowFullScreen="true" frameborder="0" id="youtube4" mozallowfullscreen="true" src="//www.youtube.com/embed/_RxELvAY-kI?rel=0" title="YouTube video player" webkitAllowFullScreen="true" width="430" height="241" class="graphic"&gt;&lt;/iframe&gt;
									&lt;/div&gt;
								&lt;/div&gt;
								&lt;!-- /sandvox.YouTubeElement --&gt;
							&lt;/div&gt;
						&lt;/div&gt;
					&lt;/div&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Ripple cut mold of a wide ring band
					&lt;/p&gt;&lt;p&gt;Ripple cut mold of a stone set ring
					&lt;/p&gt;&lt;p&gt;RTV molds
					&lt;/p&gt;
				&lt;/div&gt;
			</description>
			<pubDate>Wed, 25 Apr 2012 08:29:20 -0400</pubDate>
			<guid>https://flexiblejewelrymolds.com/video-demos/</guid>
            
			<category>Video demonstrations howto make jewelry molds</category><category>lost wax casting</category><category>rubber molds</category><category>silicone molds</category><category>silver</category><category>gold</category><category>wax</category><category>jewelry</category><category>moulds</category><category>mold cutting</category>
		</item>
		<item>
			<title>Articles</title>
			<link>https://flexiblejewelrymolds.com/blog/</link>
			<description>
				&lt;div class="article-summary"&gt;
					&lt;div class="first callout-container"&gt;
						&lt;div class="callout"&gt;
							&lt;div class="callout-content"&gt;
								&lt;div class="pagelet untitled i1 o last-item"&gt;
									&lt;div class="pagelet-body"&gt;
										&lt;div&gt;
											&lt;!-- sandvox.RSSBadgeElement --&gt;
											&lt;div class="rssBadge"&gt;
												&lt;p&gt;&lt;a href="/blog/index.xml" title="https://flexiblejewelrymolds.com/blog/index.xml" class="imageLink"&gt;&lt;img alt="RSS" src="/_Resources/orange_small.png" style="width:14px;height:14px" class="smallRSSBadgeIcon smallRSSBadgeIconLeft" /&gt;&lt;/a&gt;&lt;a href="/blog/index.xml" title="https://flexiblejewelrymolds.com/blog/index.xml"&gt;Subscribe to RSS feed&lt;/a&gt;&lt;/p&gt;
											&lt;/div&gt;
											&lt;!-- /sandvox.RSSBadgeElement --&gt;
										&lt;/div&gt;
									&lt;/div&gt;
								&lt;/div&gt;
							&lt;/div&gt;
						&lt;/div&gt;
					&lt;/div&gt;&lt;p&gt;&lt;span style="font-family: 'Trebuchet MS';"&gt;&lt;strong&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
					&lt;div class="not-first-item graphic-container wide right"&gt;
						&lt;div style="" class="general-index graphic"&gt;
							&lt;div class="figure-content"&gt;
								&lt;!-- sandvox.GeneralIndex --&gt;
								&lt;div class="i1 o article"&gt;
									&lt;h3 class="index-title"&gt;&lt;a href="/blog/plug-mold.html" title="Plug Mold"&gt;&lt;span class="in"&gt;Plug Mold&lt;/span&gt;&lt;/a&gt;&lt;/h3&gt;
									&lt;div class="article-summary"&gt;&lt;p&gt;A friend asked how to cut a dome ring mold. Here is a very rough approximation of his model. I made the ring just so I could make the mold. :-)&lt;/p&gt;
										
										&lt;div class="first graphic-container wide center ImageElement"&gt;
											&lt;div class="graphic"&gt;
												&lt;div class="figure-content"&gt;
													&lt;!-- sandvox.ImageElement --&gt;&lt;img src="/_Media/img_2409_med.jpeg" alt="IMG 2409" width="738" height="480" /&gt;
													&lt;!-- /sandvox.ImageElement --&gt;&lt;/div&gt;
											&lt;/div&gt;
										&lt;/div&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Sprue former on the right end of the picture, silver model on the left. Note that the dome is very hollow.&lt;/p&gt;
										&lt;div class="not-first-item graphic-container wide center ImageElement"&gt;
											&lt;div class="graphic"&gt;
												&lt;div class="figure-content"&gt;
													&lt;!-- sandvox.ImageElement --&gt;&lt;img src="/_Media/img_2403_med.jpeg" alt="IMG 2403" width="738" height="661" /&gt;
													&lt;!-- /sandvox.ImageElement --&gt;&lt;/div&gt;
											&lt;/div&gt;
										&lt;/div&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;The video I am working on will demostrate how to cut this type of plug mold. It is good for very thin objects with large inside spaces that need to be removed from the wax.&lt;/p&gt;
										&lt;div class="not-first-item graphic-container wide center ImageElement"&gt;
											&lt;div class="graphic"&gt;
												&lt;div class="figure-content"&gt;
													&lt;!-- sandvox.ImageElement --&gt;&lt;img src="/_Media/img_2405_med.jpeg" alt="IMG 2405" width="738" height="553" /&gt;
													&lt;!-- /sandvox.ImageElement --&gt;&lt;/div&gt;
											&lt;/div&gt;
										&lt;/div&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Note that the plug has an outer ring that carries the impression of the inside of the ring shank. There is an 'S' shaped bar that fills the center of the plug.&lt;/p&gt;
										&lt;div class="not-first-item graphic-container wide center ImageElement"&gt;
											&lt;div class="graphic"&gt;
												&lt;div class="figure-content"&gt;
													&lt;!-- sandvox.ImageElement --&gt;&lt;img src="/_Media/img_2407_med.jpeg" alt="IMG 2407" width="738" height="450" /&gt;
													&lt;!-- /sandvox.ImageElement --&gt;&lt;/div&gt;
											&lt;/div&gt;
										&lt;/div&gt;&lt;p&gt;This shows how the plug is pulled out of the mold. Note how the pink handle of the plug pulls on the 'S' shaped bar and finally the end of the bar pulls the plug out of the mold.&lt;/p&gt;&lt;p&gt;I know. It is really difficult to picture how this happens. I plan for the video to make it clear how to cut a mold like this. &lt;/p&gt;&lt;p&gt;Here is an image of the heat-cured silicone rubbers from Nicem (http://nicem.it) that I use for this mold. I prefer this rubber for this type mold because the shrinkage is the same across all the different rubbers from hard to supple.&lt;/p&gt;
										&lt;div class="not-first-item graphic-container wide right ImageElement"&gt;
											&lt;div class="graphic"&gt;
												&lt;div class="figure-content"&gt;
													&lt;!-- sandvox.ImageElement --&gt;&lt;img src="/_Media/img_2408_med.jpeg" alt="IMG 2408" width="738" height="497" /&gt;
													&lt;!-- /sandvox.ImageElement --&gt;&lt;/div&gt;
											&lt;/div&gt;
										&lt;/div&gt;
										
									&lt;/div&gt;
									&lt;div class="article-info"&gt;
										&lt;div class="timestamp"&gt;&lt;a href="/blog/plug-mold.html" title="Plug Mold"&gt;Aug 20, 2013, 9:11 PM&lt;/a&gt;&lt;/div&gt;
									&lt;/div&gt;
								&lt;/div&gt;
								&lt;div class="i2 e article"&gt;
									&lt;h3 class="index-title"&gt;&lt;a href="/blog/heat-cured-silicone-mold.html" title="Heat Cured Silicone mold with plug"&gt;&lt;span class="in"&gt;Heat Cured Silicone mold with plug&lt;/span&gt;&lt;/a&gt;&lt;/h3&gt;
									&lt;div class="article-summary"&gt;
										&lt;div class="first blockquote-container wide left"&gt;
											&lt;div style="" class="graphic"&gt;&lt;blockquote class="figure-content"&gt;
													&lt;p&gt;This ring mold is made with &lt;a href="http://zerodproducts.com/" target="_blank"&gt;Zero-D Products&lt;/a&gt; HT40 and HT55 silicone mold rubber. This rubber has tiny metal flakes in it to increase its ability to conduct heat. This allows for quicker cooling and facilitates quicker injection/extraction cycles for the waxes. This first image shows the outside of the 1 7/8 x 2 7/8 x 1 3/8 heat cured mold. The mold has already been cut. Note the seam around the edge, plus the seam around the edge of the plug. &lt;/p&gt;&lt;p&gt;HT40 has a listed shrinkage of 1.8%. HT55 has a listed shrinkage of 1.6%. I wonder if the slightly different shrinkages causes the seams to open. It does not seem to make any difference when the mold is clamped shut - the seams disappear then.&lt;/p&gt;
													
												&lt;/blockquote&gt;
											&lt;/div&gt;
										&lt;/div&gt;
										
										&lt;div class="not-first-item graphic-container wide center ImageElement"&gt;
											&lt;div class="graphic"&gt;
												&lt;div class="figure-content"&gt;
													&lt;!-- sandvox.ImageElement --&gt;&lt;img src="/_Media/img_1788_med.jpeg" alt="IMG 1788" width="640" height="609" /&gt;
													&lt;!-- /sandvox.ImageElement --&gt;&lt;/div&gt;
											&lt;/div&gt;
										&lt;/div&gt;
										
										&lt;div class="not-first-item blockquote-container wide right"&gt;
											&lt;div style="" class="graphic"&gt;&lt;blockquote class="figure-content"&gt;
													&lt;p&gt;The next three images illustrate the removal of the plug from the mold. I use this mold style when I have a lighter weight ring that will be warped by over eager extraction of the wax. That is, even if the wax is still a little soft because I did not wait long enough for it to cool, this mold cutting style will allow me to see the wax without warping it.&lt;/p&gt;
													
												&lt;/blockquote&gt;
											&lt;/div&gt;
										&lt;/div&gt;
										
										&lt;div class="not-first-item graphic-container wide center ImageElement"&gt;
											&lt;div class="graphic"&gt;
												&lt;div class="figure-content"&gt;
													&lt;!-- sandvox.ImageElement --&gt;&lt;img src="/_Media/img_1789_med.jpeg" alt="IMG 1789" width="640" height="567" /&gt;
													&lt;!-- /sandvox.ImageElement --&gt;&lt;/div&gt;
											&lt;/div&gt;
										&lt;/div&gt;
										
										&lt;div class="not-first-item blockquote-container wide right"&gt;
											&lt;div style="" class="graphic"&gt;&lt;blockquote class="figure-content"&gt;
													&lt;p&gt;Note the plug between my thumb and index finger. Just below that is a confusing jumble of the plug that fits inside the ring. You can just see the pink wax in the shadow of the plug.&lt;/p&gt;
													
												&lt;/blockquote&gt;
											&lt;/div&gt;
										&lt;/div&gt;
										
										&lt;div class="not-first-item graphic-container wide center ImageElement"&gt;
											&lt;div class="graphic"&gt;
												&lt;div class="figure-content"&gt;
													&lt;!-- sandvox.ImageElement --&gt;&lt;img src="/_Media/img_1791_med.jpeg" alt="IMG 1791" width="567" height="640" /&gt;
													&lt;!-- /sandvox.ImageElement --&gt;&lt;/div&gt;
											&lt;/div&gt;
										&lt;/div&gt;
										
										&lt;div class="not-first-item blockquote-container wide left"&gt;
											&lt;div style="" class="graphic"&gt;&lt;blockquote class="figure-content"&gt;
													&lt;p&gt;Plug is sitting upside down on top of mold. The loop that is off to the left of the plug is purposeful. That loop allows the mold to be extracted from the wax without warping the wax, even if the wax is still somewhat soft.&lt;/p&gt;
													
												&lt;/blockquote&gt;
											&lt;/div&gt;
										&lt;/div&gt;
										
										&lt;div class="not-first-item graphic-container wide center ImageElement"&gt;
											&lt;div class="graphic"&gt;
												&lt;div class="figure-content"&gt;
													&lt;!-- sandvox.ImageElement --&gt;&lt;img src="/_Media/img_1793_med.jpeg" alt="IMG 1793" width="616" height="640" /&gt;
													&lt;!-- /sandvox.ImageElement --&gt;&lt;/div&gt;
											&lt;/div&gt;
										&lt;/div&gt;
										
										&lt;div class="not-first-item blockquote-container wide right"&gt;
											&lt;div style="" class="graphic"&gt;&lt;blockquote class="figure-content"&gt;
													&lt;p&gt;This image shows the loop replaced onto the plug. Note the faint seam visible between the loop and plug on the right inside edge of the plug.&lt;/p&gt;
													
												&lt;/blockquote&gt;
											&lt;/div&gt;
										&lt;/div&gt;
										
										&lt;div class="not-first-item graphic-container wide center ImageElement"&gt;
											&lt;div class="graphic"&gt;
												&lt;div class="figure-content"&gt;
													&lt;!-- sandvox.ImageElement --&gt;&lt;img src="/_Media/img_1795_med.jpeg" alt="IMG 1795" width="584" height="640" /&gt;
													&lt;!-- /sandvox.ImageElement --&gt;&lt;/div&gt;
											&lt;/div&gt;
										&lt;/div&gt;
										
										&lt;div class="not-first-item blockquote-container wide left"&gt;
											&lt;div style="" class="graphic"&gt;&lt;blockquote class="figure-content"&gt;
													&lt;p&gt;The two halves of the mold almost fall apart once the plug has been removed.&lt;/p&gt;
													
												&lt;/blockquote&gt;
											&lt;/div&gt;
										&lt;/div&gt;
										
										&lt;div class="not-first-item graphic-container wide center ImageElement"&gt;
											&lt;div class="graphic"&gt;
												&lt;div class="figure-content"&gt;
													&lt;!-- sandvox.ImageElement --&gt;&lt;img src="/_Media/img_1796_med.jpeg" alt="IMG 1796" width="640" height="480" /&gt;
													&lt;!-- /sandvox.ImageElement --&gt;&lt;/div&gt;
											&lt;/div&gt;
										&lt;/div&gt;
										
										&lt;div class="not-first-item blockquote-container wide right"&gt;
											&lt;div style="" class="graphic"&gt;&lt;blockquote class="figure-content"&gt;
													&lt;p&gt;The wax removed from the mold.&lt;/p&gt;
													
												&lt;/blockquote&gt;
											&lt;/div&gt;
										&lt;/div&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
										
										&lt;div class="not-first-item graphic-container wide center ImageElement"&gt;
											&lt;div class="graphic"&gt;
												&lt;div class="figure-content"&gt;
													&lt;!-- sandvox.ImageElement --&gt;&lt;img src="/_Media/img_1797_med.jpeg" alt="IMG 1797" width="640" height="482" /&gt;
													&lt;!-- /sandvox.ImageElement --&gt;&lt;/div&gt;
											&lt;/div&gt;
										&lt;/div&gt;
										&lt;div class="not-first-item blockquote-container wide left"&gt;
											&lt;div style="" class="graphic"&gt;&lt;blockquote class="figure-content"&gt;
													&lt;p&gt;If you like this article and would like to see a video of this cutting method, please drop me an email. If there is enough interest, I'll shoot the video and post it.  &lt;/p&gt;&lt;p style="font-style: normal; "&gt;&lt;a href="/contact-form.html" style="color: rgb(136, 0, 51); "&gt;Email me &lt;/a&gt; &lt;/p&gt;
													
												&lt;/blockquote&gt;
											&lt;/div&gt;
										&lt;/div&gt;
										
									&lt;/div&gt;
									&lt;div class="article-info"&gt;
										&lt;div class="timestamp"&gt;&lt;a href="/blog/heat-cured-silicone-mold.html" title="Heat Cured Silicone mold with plug"&gt;Aug 10, 2013, 11:43 AM&lt;/a&gt;&lt;/div&gt;
									&lt;/div&gt;
								&lt;/div&gt;
								&lt;div class="i3 o article"&gt;
									&lt;h3 class="index-title"&gt;&lt;a href="/blog/the-best-mold-compound.html" title="The best mold compound"&gt;&lt;span class="in"&gt;The best mold compound&lt;/span&gt;&lt;/a&gt;&lt;/h3&gt;
									&lt;div class="article-summary"&gt;&lt;p&gt;How and Why I choose a mold rubber.&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: Arial; "&gt;The best way to choose a mold rubber is to
																					      first consider the model that you are molding.&lt;br /&gt;
																					      Answer these questions:&lt;br /&gt;
																					      &lt;br /&gt;
																					      1. How delicate is the model - of what material is the model made?&lt;br /&gt;
																					          a&amp;gt; is it wax, plant, or animal? (therefore fragile and heat
																					      sensitive)&lt;br /&gt;
																					          b&amp;gt; is it wood, stone, or metal? (more robust and not sensitive
																					      to heats up to 350F (177C)&lt;br /&gt;
																					      2. How quickly do you need a few waxes from the model?&lt;br /&gt;
																					          a&amp;gt; less than an hour?&lt;br /&gt;
																					          b&amp;gt; in a few hours?&lt;br /&gt;
																					          c&amp;gt; next day?&lt;br /&gt;
																					      3. Will you accept some shrinkage from the model to the production
																					      item?&lt;br /&gt;
																					      4. What sort of mold making equipment do you have?&lt;br /&gt;
																					          a&amp;gt; Vulcanizer?&lt;br /&gt;
																					          b&amp;gt; C-clamps, aluminum plates and aluminum mold frame?&lt;br /&gt;
																					          c&amp;gt; Nothing? ie, no way of heat curing a mold?&lt;br /&gt;
																					      5. What shape is the model?&lt;br /&gt;
																					          a&amp;gt; light weight lady's ring (average thickness of less than
																					      1 mm)&lt;br /&gt;
																					          b&amp;gt; heavy gent's ring (average thickness of around 1 mm)&lt;br /&gt;
																					          c&amp;gt; Thick belt buckle (average thickness of 3 mm and large-3
																					      cm x 5 cm)&lt;br /&gt;
																					      &lt;br /&gt;
																					      If the student doesn't know or doesn't care about these questions
																					      and has a vulcanizer and mold frame, let them use natural rubber
																					      to make their molds. Both silicone and natural rubbers produce good molds.&lt;br /&gt;
																					      &lt;br /&gt;
																					      If the model is delicate, I tend to use a two part, room
																					      temperature vulcanizing (RTV ) compound. There are many good
																					      compounds on the market, RTV-RP from Zero-D, Freeman Jewel-Sil,
																					      Castaldo Liqui-Fast, and Rio Ditto RTV compound.&lt;br /&gt;
																					      These compounds require the use of a vacuum chamber to remove
																					      bubbles from the mixture. They can be ready in 1 to 24 hours.
																					      These compounds usually give a low shrinkage.&lt;br /&gt;
																					      &lt;br /&gt;
																					      The quickest mold compound to use is a two part compound like
																					      Castaldo Quiksil or Belicone Cold Molding Silicone Putty. They
																					      cure in about 20 minutes. Equipment needed is a mold frame, 2 or 3
																					      mm thick mold plates, and a C-clamp or two. These compounds are
																					      said to be zero shrinkage.&lt;br /&gt;
																					      &lt;br /&gt;
																					      Heat cured silicone mold compounds offer the most versatility.
																					      There are a few temperature ranges available. The silicones that
																					      cure between 160F (71C) and 190F (88C) are great for making molds
																					      of the higher melting temperature carving waxes. Higher
																					      temperature curing silicones are excellent for molding metal
																					      models and heat resistant models. You will need a vulcanizer, mold
																					      plates and a mold frame to cure these types of molds. A few
																					      benefits of heat cured silicones are no silicone release spray is
																					      needed to remove waxes from the molds; molds are durable enough to
																					      make many thousands of waxes; inside of mold can be engineered to
																					      include very soft to very hard areas allowing excellent injections
																					      of very thin (0.5mm) waxes. Shrinkages from 0% to 4% are
																					      available. See my mold compound comparison chart at &lt;a href="/material-comparisons.html" class="moz-txt-link-freetext"&gt;https://flexiblejewelrymolds.com/material-comparisons.html&lt;/a&gt;
																					      to find the mold compound that best suits your job.&lt;br /&gt;
																					      &lt;br /&gt;
																					      Finally, mold compounds come in many durometers - softness and
																					      hardness. Rubber bands are soft and about Shore 28 durometer. Car
																					      tires are hard and about Shore 60 durometer. Pack your model with
																					      soft silicone rubber around it, then surround that soft rubber
																					      with harder rubber. When you extract the wax injection, the soft
																					      rubber will 'let go' of the injection more easily without warping
																					      it. The surrounding of hard rubber will allow you to inject the
																					      wax at a higher pressure by containing that pressure. &lt;/span&gt;&lt;/p&gt;&lt;/div&gt;
									&lt;div class="article-info"&gt;
										&lt;div class="timestamp"&gt;&lt;a href="/blog/the-best-mold-compound.html" title="The best mold compound"&gt;Dec 25, 2012, 2:27 PM&lt;/a&gt;&lt;/div&gt;
									&lt;/div&gt;
								&lt;/div&gt;
								&lt;div class="i4 e article"&gt;
									&lt;h3 class="index-title"&gt;&lt;a href="/blog/curved-or-straight-scalpel.html" title="Curved or Straight Scalpel Blade?"&gt;&lt;span class="in"&gt;Curved or Straight Scalpel Blade?&lt;/span&gt;&lt;/a&gt;&lt;/h3&gt;
									&lt;div class="article-summary"&gt;&lt;p&gt;Ever wonder which blade is best? Me too!&lt;/p&gt;&lt;p&gt;Then I found out that they are both the best for making different cuts.&lt;/p&gt;&lt;p&gt;I use the curved scalpel for about 90% of the cutting that I do, and the straight scalpel for the other 10%.&lt;/p&gt;&lt;p&gt;The curved scalpel is great for making 'choppy water' cuts. That is how these many tiny locks or ripples in the molds are cut. The curved blade is also good for cutting larger, flat areas smoothly and quickly. It can be pulled carefully through a large area leaving a wide cut. &lt;/p&gt;&lt;p&gt;The straight scalpel is excellent for making precise cuts in narrow areas. Use it to slice bits of mold rubber that are bordered by more mold rubber that you don't want to cut. Often, using a curved blade to do this will allow you to cut not only with the tip of the curved blade, but also with the opposite end of the curve. It is better to avoid extra cuts in a mold.&lt;/p&gt;&lt;p&gt;I like to hold the straight scalpel blade handle like I'm holding a pen. I grip the handle with my thumb, index, and middle fingers. . The palm of the hand is below the scalpel handle. Here is what I see when cutting the inside section of a mold-in-mold. The mold is made with &lt;a href="http://www.nicem.it/" target="_blank"&gt;Nicem&lt;/a&gt; low temperature vulcanizing silicone rubber.&lt;/p&gt;
										
										&lt;div class="first graphic-container wide center ImageElement"&gt;
											&lt;div class="graphic"&gt;
												&lt;div class="figure-content"&gt;
													&lt;!-- sandvox.ImageElement --&gt;&lt;img src="/_Media/holding_straight_scalpel_med.jpeg" alt="holding straight scalpel" width="640" height="598" /&gt;
													&lt;!-- /sandvox.ImageElement --&gt;&lt;/div&gt;
											&lt;/div&gt;
										&lt;/div&gt;&lt;p&gt;Figure 1.&lt;/p&gt;&lt;p&gt;I like to hold the curved scalpel blade handle like I'm holding a butter knife, or file. The thumb is peeking out just below the scalpel handle in this image. The index finger is closest to the blade. The middle finger is behind it on the left side of the image. The palm of the hand is above the scalpel handle. I'm cutting into the outside edge of a mold made with &lt;a href="http://castaldo.com/english/products_eg/vlt/vlt.html"&gt;Castaldo VLT&lt;/a&gt;. It is a silicone rubber that vulcanizes at 160F! I bake green carving wax in this rubber just like in the &lt;a href="http://www.nicem.it/"&gt;Nicem&lt;/a&gt; rubber. See figure 2.&lt;/p&gt;
										
										&lt;div class="not-first-item graphic-container wide center ImageElement"&gt;
											&lt;div class="graphic"&gt;
												&lt;div class="figure-content"&gt;
													&lt;!-- sandvox.ImageElement --&gt;&lt;img src="/_Media/holding_curved_scalpel_med.jpeg" alt="holding curved scalpel" width="640" height="460" /&gt;
													&lt;!-- /sandvox.ImageElement --&gt;&lt;/div&gt;
											&lt;/div&gt;
										&lt;/div&gt;&lt;p&gt;Figure 2.&lt;/p&gt;&lt;p&gt;Next article will be basic suggestions for choosing your jewelry mold rubbers. &lt;/p&gt;
										
									&lt;/div&gt;
									&lt;div class="article-info"&gt;
										&lt;div class="timestamp"&gt;&lt;a href="/blog/curved-or-straight-scalpel.html" title="Curved or Straight Scalpel Blade?"&gt;Oct 5, 2012, 6:41 AM&lt;/a&gt;&lt;/div&gt;
									&lt;/div&gt;
								&lt;/div&gt;
								&lt;div class="i5 o article"&gt;
									&lt;h3 class="index-title"&gt;&lt;a href="/blog/shrinkage-in-mold-compounds.html" title="Shrinkage in mold compounds"&gt;&lt;span class="in"&gt;Shrinkage in mold compounds&lt;/span&gt;&lt;/a&gt;&lt;/h3&gt;
									&lt;div class="article-summary"&gt;&lt;p style="font: normal normal normal 12px/normal Arial; "&gt;I was told at the beginning of my career to build in 8 to 12% shrinkage in my wax carved models to make the finished jewelry turn out the right size. How do we use the 4.0 to 0.0 % shrinkage figures we are given by the mold compound suppliers? Is the shrinkage consistent from a small mold to a large mold, a small model to a large model, from one red mold compound to the next red mold compound?&lt;/p&gt;
										&lt;p style="font: normal normal normal 12px/normal Arial; "&gt;How do we compensate for this shrinkage? What is the conversion factor from model to mold for a given compound? Never mind how much the wax shrinks, the investment, nor the cast metal, nor the abrasive finishing processes. This is about shrinkage in mold compounds.&lt;/p&gt;
										&lt;p style="font: normal normal normal 12px/normal Arial; "&gt;Method:&lt;/p&gt;
										&lt;p style="font: normal normal normal 12px/normal Arial; "&gt;I test and compare two methods for determining shrinkage in the materials. One is using a single linear dimension in the mold, the other was an average of two dimensions at right angles to each other on the mold. I test compounds cured at the recommended vulcanizing temperature, and then at higher, or 'push cure' temperatures. I will also be testing RTV (room temperature curing) molds and compare them to the same RTV compounds cured at the manufacturers' recommended 'push-cure' temperatures. &lt;/p&gt;&lt;p style="font: normal normal normal 12px/normal Arial; "&gt;I expect to answer the question: "Is the shrinkage in a mold material different when it is 'push cured'?&lt;/p&gt;&lt;p style="font: normal normal normal 12px/normal Arial; "&gt;First up is Rio Ditto 2. It is a great, firm, RTV compound that push cures in a couple of hours at 300F. Or, you could wait 16 to 24 hours for it to reach full hardness at room temperature. Here is an image of the ruler I embedded in my mold:&lt;/p&gt;
										
										&lt;div class="first graphic-container wide center ImageElement"&gt;
											&lt;div class="graphic"&gt;
												&lt;div class="figure-content"&gt;
													&lt;!-- sandvox.ImageElement --&gt;&lt;img src="/_Media/img_1206_med.jpeg" alt="IMG 1206" width="480" height="640" /&gt;
													&lt;!-- /sandvox.ImageElement --&gt;&lt;/div&gt;
											&lt;/div&gt;
										&lt;/div&gt;&lt;p style="font: normal normal normal 12px/normal Arial; "&gt;We are looking down into the top of the mold. The ruler is taped to the side of the mold frame. Green wax model is in the center of the mold frame. I like to use masking tape to hold the glass sides on the aluminum mold frame. &lt;/p&gt;&lt;p style="font: normal normal normal 12px/normal Arial; "&gt;Results on this test will be available on the new shrinkage data spreadsheet soon.&lt;/p&gt;&lt;p style="font: normal normal normal 12px/normal Arial; "&gt;Here is an image of my first test of a heat cured silicone compound. I used Zero-D Products 'Zeroshrink'. It shows a section of stainless steel ruler on the mold compound. I'll vulcanize the mold and compare the shrinkage percentage I get off the length of ruler inside the mold to the shrinkage percentage I measure on the outside of the mold. I've always wondered how &lt;a href="http://castaldo.com/" target="_blank"&gt;Castaldo&lt;/a&gt; and &lt;a href="http://www.zerodproducts.com/"&gt;Zero-D&lt;/a&gt; measurement methods compare. :-)&lt;/p&gt;&lt;p style="font: normal normal normal 12px/normal Arial; "&gt;&lt;br /&gt;&lt;/p&gt;&lt;img src="/_Media/img_1262_med.jpeg" alt="" width="720" height="684" class="not-first-item" /&gt;&lt;br /&gt;
										
									&lt;/div&gt;
									&lt;div class="article-info"&gt;
										&lt;div class="timestamp"&gt;&lt;a href="/blog/shrinkage-in-mold-compounds.html" title="Shrinkage in mold compounds"&gt;Aug 26, 2012, 6:25 PM&lt;/a&gt;&lt;/div&gt;
									&lt;/div&gt;
								&lt;/div&gt;
								&lt;div class="i6 e article"&gt;
									&lt;h3 class="index-title"&gt;&lt;a href="/blog/measuring-shrinkage.html" title="Measuring Shrinkage"&gt;&lt;span class="in"&gt;Measuring Shrinkage&lt;/span&gt;&lt;/a&gt;&lt;/h3&gt;
									&lt;div class="article-summary"&gt;&lt;p style="font: normal normal normal 12px/normal Helvetica; color: rgb(26, 26, 24); "&gt;Evaluating Shrinkage in Mold Compounds&lt;/p&gt;
										&lt;p style="font: normal normal normal 10px/normal Helvetica; color: rgb(26, 26, 24); "&gt;&lt;span style="font-size: 12px; "&gt;Shrinkage from the jewelry master to the final piece of finished jewelry depends on many variables. Shrinkage of the mold material is one variable we can isolate. We do this by vulcanizing a block of the mold material in a mold frame, then measuring the block and comparing it to the orginal dimensions of the mold frame.&lt;/span&gt;&lt;/p&gt;
										&lt;p style="font: normal normal normal 10px/normal Helvetica; color: rgb(26, 26, 24); "&gt;&lt;span style="font-size: 12px; "&gt;Bill Mull at &lt;a href="http://www.zerodproducts.com/"&gt;Zero-D Products&lt;/a&gt; advises:&lt;/span&gt;&lt;/p&gt;
										&lt;p style="font: normal normal normal 10px/normal Helvetica; color: rgb(26, 26, 24); "&gt;&lt;span style="font-size: 12px; "&gt;“Measure the inside dimensions of your mold frame at room temperature. Use a vernier or dial caliper and take care to get the readings correct.&lt;/span&gt;&lt;/p&gt;
										&lt;p style="font: normal normal normal 10px/normal Helvetica; color: rgb(26, 26, 24); "&gt;&lt;span style="font-size: 12px; "&gt;“Starting with everything at room temperature, very carefully measure the length and width of the vulcanized block. Avoid squeezing the rubber with the caliper. Record your dimensions to three decimal places and then calculate the shrink in both directions. The long dimension should show more shrink than the short dimension. Average the two and you will have a fair comparison.”&lt;/span&gt;&lt;/p&gt;
										&lt;p style="font: normal normal normal 10px/normal Helvetica; color: rgb(26, 26, 24); "&gt;&lt;span style="font-size: 12px; "&gt;This gives us a method to compare the original length plus width of the inside of the mold frame to the vulcanized dimensions of the rubber block.&lt;/span&gt;&lt;/p&gt;
										&lt;p style="font: normal normal normal 10px/normal Helvetica; color: rgb(26, 26, 24); "&gt;&lt;span style="font-size: 12px; "&gt;Michael Knight at &lt;a href="http://www.castaldo.com/"&gt;Castaldo&lt;span style="font: normal normal normal 6px/normal Helvetica; "&gt;® &lt;/span&gt;&lt;/a&gt;uses a different method to measure shrinkage:&lt;/span&gt;&lt;/p&gt;
										&lt;p style="font: normal normal normal 10px/normal Helvetica; color: rgb(26, 26, 24); "&gt;&lt;span style="font-size: 12px; "&gt;“We do it optically. No contact with the rubber. Take a mold frame, fill the bottom half with rubber, and then imbed a short section of a metal millimeter ruler in the rubber. Fill the rest of the mold frame with rubber, vulcanize and let it cool for a day to allow shrinkage to stabilize. Then compare the ruler with the impression in the rubber using a magnifying glass.&lt;/span&gt;&lt;/p&gt;
										&lt;p style="font: normal normal normal 10px/normal Helvetica; color: rgb(26, 26, 24); "&gt;&lt;span style="font-size: 12px; "&gt;“The same rubber compound molded around the same metal master model can produce highly variable final casting shrinkage rates depending on the mold maker’s and caster’s skill, knowledge, precision and attention to detail. Perfection is not automatic.”&lt;/span&gt;&lt;/p&gt;&lt;p style="font: normal normal normal 10px/normal Helvetica; color: rgb(26, 26, 24); "&gt;&lt;span style="font-size: 12px; "&gt;In fact, most mold compounds shrink. The injected wax shrinks. The investment shrinks. The cast metal shrinks. The surface of the cast piece is usually abraded and burnished in the polishing process so there is shinkage there. But awareness of the amount of shrinkage in a mold compound is where it all starts.&lt;/span&gt;&lt;/p&gt;
										&lt;p style="font: normal normal normal 10px/normal Helvetica; color: rgb(26, 26, 24); "&gt;&lt;span style="font-size: 12px; "&gt;Knowing the basic shrinkage properties of your mold compound guides the model making process to success.. Compare the various shrinkage rates of molding compounds using the online &lt;a href="/material-comparisons.html"&gt;mold compound comparison chart&lt;/a&gt;. &lt;/span&gt;&lt;/p&gt;&lt;/div&gt;
									&lt;div class="article-info"&gt;
										&lt;div class="timestamp"&gt;&lt;a href="/blog/measuring-shrinkage.html" title="Measuring Shrinkage"&gt;Jul 11, 2012, 1:59 PM&lt;/a&gt;&lt;/div&gt;
									&lt;/div&gt;
								&lt;/div&gt;
								&lt;div class="i7 o article"&gt;
									&lt;h3 class="index-title"&gt;&lt;a href="/blog/novel-rtv-molding-technique.html" title="Novel RTV molding technique"&gt;&lt;span class="in"&gt;Novel RTV molding technique&lt;/span&gt;&lt;/a&gt;&lt;/h3&gt;
									&lt;div class="article-summary"&gt;&lt;p style="font: normal normal normal 12px/normal Arial; "&gt;I use RTV mold compound in my studio in a very frugal way. I learned this method from an attendee at the &lt;a href="http://www.santafesymposium.org/" target="_blank"&gt;Santa Fe Symposium on Jewelry Manufacturing Technology&lt;/a&gt; (SFS) in the ’90’s. I’m very grateful to him for his suggestion. Sorry that I’ve forgotten his name. He has saved me quite a bit of money over the years and improved my wax injections of wax masters with this technique.&lt;/p&gt;
										&lt;p style="font: normal normal normal 12px/normal Arial; "&gt;The first step is to take a grocery bag to your local camera and film processing store. Ask them if you can help them recycle their plastic film canisters. They usually say yes and give you a grocery bag full of empty canisters. The ones without internal ribbing are the best, though any of them will work.&lt;/p&gt;
										&lt;p style="font: normal normal normal 12px/normal Arial; "&gt;Tools are: &lt;/p&gt;&lt;p style="font: normal normal normal 12px/normal Arial; "&gt;a gram scale accurate to 0.1 gram, your favorite RTV compound, spatula, mixing bowl, a carving wax master, a bit of sprue wax, wax pen, masking tape and a film canister. &lt;/p&gt;
										&lt;p style="font: normal normal normal 12px/normal Arial; "&gt;The wax should fit into the canister with a  minimum of 7mm clearance all around. I’ve used larger diameter PVC pipe to make larger cylinder molds. It is easier to use the U shaped aluminum mold frames  for larger waxes rather than use PVC pipe. Film canisters are frustrums - one end is a slightly larger diameter than the other. Great clamping pressure can be achieved by pushing the finished mold a little deeper into the canister prior to wax injection. The canister pushes in on the cylindrical mold supporting it against higher wax injection pressure.&lt;/p&gt;
										
										&lt;div class="first graphic-container wide left ImageElement"&gt;
											&lt;div class="graphic"&gt;
												&lt;div class="figure-content"&gt;
													&lt;!-- sandvox.ImageElement --&gt;&lt;img src="/_Media/img_0122_med.jpeg" alt="IMG 0122" width="342" height="339" /&gt;
													&lt;!-- /sandvox.ImageElement --&gt;&lt;/div&gt;
											&lt;/div&gt;
										&lt;/div&gt;&lt;p style="font: normal normal normal 12px/normal Arial; "&gt;Figure 1:  Blue wax square bezel with red sprue wax at bottom is the master. Round bottom of light gray film canister at left middle shows drilled hole into dome that makes a sprue former. Upper right shows film canister with  blue wax master in place. Right side of image shows yellow sticky wax normally used to connect master sprue with bottom of canister.&lt;/p&gt;&lt;p style="font: normal normal normal 12px/normal Arial; "&gt;Mold making procedure: &lt;/p&gt;&lt;p style="font: normal normal normal 12px/normal Arial; "&gt;Drill a hole the diameter of the sprue wax in the little dome in the bottom of the canister. I wonder why they so conveniently pre-placed a sprue former in the film canister? Attach a 10 cm (2.5 inches) length of wax wire to the master. Thread the wax wire through the hole until the master is centered at the correct level in the canister. The correct level leaves at least a centimeter of space between the sprue former and the master. The correct level allows at least a centimeter of space between the master and the top of the film canister. Center the master in the available space for best results. From the outside of the canister, melt the sprue onto the edges of the hole in the bottom of the canister.&lt;/p&gt;
										
										&lt;div class="not-first-item graphic-container wide center ImageElement"&gt;
											&lt;div class="graphic"&gt;
												&lt;div class="figure-content"&gt;
													&lt;!-- sandvox.ImageElement --&gt;&lt;img src="/_Media/img_0125-2_med.jpeg" alt="IMG 0125" width="232" height="175" /&gt;
													&lt;!-- /sandvox.ImageElement --&gt;&lt;/div&gt;
											&lt;/div&gt;
										&lt;/div&gt;&lt;p style="font: normal normal normal 12px/normal Arial; "&gt;Figure 2 Wax sprue wire melted onto the edges of the hole in the canister.&lt;/p&gt;
										&lt;p style="font: normal normal normal 12px/normal Arial; "&gt;While the sprue is still warm, turn the canister over and adjust the master so that it is centered in the canister. Add a line of wax on the insides of the canister to mark where the parting marks should go. This shows where to place your cut in case you are using an opaque RTV compound.&lt;/p&gt;
										
										&lt;div class="not-first-item graphic-container wide center ImageElement"&gt;
											&lt;div class="graphic"&gt;
												&lt;div class="figure-content"&gt;
													&lt;!-- sandvox.ImageElement --&gt;&lt;img src="/_Media/img_0126_med.jpeg" alt="IMG 0126" width="430" height="272" /&gt;
													&lt;!-- /sandvox.ImageElement --&gt;&lt;/div&gt;
											&lt;/div&gt;
										&lt;/div&gt;&lt;p style="font: normal normal normal 12px/normal Arial; "&gt;&lt;strong&gt;Figure 3&lt;/strong&gt; Two film canisters with blue wax masters positioned and almost ready for filling with RTV compound. Pink vertical lines inside canisters show where outside edges of molds should be cut.&lt;/p&gt;
										&lt;p style="font: normal normal normal 12px/normal Arial; "&gt;Wrap a collar of masking tape around the top of the canister. This prevents overflow of the RTV compound when it is vacuumed in the canister. If the RTV is going to be “pushed”, that is, cured at a temperature higher than room temp, be sure to use sprue and attachment wax that melts at a higher temperature than the cure temperature!&lt;/p&gt;
										
										&lt;div class="not-first-item graphic-container wide center ImageElement"&gt;
											&lt;div class="graphic"&gt;
												&lt;div class="figure-content"&gt;
													&lt;!-- sandvox.ImageElement --&gt;&lt;img src="/_Media/img_0134-2_med.jpeg" alt="IMG 0134" width="202" height="446" /&gt;
													&lt;!-- /sandvox.ImageElement --&gt;&lt;/div&gt;
											&lt;/div&gt;
										&lt;/div&gt;&lt;p style="font: normal normal normal 12px/normal Arial; "&gt;&lt;br /&gt;&lt;/p&gt;
										&lt;p style="font: normal normal normal 12px/normal Arial; "&gt;&lt;strong&gt;Figure 4&lt;/strong&gt; Canister with collar of masking tape around it.&lt;/p&gt;
										&lt;p style="font: normal normal normal 12px/normal Arial; "&gt;Although I chose &lt;a href="http://www.freemanwax.com/silicone-rubber-mold-frames.html"&gt;Freeman Clear silicone RTV&lt;/a&gt; mold compound for this demonstration, this next image shows the cream colored base and bright green catalyst of &lt;a href="http://www.smooth-on.com/Silicone-Rubber-an/c2_1113_1135/index.html"&gt;Smooth-On Mold Max 40&lt;/a&gt; before mixing. &lt;/p&gt;
										
										&lt;div class="not-first-item graphic-container wide center ImageElement"&gt;
											&lt;div class="graphic"&gt;
												&lt;div class="figure-content"&gt;
													&lt;!-- sandvox.ImageElement --&gt;&lt;img src="/_Media/img_0132_med.jpeg" alt="IMG 0132" width="430" height="284" /&gt;
													&lt;!-- /sandvox.ImageElement --&gt;&lt;/div&gt;
											&lt;/div&gt;
										&lt;/div&gt;&lt;p style="font: normal normal normal 12px/normal Arial; "&gt;&lt;strong&gt;Figure 6&lt;/strong&gt;. Note much larger mixing bowl to catch the foaming RTV compound as it expands during the vacuum de-airing.&lt;/p&gt;&lt;p style="font: normal normal normal 12px/normal Arial; "&gt;Weigh and mix according the manufacturer’s instructions about 40 grams of RTV compound for one film canister mold. Vacuum de-air it in the mixing bowl for a couple of minutes after it rises and falls. Be sure to use a mixing bowl 5 times the volume of the mix. It rises a lot when first vacuumed. Fill the film canister to the plastic rim, covering the wax master. Re-vacuum the compound in the canister.&lt;/p&gt;
										&lt;p style="font: normal normal normal 12px/normal Arial; "&gt;It is much easier to cut the canister off the outside of the cured mold cylinder than to try and save the canister. Remember, you have a whole grocery bag full of canisters.&lt;/p&gt;
										
										&lt;div class="not-first-item graphic-container wide left ImageElement"&gt;
											&lt;div class="graphic"&gt;
												&lt;div class="figure-content"&gt;
													&lt;!-- sandvox.ImageElement --&gt;&lt;img src="/_Media/img_0137_med.jpeg" alt="IMG 0137" width="200" height="304" /&gt;
													&lt;!-- /sandvox.ImageElement --&gt;&lt;/div&gt;
											&lt;/div&gt;
										&lt;/div&gt;&lt;p style="font: normal normal normal 12px/normal Arial; "&gt;&lt;strong&gt;Figure 7&lt;/strong&gt; Transparent RTV compound with side view of blue wax master.&lt;/p&gt;&lt;p style="font: normal normal normal 12px/normal Arial; "&gt;&lt;br /&gt;&lt;/p&gt;
										
										&lt;div class="not-first-item graphic-container wide left ImageElement"&gt;
											&lt;div class="graphic"&gt;
												&lt;div class="figure-content"&gt;
													&lt;!-- sandvox.ImageElement --&gt;&lt;img src="/_Media/img_0138_med.jpeg" alt="IMG 0138" width="226" height="257" /&gt;
													&lt;!-- /sandvox.ImageElement --&gt;&lt;/div&gt;
											&lt;/div&gt;
										&lt;/div&gt;
										&lt;p style="font: normal normal normal 12px/normal Arial; "&gt;&lt;strong&gt;Figure 8&lt;/strong&gt; Transparent RTV compound with bottom view of blue wax master. Notice the green carving wax sprue on this master because mold was ‘pushed’ to 200F in order to cure it more quickly.&lt;/p&gt;
										&lt;p style="font: normal normal normal 12px/normal Arial; "&gt;Cut the mold like you would any other mold, following the wax marks on the outside of the cured cylinder. &lt;/p&gt;&lt;p style="font: normal normal normal 12px/normal Arial; "&gt;This video shows how I cut a cylindrical mold containing a similar master with prongs.&lt;/p&gt;
										&lt;div class="not-first-item graphic-container wide center"&gt;
											&lt;div class="Movie graphic"&gt;
												&lt;div class="figure-content"&gt;
													&lt;!-- sandvox.YouTubeElement --&gt;
													&lt;div class="YouTubeElement"&gt;
														&lt;div class="video"&gt;
															&lt;iframe allowFullScreen="true" frameborder="0" id="youtube" mozallowfullscreen="true" src="//www.youtube.com/embed/m5him56dGiE?rel=0" title="YouTube video player" webkitAllowFullScreen="true" width="430" height="241" class="graphic"&gt;&lt;/iframe&gt;
														&lt;/div&gt;
													&lt;/div&gt;
													&lt;!-- /sandvox.YouTubeElement --&gt;
												&lt;/div&gt;
											&lt;/div&gt;
										&lt;/div&gt;&lt;p style="font: normal normal normal 12px/normal Arial; "&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="font: normal normal normal 12px/normal Arial; "&gt;Cut 3 mm off the bottom of another canister identical to the one you just cut off your mold. Now you have your cylindrical ‘mold plate’ to hold the mold together as you inject wax into it. You can see how this works in the preceding video.&lt;/p&gt;
										
										&lt;div class="not-first-item graphic-container wide center ImageElement"&gt;
											&lt;div class="graphic"&gt;
												&lt;div class="figure-content"&gt;
													&lt;!-- sandvox.ImageElement --&gt;&lt;img src="/_Media/img_0239_med.jpeg" alt="IMG 0239" width="430" height="262" /&gt;
													&lt;!-- /sandvox.ImageElement --&gt;&lt;/div&gt;
											&lt;/div&gt;
										&lt;/div&gt;&lt;p style="font: normal normal normal 12px/normal Arial; "&gt;&lt;br /&gt;&lt;/p&gt;
										&lt;p style="font: normal normal normal 12px/normal Arial; "&gt;&lt;strong&gt;Figure 9&lt;/strong&gt; Two halves of the mold on the left. Film canister on the right with bottom cut out of it. The mold is supported inside the canister during wax injection.&lt;/p&gt;&lt;p style="font: normal normal normal 12px/normal Arial; "&gt;&lt;br /&gt;&lt;/p&gt;
										
										&lt;div class="not-first-item graphic-container wide center ImageElement"&gt;
											&lt;div class="graphic"&gt;
												&lt;div class="figure-content"&gt;
													&lt;!-- sandvox.ImageElement --&gt;&lt;img src="/_Media/img_0245_med.jpeg" alt="IMG 0245" width="299" height="279" /&gt;
													&lt;!-- /sandvox.ImageElement --&gt;&lt;/div&gt;
											&lt;/div&gt;
										&lt;/div&gt;&lt;p style="font: normal normal normal 12px/normal Arial; "&gt;&lt;br /&gt;&lt;/p&gt;
										&lt;p style="font: normal normal normal 12px/normal Arial; "&gt;&lt;strong&gt;Figure 10 &lt;/strong&gt;Two halves of the mold with pink wax injection below them.&lt;/p&gt;
										&lt;p style="font: normal normal normal 12px/normal Arial; "&gt; When you are ready to inject the mold, powder the outside of the mold and the inside of the canister so that the mold will slide in and out easily. Inject some wax, add vents where needed, and have fun casting.&lt;/p&gt;
										
									&lt;/div&gt;
									&lt;div class="article-info"&gt;
										&lt;div class="timestamp"&gt;&lt;a href="/blog/novel-rtv-molding-technique.html" title="Novel RTV molding technique"&gt;Jun 24, 2012, 7:36 PM&lt;/a&gt;&lt;/div&gt;
									&lt;/div&gt;
								&lt;/div&gt;
								&lt;div class="i8 e article"&gt;
									&lt;h3 class="index-title"&gt;&lt;a href="/blog/whats-in-a-name.html" title="What's in a name?"&gt;&lt;span class="in"&gt;What's in a name?&lt;/span&gt;&lt;/a&gt;&lt;/h3&gt;
									&lt;div class="article-summary"&gt;&lt;p&gt;Flexible Jewelry Molds gives the idea that these are special molds. I chose 'flexible' to let you know that I'm not talking about rigid, metal molds on this site. Molds on this site are heat-cured natural rubber, heat-cured silicone rubber, and room temperature vulcanized (RTV) molds.&lt;/p&gt;&lt;p&gt;These molds are flexible. Some are as soft as a rubber band. On the Shore A scale of hardness they are about 28 durometer. They can also be as hard or even harder than an automobile tire, about 60 durometer. See a &lt;a href="http://www.plasticsintl.com/polyhardness.htm" target="_blank"&gt;graphic here&lt;/a&gt; on the Plastics International site to see the range of  hardnesses in rubbers. &lt;/p&gt;&lt;p&gt;I try to make molds as hard as possible. The wax still has to come out of the mold without breaking or warping. This means that softer rubber might surround the interior and be supported by harder rubber on the outside. The harder the mold, the less it will deform when it is clamped prior to wax injection. We also want the interior of the mold to hold its shape in the flow of molten wax rushing into the mold cavity. This leads to faithful reproduction of the master in the form of waxes.&lt;/p&gt;&lt;p&gt;'Flexible' also refers to the idea that we need to be adaptable in the materials that we use to make molds. Perhaps a simple putty RTV mold will work on your master? Maybe a heat-cured natural rubber mold is needed to withstand a long production life. Silicone rubbers with different curing temperatures, a range of hardnesses and no need for release spray is probably the best choice for your master. What shape of mold frame will you use? Square, rectangular, round? The more experience you get, the easier it will be to find just the right combination of firmness and shape. &lt;/p&gt;&lt;p&gt;I hope that I can support you in all your mold making information needs!&lt;/p&gt;&lt;/div&gt;
									&lt;div class="article-info"&gt;
										&lt;div class="timestamp"&gt;&lt;a href="/blog/whats-in-a-name.html" title="What's in a name?"&gt;May 28, 2012, 9:21 AM&lt;/a&gt;&lt;/div&gt;
									&lt;/div&gt;
								&lt;/div&gt;
								&lt;div class="i9 o last-item article"&gt;
									&lt;h3 class="index-title"&gt;&lt;a href="/blog/santa-fe-symposium-on-jewel.html" title="Santa Fe Symposium on Jewelry Manufacturing Technology and &amp;quot;Flexible Mold Making&amp;quot;"&gt;&lt;span class="in"&gt;Santa Fe Symposium on Jewelry Manufacturing Technology and "Flexible Mold Making"&lt;/span&gt;&lt;/a&gt;&lt;/h3&gt;
									&lt;div class="article-summary"&gt;&lt;p&gt;I sent in my paper on Flexible Mold Making last night. Writing the paper inspired me to create this website. &lt;/p&gt;&lt;p&gt;Ever since the beginning of the internet I've made searchs for 'mold making', 'jewelry mold making','rubber mold for ring', 'rubber molds', 'bracelet mold', 'silicone mold', 'RTV mold'. I found interesting articles and more recently interesting videos. But - never encountered a single place on the 'net' where I could see how to make a variety of different molds. &lt;/p&gt;&lt;p&gt;My intention with this website is to compile all the different flexible mold making techniques in one place. I'll post videos and text descriptions. My hope is to create an online catalog for mold cutters to view all the different styles and materials used to make molds. &lt;/p&gt;&lt;p&gt;Heat cured natural rubber and silicone, as well as RTV (room temperature vulcanizing) molds will be demonstrated. Visit https://flexiblejewelrymolds.com/material-comparisons.html every week to see updates on the mold material comparison chart. &lt;/p&gt;&lt;p&gt;I hope to visit various mold material suppliers and interview them while touring their plants. I'll post those visits here. The better informed you are, the better decisions you can make!&lt;/p&gt;&lt;p&gt;Here is one of the pictures of an RTV mold made with Castaldo LiquiGlass that is not included in this year's paper:&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
										
										&lt;div class="first graphic-container wide left ImageElement"&gt;
											&lt;div class="graphic"&gt;
												&lt;div class="figure-content"&gt;
													&lt;!-- sandvox.ImageElement --&gt;&lt;img src="/_Media/img_0211_med.jpeg" alt="IMG_0211" width="182" height="230" /&gt;
													&lt;!-- /sandvox.ImageElement --&gt;&lt;/div&gt;
											&lt;/div&gt;
										&lt;/div&gt;&lt;p&gt;I turned the green carving wax master on my lathe. The paper does show this mold after it is cut and injected with a wax. I'll post an edited form of the paper after I've delivered the presentation in May, 2012. You may purchase the paper after it has been given from The Santa Fe Symposium Library of Presentations at &lt;a href="https://www.santafesymposium.org/papers//index.php" target="_blank"&gt;https://www.santafesymposium.org/papers/index.php&lt;/a&gt;. &lt;/p&gt;
										
									&lt;/div&gt;
									&lt;div class="article-info"&gt;
										&lt;div class="timestamp"&gt;&lt;a href="/blog/santa-fe-symposium-on-jewel.html" title="Santa Fe Symposium on Jewelry Manufacturing Technology and &amp;quot;Flexible Mold Making&amp;quot;"&gt;Mar 19, 2012, 9:20 AM&lt;/a&gt;&lt;/div&gt;
									&lt;/div&gt;
								&lt;/div&gt;
								&lt;div class="general-index-bottom"&gt;&lt;/div&gt;
								&lt;!-- /sandvox.GeneralIndex --&gt;
							&lt;/div&gt;
						&lt;/div&gt;
					&lt;/div&gt;
				&lt;/div&gt;
			</description>
			<pubDate>Mon, 19 Mar 2012 09:20:13 -0400</pubDate>
			<guid>https://flexiblejewelrymolds.com/blog/</guid>
            
			
		</item>
		<item>
			<title>Material Comparisons</title>
			<link>https://flexiblejewelrymolds.com/material-comparisons.html</link>
			<description>
				&lt;div class="article-summary"&gt;&lt;p&gt;I have created a table listing all the mold materials that I can find - Natural Rubber, Silicone Rubber, Room Temperature Vulcanizing Rubber. These are materials that every mold maker uses and needs. You can download the &lt;span style="font-size: 13px; font-family: Arial;"&gt;&lt;strong&gt;&lt;a href="/moldcompoundsheet1.xls" target="_blank"&gt;Excel spreadsheet here&lt;/a&gt;.&lt;/strong&gt;&lt;/span&gt; Once you have the spread sheet you can sort the different products to compare qualities. I shall refine spreadsheet over time to make it more useful. Try it now to choose a mold compound for your specific job!
					&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: 'Helvetica Neue';"&gt;Search the spread sheet for hardness and you’ll see which products have the highest durometer. &lt;/span&gt;&lt;/p&gt;&lt;p style="font: normal normal normal 10px/normal 'Helvetica Neue';"&gt;&lt;span style="font-size: 12px;"&gt;Sort the spread sheet for tear strength and you’ll see which products resists tearing the best. &lt;/span&gt;&lt;/p&gt;&lt;p style="font: normal normal normal 10px/normal 'Helvetica Neue';"&gt;&lt;span style="font-size: 12px;"&gt;Imagine that you have an RP resin that you want to mold but it’s made with a castable resin like Rio Grande's DC-500. &lt;/span&gt;&lt;/p&gt;&lt;p style="font: normal normal normal 10px/normal 'Helvetica Neue';"&gt;&lt;span style="font-size: 12px;"&gt;Ideally, for a mold, the RP master would have been grown using DM-220 with it’s ceramic nano-crystals  to withstand molding in heat cured silicone rubber. But you have a master in DC-500 that is meant to burn out cleanly. It has a low melting point, less than 200 degrees F! Imagine that you need several waxes by the end of the day but your CAD operator is committed to another job. You need a mold of that design right now so you can get 10 waxes into today’s cast. &lt;/span&gt;&lt;/p&gt;&lt;/div&gt;
			</description>
			<pubDate>Thu, 16 Feb 2012 20:36:51 -0500</pubDate>
			<guid>https://flexiblejewelrymolds.com/material-comparisons.html</guid>
            
			
		</item>
		<item>
			<title>About</title>
			<link>https://flexiblejewelrymolds.com/about.html</link>
			<description>
				&lt;div class="article-summary"&gt;&lt;p&gt;My name is Chuck Hunner. 
					&lt;/p&gt;&lt;p&gt;I've been a jewelry maker since 1972. Rubber molds for jewelry has been one of my passions since 1976. Molds are an essential tool for every investment casting artist that wants to make more than one casting of their art. The many styles of molding that I've learned allow me to support you in your craft.
					&lt;/p&gt;&lt;p&gt;I'd like to be there with you at your mold cutting bench, guiding you to success. I hope we can find a way to make that happen. Until then, visit my video demo page and see how I do it. When you have a master ready to be molded, visit the Material Comparison page and download the mold compound comparison chart to help you choose the best mold compound for your type of master.
					&lt;/p&gt;&lt;p&gt;Flexible Mold Making is used in the lost wax casting industry to reproduce waxes. The waxes are cast into jewelry and other small parts. This web site demonstrates ways to make these molds out of heat cured rubber, silicone, and room temperature cured compounds.
					&lt;/p&gt;&lt;p&gt;I decided to make this website when I began to research my presentation for the 2012 Santa Fe Symposium on Jewelry Manufacturing Technology. I could not find any comprehensive sources on the Internet about Jewelry Mold Making. I found lots of great articles, but no central clearing house with lots of information about materials and techniques. What you are seeing is the beginning of a comprehensive source.
					&lt;/p&gt;&lt;/div&gt;
			</description>
			<pubDate>Sat, 14 Jan 2012 22:42:15 -0500</pubDate>
			<guid>https://flexiblejewelrymolds.com/about.html</guid>
            
			
		</item>
 	</channel>
</rss>