Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Dafür haben wir eine andere Lösung. Nimm ;@webAction Drucker_aus und füge es im "Drucker herunterfahren" Ereignis hinzu. Wenn du einen Druck startest kannst du im Druckermenu "Nach dem Druck herunterfahren" anwählen. Heist nichts anderes als das er…
-
Danke hab ich korrigiert.
-
Welcher server version? Allgemein kann man in der Einstellunegn die homing position nach G28 einstellen. Da steht wohl aktuell 0 daher der wert. In neueren Versionen wird noch eine mit M114 gemeldete Position der firmware übernommen, aber nur wenn k…
-
It should also have moved to Y235. Anyhow, without further tests we will not come further. So please retest with just pause and continue. There is normally no delay.Also check console to see what is going on. In such cases the solution is always in…
-
Ok, some good news. I needed to dive deep into marlin handling for boards to get the SKR2 running, so now I can also see and understand how it should work for the ender board. I will try to get it included next week. Regarding versions I saw board …
-
Some good news. I found why the executeable did not run - its start address needed to be realocated to 0x8000 to work with bootloader. Latest commit now compiles and I can connect via usb. Have no printe rconnected, but that should be no problem as …
-
I see only an offset and above already mentioned how that normally happens. Then you said the delay is a problem at least I think so. The fact that you always write french is making it hard for me. I always only read the last answer as I can not und…
-
What delay do you mean? continue starts directly if heaters are still hot, otherwise it heats up first and next click continues.
-
ufw ist aber nicht auf dem pi image? Du greift auf port 80 oder 3344 zu über ip 10.10.10.1 sofern du mit dem AP verbunden bist. Zumindest port 80 sollte bei jeder firewall ausgehend freigeschaltet sein.
-
Ok echt komisch was chromium da macht. Hab es jetzt mehrfach getestet und ergebnis war immer mal anders. Hab autostart jetzt auf folgenden Inhalt geändert, der jetzt stabil zu funktionieren scheint: # Uncomment the following 3 commands to have disp…
-
I think I know that you mean. When I got too many parameter I changed it to a list I think.
-
Does the head or bed crash into something resp. can you really move up to Y 235? I guess you changed colors with pause. So the question is why do you get an offset. You either crash into something, move to illegal position or move extruder during pa…
-
Aufgrund von strukturänderungen hab ich das umgebaut damit moves trotzdem schnell im interface erscheinen. Dabei hab ich offenbar das splitten nicht korrekt berücksichtigt. Ich werd es mir ansehen und fürs update das bald kommt einbauen. Lösung 1 i…
-
Actually it is a bunch of static files that get loaded by the docsify parser. Check https://prgdoc.repetier-server.com/v1/docs/_sidebar.md as entry point. It references all other markup files which might be easier to parse. Regarding consistency, I…
-
Actually it was the wrong command. The correct command is @startNextPrintInQueue to just start the next print in queue. You might want to start at the moment until 1.2.1 where the run on connect only gets called once. 1.2.0 also executes it for res…
-
3344 is correct. Port 80 is privileged so can not be used directly. It is provided via nginx proxy on pi installations, but the orinigal port server listens on is 80. You can define own entry in Global Settings->Connecctivity at the bottom. I thi…
-
Thanks. Have fixed the translation for next update. But there are of course still quite some other terms untranslated since we currently have no czech translator. But maybe the language gets added in near future to our automatic translator. DeepL at…
-
Actually I see your error. It is the G0 X0 Y200 at that line you are in releative motion so you move 200 more to y. Add G90 before that line!
-
Please check your end gcode in slicer if it contains a G28 command. If it does, add after that line G90 and reslice with that config. G28 is not in general switching mode to absolute, but your config might assume this and that leads to the warning …
-
Sollte gehen weil inkognito dann nicht gestartet wird. Hatte das extra aktiviert, damit er sich nicht irgend was altes cached. Hab jetzt fürs aktualisierte image "--start-in-incognito" hinzugefügt. Damit ist der Hinweis bei mir auch verschwunden un…
-
Bitte auf 1.2.0 updaten. Da hab ich eine korrektur wegen der autoaupdate von Temperaturen eingebaut. Sollte damit besser klappen.
-
There is no real timeout, but there are timeouts to disable heaters to protect extruders. See in eeprom editor there are 2 timeouts near top that can be disabled with 0 value.
-
Not sure if this will come as it can be quite printer specific. Our new Repetier-Server now has the ability to easily write wizards with gcode where you can du such things easily. Actually if you add a new printer with wizard the demo wizard is th…
-
Will check this on next update. Maybe due to async nature of javascript that a task was not finished but app took it as finished already. Not sure how this can be as we zip the downloads so we need to wait for them, but will see.
-
For sd print - M25 - Pause SD print then you just continue the print. Make sure the head is not over object when you pause or you get a blob.
-
As said only possible with projects and every pi should have the other pi set as aslternative server, but only for projects, not for cpu intensice computations. Then you can see the projects on both if both are online.
-
Assuming the printer is not connected when it has no power (some get powered by usb so it won't work) you could add @autostart_next_job to on connection start. Then as soon as printer connects the first job in queue gets started. To be safe you sho…
-
Kannst es versuchen mit ping pong, ist normal immer noch schnell genug und das was alle anderen hosts nutzen. Oder als kompromiss max. 2 parallele Befehle weil es vorteile bei gelegentlichen Fehlern und geschwindigkeit hat aber keine exzessive nutzu…
-
Zuerst würde ich den pi rebooten. Das ist erst mal von der url her korrekt und wir öffnen die url ja auch im inkognito modus. Kann grad nicht abschätzen wie alt das image ist. Ggf. würde ich ein backup der Daten und einstellungen machen: https://www…
-
In Printer Configuration->General deselect "Use own model directory" for the second and select first printer for directory, Than both have the same gcode. Only works if both are on the same pi or it is not possible. If you need it across differe…