Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Api is in our docs on home page: https://www.repetier-server.com/manuals/programming/API/index.html For the forum you have to search past discussions. Max 3 weeks ago.
-
Yes, add ; + space before it @ and ;@ is interpreted so hosts would have no error. ; @ will not be executed.
-
That is more a slicer thing/design, but dragging filament inside on holes is a known problem. Also you design it as circle it gets exported as faceted triangles shrinking the effective diameter a bit. So normally you design holes a bit bigger then n…
-
In config you have set 200mm/s but in eeprom there could be a different value. Hosts have set their own speeds for movement so you need to set your move speeds there as well as you want.
-
Ja, ist glaube ich teil unserer Logik bzw. tempertur ausschalten ist nach 2 minuten oder so. Kann ja sein das keiner da ist und dann gibt das gerne Probleme mit extrudern wenn die Hitze hochkocht. Wird beim fortsetzen aber wieder hergestellt. Beim w…
-
No time fixed for this. It's just the next big thing for host.
-
I'm a bit confused that z min and z probe are separated. When I saw it right you homed by adding a alligator to your tool so offset is 0. Then you home z on the plate which is 2mm heigh. Since this is a standard z min homing the position of trigger …
-
Please update your config to version 1.0 which ha smany bed leveling things fixed and report if the error still exists. Your error in config is #define BED_LEVELING_GRID_SIZE whoch should be a value > 2. Fix that and it should also compile …
-
We show the url in the warning box. Just upload the defect file and then download repaired one with your browser.
-
No, that is to special since we support a broad list of systems and pi is only a small fraction. Since you want to make it indicate a status I would make a simple program for the pi and query the server. See in docs the web api on how to fetch prin…
-
In dem Fall versuch es ohne hub. Irgendwas scheint ja quer zu schießen. Sobald du weist was, kannst du es ändern. Grundsätzlich sollte der pi auch ein board mit strom versorgen können. Normalerweise bekommen die auch eigenen Strom wenn die Hauptspan…
-
Yes, they share the limit but they can have individual resolutions, so check that micro stepping and resolution is the same. After all we can only handle around 40kHz frequency on 8 bit processors.
-
Normally you need to heat extruder so it is not blocking your extruder. M302 S1 allows cold extrusion, but that only works if filament is not glued to extruder.
-
Should have same microstepping set (dip switches in most cases). Also driver must have correct current set.
-
Deutlich besser. Im serve rlog siehst du 2017-11-25 14:07:52: start printjob 3DBenchy_repariert. on printer MKCMK22017-11-25 14:20:54: error: Reading serial conection failed: End of file. Closing connection.2017-11-25 14:20:54: Connection closed: MK…
-
Yes, that is a known bug and reason for 0.86.2 where the bug is fixed. Your printer configuration xml file has been truncated to 0 byte. Stop server and a) replace the 0 sized file in /var/lib/Repetier-Server/configs with your copy. b) If you have…
-
Rotate around z axis for this.
-
How did you connect the display? Isn't that using also a serial connection to firmware? Dev firmware can connect to 2 serial ports in parallel, 0.92 can not do that without getting confused by 2 connections using it. You need to configure then 2 se…
-
Some printers can move outside the bed. So we need to know where bed starts and that is bed front from y min and that bed depth. Front of bed is y min or printer is configured wrong.
-
Wie du siehst ist das syslog vom 23. november und das server log hört hier am 7. August auf. Das passt einfach nicht. Vielleicht hast du ja nur den Anfang kopiert und das wichtigere ende vergessen? Und musstest du den pi neu starten oder war er die …
-
Read in manual the advanced setup chapter. These commands call external scripts that toggle your gpio pins. These commands can be made to only appear in touchscreen. You see them in server commands in touchscreen (appears only if you have some confi…
-
So do you have configured alligator (what is that?) as z min endstop and as z probe? That would be the first step required here I think. In that case you need to set z probe height so that it is the distance between too bottom and bed when you meas…
-
Since I can not see what you did I can not say that this is correct or not. All I know is that printers can only print gcode and you get models as stl/obj so you need to slice them. Also in sd card it needs to be a gcode file and you can start these…
-
Und wann war der abbruch? Hier sehe ich einen normalen serverstart und das du die ssid des accespoints geändert hast. Keine verbindung mit einem drucker, oder gar einen gestarteten druck. Wichtig ist halt die analyse um den Fehlerzeitpunkt herum. I…
-
WHat firmware are you using? In latest repetier-firmware we have the option to disable power with timeout and turn it on on next move. But during print no timeout should be met. Other reason is always crosstalk to PS_PIN. Have seen this happen when…
-
So what is happening? Is the generated ouput not where you placed it or is it already initialy greater then your bed? In host view check for the big dot on the bed. That is your origin and every line are 10mm. That way you can see if your settings …
-
Gibt es doch schon. ;@pause Meldung In der gcode ansicht layer suchen, nach gcode wechseln und eine Zeilennummer anklicken am Anfang und Einfügen. Ich glaube für Pause haben wir sogar einen button drin.
-
Druck abbrechen und server nicht erreichbar sind eigentlich 2 getrennte dinge. Wenn beides gleichzeitig passiert würde es oft bedeuten das Linux abgestürzt ist. Passiert beim Pi gerne wenn er zu wenig strom bekommt. In dem fall kannst du dich auch n…
-
Just a thought to test if this depends on the hardware as I think. If you switch x and z so that x motor is on z socket and vice versa including changing them in firmware config (in config tool you can select the sockets). Then x should start having…
-
Yes, that is what it should look like.