Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
just call https://ip and it will work. But you can only have signed certificates for online printers so the certificate is self signed and must be trusted. For forwarding this would be port 443 on the pi.
-
Are you sure the printer supports telnet ip connection? If not that can cause also hangs until a timeout. While some printers have some web interface that is not the port you need to enter in host to get a working connection. You need the port that …
-
Yes, M900 is the important one and M117 so you see the correct comment values on display.
-
What board does the printer use? Normally you use the Mega 2560 which is included. But that firmware is a massively modified fork not maintained by us. Don't have the printer so can only help with some general knowledge.
-
It very much looks like repetier firmware. Same ok format and also our eeprom handling. There was a time when arduino created 63 byte input buffers and when that causes no error compared to 127 I'd think this one is compiled with that. You can try M…
-
General solutions can be found here: https://www.repetier-server.com/knowledgebase/access-server-from-internet/ if it is possible in your case you need to port forward port 3344 of the raspberry ip number, then you can connect to the routers ip wit…
-
Which firmware version are you running the delta with? I would use 1.0.5dv which has all known autoleveling bugs fixed. It now even contains support for the motion sensor used as z endstop. Shifts in xy should not happen - make sure to not come to m…
-
Main setting is in printer configuration below firmware settings - Log all Printe in a History Database. In global settings->Print Reports you can also enable storing a pdf report per print and how long to keep them.
-
Das M115 show a CAP:autoreportTemp:1 ? Are always the same commands resend? Does printer reset during connect? I see you are using repetier firmware and due to line numbers these errors get detected on the fly without big delays. You might have got…
-
That is already a complete reset of autoleveling. Only thing left are possible geometry corrections you have entered for horizontal/diagonal/angles/end stop offsets. Best is to use the escher delta wizard with 6 parameter to calibrate geometry sett…
-
Connect it to ethernet cable so it gets an ip automatically and login via ssh. dmesg will show all messages since boot start. Also /var/log/syslog contains many log data from software. Then you also know that pi is still working if this wasn't clear…
-
Sollte ich mal variablen einführen erinnere mich ggf daran.
-
Don't have a HE3D but nozzles are all wired more or less the same. Heater cables to heater output on board. Temperature cables normally to thermistor inputs and then you need to set the right thermistor type so temperature curve matches. Some use th…
-
Derzeit werden variablen im gcode nicht unterstützt weshalb das nicht möglich ist, sorry.
-
Jeder Server kann nur die mit ihm verbundenen Drucker steuern. Repetier-Server Monitor kann sich mit mehreren Servern gleichzeitig verbinden und deren Drucker zusammenführen. Server unterstützt aktuell keine tcp gateway Funktion. Das würde auch nur …
-
Idea is to send RESUME instead of just continue so firmware adjusts as well. So a special command sequence for continue in case it is action:paused and action:pause is active.
-
Nein. hab nichts neues gehört.
-
You mean messages in the envelope menu, like you get if you send @message Some Text in console? The smaller animation happens when you delete it. Should only happen if you hit the red trash icon. Does this happen when you open the menu or when you c…
-
Use the wizard, select Marlin as firmware and baudrate, dtr, rts on autodetect and see if it goes through. Or be more precise where your problem starts.
-
Mit dem Handy hast du sich in seinen Access Point eingeloggt? Oder hast du danach deinen router gewählt und das router wlan passwort eingegeben? Im ersten Fall erzeugt der server sein eigenes Netzwerk und ist nicht sichtbar außer wann man sich mit d…
-
How big are the errors and to they increase with increasing object size? In that case the printers steps per mm are set wrong and need to be modified: new_val = old_val*planned_width/measured_width would give you the adjustment for a direction.
-
1) and 2) are ok. Here it is server doing the pause and he can continue. 3) is a problem. When klipper runs extra commands the server is not aware of this. This is supposed to be possible in paused since printer has control. And printer also is resp…
-
Kommt auf die Boards an. I3 Mega hlrt sich wie avr2560 chip an der könnte gehen. Bei den 32 bit boards wird nur due unterstützt was die nicht können. V2 firmware kann noch andere 32 bit boards aber auch nicht alle. Hab erst 4 Prozessoren die ich da …
-
Looks like it registers rotation of the wheel.. That is supported in principal but I wonder why it has 4 contacts. Do you know what the functions of the contacts are? The website just says to plug in to board but nothing about how it works and from …
-
Vom server aus ist das kein Problem. Klipper ist auch nur ein Port den wir anbinden. Klipper müsste auch gehen, aber du must es als 2 apps Programmieren die unterschiedliche Ports und Verzeichnisse benutzen. Können ja nicht beide /tmp/printer als p…
-
If you read the docs more exactly you see there are to pause and paused. The version with d is when firmware is handling the pause while the other version is asking the server to pause. Only the later runs scripts since first version is handled by p…
-
Nothing. Projects are not accessible in touch screen. They are meant as input for upcoming slicer which will only be available on main gui. That said, you might add an upload folder that points to the projects folder. Then you can use the same func…
-
It is not a bug! It is just another definition of layer. Other slicers have even negative layers for raft. So they differ all but we need a consistent system in server that works for all gcodes. Server definition of a layer is a new height where ext…
-
Mit ssh einloggen und erst mal Festplattenplatz untersuchen df und sehen das da platz ist. Das letzte bischen ist für root /system reserviert damit linux noch läuft. Programme können aber ggf. keine Dateien öffnen und stürzen ab bis genug speicher…
-
In history sind gar keine Drucke gepsiechert für den einen Drucker und nur ein Druck für den anderen. In den Zusammenfassungen stehen allerdings mehr drin, also ist die Frage wo sie hin sind. Das mit den pdfs liegt am gleichen Problem wie die fehlen…