Repetier

About

Username
Repetier
Joined
Visits
2,088
Last Active
Roles
Administrator

Comments

  • Ja da scheint der Kernel anders zu reagieren. Beim originalen pi display das immer an ist hab ich keine Probleme. Bei einem ein/ausschaltbaren Display scheint linux den Treiber auszuschalten wenn das Gerät weg ist. Solange es beim booten und danach …
  • Aktuell wird nur die door capability fürs Tür Handling unterstützt. Bei Marlin steht in der firmware.xml zum beispiel: ^Cap:DOOR:(\d) DoorOpened$ DoorClosed$Wenn also die firmware eine Zeile sendet die mit "DoorOpened" oder "DoorClosed" aufhört wird…
  • If ack is turned on you are in troubles. I see no "ok" from marlin so back channel is stopped. Most likey it is from M0 Turn ON 11999RPM That is wrong syntax and the M0 will cause marlin to stop and wait until you press the button on printer display…
  • Erst mal per kabel verbinden um die Ursache zu finden. Im terminal mal iwconfig eingeben und sehen was er ausgibt. Frage ist ob er wifi da kennt und ob es noch wlan0 heist oder einen anderen Namen bekommen hat. Hab das image an einem pi 3+ erstellt…
  • Comparing with what gui sends start should be 0 and "page":0 for first 50 is missing. Assuming prusa_1 is the correct slug shown also in url that might be what is missing causing the error. If not, let me know and I double check.
  • Hast vollkommen recht, gibts auch bei uns. Das stellt mycommerce automatisch mit rein offenbar weil einige es gerne wollen. Brauchen tust du es nicht, da es die downloads ja auch alle bei uns gibt.
  • Nothing related to conversion at least. Did it work in past or is this first video? But looks like ypu use pi so there it should come preconfigured with ffmpeg so no reason to not work. Except if you outsourced slow computations - then the other pc …
  • In this special case it is a problem. It pauses as laptop goes to hibernation so you can not send anything. Only solution I know is in repetier-firmware with the rescue solution where firmware then does a internal pause with moving to safe position.…
  • Are you using distortion leveling with G33? That only corrects until a given z height and then corrections gets reduced to 0. Check in this case with G33 L0 how big your corrections are. They should be small and swing around 0 or you are misusing th…
    in Ken1 Comment by Repetier September 2022
  • Ok that can happen if the ffmpeg was run successfully and did not create a movie file. So first question is why it did not create the file. If you check server.log you would see more at that time where you created it. One reason I could think of is,…
  • Ehrlich gesagt hat die gcode größe keinen Einfluß, aber große Dateien brauchen länger und machen Probleme wahrscheinlich wenn irgend etwas nicht passt. Wenn der pi nicht mehr erreichbar ist ist linux womöglich abgestürzt. Neustart sollte ihn dann w…
  • There is a script on pi that creates the content of the bolt menu. You can extend it to contain more lines. E.g. add content of a weight file that you update in an other job from time to time. So also I can not say how to write a weight function in …
  • On mac run in terminal sudo /usr/local/Repetier-Server/bin/fulluninstall.sh to uninstall. Or leave it to outsource slow operations to mac by setting in connectivity the mac as compute target. Mac host can not connect to server - only windows host …
  • Actually the url has changed some years ago. You should try http://repetierserver.local/ and hopefully that is the only issue. You can also use the ip. If you go to your router url there is normally a page showing connected IPs. But correct url shou…
  • Mit wiegen kenne ich mich nicht aus, must hier auch aufpassen und das Spulengewicht abziehen. Aber viele Spulen haben neben den Sichtschlitzen eine Skala mit gramm oder m um die Menge gut abschätzen zu können. Solltest mal prüfen ob dein Filament da…
  • You mean you upgraded to Bullseye? Most likely several parts like webcam will not work any more. One reason we set up the server image from scratch, so in the end you should upgrade to our latest bullseye image. At least on current image Ctrl+Alt+T…
  • Probably next week 1.4.2 will be released with the M412 removed form start script. Also all other found bugs are then removed. If this solves your issue as well is unknown as we have no way to test it. We got no other complains except M412 related s…
  • Not really. In past they had a website where you could upload the file for repair and got it repaired back.But that is down. Googling I found this one which looks promising: https://products.aspose.app/3d/repairing/3mf
  • It is a 1:1 copy - actually identical binary. Reason that function is missing is that it is not us doing repair. It is a windows 10 function of the OS. So also on window older W10 it will not be available.
  • Currently you would do it with  Repetier-Server Monitor. Backup the gcodes and install them on new printer. If you replace gcodes it will delete the existing one, but a sI understand it is a new printer without any g-codes. In theory the new printe…
  • That should enable the M600 out of filament solution. This is normally detected and works if display of printer supports it. With M600 the printer blocks communication and you handle filament change using the printer lcd. Didn't they already have f…
  • Please read this https://www.repetier-server.com/knowledgebase/web-action-to-control-a-remote-controlled-socket/ it is even done with KASA showing how to do. In @webAction you add the action name as defined in global settings->web actions not a …
  • Yes, for that reason we remove it in next update. Users needing it can still add it to runonconnect event script.
  • Im Grunde nicht schwer. Es gibt ja @timedCall name timeoutMS function_nameCalls function_name after timeoutMS milliseconds. It does not repeat. The name can be used to stop the timer with @deletedTimedCall. If you need an interval, you need to call …
  • I already feared that. You need to understand how MQTT works and also some programming skills to implement the HA part. I also checked if IFTTT would work. IFTTT it self has no delay, but you can use a 3rd party service to call it with delay.  desc…
  • Ok, see what you mean. shutdown is no general server function. It is implemented in extcommands.xml so you call it with @execute. If gcode via mqtt is enabled see this mqtt subject command: https://prgdoc.repetier-server.com/v1/docs/index.html#/en/w…
  • It is important for users only having wifi (pi 0). You can easily disable it in wifi settings. There is an option for access point to be always enabled/never or only if not connected with wifi.
  • You are just thinking the wrong way. You can server make subscribe for a topic using: @mqttSubscribe topic functionSubscribes to a topic and calls the given function, when the value is published. For retained messages the first message is received o…
  • It depends on how firmware is configured. Some do use sensor only with sd card printing, others send a message also when regular printing. As long as the firmware sends a message on out of filament we catch it. As last resort it is always possible t…
  • Oh I know that pattern at least. It is a defect sd card. With some luck you can just put a fresh image on it and it works. If it is due to defect sectors it might happen sooner or later again. To prevent defect sd cards we advice to use long endura…