Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Have to think about this. After all, without the view it does not make much sense to be in the tab. On pc you could do same in console tab but on mobile it is hiding the right function bar.
-
I'm unsure what you are referring to with library? Is that some own software? A video would be great to see the exact moment you mean and also what you mean and which action it causes.
-
Printer sends after each received command an "ok" so we know it was read and we send then next command. If we miss "ok" print would stop therefore. So if after timeout we still got no ok we send message and send next command anyway assuming there wa…
-
Maybe it was not connected to internet at startup of pi and later it was connected so you could activate pro key. Actually since you are on pro it worked at least at that time, so don't think it is a real problem.
-
At least at that moment you were not connected to internet so resolving failed. Nothing to worry regarding functionality. Only if you are registering pro version the connection is required.
-
On which device? Sending has bigger write load so on slow sd cards it might cause a small delay. But need to verify that, also I know we have not added any extra work on upload. Still the same function (gcode analysis).
-
Yes, you can just in project overview upload a zip you e.g. downloaded from thingiverse and it makes it a project.
-
Ich vermute das liegt an einem Bug in 1.2.0 wodurch maximal 50mm gefördert werden. Aktuell also besser 10x10mm klicken dann sollte es passen.
-
Du hast immer schon chrome gesehen da darauf das interface läuft, nur mit dem update von linux das du vermutlich gemacht hast kommt seit der Version so ein Incognito screen. Du musst entweder das neue image nutzen oder eine Datei wie hier https://fo…
-
Timeout hast du wie ich sehe schon von 30 auf 3 reduziert. Ist beim Prusa auch kein Problem da er Busy Protokoll unterstützt. Hab mal einen von den Zeilenfehlen rausgesucht: Send:14:52:28.708: N135232 G1 X116.308 Y84.245 F10800.000Send:14:52:28.709…
-
We do nothing like that. But it sounds like your printers on board 5V regulator is defect or not used. When you connect to pi the printer board gets 5V power from usb 5V line. Normally when you disconnect usb a on board 5V converter powers the board…
-
Please see personal message.
-
Derzeit nicht. Es gibt jemand der ein Plugin dafür schreiben wollte, hab aber noch nichts davon gehört das es fertig wäre.
-
Forget to ask - on which OS and chip type arm/inter 32/64 bit is the server running in case it depends on the variant.
-
You can store images using https://imgur.com/ and post url here. I also find it very odd considering that we develop using chrome. Did you try deleting browser cache? Also did you check network tab (open before reloading) if some file downloads fai…
-
The layer never came from firmware. They came from server sending M117 for the status line. You need to have Show on Printer LCD Status rotate or layer. Is this case. If so I need to recheck if I broke rotation somehow. Will also check my self when …
-
Yes that is a problem. GRBL has sticky gcodes so every line without uses last. Repetier firmware does not use sticke gcodes so it is required in every line. Can't you modify carbide to output to other rules? When I played with a CNC solution I could…
-
Was dann vermutlich am plugin liegt, das hier nicht die erwaretet Kommunikation vollführt. Aber man kann ja das pi gui auch auf dem cura pc im Browser aufrufen.
-
Yes, we are not GRBL. We expect spaces between code letters. That is the main problem I see. Also some command slike M3/M5 work eventually different. By default there is no rpm just enablinga nd disabling spindle.
-
Very strange. Tried with 1 printer as well and it looked good. The problem seems that the center part is much too narrow also there is enough space left. Is this also happening with temperature view instead of camera or if you are not printing? Whe…
-
/usr/local/Repetier-Server/firmwares/klipper.xml is the file. Just add it in commands and restart.
-
No, print quality will be more or less identical. 1.0.4 has some more functions, but the motion simulated is more or less identical. For better quality you need 32 bit board and better stepper drivers with higher resolution. Best with V2 firmware bu…
-
For unknown reasons the part was uncommented in klipper.cml firmware description. Have now added M73 P{i:progress}for next release, which also includes big changes for klipper, e.g. klipper instances installable and configureable directly from gui a…
-
Are you already on DWC3.4RC5 - at least until 3.4 rc 4 the temperature output had a bug preventing commands to be send without big delay. Are you using our image just with dwc enabled or own version?
-
You know that also host it self is a mono app, the slicer and set baud rate app are compiled for intel processors? You need to later replace them with arm version. But actually it is not the best thing to use Repetier-Host on a pi - it is quite res…
-
Wenn 0 eingetragen ist, warum das korrekt wenn nach dem homing die Position X:159.0000 Y:120.0000 Z:14.0205 ist? Da sollte die position die M114 meldet direkt nach G28 stehen.
-
Yes, but now you know the static pages as well you have a choice.
-
Ja man sollte auch die x und y position in der server konfiguration korrekt eintragen. Wegen eines bugs wird die Rückgabe bei den misten firmwares aktuell nicht von M114 übernommen. Aber da dies ohnehin nur passiert, wenn man keine weiteren moves bi…
-
Happy birthday:-) Since you already have a working marlin config, can you post that. I'm especially interested how they solved the UART problem - do they have one uart per driver or do they use daisy chaining?
-
> every time it makes a noise Sounds like you are loosing steps which is what you see then when they do not match. Make sure you are in absolute positioning mode before sending G1 and that your printer allows that size! If size would be ok your …