Repetier

About

Username
Repetier
Joined
Visits
2,088
Last Active
Roles
Administrator

Comments

  • Contain Unknown opts:.*([MG]\d+)sollte nach der ersten Meldung den Befehl unterdrücken. Heist das es gibt noch kein update von anycubic wo die wait wieder rausgenommen haben?
    in rotary Comment by Repetier July 2019
  • As long as you have filament preview enabled it is constantly updating a complex 3d graphic. Depending on set quality and mac performance this can cost cpu and memory. Plans for mac version are limited and in long run it will be replaced by repetie…
  • Das kommt wohl weil die Firmware M73 nicht kennt - damit meldet der Server die verbleibende Druckzeit an Firmware. Ist also erst mal nicht schlimm. Normalerweise meldet Marlin hier unknownCommand: M73 und wir stoppen weiteres senden dieses Befehls. …
    in rotary Comment by Repetier July 2019
  • Will try to get a sample when I have a bit more time. Maybe they are interested in increase number of users.
  • Currently not as I do not have one. But maybe they want to send me one to include it along with some documentation.
  • If your printer allow moving z without homing there is nothing to do. Server should send G92 Zlastz on it's own as it assumes you are on z height of the line from where you continue. z hop is in deed the weak point here. Since moves are buffered an…
  • Der Server macht da nichts automatisch. Er sendet das was der Slicer erzeugt hat. Sieh also mal im gcode des slicers ob da die Befehle drin stehen. Ich vermute das da das Extruder aufheizen nicht drin steht.
    in rotary Comment by Repetier July 2019
  • For those having same problem:  "job": "false"  must be  "job": false and "url": "folder://BCRepetierFiles/Gcode_1.gcode", must be "url": "folder://1/Gcode_1.gcode", You need to give the folder id not folder name.
  • Do not think we used lightdm. openbox is what we use without window manager to reduce memory usage. New 0.92 is nearly finished and then I will make a new image based on buster. Then I will also know what the problem is. Also want to fix the login p…
  • Please read reprapfirmware manual. You have to activate the port in configuration file as far as I remember, so it would stand there. You also must explicitly activate it. Tools like nmap can scan a ip for all ports, but if it is not the default te…
  • The touchscreen gui works only on localhost or if you have no users defined. You can work around it with a proxy. The normal web gui is also responsive and works also well with touch screens especially if the tablet has enough cpu power as the norm…
  • That is normal and happens after every update. Login and run sudo raspi-config and select to autologin to commandline in boot options. Don't know why but updating linux always deletes this setting. After reboot it should start again touch screen wit…
  • Just connect and send commands without line number and checksum. If you start using them it gets complicated. We send some commands to set current line number to what we have and query for capabilities, but that is not a must. Resend:1 means resend…
  • Ok, wenn kein connect drin war hat Windows die Verbindung zumindest nie als unterbrochen markiert. Macht es schwer zu sagen warum er dann einen Reset gemacht hat.
  • Connect with Repetier-Server or host to send gcodes. Putty is not a good choice - didn't even know it can do that. Thought is was only for ssh connections.
  • Das hängt stark von der Firmware ab. Ich denke er hängt dann am befehl M109 T0 S200 der so lange in der Firmware alles blockiert bis die Temperatur erreicht ist. Entweder die Firmware sendet weiter temperaturen dann wird es auch aktualisiert im serv…
    in rotary Comment by Repetier July 2019
  • Console makes only sense with keyboard. There is a keyboard shortcut to switch between the consoles. Ctrl+Alt+1 -> first console Ctrl+Alt+2 -> second console ... Ctrl+Alt+7 -> Back to x system with gui You can also use windows remote deskt…
  • M111 S70 is more or less the same as constantly sending M119 so makes it just easier. What would work is home and then test how far you need to move down to trigger end stop and repeat. G1 S1 disables target position check so you can also go to neg…
  • Host is only sending the G28 command for homing. The real work is happening in the firmware of the printer so that is where to look and of course end stop status (M119). 
  • You should open console and enable all feedbacks to see what is going on. That is the only way to see why it stops or does nothing. e.g. if it does not respond like you said for pronterface that is a reason. Then only at timeouts new commands get se…
  • There is no function returning differences. You can send M111 S70 to see in log directly when end stops are triggered, but this can crash firmware if changes happen to fast in a row so output buffer overflows. So really just for testing. To make the…
  • Host not found ist wegen fehlender internetverbindung. Er testet auf updates und Lizenz Gültigkeit. Sollte keinen Einfluß haben. "Websocket opened" ist die Meldung das sich jemand zur Kommunikation verbunden hat, was normal deine web gui ist. Passi…
  • There is activate and deactivate string in config to contain gcodes send before and after probing where you need to put the M340 commands. You do NOT define z min endstop. Only z probe connected to zmin pin where you can also disable pullup. For hom…
  • It is not possible to give a time plan. V2 is already working but has no hardware layer for NXP processors. Currently only for SAM8E (due) and SAMD51 processor (adafruit grand central M4).
    in Skr 1.3 Comment by Repetier July 2019
  • According to https://www.raspberrypi.org/documentation/hardware/display/troubleshooting.md that is the solution and for my 7" touchdisplays from pi foundation it surely works if using our image. Google "raspberry lcd_rotate does not work hdmi" for …
  • Thanks. That is very helpful. Will test it and modify server to never send negative values, also it is strange that this removes the line it is a solution I can do server side - at least for the times we send. Yes, we strip the contained M73 and se…
  • First you can use Repetier-Server as 1:1 replacement to octoprint. It runs on all debian based linux systems, windows or mac.It needs less CPU power then octoprint but more is always good. Each instance can run mutiple printer in parallel and you wi…
  •         /home/pi/scripts/lighton.sh>        /home/pi/scripts/lightoff.sh> there is an extra > after .sh making the command fail.         /home/pi/scripts/lighton.sh        /home/pi/scripts/lightoff.sh should be correct. At least then the …
  • I think that was helpful. I checked what is going on and saw that activate/deactivate is reusing the first port created - the one that has failed somehow. So reusing that one is then likely to continue the failed state. I rewrote that part to now al…
  • Ok, hab mir heute mal Zeit genommen und den Fehler untersucht. Du hast da nichts falsch gemacht. Problem ist das bei der Testversion die hier getestete Variable nicht auf "pro" gesetzt wurde, weshalb die webcam nicht sichtbar ist da bei der webcam g…