Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Im Forum kannst du keine Dateien hochladen. Must du per dropbox oder pastebin etc. machen und den link dazu posten.
-
Ja layer höhen sehen gut aus. Kannst du mal einen gcode posten. Vielleicht sehe ich mehr und wo die layer her kommen. Und vor allem ob es bei mir auch so aussieht.
-
Da es bereits ab 3,5" funktioniert fehlt irgendwann bei vielen ansichten der Inhalt:-) Wir haben zwar abstufungen aber ab 7" ist im Grunde alles sichtbar was die Funktionen bieten. Nur bei gcode listen/ansicht hat man noch leichte Vorteile.
-
Versuch erst mal im ping-pong-modus zu kommunizieren. Da kann die Firmware nicht so leicht durcheinander kommen. Ein log wo das Problem passiert wäre auch hilfreich um zu sehen was da denn überhaupt passiert. Normal sollte maximal timeout Sekunden v…
-
No, this one is to measure how fast your printer heats and cools down, so we can optimize time calculation for prints.
-
Yes, but depends on how you turn them on/off? You can add external command to extcommands.xml and say they should appear as button in either global or printer menu. You can also define web actions or gpio actions that add a menu entry globally or in…
-
What we use is the firmware command M220 that slows down and it slows everything. There is no (general) gcode to only slow travel moves. However you can set travel speed in cura and slice with lower travel speed.
-
I see what you mean, also that is the expected behaviour. At several places e.g. in Repetier-Server Monitor you can now say print or queue. Print means print if queue is empty and queue is just add it. When more then one is selected or queue is not…
-
You need to write the image to sd card so you can not be logged in. But you can copy your server configuration/files by backing up /var/lib/Repetier-Server or using our Repetier-Server Monitor to create the backup and upload it later.
-
Normally not required if you use the hardware screen rotation. But nowadays on pi config.txt allows 3 different ways to rotate the screen.
-
Disconnect first, then it is not greyed out. Since this is also the active printer changing while connected is not possible.
-
Red is you moved outside defined dimensions so position might be incorrect or not homed. I think you have defined in host printer configuration a different z height and you left it.
-
Geh unter register und deaktiviere die alte vorher. Normal wird erkannt das es der gleiche Pi ist aber man weiß nie. Du kannst von deiner Konfiguration etc mit dem Repetier-Server Monitor ein backup machen und zurück spielen. Das beinhaltet nicht w…
-
Looks like it happens with OpenGL window creation. Do you have opengl installed and true color support? Nowadays normally standard. Also ever had more than one monitor connected? That also likes to crash at startup when you closed on second screen. …
-
Unser Image ist die Werkseinstellung:-) Da nicht klar ist was alles verändert wurde - Wobei es eigentlich nur die webcam betreffen kann also Auflösung und Framerate. Ansonsten ist ja nur noch die Port Zuweisung, aber die hat mit dem Problem ja nicht…
-
I wonder why one webcam is using 30fps while the other 2 have 10? 10 is better with the data load in HD. Also where is the 4th webcam? There is no limit on what gets reported. The reporter sends all files in /usr/local/Repetier-Setup/etc/webcam_port…
-
You know that our rescue system does exactly that - I mean skipping all lines known to be printed and set correct temperatures etc. Plus it would reposition xy if you want outside print. It writes a rescue log for this so we know which parts were al…
-
Looks like a 20x4 character display so first variant is correct. No extra config required. But make sure you map the 2 flat cables correctly and also the rotation. Is not on all as you think. So check some image son internet and watch where the red …
-
On software side there is no limit, also the pi has a limit. It depends on if webcam supports MJPG (only 1 without is possible and will already bind many bandwidth on usb). Also hires with high FPS can add additional problems as they need much band …
-
You might want to backup /var/lib/Repetier-Server and install a new image. If the sd card has a defect it might happen when a code part on the defect sector needs to execute. Also always remember to always cleanly shut down pi before unpowering or s…
-
Yes in hal.cpp - just search stepperWait it is only contained a few times. Should be around line 666 and look similar just without __attribute__((used)
-
Das ändert nichts. Sieh im tab Geschwindigkeit und Qualitat bei Qualität nach. Da müsst eine 0 zu viel sein. Da stehen zumindest die Layerhöhen.
-
Das ist für Slic3r/PrusaSlicer der before filament change g-code, wie auf thingiverse steht: Correct temperatures have to be setup in the generated gcode. It can be easily done in Slicr3d Prusa edition min. v 1.38.5. linked version 1.41.3 still wor…
-
Yes, I was in email contact with marcos and it worked with the dwc image. Now he is trieng the opposite way with our pi image so he gets the wifi config from server and other things we have only on our image.
-
It is quite close and my top priority at the moment. Don't think much will change, just checking it and linux version.
-
You use same web app as locally. Solution depends on your internet connection and wishes. See https://www.repetier-server.com/knowledgebase/access-server-from-internet/ for possible options.
-
There are many services that offer showing your ip as well. Maybe dyndns is not being updated so it shows a past ip. You might want to try the ngrok solution. That works on all connections since it forwards to a public ip from wehre you access it. …
-
The LCD status updates via M117 are time triggered to switch every 10 seconds and you see they do switch every 10 seconds. You also see communication is ok < 22:35:23.921: N1477276 G1 X138.358 Y127.318 Z1.65 E1001.4119> 22:35:23.936: ok< 22…
-
Yes, that is strange. But I handle it as solved for now until it comes back. Power problems are a real problem for pi. You might want to remove 5V of printer as shown here: https://www.repetier-server.com/knowledgebase/undervoltage-and-throtteling-o…
-
Sag mal warum ist beim gesliced gcode die Layeranzahl so hoch? Da sist doch kaum 10mm hoch und hat 481 layer. Normal ist gute Druckqualität 0,1mm dann wäre das Objekt aber 48,1mm hoch was es definitiv nicht ist. Bei deinem alten post war es sogar no…