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

Leica Piper 100 Pipe Laser

SKU 020525116
Original price €5.012,95 - Original price €5.012,95
Original price
€5.012,95
€5.012,95 - €5.012,95
Current price €5.012,95

Kraftfull och kompakt, Leica Piper är den enda rörlaser som passar i ett 100 mm rör.

Standard shipping

Approximately 7-10 days delivery time

Leica Piper 100, Pipe laser package

Powerful and compact, the Leica Piper is the only pipe laser that fits into a 100mm pipe. Built with a solid aluminum housing, it is loaded with features to improve productivity and minimize downtime on the jobsite.

It is ideal wherever a line and a slope are needed. It has a large, clear display that makes it easy for the user to read the slope, line position, battery status and leveling. The intelligent battery monitoring indicates the level of charge so the user always knows how much battery life is left. The Leica Piper's bright, visible laser beam is focused to maintain its clear point and size over long distances. Automatic slope compensator can easily detect and correct slope deviations. It automatically self-levels over the full slope range, therefore avoiding manual slopes on steep slopes.

  • Pipe laying laser with red laser light
  • Remote control, AC adapter (charger)
  • Rechargeable Li-Ion battery, 4pcs 150 mm legs
  • Red target (short), target attachment
  • Laser beam Red very clear beam
  • Display Large easy-to-read LCD display Large easy-to-read LCD display
  • Locking direction and tilt
  • Wide Line Adjustment
  • Self-leveling Over the entire area
  • Slope input Direct or via numbers
  • Wireless remote control
  • Powerful metal housing
  • Battery Pack Rechargeable Lithium-Ion
  • Waterproof 100%

Sökord: Rörlaser, Piper 100, 100mm rör, 748704

*/ (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); })();