Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Wennd ie firmware sie z.b. als C: in der Temperaturantwort beinhaltet ist das kein Problem. Einfach eine heated chamber hinzufügen in dem Fall damit es angezeigt wird. Wenn es keine Heizung gibt einfach nicht heizen wobei die firmware das dann vermu…
-
Normal must du nichts in config.txt eintragen. Wir setzen den Modus in input wenn du es in unseren gpio Listen einträgst. Du solltest aber vorher mal mit gpio readall ansehen ob da bereits eine andere Funktion darauf liegt, also ein pin als serielle…
-
Bin nicht sicher was du hier meinst, aber vermutlich nicht. Klipper konfiguration ist für den Drucker und hat erst mal nicht mit dem Server zu tun. Dann gibt es die Einstellungen im Server, damit der weiß wie sich der Drucker verhält was zwar teilwe…
-
Please see in github.
-
You need a G92 E0 before :LAYER:0 otherwise depending on your last E position this can be a big retract or extrusion that is unexpected. You need to put that in cura start g-code after your manual extrusions if you do any.
-
First, since you seem to be a new user - CuraEngine is quite old as newer version are not compatible any more. It works fine but using PrusaSlicer for new users would be the best solution as it creates better g-code. Then for understanding - yes pr…
-
Yes, seems like skirt vanishes if it gets below 50% of regular layer height. We just pass parameter to curaengine so can not give more details here. Actually I do the opposite with first layer height and make it higher to compensate uneven bed. Same…
-
Yes correctly understood. Any language is fine just with python you need to start python with script as first parameter I guess. But that should be no problem. Especially if you know python it is easy to write a read, parse and write script.
-
Thanks. "Speed of filament extrusion when operated from the Manual Control tab" is exactly what it wanted to say. Improved for next release.
-
This requires an own software that gets called after slicing. You have the 2 parameter for file in and out. The result must be a written file with the name given with #out as parameter. That is actually why there is no doc - you need to write the so…
-
I'm not sure about that. This requires a telnet like port that sends g-code 1:1 the same as over usb. I can not say if ultimaker offers that port. You can test with a portscanner which ports are available and try them with tcp/ip connector.
-
Before clicking assign did you also add a webcam at the top? Assign just copies the urls to the currently selected webcam. You should then already see a preview of the webcam. After that save config. You should see a webcam tab in printer tabs and a…
-
Only place where you can select color/extruder is in "Object placement" tab. Once a model is loaded it has on the right tab a name entry and right to name there is a select button to select a extruder. It will then color the model with that name wit…
-
Since you had it working I assume you have the klipper firmware stub installed on the printer. The next typical problem is that you need to copy your klipper config in server so it uses correct pin. Watch especially for the serial port name - it mig…
-
Be careful how much you add to a pi 0. It is not very powerful and has only a bit of ram compared to model 3 and better. Have only testen on mk3s plus webcam so far. If you have a instance running on a pc you add the server in global settings->c…
-
Just open the regular web GUI and select in main menu "Register" and enter it. Requires active internet configuration.
-
Ja ist kein Problem, siehe mal hier: https://www.repetier-server.de/gpio-tutorial/ Bei den output pins steht dann der Notwendige g-code Befehl im Definitionsfenster. Alternativ erscheint er auch einfach im Menü.
-
Don't know what firmware is on K280 but marlin is nor problem for our software. It is the most widespread firmware and many printers also use it with different names. For many sold printers I have seen alternative marlin firmware and often is is bet…
-
Good it works with cable. That way you can easily try the server backup/new sd card solution in case a sd file defect is causing this. Without the logs it is not possible to say more. And even with it might take several iterations of information exc…
-
It is in server printer configuration in the rescue tab you can activate it. But does not work after print, only for new prints. Best is to do a test error e.g. unplug usb cord for > 10s and pug in on a small test to see how it works and if it be…
-
You can not attach files here. Please just copy the text into forum. Should be not too many lines. What about the question what you did between working and not working version?
-
This actually just means that iwconfig does not report a wifi device for wlan0. It sounds like it worked before so first try would be reboot and next is the question what you did between where it worked and when it stopped working? When you login (…
-
The it is best to activate googledrive for user repetierserver. WIth sudo -s -u repetierserver you become user repetierserver in case you need to add some configs. Direct login is not possible since repetierserver has no password.
-
If you had enabled rescue and tested/configured it to work correctly on your system that would be no problem. Otherwise it gets tricky. You need to make a new gcode that starts at stopped position (a bit unknown if also pc went dark and server not …
-
This works with TP/IP connection or Telnet connection in host. Enter ip and port required. It is essential that the esp32 just puts the data through to firmware and returns results 1:1. No interference no protocol addition especially no web browser…
-
The problem is not with M303 I guess. If firmware says 200°C it measured this. This includes the position where the sensor is and also the precision error for the sensor. Assuming AN9002 is a infrared mesurement it also has error sources. Precision…
-
You need git as well with our solution on your linux. Ah and it should also be a debian based distor (ubuntu, debian, mint,...). We have our own scripts as we install it with user repetierserver to solve some permission issues as well. But we do mor…