Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
You only say that because you need it:-) But last 9 years worked without quite good. And since it is more a printer option maybe printer config would be a better place. But object placement should be kept clean.
-
Please use ping pong mode for the test so it is easier to see which action belong to which command for the test. also there is no option to attach files so no log to see. Copy the relevant part plus some lines before/after into the editor here.
-
3 printers is not the problem. But i think i heard same problem from another one. But since it is not the servers responsibility to execute it all that matters is that firmware sends an ack. If not it will never time out since server knows that M109…
-
If you enabled distorion correction it is included. But only at low z values. For z probe in host i‘m not sure. In the log you see in addition to measured z also the correction distortion would add.
-
This is a future feature. Currently we only calculte how mach filament would get used and store how much was used on the prints but not connected to spools.
-
Grid size is nit the factor if your bed is flat. If it is not and has some bumps or bending grid size improves in finding correct regression table. Precision multiplied with width or height is the maximum difference in rotation. Since it is hardware…
-
You mean moving one mm in hist does not move cnc 1mm? In that case your steps per mm in cnc firmware are most likely defined wrong.
-
You can add manual commands any time so sending @pause will stop current print of the printer. Right click in our gui and select inspect element. Select network tab and reload. Search for „socket“ and select it. Then select frames, you will see the…
-
Normally you just select marlin as firmware and it works. Unless your form has special requirements. Note that M109 means firmware blocks until the temperature is reached. Then you should see an ok in log. What do you see when target temp. Is reache…
-
sudo service RepetierServer restart will restart the server. Try to add this in extcommands.xml just like the reboot.
-
Transformation matrix is measured by G32 so as long as you do not use it and just correct variables directly that will be the identity matrix. G33 is independent and should just be the correction against the normal height for first layer and gets re…
-
No it is one set every second normally. You can compress it internally if you like but even for unchanged value i need to send that it is same at current time.
-
As i said server limits renderings to one at a time so using only one thread is ok. From settings they get computed on your pc if you Upload them on the pc. If pi outsources them is only visible in pi connectivity settings.
-
Have you set firmware correctly? Guess you run marlin on that board so make sure it is selected and set correct baud rate and port then it should already connect.
-
On windows you have a menu entry in windows menu to start/stop the service. But see answer on other threa on why i think it is slow.
-
Since you said when pi is down Pc is fast i guess you have assigned the connectivity the wrong way around so pc outsources rendering to pi.
-
Yes you define it in connectivity. There you add the ip/port/apikey of the pc to the list on the pi and then pi can outsource it to the pc if it gets green. To not get out of memory/cpu there is in deed a queue system so only one image at the time …
-
You can‘t attach files here. But it is already clear that you will never reach 200°c - either your heater has not enough power because maybe the cartridge is for 24v running on 12v or the temperature sensor is reporting wrong values due to selecting…
-
Only the one you already know from the docs. There is also a info call to get a general status without websocket which is used to detect available printers, but informations are very limited. For pause send @pause message as gcode command, There is…
-
Das linux hat den standard user pi mit passwort raspberry - ist aber nur in deinem intranet erreichbar. Vom internet aus ist mormal nur erreichbar was du explizit freigibst als port oder ip.
-
Normalerweise nimmt man das fertig image von uns und folgt den Herstellerangaben um linux das neue Display beizubringen. Unser image basiert auf Raspbian und damit dem offiziellen pi linux. Wichtig ist das der x server das Display für Ausgabe nutzt,…
-
What color does the bolt in main menu have? Closed by os means linux disconnected the printer and undervoltage is a frequent reason for the pi to do that and the bolt color indicates that you had or have undervoltage if color is orange or red. In th…
-
sudo -i und du bist root oder einem Befehl sudo voranstellen um nur den Befehl als root auszuführen.
-
Du scheinst den server auf dem pi und deinem pc installiert zu haben. Aber nur der, der mit dem Drucker verbunden ist kann die Drucker sehen, das ist normal. Localhost:3344 ist dein pc und da hängt wie ich vermute kein Drucker dran. Repetier-server.…
-
Hast du das image dabei aktualisiert, weil wir das wlan handling darin geändert haben. Er sollte das passwort in /etc/wpa-supplicant/wpa-supplicant-wlan0.conf schreiben. Dateiname könnte leicht abweichen. Frage ist daher zuerst ob er dort das komple…
-
Coordinates look good and i see no error if motors are assigned as you say. You could add a print command after computing h2 till h4 to see what values get computed for them to see if that makes sense as correction. I also saw that corrected values …
-
Vielleicht zeigst du mal wie es weiter geht mit wait/busy oder was auch immer noch danach kommt.
-
So wie du das beschreibst führt er das M109 also aus und wartet auf die Zieltemperatur. Schafft er es sie zu erreichen? Hört sich ja erst einmal gut an. M109 blockiert firmware bis sie zufrieden mit der Zieltemperatur ist, danach macht sie weiter. H…
-
Making files in projects selectable for bulk operatons is an idea. Already did similar for gcodes in lists in the monitor app for server.
-
Sure it is in server manual advanced themes->server commands. If you add @pushmessage some text you get a message what that line is reached. Note that server sends some commands in advance so yoú might want to prepend a @syncMotion line so you kn…