Repetier

About

Username
Repetier
Joined
Visits
2,088
Last Active
Roles
Administrator

Comments

  • No problem. Actually most use it for FDM as it was developed for that, but some want some more uses. I'm aware that this is not the most professional usage and it was never meant to be a replacement for high end CNC/laser. So the users and me are ok…
  • So your problem is that it only moves 10mm per homing? Homing moves 1,5 * length of axis so it always hits an endstop. If steps per mm is too low that can be less then this. Also not that the felix printers move bed towards you which is y max homing…
  • I don't have a core xy printer so I don't see such changes. Anyhow latest 1.0.4dev works with core xy and if it changed direction you must change the motor direction I guess. No idea why it changes with upgrade - I'm not aware of having changed that.
  • When linux does not start up it is not really a server problem. And as it works with the other card I guess I don't need the content. Sounds like a defect on sd card maybe and most likely nothing I can change. So hope a new clone works then.
  • Looks like the bed is so much rotated that it can not untrigger at the back. That is bad - you should manually adjust it to be nearly correct or you get problems during print. You should only correct < 1mm. Increase Z_PROBE_BED_DISTANCE 10 so it…
    in BLTouch Comment by Repetier May 2020
  • Die Entscheidung ob es der letzte Druck ist kann jederzeit zurück genommen werden, daher sehe ich keinen echten Bedarf für die idle idee die auch kompliziert umzusetzen ist. Was die nächste Version angeht - für Linux ist sie schon downloadbar wenn …
  • Depends on what your problem is. Normally you just change HEATER_PINS_INVERTED in configuration and it is ok as it inverts heater output. If you use one of them and need different signal, then yes that is a good example - in this case for bed output…
  • You will then like the next monitor version. It has webcam in home screen for all updating every x seconds. If you work on a pc you can also install monitor software on your pc.
  • Then you probably have changed some settings. Either drive system or invert motor direction are responsible for direction.
  • Power issues are easy to exclude. If you run in console vcgencmd get_throttled and it returnes 0x0 you had no power problem since start. Next release has even a monitor to show such problems. But it is the first time I hear about a printer preventi…
  • I don't know if there exist a command for Prusa. I run it with the default 127 without problems. More buffer does normally not improve and can even have drawback of delayed responses du to long buffers waiting.
  • Varying pitch is really a difficult thing even apart from measuring the errors at first. It requires known position of course and then a lookup table and adding extra steps somehow. I guess that is beyond what I can do even in V2. What I read from y…
  • Yes, as far as I know Octoprint uses what we call ping-pong mode. No parallel sending of lines. But that is required to detect missing ok on the fly. Otherwise you need to wait for timeout or wait depending on what comes first to detect it.
  • > Nur es ändert sich nichts wenn ich in der Software beim Einrichten TTY 3 oder 7 eingeben Was macht du mit tty3 /tty7 ? Die haben nichts mit der USB Verbindung zum Drucker zu tun. Das sind interne Konsolen. Alles was mit USB verbunden wird sollt…
  • Endstops are not changed in 1.0.4 so strange it works in 1.0.3. Measure z probe height needs a block of known height. You make it hit the nozzle so end stop is not triggered. Then it measures z height and compares to entered correct height from blo…
    in BLTouch Comment by Repetier May 2020
  • No websocket required. See e.g. this article https://www.repetier-server.com/using-simplify-3d-repetier-server/ showing how to upload a file using curl. Key is to send api-key in header so no session is required.
  • In general that is correct also in non ping-pong mode we also send more then one command and count buffer size and ok so there does not get anything lost. For temperatures there are 2 solutions implemented. The trivial is sending every seconds a M1…
  • Server is compatible with Marlin. If it has a 3.3V UART you can even connect it directly to pi serial TX/RX pins. Make sure RX is connected to TX and vice versa and you also need same mass potential. Then /dev/ttypAMA0 would be serial to connect to.…
  • > Ja, jetzt habe ich eine IPv6 Adresse, leider wird diese nicht im DNS registriert. Was meinst du? DNS ist das Namensregsiter das Namen zu ip mappt. Ich denke du meinst was anderes. In /usr/local/Repetier-Server/etc/RepetierServer.xml must du no…
  • So was ist im Update auch enthalten. Es gibt ein Ereignis schalte Drucker nach Druckende aus. Darin würde man das dann mit der Web-Aktion und evtl einem delay schreiben. Im Druck kann man einfach im Menü den Punkt auswählen wenn man weiß das es der …
  • Passwort ist kein problem bei basic authentication was die meisten nutzen. http://user:passwort@ip/urlrest baut den Pfad ein. Wenn die eine Weboberfläche haben kann man meist mit rechter Maustaste Bild in neuem Tab öffnen die korrekte URL herausbek…
  • Please check your messages for answer.
  • There would be no image required. The monitor is a desktop software requiring a mouse and keyboard and a minimum resolution as used on 10" displays. So if there is an arm version that would be the requirement. Not sure if that is what you are targe…
  • #define Z_PROBE_PULLUP 1 says you want a pullup while z min config says no pullup. Should be identical. I think you need no pullup as it is a electronic generated signal. Might be the reason or you are not connected to z min connector.
    in BLTouch Comment by Repetier May 2020
  • Home position is after G28. Park position is used in different situations like filamentchange or when rescue system is active and it detects usb lost or power lost (also that requires usv to reach it).
  • You can enable end stop debugging. Bit value 64 enables it. M111 S70 then you see every change of endstop. Use it only for debugging - too many changes in short time can crash firmware in debug mode.
    in BLTouch Comment by Repetier May 2020
  • V2 firmware is here: https://github.com/repetier/Repetier-Firmware/tree/dev2 What does " pitch error compensation" exactly do - different pitch over z or adjustable resolution. As said in V2 there is a virtual drive STEPPER_ADJUST_RESOLUTION(name, …
  • Not a klipper user so never have that problem. You could try increasing the timeout for motors. But I see your point. Will see if I see a solution, but touchscreen must also work on small screens so space is a rare thing.
  • Alle server Daten werden unter /var/lib/Repetier-Server abgelegt. Es gibt noch ein paar Einstellungen unter /usr/local/Repetier-Setup für webcam Zuordnung und ein paar andere Sachen.
  • Please enable logging in printer context menu and start a print where it works at the beginning. Please also note at which time the temperature does not work any more. Server extracts temperature from temperature response which ideally contains curr…