Repetier

About

Username
Repetier
Joined
Visits
2,088
Last Active
Roles
Administrator

Comments

  • The server commands come from a definition file /var/lib/Repetier-Server/database/extcommands.xml as described in manual under advanced configuration. Your image has one to allow shutdown/reboot of the pi. If you don't use the image you must define …
  • No that is not possible.It is hard coded to use only one thread for normal rendering. Maybe future version will be able to that, but then you don't need to do anything. It will decide based on available cpu count.
  • Interesting solution. I'm thinking on how I can safely integrate this in our firmware upload wizard. That is where it would belong and now that I have a skr board I also test. Main problem is that is generally bad to allow uploads without extra chec…
  • For the future a bit more complex solution is planned, so we can also check filament type loaded and wanted by gcode and move filaments around servers and printers.
  • Der Server konsumiert nur den MJPG stream während die webcam app die Daten kontinuierlich abruft. Die Ursache wird daher entweder in der verwendeten App liegen oder die Webcam verursacht ein Problem das windows sie abschaltet und die App verbindet s…
  • See PM in forum for mail address
  • Can you show the part with the skipped lines and your fixed gcode so I see the gcode you talk about. Haven't had that problem so far or not registered. But maybe there is something else preventing this. 
  • Sie landen auf dem server bei dem Drucker wo du sie hochgeladen hast. Aber um sie zu sehen musst du auch die Gruppe wählen die du dabei genutzt hattest oder die Gruppe alles wählen.
  • You can change everything. Hit configure button and prusa slicer will open and you can change whatever you want. We use the settings from the slicer directly but you have to change them inside the slicer.
  • Ich hoffe bald. Es fehlt eigentlich nur eine komplexere Funktion dann kann ich es veröffentlichen.
  • As long as output curve shows it is using 100% it will not really improve. Exception might only be if some other function is also using that pin causing values to change. When you check the board do you see the output led is full on or is it flicker…
  • In general yes, it will destroy the print. Please check you syslog for the linux bug I mentioned. cat /var/log/syslog | grep "brcmf_proto_bcdc_msg failed" should show you all lines of that error. If so please send me a pm with mail address. Meanw…
  • Ok hab die Ursache gefunden. Tritt wirklich beim auslagern von Timelapse Berechnungen auf. Ist fürs nächste update wieder behoben.
  • Danke. Dann schmiert er wohl wegen der Fehlermeldung beim übertragen auf windows ab und kommt nicht mehr zur alternativroutine. Sollte damit denke ich für mich reproduzierbar sein. Mal sehen was rauskommt.
  • Er versucht hier einen negativen Radius zu zeichnen. Frag mich nur wo der plötzlich herkommt, da in den gcodes normal keine Kurven sind. Aber wenn du sagst die anderen Gcodes klappen liegt die Vermutung nahe. Kannst du mir den gcode senden, dann te…
  • In dem Fall muss auch auf dem windows Rechner ffmpeg installiert sein, weil er vermutlich die Aufgabe dahin auslagert. Werde das rendern noch mal sicherheitshalber testen auch wenn ich es wegen der Löschfunktion bereits getestet hatte. Aber wie gesa…
  • License is bound to hardware so I guess the run on NAS when you activated the license there had reduced the installations available. If you get problems mail us with license code and reason and we reset them, so nothing is really lost.
  • Slicer for server is planned and will come, just it's work intensive the way we want to add it. 0,0 is always left front for all printers. That is just like you look at the printer. Anything else is just a wrong configuration, so there will be no o…
  • No ping pong disabled is default since that is the faster communication mode. Should only get problems when you send more data then fits into buffer meaning the buffer size in server was set too high. Normally 127 works fine while some older fimrwar…
  • We are not the developers of the included silcers! And support generation is done in the slicer. At least with Prusa Slicer/Slic3r there are good options to adjust the support. 
  • Ja sieht aus als ob javacsript da ein Problem bekommen hat und die Variablen nicht korrekt einsetzt. Versuch erst mal ein reload der Webseite. Wenn das nicht hilft öffne mal die Console in chrome (rechte maustaste element untersuchen und dann auf C…
  • Yes, my fix is already working so will be fixed in 2.2
  • Plugins are already possible but integration method is not that easy especially when you need webcam access. For V2 we plan a better plugin system that is easier to manage and more universal. But at the moment we are finishing to get V1 ready.
  • The green area is output power of the heater in percent. You have the graph in dashboard and one where you can see all graphs at once per printer. Graphs show only last 5 minutes and data is not stored. You can activate reports then you get a repor…
  • In my case this script: #!/bin/bash rmmod brcmfmacrmmod brcmutilMODULE_PATH="/lib/modules/$(uname -r)/kernel/drivers"insmod $MODULE_PATH/net/wireless/broadcom/brcm80211/brcmutil/brcmutil.koinsmod $MODULE_PATH/net/wireless/broadcom/brcm80211/brcmfma…
  • Ping-Pong is the slower communication solution where you wait for "ok" from firmware for every command. Without we send as much as fit in input buffer to speed up communication. Normally both work so we use that as default.
  • I'm not so sure if 10m usb cables are a good idea at all. Will likely cause communication errors with that length where usb is not officially specified. Easier solution is to use server as designed if you already plan a mini server per room. So ins…
  • If you know how to reconnect using ethernet cable in case of problems you could try setting AP to never. I guess when it does not connect any more it switches back to AP mode. If you prevent that it will not remove the connection definition for linu…
  • Wenn ich das hier https://www.amazon.de/Anycubic-Trigorilla-Mainboard/dp/B078SVG22J richtig verstehe ist es RAMPS 1.4 kompatibel und sollte damit problemlos laufen.
  • My guess is that you have set firmware to Repetier-Firmware which marlin does not understand. Baud rate etc are correct since you communicate, just not successful as it seems.