Skip to content
GEOFIX NYA WEBBSHOP ÄR HÄR - klicka här för att få information om hur du som redan är Geofix kund kommer åt ditt webbkonto
GEOFIX NYA WEBBSHOP ÄR HÄR - klicka här för att få information om hur du som redan är Geofix kund kommer åt ditt webbkonto

Spectra Precision®'s GL1425C

SKU GL1425C-1
Save 13% Save 13%
Original price €2.582,95
Original price €2.582,95 - Original price €2.582,95
Original price €2.582,95
Current price €2.253,95
€2.253,95 - €2.253,95
Current price €2.253,95

Robust och tålig

Standard shipping

Approximately 7-10 days delivery time

Spectra Precision®'s GL1425C

Two-line laser with three functions – level laser, slope laser and vertical laser.

Even in the toughest jobsite conditions, the GL1425C delivers safety and accuracy so you can feel confident and work more efficiently.

The GL1425C can withstand a drop from up to 1 meter onto concrete and a tripod tilt from up to 1.5 meters.

That strength combined with full weather resistance and dust tightness means shorter downtime and cheaper repair costs throughout its lifespan.

  • Slope range: -9% to +9% with pre tilt -15% to +15%
  • Speed ​​300,600 and 900Rpm
  • Automatic leveling in both horizontal and vertical positions
  • Accuracy 1.5 mm at 30 meters
  • Range, 800 meters in diameter
  • With radio communication and app control between the HL760 DRO and the laser, you automatically get access to Grade Match and PlanLok (optional)
  • The “Fingerprint” feature in the HL760 DRO. The sensor only receives the signal from the laser it is paired with (optional)
  • The instrument stops if a major impact occurs, this is to avoid false readings on the receiver.
  • RC1402 long range remote control (optional)
  • Sensitivity selection, accurate even in strong wind or strong vibrations
  • Extremely durable and robust
  • 5 year warranty

Benefits for the user:

  • Easy to set flat, tilt or vertical positions
  • Increases reliability, accuracy and durability
  • Easy to transport, carry and store
  • Energy-efficient, long operating time
  • The housing design allows the instrument to withstand a drop from a height of 1 meter onto a concrete slab.
  • With the RC1402 remote control (optional) or the app control (built-in Bluetooth), you can control all functions from virtually the entire workplace.
  • Included accessories: Charger, carrying case and manual

Specification

Operating time, max: 45 hours/charge
Effect: <3.4mW mW
Damaged Warranty: 5 years, 1m shock resistance
IP Class: 66 (dust and water resistant)
Accuracy: +/-1.5mm/30m
Laser class: 2
Weight: 3.1kg

Sökord: Spectra, GL1425C, Tvåfallslaser, Lutning

*/ (function () { window.dataLayer = window.dataLayer || []; const CONFIG = { CURRENCY: "SEK", // Lägg gärna till/justera selektorer om ditt tema använder andra element CHECKOUT_BUTTON_SELECTORS: [ 'button[name="checkout"]', 'input[name="checkout"]', 'form[action*="/checkout"] [type="submit"]', 'a[href*="/checkout"]' ] }; function fetchCart() { return fetch('/cart.js', { credentials: 'same-origin' }) .then(r => r.json()) .catch(() => null); } function mapItems(cart) { if (!cart || !Array.isArray(cart.items)) return []; return cart.items.map((it, idx) => ({ item_id: String(it.variant_id || it.id || it.sku || ''), item_name: it.product_title || it.title || '', item_brand: 'Geofix AB', item_variant: it.variant_title || '', price: (typeof it.final_price === 'number' ? it.final_price : it.price || 0) / 100, quantity: it.quantity || 1, index: idx + 1 })); } function totalValue(items) { return items.reduce((s, i) => s + (Number(i.price) || 0) * (Number(i.quantity) || 0), 0); } function isCheckoutClick(target) { if (!target) return false; // träff på definierade selektorer for (const sel of CONFIG.CHECKOUT_BUTTON_SELECTORS) { if (target.closest(sel)) return true; } // fallback: formulär som postar till /checkout const form = target.closest('form'); if (form && /\/checkout/i.test(form.action || '')) return true; return false; } // Lyssna brett i capture-fasen så vi hinner hämta vagnen innan redirect document.addEventListener('click', function (e) { const el = e.target; if (!isCheckoutClick(el)) return; // Hämta /cart.js och pusha begin_checkout snabbt innan sidan lämnas fetchCart().then(cart => { const items = mapItems(cart); const value = totalValue(items); window.dataLayer.push({ event: 'begin_checkout', ecommerce: { currency: CONFIG.CURRENCY, value: value, items: items } }); }); // Ingen preventDefault – låt redirect ske normalt }, true); // Extra säkerhet: lyssna även på submit (t.ex. enter-tryck i formulär) document.addEventListener('submit', function (e) { const form = e.target; if (!form) return; if (!/\/checkout/i.test(form.action || '')) return; fetchCart().then(cart => { const items = mapItems(cart); const value = totalValue(items); window.dataLayer.push({ event: 'begin_checkout', ecommerce: { currency: CONFIG.CURRENCY, value: value, items: items } }); }); }, true); })();