Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Es werden nur Befehle im eigene gesendeten G-Code ausgeführt,alles andere sieht er ja nicht. Antworten werden nicht ausgeführt, aber ausgewertet. Wenn du also switchtoduet aus einem DWC Skript aus ausführen willst schreibst du z.b. M118 P1 S"switcht…
-
Did you install all modules using "yarn install" first? If not what exactly is the error message and command you executed making problems?
-
1) You mean when viewing all? Otherwise it would not make sense as they are all in the selected group anyway. And even then you can select summary to see the group. 2) They are in summary.
-
Thanks. I could reproduce the error and found the bug. A scale could get higher than 1.0 causing the faster time reduction. Will be fixed in 2.2.4 coming soon together with new 2.4 prusa slicer.
-
Are you using the appimage or tar version? Does it stop immediately or when you open a specific tab/form? Which? Looks like it happens with opening the g-code editor but I could open it on app image on Mint 19 which is nearly same age.
-
At the start there were no projects only g-code. Plus in g-codes of printer we know the printer so we can render g-code image and compute printing time as info. Projects are not associated with a printer and were not really meant for this. Only time…
-
Ok found the problem. These messages come when firmware wants to push a dialog but does not offer a choice, then no choices are visible and so no close button. I have fixed it for 1.2.2 As intermediate solution add a new quick command with the cont…
-
M117 is for printer firmware controlled display only. If you want to see a message box in server gui use e.g. @info Some message They will show until closed. You can also use our dialog boxes so you can make a function that closes previous message …
-
Mit funktionen ist das kein Problem neuerdings. Es gibt ja @timedCall name timeoutMS function_nameCalls function_name after timeoutMS milliseconds. It does not repeat. The name can be used to stop the timer with @deletedTimedCall. If you need an int…
-
Zu 3: Schwer zu sagen da wir den hardware screensaver nicht geschrieben haben und auch nicht wie linux das einbindet. Das ganze wird über die Datei /usr/local/Repetier-Setup/bin/screensaver gesteuert. Hier mal der komplette code dazu: #!/bin/bash #…
-
That can be changed. M109/M190 heat extrduder/bed with waiting while M104/M140 just set without waiting. So set both first and then use the 2 waiting versions and they heat in parallel. Can be set in start gcode normally.
-
1. Kein bug wir zeigen im Balken jetzt Fortschritt Druckzeit und da gibt es immer ienen Sprung fürs heizen Bett/Extruder. 2. Korrekt - so kann man die Anzahl erhöhen sollte man es mehrmals drucken wollen. Es wird aber auch angezeigt das dieses eleme…
-
Which server version and which gui? What is in the message or where does it come from since there are many types of pop ups. But they are normally all closeable with buttons at bottom also you can at least program windows that do not close automatic…
-
I will have a look into calculation. filament to 0 volume is not correct independent of filament type. You can set it in summary after uploading. If not selected the first one is taken.
-
Das ist doch genau aus dem ende gcode script im server das ich als erstes erwähnt habe. Wird für Delta drucker mit Rundem Bett so erzeugt. Also in den Druckerinstellungen->G-Codes->Ereinisabhäng bei job ende anpassen.
-
die Befehle sind ausschließlich fürs menü. Die varianten für @execute kommen danach wie sudo /var/lib/Repetier-Server/scripts/logwo der befehl dann "@execute logsync Nachricht" lauten würde. Diese einfach zusätzlich erstellen und neu startem.
-
Sure. The real ports in /dev are ordered by detection so may change. If you use /dev/serial/by-path they are determined by the usb port plugged in.
-
Yes, your observation is correct. It calculates how many lines are necessary for shell width. 0.8 with 0.4mm nozzle is too much so it goes up to 2 outlines to achieve this. If you need to force it to be one set nozzle width to 0.8mm.
-
File was always added to queue just was hidden. As you see in queue it marks it as being printed. We have added a count so you can say make x copies. To be able to change that during print we show it also while print, so that is normal. How long s …
-
Enable expert mode (disable easy mode) and check if debug mode is enabled in manual controls. This stops extruders from working so you can test things. That would normally be the only reason heating does not work. Make sure in printer settings you e…
-
Für manch einen mag das reichen, aber wir wollen da mehr bieten.
-
Wird auf PrusaSlicer basieren und ist für 2022 geplant. Zeit ist schwer abzuschätzen aber sobald es eine gewisse funktionalität hat wollen wir schon mal vorab betas freigeben. Einige funktionen wie support einmalen sind aber schwieriger umzusetzen. …
-
Yes still planned and next big thing we are already working on.
-
All versions use same code and same time estimation. But near the start is the prewarming g-code for extruder and bed that can be a long period depending on what speed you set in configuration. As soon as these are send the time is subtracted also p…
-
It is in Structures->Infill the first parameter "Shell Thickness". Based on extruder nozzle width it computes how many lines to make out of this.
-
Wenn es am server liegt muss es ein Befehl sein der gesendet wird. M82 und M104 bewegen den Motor aber nicht, können es nicht sein. M104 schaltet den Extrude raus und M82 ändert nur wie der E Befehl in G0/G1 moves interpretiert wird. Du suchst einen…
-
Sieh dir mal das ende druck g-code script an im Server. Wenn es nicht im geslicten gcode steht könnte es da drin stehen. Wird im wizard basierend auf die dort eingegebene Werte erzeugt und wenn es da zu groß war und Firmware keine Überprüfung macht …
-
Derzeit keine nachteile bekannt. Ist gleiche Debian Distribution.
-
Did you try disable/enable in server printer menu as alternative? Does server power printer over usb so serial stays on and communicating? Also check console with filters disabled to see what is happening. It might give some hints on the problem.
-
Merkwürdig da es ziemlich genau der Entwicklungs und Testumgebung entspricht. Wichtig ist beim ersten start etwas geduldiger zu sein da beim Erststart die sd Karte auf volle größe expandiert wird. Danach sollte aber LAN erreichbar sein und auf dem D…