Repetier

About

Username
Repetier
Joined
Visits
2,088
Last Active
Roles
Administrator

Comments

  • You start by homing the printer (G28) there it should stop at bed level as there ideally the z min endstop will trigger. If it does not your endstop might be too low/bed too high or printer is configured wrong if you configured it on your own or end…
  • This is a problem in the firmware I think. You start it from firmware and it reboots which is not expected behaviour. Should not depend on generated gcode. But that is not our firmware so I can not say much about that. Either firmware has a problem …
  • What is the exact error message? Main question is at the moment for me if it crashes or blocks. Assuming you use it on a pi, does ps aux | grep tier still show it. If it is still running but does not respond you have a hang. If it is not running a…
  • It is not spam it is a serious warning if print is off limits. If it fits you have not set limits right in server. If limits are right the print is really outside and would fail.
  • Are you on latest 0.90.7 version? I know we had this problem in the past, so first idea would be to ensure to run latest version.
  • The trick is projects function. Tell slaves to use master Projects. They will still have their own but you can select the master server as well and then they will download from master server. Uploading gcodes is not done with websockets. It is a si…
  • Da stimmt was nicht. Wenn die die Konfiguration auf by-path umgestellt hast sollte usb-_Webcam_C170-video-index0 gar nicht auftauchen. In webacm.conf muss bei dir stehen: # /dev/v4l/by-id/*     Is to use the device names. It is not …
  • Can you restart server, deactivate printer and then configure it to use a virtual port instead and then activate again. That would be a a configuration I can replay and that normally does not crash. Since it makes problem after sending a command to…
  • Das Problem ist nicht die Pro version sondern das wir den Users mit ein paar extra Scripts das installieren einer Webcam vereinfachen wollen. Dabei geht was schief aufgrund eines Sonderfalls den wir selber bisher nicht testen konnten. Kann nicht mal…
  • Which host version do you use. Checking 2.1.3 it looks like it would send M117 with line number. Older versions seem to have omitted line numbers. What is more interesting in your sample is that you have 2 different lines N18. Does your source cont…
  • Shutdown/reboot are defined in extcommands.xml in server database directory. If you did copy that it will also appear. If it works depends on your sudo configuration. Webcam will always appear but the list of connected webcams requires the special …
  • Eigentlich sollten die scripte als root ausgeführt werden und damit alle rechte haben. Lösche mal die alter zuordnung: sudo rm /usr/local/Repetier-Setup/etc/webcam_ports/* und restarte den pi. Danach neu zuordnen. Sollte dann hoffent…
  • Please forget host at the moment. The question is does the server run as long as you do NOT connect with host. I mean if it stops working on it's own there is no need to search the problem at the host, then something in the installation causes the c…
  • Wurde hier im Forum schon mehrmals behandelt. Such aber auf englisch sonst findest du es vermutlich nicht. Geht genauso über gpio und extcommands.xml (danach suchen) mit dem du skripte im Menu hinzufügen kannst.
  • For printing they are not relevant as we only send the gcode. But of course it would be good to set them to meaningful values. Bed size is known and you should also allow y min -3 as default slic3r configs print a dirt line there. But many values li…
  • At least in dev version it was already -1 :-) So in 1.0.4 it will be as well then.
  • It's not much you can do wrong. Just make sure to have selected "Port is visible even if firmware is not running" if you connect using usb port. Will also work without this but it will always switch between trying and disconnected then because the p…
  • Since you seem to have a display set hotspot to never connect. That should make linux always use latest wifi setup which is yours and hotspot mode will never think it needs to interfere. Not that it should do if it sees you are connected from last t…
  • Make sure z min pin and z probe pin are identical or firmware will not detect that case.  The fact that the signal is reset after a short while makes it hard to test. Try M111 S64 which enables endstop debugging. Be aware that fast changes can cause…
  • Does the server stay running if you do not connect with host only with browser? Did you update host to 2.1.3. The protocol for server communication has changed with 0.90  but latest host version can manage it correctly.
  • If you have main power off does the sound still happen? Don't have a melzi board but normally boards are silent - sounds come from motors loosing steps or getting wrong current or fans with not enough power to run  or piezo on display controller - s…
  • No, currently not possible.
  • Old image. Newer linux versions run udev mount in a sandbox so server can not see the mounted drive. We have fixed this in the latest image on our homepage. check this https://unix.stackexchange.com/questions/330094/udev-rule-to-mount-disk-does-not-…
  • Check this: https://forum.repetier.com/discussion/comment/22464/#Comment_22464
  • Ok, so they have made an image where they did the required settings. So question is what is easier - find the setting for x server to display or copy all repetier stuff to the image. Port 80 is the nginx server we install. Read here https://www.rep…
  • As far as I understand this probe it shoudl signal low when activated and go to high when it hits something, so you need to invert the z probe signal in firmware. Then it should work as expected.  Another thing I know is that you need to go up fast…
  • The normal way is having the thermisitor data sheet where you have the resistence and temperature. That is why the conversion works in that direction. The other way would be much harder and also partially wrong as temperature you measure also depend…
  • Hey, give us some time. Today is not even a working day and we live apparently in a different time zone! You seem to have lost the printer configuration. Were you already using 0.90.7 as that was a problem that could sometimes happen in older versi…
  • Your problem is the xserver is not using the display. This is independent of repetier software. It is how the display you bought has to work with the xserver of linux. So it is configuration problem of the display. We do not own all displays nor do …
  • Can you test with htop - there you see how much threads the server has. It should stay constant if connection is closed.  Yesterday I trie dusing a browser and reloaded it 50 times without noticeable memory increase. I know it closes connection and …