Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,089
- Last Active
- Roles
- Administrator
Comments
-
Is your platform.ini set to use due? I also wonder where NVIC_USER_IRQ_OFFSET gets used. When I search or check HAL.h from error message it is not included. It looks like a define from a hardware include from compiler and board, that's why I ask abo…
-
Ja uploads gehen nicht. Nutze z.b. https://pastebin.com/ oder dropbox freigabe für Dateien oder imgur.com für Bilder. Alles ohne Anmeldung nutzbar.
-
You can manually send negative values e.g. G1 Z-1 but if firmware accepts this is an other question. See console with commands enabled.
-
Wie man sieht schreibt er zwei mal an die gleiche Position. Ist das die ausgabe von M205? Wie ist die gesamte ausgabe von M205 und welche Firmware läuft auf dem SV04? Ich gehe grad von repetier-firmware aus, aber da können die Positionen nicht stimm…
-
Hast du ein Beispiel G-Code und Bild vom Ergebnis? Lange kommt auf den Rechner an, aber bei Fehlern kann es natürlich zusätzlich bremsen. Hab schon was fürs update mit sequentiellem druck gefixt, aber kann natürlich noch was sein das nicht abgefange…
-
Nein der ist falsch. In meinem Beispiel stand ja /usr/bin/afplay Angepasst auf deinen code c:\\Windows\\System32\\shutdown.exe -s sollte klappen. wenn du den Teil: - herunterfahren c:\\Windows\\System32\\shutdown.exe -s ersetzt.
-
Can't see the tilt in images. Is the bed correctly leveled and printer mechanics square? If not that would also cause non perpendicuar angles in print.
-
Google "elephant foot 3d print" for more info on this effect. Elephant foots are the wider objects at the bottom. PrusaSlicer for example has a compensation for this if reducing temperature does not work. This includes bed temperature which has sign…
-
Most likely cross talk in the y end stop. Set ALWAYS_CHECK_ENDSTOPS to 0 to prevent testing them during print. This normally fixes the problem.
-
Sorry, no uart TMC support, actually V1 only supports TMC2130 model.
-
On our pi image it is configured in /etc/nginx/sites-enabled/default client_max_body_size 100000m; So limit would be 100GB. At least that is what we wanted.
-
There is no real limit except disk space. Is this on a pi or through a proxy? Then the proxy could have a max upload size that blocks it. In that case try to directly upload to the real server port, normally 3344.
-
Can you show your request? From userCredentials you see all is ok, so I think the request is bad. Especially preheat has the permission denied answer when not all of these conditions are satisfied: if(printer != nullptr && (hasPermission(ob…
-
Didn't you upgrade to latest version. Checking the code I see I had already fixed the issue by ignoring all temperatures reported being higher than max temperature, so a wrong send temperature that is too high would not be possible with current rele…
-
Ach ja sehe grad Moonraker scheint eine app zu sein die mit Klipper redet. Ich vermute die must du auch noch deinstallieren/deaktivieren, da Klipper nur mit einer App gleichzeitig reden kann denke ich. Oder kann man mehrere Schnittstellen parallel d…
-
Ist möglich aber sehr komplex verglichen mit unseren images, da dort schon ein klipper installer integriert ist inkl. Editor für klipper konfiguration siehe https://www.repetier-server.com/manuals/1.2/index.html Configuration->Klipper Unser deb …
-
Homing without end stop is not possible. Best is to buy an end stop and add it to x end stop pin. When you enable/reset printer the position 0,0,0 is assumed. You can also mark current X psoition as 0 using G92 X0. Homing should then be done with G2…
-
We only know about the web interface (port 80). A put through channel is not known to exist, but would be required to work.
-
Well, same thing as for Marlin. Check with M119 which end stop is configured for x (min or max) and if it is really at that side. Then also check manually if it triggers to high when the sensor is triggered to see if pin is correct and electronic is…
-
Kommt auf die Technik des Internetanbieters an. Hier eine Liste möglicher Lösungen: https://www.repetier-server.com/knowledgebase/access-server-from-internet/
-
Normal heist Fluß 100% = default drucke genau so viel wie der Slicer wollte. Slicer machen das ja nicht mit dem Fluß Multiplikator sondern über die Extrusionsmenge im E Parameter und den geben wir unverändert 1:1 weiter.
-
When you run M115 you see your firmware, most likely marlin: https://marlinfw.org/ That page describes also how to configure it correctly. As you can already connect I would say it is supported my us - Marlin is at least along with several other al…
-
Server does support firmwares not boards. For homing we just send G28 to printer firmware. It is the printer firmware that needs to be configured correctly to make homing work. Looks like you did not configure endstops correctly for firmware, so the…
-
Es ist kein Problem den Code zu drucken. Die Vorschau wandelt G2/G3 aber nicht in Kreise um, sondern approximiert sie mit einer Linie, was durchaus falsch aussieht. Das hat aber keinen einfluß auf den Ausdruck, nur vorschau ist halt nicht so schön. …
-
Das ist ein grundsätzliches Problem insbesondere wenn man in eine Foto-Position fährt damit nichts wackelt. Es gibt aber ein paar tricks. Zuest einmal gelten die Parameter in Druckereinstellungen->Werkzeig->Allgemeine Extrudereinstellungen. Da…
-
It should show up, but checking I see that I did not add the security question in touch screen. Will fix for next update.
-
How old is that ESR release? Also we do not use brand new features for design we also do not only rely on 10 year old techniques, so we use flex box and grid for example. Testing on current Firefox 96 all is working fine so far.
-
Graph color is hard coded in style/blocks/_graph.scss bus as easy to change as variables - should be immediately clear which color is for which part.
-
Gebraucht findest du sicher jede Preisklasse. Es gibt dazu keine images von uns wo alles vordefiniert ist, aber aktuelle linux distributionen haben eine Grafische Oberfläche wenn du einen monitor dran hängst. Installation des servers ist nur das lin…
-
Today we good a belt printer for testing our self:-) See what you mean and we will see if we can make the renderings 90° rotated to it looks like on the belt bed. Easier to recognice, also during print it is still layerwise xy view of course as that…