Firing Instructions & Helpful Tips

Our etched glass should be cut on the non-etched (back) side.  It may be cut on the etched side if it has been fired etched side down on the kiln shelf to ~1350 degrees first. 

Dichroic or Bullseye Iridescent Etched Glass
- May be clear capped or uncapped.
- Fire etched side down for a matte finish.
- Fire etched side up for a glossy finish.  This is dependant upon the top temperature reached.  A fire polishing temperature for your kiln will result in a beautifully glossy finish.

Luminescent Etched Glass
- Do not cap with clear.
- Must be fired either face down on a fiber product (ThinFire, Papyros, Fiberfrax) or face up with the fiber product covering the coating.  It is essential to protect the coating by firing on a fiber product or the coating will burn off.
- May be slumped face up without fiber paper over it once it has been fully fused. Once fully fused, it may be fired again if desired, face up, below 1400 degrees (we don't exceed 1250 degrees).

**Remember that every kiln is different, so the temperatures given are for reference purposes only.  


Do you love saving Money? We love helping you.
Sign up for our newsletter to find out about our weekly specials.
We will send you fusing tips and useful industry information too.

help

Customer Support

Contact Us

function myvalidateform() { if(document.getElementById('email').value=="") { alert ('please enter your email'); return false; } if(!chkEmail(document.getElementById('email').value)) { alert('please enter a valid e-mail address'); return false; } if(document.getElementById('name').value == "") { alert('please enter your Name'); return false; } } $(document).ready(function(){ $("#myForm3").submit(function(e){ e.preventDefault(); var data = $("#myForm3").serialize(); $.post("ajax_handler.php?action=price_match_section",data,function(res){ alert(res); document.getElementById("myForm3").reset(); }); }); }); function newsletter(){ var email = $('#email').val(); if(email=='' || email=='Enter your email here'){ $('#email').css({border:'1px solid #ff0000', background:'#E5C9C9'}); return false; } else { if(!chkEmail(email)){ $('#email').css({border:'1px solid #ff0000', background:'#E5C9C9'}); return false; } $('#email').css({border:'1px solid #cccccc', background:'#ffffff'}); } params = 'action=add_newsletter&email='+email; $.ajax({ type: 'post', url: 'ajax_handler.php', data: params, success: function (retval) { //$('#message').html(retval); $('#email').val(''); $("#modal-alert .modal-body").html(retval); $("#modal-alert").modal("toggle"); } }); } //info page attribute popup $(document).ready(function() { $("a[rel=attri_images]").fancybox({ 'transitionIn' : 'none', 'transitionOut' : 'none', 'titlePosition' : 'over', 'titleFormat' : function(title, currentArray, currentIndex, currentOpts) { return 'Image ' + (currentIndex + 1) + ' / ' + currentArray.length + (title.length ? '   ' + title : '') + ''; } }); }); //home page gallery for video and images $(document).ready(function() { $("a[rel=gallery_home]").fancybox({ 'transitionIn' : 'none', 'transitionOut' : 'none', 'titlePosition' : 'over', 'titleFormat' : function(title, currentArray, currentIndex, currentOpts) { return 'Image ' + (currentIndex + 1) + ' / ' + currentArray.length + (title.length ? '   ' + title : '') + ''; } }); }); jQuery( 'a.youtube-video-home' ).fancybox({ type: 'iframe' }); function func_chk_subproducts(arg) { if(arg == 1) { for(i = 0; i < document.cart_quantity.elements.length; i++) { if(document.cart_quantity.elements[i].name == 'sub_products_qty[]' && document.cart_quantity.elements[i].value > 0) { return true; break; } } alert("Please select any subproduct"); return false; } return true; } function search_validate() { if(document.getElementById('first-name').value=="") { alert('Please Enter the Customers first name.'); return false; } if(document.getElementById('last-name').value=="") { alert('Please Enter the Customers last name'); return false; } } $(document).ready(function() { $('.class-date').datepicker({ todayHighlight: true, autoclose: true }); }); function get_print_friendly(aID) { $.fancybox.open({ href : 'https://www.artglasssupplies.com/article_print.php?type=articles&aID='+aID, type : 'iframe', fitToView: false, autoSize: false, autoDimensions: false, width: '50%', height: 400, title: 'printfriendly', afterShow : function() { $('.fancybox-skin').append(''); }, afterClose : function() { //location.reload(); } }); } function get_send_friend(aID) { $.fancybox.open({ href : 'https://www.artglasssupplies.com/article_print.php?type=send_to_friend&aID='+aID, type : 'iframe', fitToView: false, autoSize: false, autoDimensions: false, width: '60%', height: 400, title: 'Articles', afterShow : function() { $('.fancybox-skin').append(''); }, afterClose : function() { //location.reload(); } }); } function addwishlist(){ var form_data = $("#cart_quantity").serialize(); $.ajax({ type:'post', data: form_data, url:'https://www.artglasssupplies.com/ajax_handler.php?action=ajax_add_wishilist', success:function(retval) { //alert(retval); if(retval == 1){ window.location.href = 'https://www.artglasssupplies.com/login' ; } if(retval == 2){ alert("Item added to wishlist successfully") } if(retval == 3){ alert("Please enter the sub product quantity!") } } }); } $('.owl-carousel-details').owlCarousel({ loop:true, margin:10, nav:true, items : 3, navigation:true, navigationText: [ "", "" ], responsive:{ 0:{ items:1 }, 600:{ items:3 }, 1000:{ items:5 } } }) $(document).ready(function () { var totalproducts = parseInt($('#totalproducts').val()); var products_per_page = parseInt($('#products_per_page').val()); var number_of_pages = parseInt($('#number_of_pages').val()); var frompage = 'index_products'; var getpage = parseInt($('#page_number').val()) || 0; var loading = false; // Prevent multiple AJAX calls var cPath = parseInt($('#cPath').val()); var manufacturers_id = parseInt($('#manufacturers_id').val()); function AloadMoreProducts() { if (loading || getpage >= number_of_pages) return; // Stop if already loading or all products are loaded loading = true; $('.spinner').show(); var cID = $('#current_cat_id').val(); var ajaxData = { cID: cID, getpage: getpage, frompage: frompage, cPath: cPath, manufacturers_id: manufacturers_id }; // Base data $.ajax({ url: 'ajax_handler.php?action=AjaxMoreProducts', data: ajaxData, type: 'post', success: function (data) { $('#ajaxLoadMoreProd').append(data); getpage += 1; $('#page_number').val(getpage); var currentUrl = window.location.href; // Get the current full URL var newUrl; if (currentUrl.indexOf('#') !== -1) { newUrl = currentUrl.replace(/#page=\d+/, '#page=' + getpage); } else { newUrl = currentUrl + '#page=' + getpage; } history.pushState(null, '', newUrl); // Update displayed product count var totalproductsload = Math.min(getpage * products_per_page, totalproducts); $('#products_display_info').html('Displaying 1 to ' + totalproductsload + ' (of ' + totalproducts + ' products)'); $('.category_filter').html('Displaying 1 to ' + totalproductsload + ' (of ' + totalproducts + ' products)'); // Stop loading if all products are shown if (getpage >= number_of_pages) { $(window).off("scroll"); // Remove scroll event } $('.spinner').hide(); loading = false; } }); } // Scroll event to detect when #srollreached is in the viewport $(window).scroll(function () { var scrollReached = $('#srollreached').offset().top; // Position of target div var windowHeight = $(window).height(); var scrollTop = $(window).scrollTop(); if (scrollTop + windowHeight >= scrollReached) { AloadMoreProducts(); } }); }); -->