Repetier

About

Username
Repetier
Joined
Visits
2,088
Last Active
Roles
Administrator

Comments

  • O, Fehler ist recht trivial. Sie haben als Port wie ich lese "Virtual/Cartesian" gewählt. Das ist nicht ihr drucker sonder ein komplett virtueller Drucker zum rumspielen mit dem Server.  Sie müssen als Port einen wählen der aussieht wie /dev/serial/…
  • Das macht man eigentlich mit der Drucker Firmware. Der Server hat dafür keine besondere Lösung. Als firmware Lösung würde man das dann als Heated chamber oder zusätzlichen Extruder deklarieren um die Temperaturen sehen zu können und kann ihn mit G-C…
  • And all that worked before your changes? Z axis sounds like steps per mm is too high so 1mm is more then 1mm. En stops - Test with M119 if they trigger and show correctly. Are the associated to right direction and motors as well. Often I see wrong h…
  • Das ist derzeit nicht möglich, aber ich hab es mir als Idee für die Zukunft gemerkt.
  • Bitte mal in der Konsole ack und Befehle aktivieren. M114 oder M119 senden. Dann müsste eine Antwort erscheinen. Was wird da ausgegeben? Es kann sein das am anfang ein paar status infos erscheinen und danach nichts mehr passiert. Mögliche Ursachen:…
  • Ah da ist ja genau der Fall den ich beschrieben habe: G28 X0 ;Y0 ;move X/Y to min endstops, so the head is out of the wayG1 Y180 F2000 Ändere das inG28 X0 ;Y0 ;move X/Y to min endstops, so the head is out of the wayG90G1 Y180 F2000 und alles passt. …
  • That is planned default behaviour to hide mouse since it is designed for touch display. Edit /boot/repetier-image-setup.txt and set HIDE_MOUSE=0 to see the mouse. /boot is the window readable partition on the sd card so you can edit in in windows as…
  • How do you add it before @execute?  sleep 360 is no valid gcode so nothing will happen. G4 S360 @syncMotion @execute TPLINKOFF should work. Here firmware sleeps and @syncMotion waits for all commands in firmware to be executed. Without it would co…
  • Nein wir nutzen telegram nicht. Du kannst natürlich bei gewissen ereignissen ein script ausführen das was sendet, aber interaktive Kommunikation mit server geht damit nicht. Interaktiv nur mit port forwarding/vpn/ngrok.
  • That is what I guessed - in that case try G1 S1 to allow it. Or use G30 with endstop configured as zprobe - then you can also define it with G30 H1 to be just a virtual Z with real limit 1 mm below.
  • Ok, du hast dann nicht das neueste image und update ausgeführt. Irgendwie vergisst er dann die autologin Einstellung, warum wir das auch bereits geändert haben. Wenn das passiert per ssh einloggen und ssh rasp-config eingeben. Dann Boot Options->…
  • Sieh mal hier: https://www.repetier-server.com/knowledgebase/access-server-from-internet/ Die Lösung mit ngrok klappt auch mit DSLite.
  • 2d vorschau zeigt nur wo du extrudierst. In der .gin steht noch wo du dich bewegst, das sind normal größere werte. Was auch sein kann ist das die homing koordinaten außerhalb sind, aber beim anycubic ist das ja eigentlich 0,0,0 und damit drin. Sieh…
  • Only one open webcam visible here, so no limit reached. Interesting is the raced message for the other files. It means that loading the file from server is faster then finding it in your firefox cache. I see you hat 3 websocket connections, so you l…
  • Sieh erst mal im verzeichnis wo der gcode gespeicht ist nach. Zu jedem gcode gibt es eine Datei .gin da steht drin was server denkt wie groß der Druck ist. Bei linux ist das /var/lib/Repetier-Server/printer//models Dann guckst du ob das sinn macht …
  • Send  M302 S1 to allow cold extrusion, so extruder temperature is not relevant. Do both extruders share same temperature sensor? Is it the same stepper driver? Make sure you have the same invert enable settings then as x,y, z or motor gets no power…
  • It has improvements in temperature handling, advance and autoleveling. Also more hardware support which is irrelevant here. And different jerk handling. Currently I do not see why this is happening and gets better with lower jerks. Normally I would …
  • Firmware prevents negative Z koordinates below z min. G1 S1 would disable the check. Correct way would be to determine bed z=0, go to pcb height and set Z 0 using G92 like G28 Z0 G1 Z1 ; pcb height G92 Z0 ; Make that height Z=0, now you can go down…
  • Try http://download1.repetier.com/files/host/win/setupRepetierHost_2_1_6.exe that should download from same server as webpage which you seem to see. For me all servers work, but you never know if some component is blocking a server.
  • Ja in neueren images gibt es die Datei /boot/repetier-image-setup.txt - da den wert HIDE_MOUSE auf 0 setzen und neu booten.
  • Stromversorgung läst sich leicht ausschließen. Gib nach winer weile wenn das wieder passiert mal dmesg an. Wenn du Probleme hast steht da undervoltage detected. Eigentlich kenne ich das so das dann usb disconnected oder so im log stand, reset kommt …
  • Du must nichts machen. Was du da siehst ist ein Multiplikator gegenüber was der slicer gespeichert hat. Im slicer wird der Fluss gleich in die E Werte eingerechnet. 80% dort sind also 100% im Firmware Multiplikator.
  • Die Meldung hat nichts mit dem Drucker direkt zu tun. Es liegt am gcode und was der server denkt wohin sich der Kopf bewegen soll. In letzter Zeit hatte ich beispielsweise jemanden mit dem Problem der hatte im end gcode auf relative koordinaten gewe…
  • Ich hab nur ein paar screenshots von seinem Freund gesehen. Wenn es fertig ist werde ich es erfahren und veröffentlichen. Aber auch damit muss ein port forwarding da sein mit dem man ja bereits jetzt auf dem Handy die gewohnte Oberfläche holen kann.…
  • No that is not possible. You can do it with Slic3r/PrusaEngine if you like it. But be careful to enter enough distance or you will crash into old pats.
  • It's a bug that only happens if your webcam is rotated. We have already fixed it for next update coming soon. Only current solution is to not rotate webcam.
  • Blue is measured temperature, violet is set temperature. The filled green area is output power in percent shown on right side. On the home screen it is of the active extruder - in controls -> temperature icon you can see it for all heaters.
    in Trends. Comment by Repetier March 2020
  • The question is if F420 prevents the problem. If that is so you can reduce acceleration to allow lower minimum speeds without issues. It is the only variable in equation you can modify.
  • No easy way available. You can follow https://www.repetier-server.com/customizing-printer-frontend/ and see how to change it, but you need to redo it for updates. In this case it is enough to exchange the css file with new one. So just running the s…
  • No one complained so far about babystepping not working if I remember right. You can send  G1 Z10 to test if Z is working in general which it should since it is unrelated. If you do not do babystepping does it work over complete height? Just to exc…