Repetier

About

Username
Repetier
Joined
Visits
2,088
Last Active
Roles
Administrator

Comments

  • ZeroW wenn - geht prinzipiell ist aber die mit abstand langsamste Lösung. Bei meinem ZeroW ist das wlan schon langsam und der Rest auch. Ja er druckt Problemlos aber ist auch leicht mal kurze hänger zu Produzieren weil der mit seinem single Prozesso…
  • Sieh mal in den eeprom einstellungen nach. Oft stehen die da drin. Die Beschleunigungen und max. geschwindigkeiten haben keinen direkten Einfluß auf das ergebnis. Sie werden zur Zeitberechnung des Drucks verwendet und je besser die Übereinstimmen de…
  • I git this translation: Friends! I loaded the repeater into my hard drive and it's impossible to detect the printer in the priest, in other softwares like (pronterface, Repeater-host) it works, but the priest is impossible, is there something wrong …
  • Den Zero auf keinen Fall. Bei 3 webcams ist usb Bandbreite der vermulich wichtigste Faktor. Nimm einen Pi 4 der ist da am besten aber übertreib es nicht mit der Auflösung und stell sicher das die Webcams hardware MJPG unterstützen, sonst gibt es auc…
  • Die höchste Y Koordinate die du erreichen kannst ohne anzustoßen. Im Zweifelsfall die offiziellen Bauraumabmessungen aus der Beschreibung.
  • Please try the 0.94.2 beta there I have already fixed the missing line. Just download the linux version you need by replacing the version in download link with 0.94.2 The file it self is in /usr/local/Repetier-Server/firmware/ folder.
  • You need to modify the firmware for this. Currently only on/off is supported. I'm no electronic guy so no idea how a vfd inverter gets controlled. But the driver replacement must create that signal on a pin that is not used. If this involves a perio…
  • Du kannst zwar mit sftp direkt irgendwo Dateien ablegen, aber du kannst sie nicht so in den Server importieren. Da der Server seine Inhalte verwaltet muss hier eine Struktur gewahrt bleiben  und er muss es mitbekommen.
  • Don't have that board. So first question is do you see the serial belonging to the board? Next would be if you selected correct firmware and baud rate.
  • Yes, since it is handled inside firmware it can only react on the lines it get so if it needs to skip a longer part a short pause will most likely happen. Here the server internal solution has the advantage that it can internally skip a lot of lines…
  • Which device is having checksum errors? ESP3D or touchscreen? Anyhow that would be communication errors or they violate the communication protocol somehow. Is it every command and gets corrected or only quite frequent.
  • In general there is no hint which move belongs to which object that is why we have the region solution. They also normally do not overlap or slicers will normally complain, but it can be hard to say where they will end. If you modified marlin and y…
  • Nearly correct, you need to add @syncMotion @execute shutdown then to make it shutdown on running the gcode. SyncMotion is just to wait for all commands to be received by printer.
  • To get all pending jobs you need this api call: listJobsParameter: NoneResponse{ "data": [ { "analysed": 1, "created": 1377942678000, "extruderUsage": [ 178.3384707110235, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], "filamentTotal": 178.33847071…
  • Arduino due has 84000000Hz. Ticks get computed from set cpu speed and they are for every step different as the method is time controlled, Also value is ticks the question is what is The closest value you can set the timer to. It has only 65536 value…
  • In several files in firmware. Instead of activating laser you would set the pin to high or low you need based on e value in that move being started.
  • Your syslog does not cover the time of the log so there is no connection visible also i saw that linux did reset the serial. Main question to solve here is if linux disconnectes due to power problems or if it is your firmware. Are you on 0.94.1? Th…
  • I see you should remove modemmanager which interferes with serial. sudo apt remove modemmanager
  • Yes, we only include sluc3r but do not develop it, so we can not make any changes to that. Most firmwares allow changing max speed in eeprom so no compilation is required.
  • So you need to follow the laser solution and just change criteria to enable based on e value instead of secondary value,
  • If you check the log you see that for the M117 you got a ok but the M303 started and but there are onky a few temperatures and never an ok so it was not finished or did you remove some lines here. then there was obviously a diesconnection - was tha…
  • Will try that. Seems to be working only for a short time when i read this and that it requires recent versions.
  • Did you also tell xserver to use the new screen instead. I think it was in a file of fbturbo that you needed to change it to /dev/fb1 so it uses that and nit the hdmi output,
  • Might be user generated start code. Should not be a problem - firmware has internally a limit speed for z but i guess it is configured too high in your case. Change it real limit speed in firmware and it should not matter any more.
  • Seems to be private bin - it requires user and password.
  • My guess is that you changed back a config to some original settings with the update. So first try running the screen installation steps you did when you first configured the screen. On next update then watch out if debian offers to install the ori…
  • Yes that is possible. Just set up mjpg_streamer to publish the webcam and enter the ip and port and url to it in server. There is no need that the ip camera runs on the same device as the server.
  • That is bug in firmware due to a recent change. i think you need to prepend EndstopMode:: then it should compile. Will check on monday if i get the time.
  • It is the updated version of raspbian where it never worked so far i know. But if someone has a solution i add it to default image.