Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Ja langsam gehen mir auch die Ideen aus. Was ist denn mit der ursprünglichen extcommands.xml - gehen shutdown/reboot da? Die ist ja vielfach erprobt und hat bisher immer funktioniert. Wenn es damit klappt successive neue Befehle hinzufügen bis der F…
-
Im log stehen keine Aufrufe, daher keine infos darüber. sudo /home/pi/druckeran.sh heist aber nicht das der Befehl als repetierserver ausgeführt wird. Er wird als root ausgeführt aber das klappt nur wenn /home/pi/druckeran.sh in der sudoers liste e…
-
That is bad news. Layer height is z difference between last extrusion z and next extrusion z. With that trick this solution is not valid any more, but there is no gcode telling layer height. Will check the feature and see if there are some hints in …
-
We have ordered one to test, but Marlin 2 should be no problem. From what I saw it seems to still have a usb port to connect to firmware.
-
Hard to say with no exact description. Could also be firmware having disabled heaters without server knowing that. If server pauses you can tell it to disable heater after x seconds. In that case first continue is preheating and second continues pri…
-
Yes, with monitor you make script much easier. Each printer has a direct print folder if you activated automatic uploading. So the command is just copying a file into 16 known locations. So you could make a simple script with 1 parameter - the filen…
-
Had a look into docs and improved it a bit. But the part with the folder id was already contained. name can be left empty but also works with name. Important part should be that the file must have one of the supported extensions (added to docs). If…
-
"job":false means it goes to print queue not into models! So it would end in jobs folder. folder is ignored in this case. "folder" is the assigned group in case "job":true and must exist before uploading. Set it to "#" to use the default folder.
-
If this https://forum.raise3d.com/download/file.php?id=997&sid=3a7098a9353c76ed28eef6834a3e168e&mode=view is how it is connected internally you would need to remove the pcduino stuff and use the usb connection instead. Or you install repeti…
-
Didn't note the other 2:-( Yes, somehow the sender did hang. After restart I got the remaining messages, so should work now. Thanks.
-
In general settings you can force rerendering of all gcodes. But that will not help here. Code patches are not considered for renderings and when you added them as patch recomputation will not work. The patches were meant mainly for tine changes lik…
-
It is a function of Repetier-Server Monitor. @Yuriy What directory did you use as backup target? It must be writeable by your user. If not that might break the process. Just tested a backup raspberry->W10 and it worked. So main question…
-
Did not know that the plugin filters and modifies the send gcodes. That is often calling for trouble since not all firmwares use same syntax. So I hope they will add the debug m code in a upcoming release. Currently we have no filter instance to imp…
-
Yes, that looks like successfull upload. If you see in the folder printer/testdrucker/models there should be a new file at the end with highest number. After looking into your command you send I see an error for files. You send it as object but is m…
-
https://reprap.org/wiki/G-code does not list G38 as tool offset rather doing some probes. Host does not query firmware for position. It calculates position from send gcode, so unknown gcodes will have no effect on positions. Also G92 has only an ef…
-
I think you are using the wrong command.It is named importURL as it downloads from web a file and imports that directly. With the folder syntax you can also import files available in your servers harddisk. It is not able to access files on the posti…
-
It means in your configuration.h the defines for Z_PROBE_X1 and RETRACTION_Z_LIFT are missing or more likely have no value.
-
Did you give permission to retrieve push notifications? These are 2 parts - when you open app it just fetches the messages from us. The push messages get send over apples system and only work if they are allowed.
-
Was steht denn im server.log wenn die Befehle ausgeführt werden? Von was für Befehlen reden wir hier? @execute oder oder in den Menüs? Wenn extcommands.xml einen Syntaxfehler enthält würden sie nicht geladen werden und nicht funktionieren. Die Bef…
-
Dryrun is just sending M111 S8 add extra debug option to 8 if you like. Maybe I can add a debug symbol to set the debug flags, also interpretation might differ with firmware connected.
-
Thanks. Have added the dependencies to the installer generator for next update.
-
Yes, forgot about that special AVR problem. On due this is not required. So will add it with avr guard.
-
Does the last line end with a return? I know there was a problem that only lines ending with a newline get executed, so if you have no newline as last line it will not get executed if you have a firmware without that fix.
-
Ok repetier-firmware sends line number N with ok so easy to see if G28 was ack'ed. If so it is a firmware config or hardware problem. Also try moving after homing e.g. G1 X100 Y80 F6000 M114 and see what it returns as coordinates with M114. If it i…
-
Normalerweise würde ich auf rechteprobleme tippen. Scripte werden als user repetierserver ausgeführt. Eventuell hast du aber auch nur beim zurück kopieren vergessen das x flag bei den Dateirechten zu setzen. Merkwürdig ist nur das shutdown/reboot a…
-
No, that is not possible with any ui for Repetier-Server I know. For uploaded gcodes this is normally not possible anyway, only on same server with shared gcodes it would work. https://www.repetier-server.com/using-simplify-3d-repetier-server/ desc…
-
I'm currently working on rumba32 support for our V2 firmware so will hopefully learn how to upload. Then I can decide if that is possible or not. Also depends on license of uploaders required.
-
Firmware must be a compatible one and you need a serial driver for your cable so the com port will appear. Then communication should work. Not sure what you mean with the touchscreen. You will see it in the browser window on your laptop. If the pri…
-
Thanks for the info. Have added it to dev version. Also I just added 3 - do you think SS is needed where all drivers have own CS?
-
Next big feature we will add:-) Everything else is working good now.