Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
That message comes from the compiler knowing that you have only 8kb ram and it thinks you are low. As long as free ram is 900-1000 bytes it is enough to work. If you are higher reduce number of subsegments to reduce memory usage. But not too much. Y…
-
V18 image has the stuff already preinstalled, no need to do anything except connecting webcams. The folder is /dev/v4l the /dev/videoX are only files. Run pi@Felix:~ $ /usr/bin/vcgencmd get_camera supported=1 detected=1and you shou…
-
Z probe and z min endstop having different pins makes not much sense. They should be identical to make firmware use z probe for z homing as well. A fixed endstop with rotated bed is a no go. Your bed will stop normally at wrong height with homing. W…
-
What if you assign first extruder to E1 driver and second to E0 extruder. Which one is working then? Make sure only one function is assigned to E0. One other typical reason is wrong settings in eeprom causing no steps. M502 M500 would reinitializ…
-
The windows server is not needed when you use it on a pi also you could use it to do fast computations. In host installation is a checkbox if you want windows server or not. First to search why printer does not move check console. What do you see t…
-
Not sure if you would like requirements for wifi/mjpg/time zone/mount management. They are quite optimized for a server only distribution, so we could adjust linux behaviour to our needs. So I would at least make it a separate package. Best is if y…
-
If you have define z home without special position you can run G28 Z0 and it would measure at the place where you currently are. But in general the idea is quite dangerous with a high likelihood to hit one of the printed objects sooner or later. One…
-
No did not have update. Rule is just a regular expression that must match the firmware response. If it is seen it will execute the script below. Use https://regex101.com/ to test your expression. From what I see all you need is ^MM not responding …
-
You need to put the service command in the list of sudoers for user repetierserver or server has no permission to execute it. Use absolute path to service when you add it!
-
In gcode list open Information in gcode context menu. There you have the cost calculator and can change the used filament to adapt the costs.
-
Das problem hab ich nicht, kommt aber gerne bei falscher Konfiguration vor. In Manuelle Steuerung UND beim Bed muss die Größe so gewählt werden das es passt. Wenn es nicht klappt schick bitte einen gcode mit dem Fehler und die Druckerkonfigurations-…
-
If they have a 1:1 forwarding port it might work. The server can connect to a TCP port and communicate over this the same as with serial console. From their page I see these ports get used: 5353: Discovery80: Printer control8080: Camera feedNot sure…
-
If they have a 1:1 forwarding port it might work. The server can connect to a TCP port and communicate over this the same as with serial console. From their page I see these ports get used: 5353: Discovery80: Printer control8080: Camera feedNot sure…
-
Putty communicates with ssh which uses a different port then server webserver. So leave port to the default value (21 or 22 I think it is). It is also ok to just install the server on your good working noobs os. All you loose is the automatic acces…
-
First please update to dev version. Since 1.0.2 we modified so much for correct and better z probe handling that it is worth the update plus many improvements. You did not show z probe settings. Important is that you do not have any moves in z prob…
-
Ok, that helps. Info:POWERLOSS_DETECTED was send in both cases by firmware. This is a message that it will loose power and server will stop any running print. Octoprint does not know that signal and will ignore it. The big question is why do you g…
-
But today I publish the update where it is solveable as gcode script:-) In gcodes->advanced you can then set the rule and script to run when rule is met.
-
"this installation does not support wifi configuration" is a bad sign. At startup we test if the file /usr/local/Repetier-Setup/bin/manageWifiAccess exists on disk. That is the script doing all the wifi connection stuff when we call …
-
This only provides push messages, so content is not dynamic. In that context the finishing time computed would be the only interesting part I think. Crowding it with too many informations is not useful I think. So for progress percentage and end tim…
-
So the driver is now detected, but seems to be unstable. Did you set the country code for wifi already? If not it might be that your channel is not allowed in the default country 00. Also how many bars do you see for your router? Since you have ethe…
-
That is just a firmware message not triggering any scriptable events. So it is complicated and would require programming skills. You can create own events in printer config based on server responses. But it still does not trigger any scripts. So you…
-
Ja macht der internet explorer auch bei mir. Ist aber ok, weil der ohnehin zu langsam ist und die aktuellen Spezifikationen für html nicht umsetzt. Nicht umsonst hat Microsoft ihn quasi begraben und durch edge ersetzt (der in kürze durch die render …
-
Danke. Werde ich untersuchen.
-
The buffer in question is the communication buffer. Means the server is not receiving any data from firmware. Since our firmware does at least send one line every 2 seconds in that version it would mean that the usb connection is broken or firmware …
-
Reden wir über diese seite? https://www.repetier-server.com/ Konnte sie in Firefox und Chrome problemlos sehen.
-
When you login over ssh with ethernet connection, what does sudo /usr/local/Repetier-Setup/bin/manageWifiAccess infosudo iwconfig sudo nmcli devreturn?
-
So it is not in gcode we send. Might be that it comes from some protection tests in firmware. If it happens frequently keep logging enabled so you can check the logs afterwards and see if there are any messages from firmware.
-
No, it is internally wired. You could of course modify the marlin.xml file and remove the halted detection rules. Then it will not go in that mode and emergency stop might work (if it causes a reset of the printer). Otherwise deactivate/activate sho…
-
In der Touch Oberfläche erscheint import wenn in der Konfiguration der mounting point als import verzeichnis eingerichtet ist. Das ist bei unseren images der Fall, aber evtl. gibt es ein sandbox problem je nachdem welches image du nutzt. Wir mounten…
-
Are these values with a comma? It matters if you use . or , as they are marked as number. Guess if they are in wrong format they are written as not existing values. Might also depend on browser. In chrome I need , as I'm using german settings but . …