Repetier

About

Username
Repetier
Joined
Visits
2,074
Last Active
Roles
Administrator

Comments

  • Best is to also see the firmware output to console of host. There you see normally what goes wrong. From the video I guess your testing area is outside reachable positions. For G33 these settings are relevant /* DISTORTION_CORRECTION compensates th…
  • Unter dem Druucker im Prusa Slicer steht immer dieser https hinweis. Port 3344 ist richtig nutzt aber kein https. Wenn du url mit https://ip:3344 stehen hast wäre das falsch. Die Meldung "The requested feature requires a user session with adequate …
  • Ok, that is bad. I wonder why G28 should cause that - all 3d printer start with G28 so normally that is no issue.
  • Default is to start xwindows with chrome for touch screen. Run repetier-setup to change that this does not get started (3 Touchscreen). What you have sounds like a dead lock. To verify I would need a backtrace of all threads. See https://www.repeti…
  • The server it self should stay responsive even if there are printer issues. What version are you using? 1.4.17 has all known issues causing this fixed. Could still be a new issue or something unrelated. If it is on latest, can you still login to pi…
  • You can select group all and then enter part of the name to filter for all models with that name part.
  • It is controlled by this code part in mjpgStart if [ ! -d "../etc/webcam_ports" ]; then mkdir ../etc/webcam_ports echo "8079" >../etc/webcam_ports/last_port fi if [ ! -f "../etc/webcam_ports/last_port" ]; then echo "8079" >../etc/w…
  • Does G28 Z0 finish? It will block communication until it is finished, but normally should not lock hsot from reacting to ui just no new commands get send until the command is finished.
  • @87534 und @Longlife2012 Das hat mit dem ursprunglichen Problem nichts zu tun wenn man vom Prusa Slicer keine G-Codes zum Server hochladen kann. Was Ihr da verkehrt macht oder schief läuft ist mir nicht klar. Mit neuestem PrusaSlicer 2.7.4 klappt e…
  • Man müsste dazu ständig M123 beim Druck senden. Ob es das wert ist, damit das kontinuierlich sieht bin ich echt nicht sicher. Gibt es dazu auch einen autoreport? Was man machen kann ist einen wizard der M123 sendet und dann per regular expression m…
  • > Why are you giving me that useless information in my case? Can you just let me know what code to stop G30 after triggered? You know that im not using 3D printer, i don't need for "Bed Leveling", just to lower z axis until triggered and then sto…
  • No, they are only used to calculate radius and if you set them zero you know all that can be meant is the result of your equation. They are no where used.
  • If I remember correctly G30 always goes back to start height. What the H variant does is modify the official Z height assuming the sensor was triggered at height Hx. So if you say H2 it means when you triggered that was height 2. If you want surface…
  • Mathematically the END_EFFECTOR_HORIZONTAL_OFFSET and CARRIAGE_HORIZONTAL_OFFSET are not used in delta motion, so in config tool you enter result of equation as horizontal radius. 
  • > It must go lowering following to this command (G30), because microcontroller has no eyes, he does not know that z probe attached or not, just waiting for trigger.  But if no z probe is defined it is not implemented. reprap wiki is not exactly …
  • G30 requires a z probe to measure the hight. If you do not home you probably have none. And if you have one you must ensure there is material below probing point so it measures the material and not the bed. I guess with cutting an additional proble…
  • Ok uneven heights of product is a problem. Not really meant for that case. As 3d printer firmware a more or less planar build plate is a must. Anyhow, G30 might be a solution here to update. How do you home Z otherwise? I mean what is reference for…
  • Is the port still the same and in the dropdown list? Is in prusa lcd menu settings rpi off - with on it will not use usb for connection.
  • G0 and G1 are identical. You only need homing once, but how do you home in your case? cnc also often has different homing and as said I have no plan about plasma cutting. I see G1 Z2 to go up, but why not just G0 Z0 to go down again to old height?…
  • Sounds more of an issue with the gcode generator then with firmware. If you send G1 with Z... it will move to that height. That is why you need the end stop so after homing height is known and moves are where expected. But I have no experience with…
  • Makes no difference where z axis is mounted as long as you have end stops for positioning.
  • Thanks for the leak info. Will try to reproduce them for next release. Regarding slack api easiest would be using 3rd party message solution for push messages. I don't know if this is possible directly with an api call but you can also call an inte…
  • Kommt drauf an welches Image du hast, machen denke ich beide das gleiche.
  • Ja ich habe das Problem schon gefunden. Der Startfaktor ist 0.0 und nicht 1.0 daher ist alles 0. Ich habe die aktuelle Version aktualisiert mit dem fix. Wenn du auf einem Pi bist kannst du es mit installLatestServer über ssh aktualisieren. Ansonsten…
  • Have es gerade mit PrusaSlicer 2.7.4 und neuestem Server probiert und klappt immer noch super. Hast du in der Konfiguration auch den Zieldrucker gewählt? Beim hochladen lädt der SLicer entweder in eine Gruppe hoch oder direkt in die Druckwarteschlan…
  • Please copy the error messages or i have no idea what the problem is.
    in Gcode issue Comment by Repetier May 2024
  • You surely need less running instances here. We have an extra desktop solution Repetier-Server Monitor that combines multiple running server instances as if it is one. Regatding klipper printers we hope to be able to connect via moonraker in near f…
  • The log is complitely missing expected answers especially if i assume all ok come from fake ok. M105 is often as it gets inserted every second and due to delay it is most frequent. My guess is that you have hatdware flow control on the new board and…
  • No reinstall will not help since file exists and is just defect. Only replacing it with correct file will help so the copy command is all you need. Next week we release 1.4.17 where yiu can also run reset default correctly to repair it.
  • Actually the import is folder based and not directly related to drive, think of importing from a dropbox folder. Also I would need a cross platform c++ solution to give me the closes mount/drive from the path. What we use is https://www.boost.org/do…