Repetier

About

Username
Repetier
Joined
Visits
2,088
Last Active
Roles
Administrator

Comments

  • Nein 115200 reicht vollkommen aus. Die Größte Verzögerung kommt eh von der Latenz zwischen USB Konverter und serieller Schnittstelle. Das ist auch warum der native Port am schnellsten ist.
  • > I observed with my oscilloscope, that the DIR signal is not a DC value for small movements.  What does not a DC value mean for someone without electronic background? You are right that with SLOW_DIRECTION_CHANGE 1 there is a interrupt pause in…
  • That is actually a terrible because complicated setup and handling that will be no fun and there is a easy solution that fixes maybe all problems without special handling required. Switch to V2 firmware (dev2 branch on github) and use a RUMBA32 boa…
  • Grundsätzlich ja. Versuch mal den Programming Port da hast du ohnehin die höhere Gecshwindigkeit weil es gar keine serielle umwandlung gibt. Nur wird er dann den Drucker nicht mehr resetten beim verbinden. Bei seriellen Schnittstellen gibt es immer…
  • While printing it is sending constantly G1/G0 moves so it should send moves. If you watch our interface and monitor the socket you will see exactly this happens. But again watch out is will most likely be multiple events in one package again. The se…
  • We are at least getting better. It has already removed the 2 extra millimeter. Now question is why 159.17 also in that case the official Z is what is taken not the transformed one. Reason is transformed changes depending on xy position due to rotati…
  • You will get move event for the last activated printer. But as said you need to send G1 after activating to get a new value.
  • That function is for drawing motions while printing. Therefor it is only possible for one printer to get moves. This is for the active printer when sendMoves is enabled. It will then send new coordinates for every G1/G0 move happening afterwards wit…
  • Ok now it is clear why. You home z max and z max is 159. But you also have #define RAISE_Z_ON_TOOLCHANGE 2 so when selecting tool it raises 2 mm to 161 which is higher then z max and is illegal. I have updated github and now limit z on toolchange t…
  • First G30 P3 is what you want. That activates offset before probing and deactivates it afterwards. Please send M111 S7 first and then try homing and post log. That will make the firmware output the position that it did not like. I think it is easie…
  • Hoffe das die das übernehmen bei Cura. Hier bringt es ja nichts da guckt kein Cura User nach:-) 
  • Just set z min pin -1 to disable that and connect a switch positioned at z max with a pin and assign it z max pin and set homing direction for z to 1. Then upload firmware again and it should home to the top position. Safer anyway with tools since i…
  • In server it self webcam is visible when not connected. In host you need to be connected - here connection means connected with server and not necessarily if printer is online.
  • Yes, Recv:11:55:23.232: SelectTool:0 Recv:11:55:23.232: Warning:Move to illegal position prevented! Position should not be trusted any more! is a problem. Selecting tool 0 causes a illegal position which invalides homing. Is this with a version f…
  • Apart from  //#define CUSTOM_MENU they are not used. Just uploaded a updated git where I cleaned up some more unneeded lines as well.
  • I have downloaded it and it is showing up at right position but only the first row has the micro grids. But that seems ok as the code looks quite simple. It contains no extrusion only travel moves. I used last version 2.1.6 for testing.
  • Ok I see homing in G30 is a bad idea. It should just block the operation with an error message when xy is not homed. It makes no sense to home first which looses the position and then measure a point where we are not interested.
  • Ok der Gnu Kram kann auch von Linux Grundsystem kommen weil der einfach gestartet wird. Wird bei dem neuen Image der pi auch einfach neu rebootet? Es gibt ja viele Fehlerquellen für Druckunterbrechung. Was zeigt eigentlich das Blitzsymbol nach ein…
  • Ok htop sieht gut aus. Alles scheint zu laufen, keine Last oder Speicherprobleme. Bei Berechtigungsproblemen einfach ein sudo vor den Befehl dann wird er als root ausgeführt und du darfst alles. syslog ist aber eigentlich für jeden lesbar, nur schr…
  • There is nothing you can do. A gcode is made for a printer with given size. This one was made for a printer with origin on front left and bigger bed. So find the generator that created it and generate a gcode for your size.
  • Maybe we need to start earlier. G30 does not home at all What I get: - Machine homes - Servo turns - machine moves the value given at "z-probe xaxis offset" (it does not move to the X35 Y100 position)  - it moves down (because this position is not a…
  • As I said you should not home Z - only x and y. For Z use G30 instead or make your cnc use z max homing which also works.
  • Ja putty is ein ssh client geht auch. Sein windows 10 gibt es dass auch auf der kommandokonsole so das man kein putty braucht. Aber putty is bequemer da er sich die Verbindungen merken kann:-) Chromium scheint auch zu laufen - Prozesse sind alle da…
  • P values are about activating/deactivating probe. Add 1 for activate and 2 for deactivate. 0 is don't change activation state. Omitting is 3 = activate, measure and deactivate. It is always measured and current position if allowed. I just uploaded a…
  • The implementation is inside a block protected with FEATURE_Z_PROBE so if that is set 0 you will not have it. So sounds like were not having probe functions active at all.
  • Sieht aus wie ein Bug im pause Skript generator. Siehe kommentare. ---- Du bist hier auf 0.65mm G1 F300 Z1.65 ; move up a millimeter to get out of the way ---- 1mm rauf um schnell zur seite faren zu können oder spuren zu hinterlassen G1 F9000 X190 …
  • Ok, wenn bild hell wird scheint er ja zumindest auf touch screen zu reagieren. Ohne chromium wäre es ein schwarzer Hintergrund. Ob der abgestürzt ist kann man leicht überprüfen. Per ssh einloggen: ssh pi@ (password ist raspberry wenn du es nicht geä…
  • Ok, never tried that. We have actively disabled uploads and removed the button. Never thought the editor is also registered as drag target. Forum software is not that perfect as I wished, but too late to switch.
  • If both are RUMBA32 it might also be a wrong pin id in board description. My test printer is a delta so all end stops are max end stops and z min for z probe. On the other side comparing with marlin pins definition they are also using PB12 for x mi…
  • You have a type. It is prepareJobFinished without d. I tested it my self and got all 3 events in one response: {callback_id: -1, data: [{data: {}, event: "prepareJob", printer: "Anycubic_I3"},…], eventList: true}callback_id: -1data: [{data: {}, ev…