Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Since it must work on many different resolutions and printer with more or less params to be shown the combinations are limited in usage. When the page gets reworked it might be more optimal for you or not, but I can not say when this will happen.
-
Ok, that is a bit unusual solution as the massportal has it's own software on the pi. Normally you would install the repetier-server on the pi directly and connect to it. With a separate sd card you could still try this, but I can't say how they con…
-
If I understand it correctly on server side you have no problem but in host you only have one Profile. Creating a new Profile is ease - change the profile name and save. Then you have 2 Profiles and select the new one, assign it the new server with …
-
Hat nichts mit Dateinamen zu tun. Er kann eine shared Bibliothek nicht laden, vermutlich weil sie kaputt/gelöscht ist. Gib mal unter ssh: ldd /usr/local/Repetier-Server/bin/RepetierRendererdas liefert die shared Bibliotheken die er benötigt. Die ko…
-
Ok, ich seh es mir noch mal genauer an. Bin aber recht sicher das dies den server durcheinander bringt. Aber wenn es korrekt ist sollte das natürlich nicht passieren.
-
So somehow there is no #define MISO_PIN 13 and it can not evaluate the expression correctly. What board are you using? All boards should have a MISO_PIN.
-
Ja wenn Firmware Entwickler einfach mal neue Ausgaben machen die mit alten identisch sind gibts Probleme. B: ist halt Bett Temperatur. Machen kannst du da nichts. Ich werd fürs update einen Zusatzbedingung einbauen das B: keine Bett Temperatur ist w…
-
10 Bilder die Sekunde ist effektiv zu schnell. Er scheint aber die aufrufe des Renderers zu machen nur schmiert der vermutlich ab, sonst wäre das nicht so schnell. Sieh mal in /var/lib/Repetier-Server/logs/server.log oder server.log.0 da wird der Au…
-
If you get an error message around these you are normally using a pin name with no underlying pin number - most likely because your board does not have it defined or because the processor does not have that pin number. For more details show the erro…
-
Make your own configuration and analyse which hardware is used. There is no way around this anyway if you have no old configuration file for the printer. Before you start extract everything you can e.g. from eeprom settings if it is repetier-firmwar…
-
Ja sieht blöd aus aber der erste layer ist bei z = -20 weil in deinem start gcode drin steht: 34G1 Y-3.0 Z-20.0 F1000.0 ; go outside print area Danach druckt er bei 0.2 weiter, damit der erste layer 20.2mm hoch was zu der verzerrung führen könnte. …
-
Currently it is not possible. You would need to analyse it internally and change response type to 1 for ACK message filter. I have added for next release mod so that the lua analyse handler would be able to do it. function testResponse(printer, lin…
-
Exportier mal deine Druckerkonfiguration und den gcode und schick sie mir. Er vergleicht halt die min/max aus .gin mit Druckerabmessungen. Ich seh aus deinen angaben den Fehler nicht aber er sollte bei dem was ich weiß auch nicht passieren. Also ent…
-
What command did you send and what is the error message? Normally it either that you start at a bad position like 0,0 where probe can not be activated or positions result in moves to illegal position due to z probe offsets.
-
Auto bei Firmware gibt es nicht im Server. Da must du Marlin wählen - mit dem Default Repetier-Firmware klappt es nicht. Autodetect gibt es beim Einrichtungsassistent nur bei Baudrate. Und wie gesagt der Port heist beim pi anders. Hier ist wichtig d…
-
Mit meldung meinst du außerhalb des Druckbereichs? Für totalVolume: 12346.28793695117 version: 2 xMax: 167.64999389648438 xMaxMove: 161.0500030517578 xMin: 42.36899948120117 xMinMove: 0 yMax: 57.37300109863281 yMaxMove: 196.9969940185547 yMin: 8.9…
-
When you say LCD I assume you mean a firmware controlled display. That does normally not work. Firmware would need to send // action:cancel to ask server to stop - if not server will continue to print and what you saw was a firmware internal action…
-
If you have configured a printer server will autoconnect to it just like other softwares do like S3D. YOu can stop this any time by selecting the "Disable" menu entry in the printer entry. After that server will still run as it is a background serve…
-
You are right, omitting a value on a letter makes the first letter get it assigned and following letter is then ignored. Will fix that for future version. Until then use correct gcode syntax G28 X0 Y0 and will also work well.
-
Er sollte auch mit http:ip erreichbar sein. In dem Fall wird die Anfrage von nginx an den Server weiter geleitet. ps aux | grep nginx sollte zeigen ob er auf dem pi läuft. Was die Druckerkonfiguration angeht sollten die gleichen Einstellungen wie b…
-
Ja das ist ein Problem, wobei er das ja im Userinterface anzeigt :-) Aber das Problem hab ich schon mehrfach gesehen. Vergesse es immer wieder.
-
Den Bug im Arduino kannte ich noch nicht. Vielleicht geht dann auch die Kommunikation besser. Hab den 16u2 immer schon im Verdacht gehabt bei hoher last mist zu bauen. Aber das er es schon beim einschalten macht hatte ich noch nicht.
-
Try different speed for z. Sometimes you hit a resonance frequency of printer and that becomes clearly hearable. Had same with another printer and only one motor. The close I came to the resonance speed the louder it got. What helped was increasing …
-
The x commands waiting is when you are not talking with printer. The fact that connection becomes green does not mean you communicate. It is just connected to the port. So communication settings do not work as they are. You need to find out what is …
-
/etc/init.d ist veraltet - das startup script nutzt jetzt normalerweise systemd und steht und /lib/systemd/system/RepetierServer.service Teste erst mal ob er nicht läuft: ps aux | grep tier Wenn nicht starte manuell und sieh mal wo er auf die Nase…
-
Normally you would use our pi image and have it already preinstalled. Anyhow https://www.repetier-server.com/setting-webcam-repetier-server-linux/ describes in point 1-6 how to compile it. Not sure if "make install" copies the files to the folder se…
-
Yes, fix would be in Bedleveling.cpp in the last few month. Guess the commit headline on github would give a hint. For donation you can go here: https://www.repetier.com/download-software/ Meant for donating to support host but money comes to us sa…
-
Ich werde es mir ansehen. Das sollte natürlich nicht so sein.
-
Did the print it self work? Can you move manually before printing? If not the communication settings are normally wrong. Set protocol autodetect and adjust baud rate to the one of your printer. 99% use either 115200 or 250000 baud.
-
Did you enable heater first? If temperature is below a set temperature it will not extrude.