4600 W 110 V/220 V ± 15 % Hand-Lichtbogenschweißgerät, elektrisches Haushaltsschweißgerät, vollautomatisches intelligentes Schweißgerät mit Werkzeugkasten/Schweißmaske/Stahlbürste

Kostenfreier weltweiter Versand
Kostenlose Rückgaben
Nachhaltig hergestellt
Sichere Zahlungen
/** @private {string} */ class SpzCustomAnchorScroll extends SPZ.BaseElement { static deferredMount() { return false; } constructor(element) { super(element); /** @private {Element} */ this.scrollableContainer_ = null; } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } buildCallback() { this.viewport_ = this.getViewport(); this.initActions_(); } setTarget(containerId, targetId) { this.containerId = '#' + containerId; this.targetId = '#' + targetId; } scrollToTarget() { const container = document.querySelector(this.containerId); const target = container.querySelector(this.targetId); const {scrollTop} = container; const eleOffsetTop = this.getOffsetTop_(target, container); this.viewport_ .interpolateScrollIntoView_( container, scrollTop, scrollTop + eleOffsetTop ); } initActions_() { this.registerAction( 'scrollToTarget', (invocation) => this.scrollToTarget(invocation?.caller) ); this.registerAction( 'setTarget', (invocation) => this.setTarget(invocation?.args?.containerId, invocation?.args?.targetId) ); } /** * @param {Element} element * @param {Element} container * @return {number} * @private */ getOffsetTop_(element, container) { if (!element./*OK*/ getClientRects().length) { return 0; } const rect = element./*OK*/ getBoundingClientRect(); if (rect.width || rect.height) { return rect.top - container./*OK*/ getBoundingClientRect().top; } return rect.top; } } SPZ.defineElement('spz-custom-anchor-scroll', SpzCustomAnchorScroll); const STRENGTHEN_TRUST_URL = "/api/strengthen_trust/settings"; class SpzCustomStrengthenTrust extends SPZ.BaseElement { constructor(element) { super(element); this.renderElement_ = null; } isLayoutSupported(layout) { return layout == SPZCore.Layout.CONTAINER; } buildCallback() { this.xhr_ = SPZServices.xhrFor(this.win); const renderId = this.element.getAttribute('render-id'); SPZCore.Dom.waitForChild( document.body, () => !!document.getElementById(renderId), () => { this.renderElement_ = SPZCore.Dom.scopedQuerySelector( document.body, `#${renderId}` ); if (this.renderElement_) { this.render_(); } this.registerAction('track', (invocation) => { this.track_(invocation.args); }); } ); } render_() { this.fetchData_().then((data) => { if (!data) { return; } SPZ.whenApiDefined(this.renderElement_).then((apis) => { apis?.render(data); document.querySelector('#strengthen-trust-render-1539149753700').addEventListener('click',(event)=>{ if(event.target.nodeName == 'A'){ this.track_({type: 'trust_content_click'}); } }) }); }); } track_(data = {}) { const track = window.sa && window.sa.track; if (!track) { return; } track('trust_enhancement_event', data); } parseJSON_(string) { let result = {}; try { result = JSON.parse(string); } catch (e) {} return result; } fetchData_() { return this.xhr_ .fetchJson(STRENGTHEN_TRUST_URL) .then((responseData) => { if (!responseData || !responseData.data) { return null; } const data = responseData.data; const moduleSettings = (data.module_settings || []).reduce((result, moduleSetting) => { return result.concat(Object.assign(moduleSetting, { logos: (moduleSetting.logos || []).map((item) => { return moduleSetting.logos_type == 'custom' ? this.parseJSON_(item) : item; }) })); }, []); return Object.assign(data, { module_settings: moduleSettings, isEditor: window.self !== window.top, }); }); } } SPZ.defineElement('spz-custom-strengthen-trust', SpzCustomStrengthenTrust);
farbe
Weiß
Grün
stromspannung
110V
220V
spezifikation
EU
US
AU
UK
Preis
€599.98
€299.99
speichern  €299.99
Menge
Beschreibung

Dieses tragbare Handschweißgerät ist einfach zu bedienen, egal ob Sie ein professioneller Bastler sind oder gerade das Schweißen lernen, Sie können es schnell und sicher verwenden, und es ist klein und kann mitgenommen werden. Kommen Sie und probieren Sie es aus, es wird Sie nicht enttäuschen.

Merkmal:
Digitales Schub-Antihaft-Design, sofortiger Lichtbogenstart, Antihaft-Elektroden.
Geeignet für 2,5- und 3,2-mm-Elektroden, kann kontinuierlich mit hoher Effizienz arbeiten.
Mit dem Strom- und Schubeinstellknopf können Sie Strom und Schub über diesen Knopf einstellen.
Ein effizientes Kühlsystem sorgt für lange Betriebsstunden und eine längere Lebensdauer der Maschine.
Diese Maschine ist klein und leicht zu transportieren. Sie können sie zur Arbeit in der Höhe oder überall hin mitnehmen, wo Sie sie verwenden möchten.

Spezifikation:
Material: ABS + Metall
Strom: 20–120 A
Spannung: 110 V/220 V ± 15 %
Stecker: Europäischer Stecker
Elektrodentyp: Kohlenstoffstahl, Edelstahl, Stahl
Schweißmaterial: Edelstahl, legierter Stahl
Schweißdicke: 2–14 mm
Leistung: 4600 W
Projektgröße: 250 x 100 x 250 mm
Artikelgewicht: 2,5 kg