Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Pi setup is just starting chromium in kiosk mode full screen and having mouse pointer hidden. Start command is chromium-browser --force-device-scale-factor=1 --disable-features=TranslateUI --app-auto-launched --disable-pinch --incognito --noerrdial…
-
What firmware does it use? Seems hard to find the information. Question is do they use a supported firmware or do they have a own solution and if so is it compatible to one of the supported standards. If you have some more information on this I migh…
-
Was zeigt denn vcgencmd get_camera an? Supported und detected? Kabel vielleicht lose durch den Umbau? Ich denke eigentlich das die picam ihre eigenen pins für Kommunikation nutzt. Ansonsten hätten ja alle Probleme mit den GPIOs die vermutlich jet…
-
Not at the moment. For next update coming shortly I have now added $RANDOM_UUID as placeholder for a unique uuid. Is that ok or do you think you need a number?
-
It is possible with some hacking and programming skills. There is no overtemperature function present. That is something firmware already does (or could if configured to do). Modern firmwares have decoupling tests that are even better then this and …
-
Unter server Befehle sollten die alle sein wenn die extcommands.xml existiert und keinen Syntaxfehler hat. Vermute daher da ist ein syntaxfehler und sie wird dann komplett ignoriert. Sieh mal in server.log da müsste die Fehlermeldung stehen. Oder ja…
-
models folder has the move problem. You can not upload any models if not on same device. At least I think it is still valid since it moves the file. Timelapse could stay os sd card if you render locally. Otherwise the move problem again prevents thi…
-
Wie gesagt arbeite grade an einer Erweiterung so das man gpio im server nativ nutzen kann. Einfach script oder gcode starten wenn ein Knopf gedrückt wird oder aber auch Befehle um ausgänge zu schalten die dann im gcode stehen können. Damit sind dann…
-
Auch wichtig damit ein pin als output arbeiten kann muss er erst so konfiguriert werden: gpio mode 25 output gpio write 25 1 danach klappte es, nur write klappt nicht. Hier wPi nummerierung.
-
> nur bei einem GPIO-Port, Port 14, den ich witzigerweise als Port 15 ansprechen muss. In der liste oben siehst du das BCM pin 14 wPi port 15 ist. GPIO nutzt bei read/write wPi nummerierung außer wenn -g auf BCM nummerierung gewechselt wird. Mögl…
-
Was gibt gpio all denn zurück. Hier mal was ich sehe: gpio readall +-----+-----+---------+------+---+---Pi 4B--+---+------+---------+-----+-----+ | BCM | wPi | Name | Mode | V | Physical | V | Mode | Name | wPi | BCM | +-----+-----+-------…
-
Oh forgot - we use move to copy files and that would not work accross devices. You need to map the complete Repetier-Server folder for that reason. Good thing is you have a full backup on it then and can easily update images. Just replace link and p…
-
Yes, you posted in firmware:-) Well for server that is no problem. We automount all usb sticks. With latest image up to 3. Problem might be order of mount so you might want to write a dedicated mount in /etc/fstab that is bound to stick id. Then it…
-
Thanks for the contribution. I have added it to 1.0.5dev so all you need to do is add the define // Set to 1 for accelerometer z probe like used in SeeMeCNC Rostock#define Z_PROBE_IIS2DH 1 1.0.5 contains a bug fix to G32 - not sure if this is relev…
-
Your procedure to generate gcode must fit this already. E.g. you can say last print might or might not have retracted 10mm so you make every print start with creating a prime line that is at least these 10mm but better a bit more. Then if there was …
-
We have no usb stick support in firmware. usb 2 is fast enough. You are talking about the firmware right? Not repetier-server.
-
Merkwürdig. Das letzte mal als ich es mit unseren lua scripten versucht hatte ging es problemlos. Bin jetzt grad dabei gpio support im Server zu verbessern so das es auch server Befehle gibt um outputs zu setzen und für Filamentsensor will ich auch …
-
Es gibt 2 möglichkeiten Skripte einzubauen. Die einen erscheinen in der Oberfläche als Buttons und die anderen sind für @execute. Ich vermute du hast nur letztere Variante in extcommands.xml eingetragen. Pins 14 und 15 sind die Serielle Schnittstel…
-
Ok I could reproduce it partly and find out where the M105 came from. For 1.0.4 I have fixed the extra M105 and also improved the start sequence in case of boards without reset. Did get no errors any more, so hope this also fixes the problem for you…
-
SKR1.4 is no serial it is direct usb with serial driver signature. These do not reset, that is true. First line on connect is M110 N0 for marlin. But it does this on seeing "start" which is when reset or when it gets no response. I guess in your cas…
-
Ok forum change dit again. the & are just & and {"id":0} was urlencoded
-
You can test with curl. For me I tested this to work and hope forum leaves it as I wrote it: curl "http://192.168.1.100:3344/printer/api/?a=runExternalCommand&data={"id":0}&apikey=xxxxxxxxxxxxx"
-
Next big thing we are working on is slicer integration and that plays together with filament management. But it's a lot of work so be patient. Might not be included in smaller updates we might make in between.
-
Yes get the same. But we are not the authors of the plugin so it would be best to ask directly on https://github.com/VMaxx/RepetierIntegration to the author if he can check the problem with 4.8.
-
Ok that was a hard one. Reason was that we did not provide the wiping_volumes_matrix and the default matrix is for 5 extruders so using that with more extruders caused a crash of the slicer. In the gui this gets created automatically but when slicin…
-
Super. Langweilen ist gut - er soll ja nicht einbremsen nur weil er einen gcode rendert oder video umwandelt. Der pi 4 ist da schon ein echter Fortschritt gegenüber seinen ersten Kollegen.
-
Have seen the video. Really strange thing and no server related issue I'd say. The question is why you can not connect any more also linux has the ip assigned and is connected. Looks like a routing problem. Could it be that the pi switches between f…
-
I guess you should use curl to get answer, store it in a variable and then use grep or awk to filter the value form the answer and then echo it in the script in same format. Here some description to adjust icons: tests for $database/scripts/hardwar…
-
Ok so should be same as 3.9.1 in this regard and that works. So guess just something went wrong. But your solution should now make it double safe:-)
-
Try deactivate and activate printer in server printer menu when that happens. Can happen when printer does not reset on connect and is in nearly same line numbers or in some error state. But normally pressing reset on printer also makes it work agai…