Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Normally you can not print at z=0 due to close distance to bed. But G1 Z0 F600 moves to z=0. Just why would you do that after layer 12 and not when you are down at layer 1? That is inherently dangerous if you cross or hit parts already printed and c…
-
Yes, I can read it now. Did not think of .NET not being installed since it is installed by default since windows 8. Install http://www.microsoft.com/en-us/download/details.aspx?id=22 or any newer .NET version and installer will skip this.
-
It is not a computing power problem. If you have no webcam and the pi it self stays stable that would be no problem. But pi is a bit sensitive to electric problems (power, emf,...) so adding more devices might create such problems. If that gets no p…
-
Access to images is protected, thats why I suggested imgur. Or make files public in google drive you posted.
-
Yes, gui allows a lot so some learning can make it more easy. Problem is here more that PrusaSlicer just uses a faction to just upload or print, so a bit limited. But controlling the print is also not the target of PrusaSlicer, so that is ok.
-
Use e.g. imgur.com to upload images. You can not upload files to forum directly.
-
We have 2 queues as you now understand. One is temporary and one not. With the checkbox you define where it gets stored, that is how it is implemented in PrusaSlicer. You can increase count in print queue if you want to print it several times, then …
-
Easiest is to just go to visual editor with our example and copy the temperature line and add the set where they differ and save and you should see it.
-
Wie sieht denn readall aus. Bei mir ist so gpio readall +-----+-----+---------+------+---+---Pi 4B--+---+------+---------+-----+-----+ | BCM | wPi | Name | Mode | V | Physical | V | Mode | Name | wPi | BCM | +-----+-----+---------+------+---…
-
Thanks for the code. The line G03 X106.2192 Y82.3280 I-3031.0286 J911.5800 F1200 triggered an internal error. Nothing wrong with g-code, just a bug in host. I have fixed it for next release.
-
Von uns aus ist das egal und gibt keinen Grund. Aber es könnte ja eine andere app geben die den pin setzt/nutzt. Check einfach mal unter ssh gpio readall was rauskommt und ob die Änderung sichtbar ist. Wir fragen ja letztendlich nur linux wie das…
-
You can integrate anything available in MQTT including set temperature. For temperature set there are already predefined entities. Same entity name like temperature just instead of ..._ext_temp_0 you write ..._ext_temp_set0 to see set temperature.
-
> Hey, I have been using the 'Upload and Print' mainly. That is not storing into a group. To print g-code must be stored in print queue and jobs there get deleted after print is finished. For permanent storage select a group and not the direct p…
-
The buttons should work, but you need to enable "Allow execution of incoming g-code" in MQTT settings, otherwise server does not accept commands via MQTT.
-
Moves get buffered in prints from printer so paus eis most likely after all commands are send for the 6 positions. Printers buffer normally at least 16 moves. Is this for bed calibration? Then in printe rmenu select wizards, open wizard manager and…
-
Depends on the error you get. Most likely you need to disable server installation as server gets downloaded during install and that is not possible offline. Can be installed independently later if wanted.
-
It's in manual. If you mean pushover - just activate it with camera option, but it requires you to have pushover on your mobile. For pdf reports, if enabled and webcam is present it will be included automatically.
-
Sieh im manual unter advanced setup - da steht wie man mit extcommands.xml Befehle ausführen kann auf dem pi. Aber da es ein einfacher Web-Befehl ist, ist das nicht notwendig. In Globle Einstellungen kann man auch Web-Befehle wie ein einfaches GET …
-
Arggh. I renamed language file from cz to cs as that would be more correct as it seems. But in INSTALL_DIR/languages is a file aliases.ini containing cs=cz if you delete that or replace it with cz=cs and restart server it should work. Will also be …
-
ETA is a bug I already fixed for next update. The computed time remaining was converted to milliseconds so ETA is factor 1000 wrong, so nearly zero. You can fix it with own entity using this equation for value based on base state {{ ((value_json.tim…
-
Informer app can not handle picture. If you have pro version you can do this since 1.3.0 with pushover as push app. Also if you create pdf reports a webcam image of last state is added.
-
Informer can not control printer. You need to use Repetier-Server or Repetier-Host to do so and hit pause button. You should also ensure the pause script moves to a position outside the print object. Normally one of the edge corners.
-
Looks like you try to start a print with arcs (G2/G3) and something in it causes the error. I need the gcode to see what happens hoping I get same crash, just with sources for analysis.
-
As said in other thread, coordinates are determined by printer not host. So you need to reconfigure printer it self to change coordinates and make 0,0 left bed edge. How depends on firmware and might even require you compiling it on your own with ch…
-
Sure you are using Repetier-Server? A,B,C sounds more like Repetier-Host. x/y min/max really depend on what your printer says. Move to a position and send M114 and see in log what firmware says where you are after homing or in max edge. That is th…
-
You need to provide information in which second you did what and what happened to make use of a log. But I see Feb 19 10:51:48 RepetierServer kernel: [51192.318961] usb usb2-port1: over-current change #8 Feb 19 10:51:48 RepetierServer kernel: [5119…
-
So viel getestet und nicht gesehen das meine Zeitzone falsch war und ich daher immer einen versatz hatte. Problem ist ein Fehler in der formel zum entity. Korrekt sollte die ETA beschreibung value_template: {{ ((value_json.time/1000)+value_json.pri…
-
Stimme, neu rendern klappt in dem Fall tatsächlich nicht. Der Fehler war in der Umwandung in .rmf Dateien und rendern berechnet die rmf Datei neu, erzeugt sie aber nicht noch mal.
-
Printing from a Raspberry Pi or full pc? If pi - do you see undervoltage in the bolt menu? If it happens note the exact time and open /var/log/syslog the same timestamp to see what linux did and why? Apart from undervoltage causing a usb disconnect …
-
Hast du den richtigen Port? Es gibt da einen mit virtuellem Drucker der alles nur simuliert, könnte sein das du den hast. Oder der Drucker hat keinen Strom und die CPU des Druckers wird über usb versorg. Dann gehen heizungen und motoren nicht, aber…