Gaugemaster GM406

Fordhampton Locomotive Depot Kit

Manufacturer catalogue image - please note that pre-release images may be CAD renders or CGI images rather than photographs

Manufacturer description

More Information SKU GM406 Manufacturer Gaugemaster Barcode 5060025793283 Manufacturer Code GM406 Scale/Gauge 1:76 Scale, OO Scale Reviews Write Your Own Review Only registered users can write reviews. Please Sign in or create an account function initProductSections() { return { items: [], currentOpen: 'description', init() { this.$refs.accordion.style.minHeight = null; this.items = [...this.$refs.accordion.children]; }, openSectionItem(id) { this.currentOpen = id; this.$nextTick(() => { document.getElementById(this.currentOpen).scrollIntoView({ behavior: "smooth", block: "nearest", inline: "nearest" }); }); }, sectionItemIsOpen(id) { return this.currentOpen === id }, } } details[data-name] summary { display: flex } 'use strict'; function initSliderComponent() { return { active: 0, itemCount: 0, getSlider() { return this.$root.querySelector('.js_slides'); }, pageSize: 4, pageFillers: 0, calcPageSize() { const slider = this.getSlider(); if (slider) { this.itemCount = slider.querySelectorAll('.js_slide').length; this.pageSize = Math.round(slider.clientWidth / slider.querySelector('.js_slide').clientWidth); this.pageFillers = ( this.pageSize * Math.ceil(this.itemCount / this.pageSize) ) - this.itemCount; } }, calcActive() { const slider = this.getSlider(); if (slider) { const sliderItems = this.itemCount + this.pageFillers; const calculatedActiveSlide = slider.scrollLeft / (slider.scrollWidth / sliderItems); this.active = Math.round(calculatedActiveSlide / this.pageSize) * this.pageSize; } }, scrollPrevious() { this.scrollTo(this.active - this.pageSize); }, scrollNext() { this.scrollTo(this.active + this.pageSize); }, scrollTo(idx) { const slider = this.getSlider(); if (slider) { const slideWidth = slider.scrollWidth / (this.itemCount + this.pageFillers); slider.scrollLeft = Math.floor(slideWidth) * idx; this.active = idx; } }, skipCarouselToNavigation(navSelector) { const element = document.getElementById(navSelector) if (element) { element.scrollIntoView({behavior: 'smooth', block: 'end'}); const button = element.querySelector('button:not([disabled])'); this.$nextTick(() => button && button.focus({preventScroll: true})) } } } } Related Products Navigating through the elements of the carousel is possible using the tab key. You can skip the carousel or go straight to carousel navigation using the skip links. Press to skip carousel Press to go to carousel navigation Gaugemaster GM664 Economy Sprue & Plastic Cutter Multi Scale function initPriceBox__6821964db9b67() { return { updatePrice(priceData) { const regularPriceLabel = this.$root.querySelector('.normal-price .price-label'); const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price'); const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price'); if (priceData.finalPrice.amount < priceData.oldPrice.amount) { regularPriceLabel.classList.add('hidden'); } else { regularPriceLabel.classList.remove('hidden'); } regularPriceElement && (regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount)); basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount)); } } } £7.25 In stock Add to Cart Faller 170492NLEN Expert Plastic Glue (25g) function initPriceBox__6821964dd00f5() { return { updatePrice(priceData) { const regularPriceLabel = this.$root.querySelector('.normal-price .price-label'); const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price'); const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price'); if (priceData.finalPrice.amount < priceData.oldPrice.amount) { regularPriceLabel.classList.add('hidden'); } else { regularPriceLabel.classList.remove('hidden'); } regularPriceElement && (regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount)); basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount)); } } } £6.25 In stock Add to Cart Gaugemaster GM620 Flexible Modelling Sanders 90x19x6mm (3) Multi Scale function initPriceBox__6821964de8cca() { return { updatePrice(priceData) { const regularPriceLabel = this.$root.querySelector('.normal-price .price-label'); const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price'); const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price'); if (priceData.finalPrice.amount < priceData.oldPrice.amount) { regularPriceLabel.classList.add('hidden'); } else { regularPriceLabel.classList.remove('hidden'); } regularPriceElement && (regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount)); basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount)); } } } £4.50 In stock Add to Cart 'use strict'; window.addEventListener('DOMContentLoaded', function() { if (! window.productSliderEventHandlerInitialized) { window.productSliderEventHandlerInitialized = true; window.addEventListener('product-add-to-wishlist', (event) => { const formKey = hyva.getFormKey(); const postUrl = BASE_URL + 'wishlist/index/add/'; const productId = event.detail.productId; fetch(postUrl, { "headers": { "content-type": "application/x-www-form-urlencoded; charset=UTF-8", }, "body": "form_key=" + formKey + "&product=" + productId + "&uenc=" + hyva.getUenc(), "method": "POST", "mode": "cors", "credentials": "include" }).then(function (response) { if (response.redirected) { window.location.href = response.url; } else if (response.ok) { return response.json(); } else { typeof window.dispatchMessages !== "undefined" && window.dispatchMessages( [{ type: "warning", text: "Could not add item to wishlist." }], 5000 ); } }).then(function (result) { if (!result) { return } typeof window.dispatchMessages !== "undefined" && window.dispatchMessages( [{ type: (result.success) ? "success" : "error", text: (result.success) ? "Product has been added to your Wish List." : result.error_message }], 5000 ); window.dispatchEvent(new CustomEvent("reload-customer-section-data")); }).catch(function (error) { typeof window.dispatchMessages !== "undefined" && window.dispatchMessages( [{ type: "error", text: error }], 5000 ); }); }) window.addEventListener('product-add-to-compare', (event) => { const productId = event.detail.productId; hyva.postForm({ action: BASE_URL + 'catalog/product_compare/add/', data: {product: productId} }) }) } }); if (window.require) { require(['jquery', 'domReady!'], function($){ if ($('.mfblogunveil').length) { require(['Magefan_Blog/js/lib/mfblogunveil'], function(){ $('.mfblogunveil').mfblogunveil(); }); } }); } else { /* e.g. hyva theme */ document.addEventListener("DOMContentLoaded", function(){ var items = document.getElementsByClassName('mfblogunveil'); var el, url; if (items.length) { for (var i=0; i { return config.useGraphQL || product.id; }) : []; } return { products: [], currency: [], noOfProductsToShow: config.noOfProductsToShow, loading: true, minHeight() { return 'min-height: ' + ((this.loading && '491px') || 0); }, getProducts() { const recentlyViewedProductsArray = readRecentlyViewedFromStorage(); let itemsToShow = []; if (recentlyViewedProductsArray.length > 0) { // Avoid showing the current product const start = 'GM406' === '' ? 0 : 1; itemsToShow = recentlyViewedProductsArray.slice(start) } itemsToShow = itemsToShow.slice(0, this.noOfProductsToShow); if (!itemsToShow.length) { this.noOfProductsToShow = 0; this.loading = false; return; } config.useGraphQL ? this.fetchProducts(itemsToShow) : this.renderRecentlyViewedProducts(itemsToShow) }, fetchProducts(itemsToShow) { const skusToFetch = itemsToShow.map(product => product.sku); const query = `query ($skus: [String!]!) { products(filter: { sku: { in: $skus } }) { items { sku id name small_image { label url } url_key url_suffix visibility status price_range { minimum_price { regular_price { value currency } final_price { value currency } } } } }}`; const variables = JSON.stringify({skus: skusToFetch}); window.fetch(BASE_URL + 'graphql?' + new URLSearchParams({query, variables}), { method: 'GET', headers: { 'Store': 'gm_main', 'Content-Currency': 'GBP' }, }) .then((response) => response.json()) .then((result) => { this.currency = (result && result.data && result.data.currency); const responseProducts = ( result && result.data && result.data.products && result.data.products.items ) || []; // fix sorting of the response-products according to the sorting of the requested-products const sortedProducts = []; skusToFetch.forEach(sku => { responseProducts.forEach(productData => { if (sku === productData.sku) { sortedProducts.push(productData); } }); }); this.renderRecentlyViewedProducts(sortedProducts); } ) .finally(() => this.loading = false) }, // end fetchProducts() renderRecentlyViewedProducts(products) { this.products = products; this.loading = false; if (config.isSlider) { this.$nextTick(() => this.calcPageSize()); } }, addToWishlist(productId) { const formKey = hyva.getFormKey(); const postUrl = BASE_URL + 'wishlist/index/add/'; fetch(postUrl, { "headers": { "content-type": "application/x-www-form-urlencoded; charset=UTF-8", }, "body": "form_key=" + formKey + "&product=" + productId + "&uenc=" + hyva.getUenc(), "method": "POST", "mode": "cors", "credentials": "include" }).then(response => { if (response.redirected) { window.location.href = response.url; } else if (response.ok) { return response.json(); } else { typeof window.dispatchMessages !== "undefined" && window.dispatchMessages( [{ type: "warning", text: "Could not add item to wishlist." }], 5000 ); } }).then(response => { if (!response) { return } typeof window.dispatchMessages !== "undefined" && window.dispatchMessages( [{ type: (response.success) ? "success" : "error", text: (response.success) ? "Product has been added to your Wish List." : response.error_message }], 5000 ); window.dispatchEvent(new CustomEvent("reload-customer-section-data")); }).catch(function (error) { typeof window.dispatchMessages !== "undefined" && window.dispatchMessages( [{ type: "error", text: error }], 5000 ); }); }, // end addToWishlist() addToCompare(productId) { const formKey = hyva.getFormKey(); const postUrl = BASE_URL + 'catalog/product_compare/add/'; fetch(postUrl, { "headers": { "content-type": "application/x-www-form-urlencoded; charset=UTF-8", }, "body": "form_key=" + formKey + "&product=" + productId + "&uenc=" + hyva.getUenc(), "method": "POST", "mode": "cors", "credentials": "include" }).then(response => { if (response.redirected) { window.location.href = response.url; } }).catch(error => { typeof window.dispatchMessages !== "undefined" && window.dispatchMessages( [{ type: "error", text: error }], 5000 ); }); }, // slider properties active: 0, getSlider() { return this.$root.querySelector('.js_slides'); }, pageSize: 4, pageFillers: 0, calcPageSize() { const slider = this.getSlider(); if (slider) { this.pageSize = Math.round(slider.clientWidth / slider.querySelector('.js_slide').clientWidth); this.pageFillers = ( this.pageSize * Math.ceil(this.products.length / this.pageSize) ) - this.products.length; } }, calcActive() { const slider = this.getSlider(); if (slider) { this.active = Math.ceil( Math.round( slider.scrollLeft / (slider.scrollWidth / (this.products.length + this.pageFillers)) ) / this.pageSize ) * this.pageSize; } } } }

Catalogue listing

Brand
Gaugemaster
Product Code
GM406
GTIN
5060025793283
RRP
£27.50
Release date
TBA

Model details

Width
173mm
Height
110mm

Gaugemaster website

Search on Amazon

Search on eBay

Supplier links are provided for your convenience and do not guarantee that the product is currently available. RailwayModels.uk is not a representative of these suppliers, but may receive a commission when purchases are made through links on this page.

Related products

RailwayModels.uk is a Good Stuff website.