Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
You mean the tune entry is not available through server print? Otherwise you can use that of course. Because you should be close to printer when doing quick z adjustments it is only implementes in the server touch interface. If you have none and no …
-
app-dev and app-prod targets are for quick recompile if you only changed the app sources. In any case you should run at first the "all" target so it creates the missing modules as well. touchscreen is a multi module solution. Hope that is all missin…
-
No you can not change automatically gcode for special layer in config. You can edit it afterwards in the gcode editor where you can jump to layers directly. If you print via Repetier-Server you can use scripts in layer change code that use our scri…
-
Das ist erst mal so korrekt Send:17:11:54.254: N18345 M82 ;absolute extrusion mode Mesg:17:11:58.257: Warning: Communication timeout - resetting communication buffer. Nach 4s kommt ein timeout weil kein ok der Befehle davor kam und auch kein busy um…
-
See https://www.repetier-server.com/knowledgebase/touchscreen-shows-only-blue-spinner/ for 2 possible solutions.
-
Ja sieht so aus, auch wenn ich gerne wüste was:-) Aber frühe roder später bekomme ich den Fehler auch hoffe ich.
-
It is a server bug so for solving you must update the server not monitor. Latest version has solved it.
-
There is also this condition in line 508 of HAL.cpp #if defined(__AVR_ATmega1280__) || defined(__AVR_ATmega2560__) || defined(__AVR_AT90USB646__) || defined(__AVR_AT90USB1286__) || defined(__AVR_ATmega128__) || defined(__AVR_ATmega1281__) || defined…
-
Eigentlich gbt es diese Funktion sogar im Allgemeinen Konfigurationstab des Druckers. Da kann man die Leerlaufzeit und maximale Temperatur angeben. Wenn die Zeit überschritten und Temperatur unterschritten ist führt er das shutdown script aus und ma…
-
The gcode lists in print tab have a view selector where you can select between 4 different views. If you mean projects there is no selector, only that view with renderings which so many users wanted to see. Will think about a switch there as well. …
-
Erst mal auf 1.4.8 updaten. Ich hab das mit den timeouts bei langsamen Befeheln etwas verbessert so das er vorher mit dem kutzen Timeout alles abarbeitet. Bei meinem Anycubic i3 klappt auch alles prima daher ist da mit dem testen so eine Sache. Manc…
-
Makes not much sense that it does not work then so in deeed a ridicule. Did you see disconnects when both are connected. Sometimes more printer increase stability problems that can be too much making good communication impossible. Sounds a bit that …
-
Dann sieh auch im server.log nach ob er dabei abstürzt auch wenn ich nicht wüste warum ausgerechnet M104 das verursachen würde ist ja kein seltener Befehl. Wobei du besser 1.4.8 nutzen solltest wo alles bekannte gefixt ist.
-
Also sobald der Mosfet für den Extruder den Strom einschaltet. Sieh mal in der Konsole mit ausgeschalteten Filters was da erscheint. Vermute ein browenout des Druckerboards wegen Kutzschluss vielleicht. Evtl ist ja die Heizkartusche durch. Mess doch…
-
You never answered if the nano worked alone. You might want to try different dtr/rts settings in case it uses hardware flow control.
-
See https://www.repetier-server.com/gpio-tutorial/ on how to program it. I had same issue with my sidewinder and wired their sensor so no new sensor required. There are several youtube tutorials on this where you see how to do the wiring.
-
On dashboard you can backup printer and decide what to backup including gcodes. For restore or replace you can also select which parts to replace with versions of backup. Only thing that does not work is adding backup gcodes to existing - it will al…
-
Check the log if there is a message when printer runs out of filament. Unfortunately some are configured to say nothing when not printing from sd card and without message we can not see and react. In that case you need to upload a different firmware…
-
Zuerst würde ich die zeilen manuell durchspielen um zu sehen ob es ein spezieller Befehl ist der das Triggert. Für mich ist aber unklar was du meist das passiert. Du zeigst ein Log wo der Server neu startest sagst aber der Drucker beendet seinen die…
-
Both protocols look identical. Sure you switched printers? See no prboblems in them but would suggest to bind both to path name of the port.
-
So they have individual id and any of them works good if the other is not connected? Are there undervoltage warnings in the bolt menu? If you switch to the console of the non working printer do you see any usefull messages?
-
Or directly select ping-pong mode and see how communication errors change. That is the easiest communication solution for printers. Server has a recover feature but you need to enable and configure it. Then you can continue failed prints that stopp…
-
If both are connected how much printers do you see in ports dropdown for /dev/serial/by-id/ If there is just one and in by-path you see two you must select port by path instead to select the right one.
-
Ja möglicherweise wurde die ganze sd Karte daher readonly gemounted und du kannst nichts schreiben. Da das system eh veraltet ist und unklar ist was kaputt ist würde ich die Daten in /var/lib/Repetier-Server sichern und ein aktuelles image installie…
-
Normally prints send just G28 at start go to 0 level. So try if this command is working correctly. If not you need to fix the reason why printer does it wrong e.g. check if end stop is working correctly or triggers too early or check eeprom settings…
-
Buffer 0 is not good, except if ping-pong is active then it is ignored anyway. Low values degrade to ping-pong mode.
-
You should not change config outside tool. If you upload you only see the settings from last download not later manual changes. Reason is that they are stored in a special comment for the tool. When you download the zip it contains the config file w…
-
Some 32 bit boards promote sd card as disk in addition to serial connection. Should not be a promblem from this. But as said full communication might show better whats going on then the reduced version.
-
Hat sich mit dem Update vielleicht die Baudrate verstellt? Denke mal das ist auch Marlin solle ja ansonsten klappen.
-
Sieh mal nach dem Blitz icon im Haupt menü (erscheint nach ca. 1 Minute).