Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Keyboard should be enabled, we never disable it. Mouse is also enabled by default, just we hide cursor by default. In ssh run repetier-setup and there is a menu to define if you want to show mouse cursor or not. Also we start only a striped down des…
-
Since it seems to require special software I guess it will not work out of the box, but all you need to do is installing the driver just as you would do for original bullseye from pi foundation. Guess you used a image from hyperpixel where they alre…
-
Yes, because routine is not running any more. You just queued a further invocation but then left function. A bit like async calls in javascript.
-
Just tested it with 2.6.0-alpha5 and it worked with no issue on mac and it should be same code. You should check api key used. Is it really the global api key or the uuid? With wrong key you can query printers fine, but upload will fail due to miss…
-
Ggf. auch mal im incognito Modus probieren. Wäre nicht das erste mal, dass ein Plugin einfluß auf die Webseite nimmt.
-
Great solution with timedCall and it shows I do not need a extra wait temperature as this can solve even more advanced issues more general.
-
Das verhalten kann ich derzeit nicht reproduzieren. Welcher Browser wird hierbei verwendet? Welche gcode ansicht (liste, list mit Bild, Bilder, Bilder Groß). Die Seite ist nur intern vermerkt, ein neu laden der Webseite verliert die Infos. Neue chr…
-
Z is moving with HOMING_FEEDRATE_Z and retest is reduced with reduction factor.
-
That is why we have our own image where all these things are preinstalled and configured. It is based on bullseye but enhanced with webcam stremer support, autoconnect usb sticks and touch interface. Touch interface is just chromium running a speci…
-
Can you post the extcommands.xml so I see how you call it exactly? In extcommands you can also define menu entries that execute commands directly from menu. Also from the global settings->terminal you could execute commands. Other cases are more…
-
Are other users using same pc and has it personal accounts or are acounts shared? If you check to remember login it sets a data package in local storage making you get the last user credentials having done so. When you cleanly do log out this gets c…
-
Forgot to mention. Upload in forum is not possible. You need an external storage and provide a download link. I thought about a download page for user created wizards, but due to lack of wizards getting send to us there is none. Guess most wizards …
-
@alpy How did you call these scripts. We call many scripts without them becoming zombies, so in general it is ok but one integration way seems to fail to query final exit code which is when you get the zombies. Is this with async @execute or some ot…
-
> Is it just as simple as copying that folder's contents to the USB stick, deleting that folder, and then setting the mount point of my USB stick to be /var/lib/Repetier-Server ? In theory yes. Just make sure it is mounted before server starts o…
-
A long loop is not pssible. After 30 seconds loops are aborted. Also number of recursion sis limited. This is for cases where user create endless loops and block printer. In end you have M109 S0 ; Turn Off Hotend Temp M190 S0 ; Turn Off Bed Temp…
-
Du kannst auch T0 weglassen dann gehr er auch vom aktiven extruder aus, aber wenn du nur einen hast ist das alles egal, weil es keinen unterschied macht.
-
I send you a pm = personal message in the forum, see your message inbox here, with email for sending the file.
-
See pm.
-
T0 / T1 / T2 sind Befehle um Extruder zu wechseln. Wenn marlin out of filament meldet dann gibt er Mit Tx an welcher extruder kein Filament mehr hat. Denke so wie du das machst sendet der slicer die T1/T2 auch nur das du noch den extra gcode hast, d…
-
> leider ignoriert er aber immernoch den werkzeugwechsel (also in dem fall da drei farben auf einer layer höhe liegen) Was meinst du damit? Der Befehl macht eine Pause und startet Filamentwechsel extruder 0 (T0). Wenn du mehrere Extruder hast, la…
-
Diese Pausen sind immer etwas kritisch da es davon abhängt was die Firmware macht. Funktioniert es auch ohne sd Druck, sagt er dem Host bescheid das er mit dem Druck stoppen soll, ... Am einfachsten wenn man mit dem Server druckt ist an der gewünsc…
-
I can't say as we do not have the printer. It uses own firmware and ecosystem and I found no informations about compatibility and software communication stack. So if it is compatible with any supported firmware it would work, but that is unconfirmed…
-
Repetier-Firmware V1 does not support that processor. V2 does but not have settings for the borad, so it might be best to stay with Marlin which does have support for that board.
-
> I guess I'm used to programming where the code calls a screen. But here the screen should call the code. Different mind set. More over code runs on server and dialog boxes are on ui in browser so even different computers. So this is in deed mor…
-
Don't think so. It just caries a lot of libraries required, but executes on normal executeables in main linux it gets called from.
-
Einige Wochen vermutlich, da sind noch andere andere Verbesserungen die ich noch testen muss.
-
> It's against my programming practices to have a function that calls itself or calls a function that calls it. But it is what it is. As long as I know. I see that the same. Actually you do it in deed since you have the @dialogBlocking which is …
-
Host is a graphical software and that is not really what docker was made for. However you can run Repetier-Server inside a docker container as it has no direct interface, only via browser which can ruin on the device with display.
-
Can you please show your code. You can use @set independently from dialogs everywhere. Just make sure it gets executed the right time. But form scope is only for inside dialog and gets deleted on form removal so you use it mainly to send values to a…
-
@ramRSnet Hast du schon meinen Vorschlag oben getestet? Im na"chsten Update wird M75 keine Namen mehr senden, das ist einfach zu Fehleranfällig und wie ich vermute auch hier der entscheidende Unterschied zu 1.3.0. Prinzipiell kannst du downgraden,…