Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
No you can"t have free form. Maybe when we manage to have named exclusion we can also get support removal or support removal in region. But that will be along way as I have other features with higher priority.
-
You cant, but I did it for you.
-
It's a bug in current version. Install nightly build instead to restore printer. https://www.repetier-server.com/knowledgebase/nightly_builds/ or wait for next release.
-
Server has no viewer. You use a browser for gui which might use WebGL for 3d view. Browser will use the driver that is active I guess. Never had to add anything extra.
-
In windows powershell ssh pi@ipnummerDesPi eingeben, dann Passwort "raspberry" eingeben. Dann bist du beim pi in der Befehltkonsole. Da installDev eingeben, dann hast du Entwicklerversion wo der Bug behoben ist installiert. Das wars schon jetzt kann…
-
Installiere die dev version in der ssh Shell mit installDev da ist der bug bereits behoben. Zumindest konnte ich damit mein Backup wieder herstellen. Wenn nicht bitte noch mal melden.
-
Sounds like the duet at least disables the network. 2023-02-16 03:21:21: Print of VAS_ISH_20+2X_VAS_ORI_15_0.35mm_PLA_8h32m_343.502g on printer COREXY 27 finished. Send 1084460 lines. Printing time: 11:23:572023-02-16 03:23:14: error: Reading conect…
-
Should be possible if you have enabled usb boot mode, see e.g. https://thepi.io/how-to-boot-your-raspberry-pi-from-a-usb-mass-storage-device/ but maybe do not add option to end of config file. That might be for a special pi version. I know I had it…
-
Can you provide a full log of this e.g. via pastebin? We now switch to ping-pong mode around slow commands and if an "ok" is missing that would cause a timeout. What I do not understand from what I see is why no ok appears afterwards. Especially if…
-
Neues update kommt bald. Nur ein paar duet änderungen aber das ist komplexer als vermutet. Wenn du ein aktuelles image hast kannst du unter ssh oder im server globale Einstellungen->Terminal mit repetier-setup Im menü Duet dcs und dwc aktiviere…
-
If commands like M114 show no response (some are filtered depending on switches at top) you might need to change the dtr or rts state ending with the opposite and try again. Some printers use hardware flow control and stop sending on a certain state.
-
@aawetu Hört sich nicht an als ob du den spinner meinst. Auf der image downloadseite steht noch eine Lösung ohne config.txt ändern wie auch oben beschrieben: Beim neuen Image kann man leicht Orientierung/Auflösung ändern. Im normalen ui Globale Ein…
-
You don't use CuraEngine directly - that is Cura and probably a newer version. We bundle the latest 1.x engine but it will get no new updates. Newer engines are not compatible with parameter so we can not upgrade tu cura 5. For integrated Slicer we …
-
I think I know why it did not work. Did you send the gcode as print job or manually. Just discovered that the replacements were not applied to print jobs. Fixed that for next release. However if you just want it for print jobs you can go to Printer…
-
Ok, diese Kopfbewegung ist normal und kein nullen. Er fährt nur in die warteposition. Wenn er dabei aber die Position verliert weil er den Motor ausgeschaltet hat wäre das nicht gut und erklärt vielleicht warum M84 S0 hier hilft. Grad die ersten Lay…
-
The number is currently hard coded. We limited it to prevent filling disk with unneccesary data. Normally you just need it to debug what went wrong so directly after print. Anyhow, for next release you can relax it with a extra entry in the server …
-
Ja das könnte zusammenhängen. Problem ist nicht continue sondern die Koordianten die er sich bei Pause merkt. Die von M408 entnommenen Koordinaten sind falsch was im Grunde das Problem ist und zu dem Problem führt. Ist nur etwas komplizierter als ic…
-
The regular gcode storage was never planned to be a permanent storage for all files ever printed. Actually at the beginning it even had no groups. We learned it from feedback that there are quite some users doing this. We thought a project system fr…
-
If unplug does not work and you need to disable printer plus unplug to get it working it is the printer side communication that crashed I'd say. As long as it has power ist does not start again and disabling printer might also not work if it gets po…
-
Was meinst du mit er nullt die Achse bei jedem Extruderwechsel? Macht der wirklich nach jedem wechsel ein home x/z? Hab ich so nämlich noch nie gesehen. Und am Anfang vom Druckjob steht ja normal auch ein G28 weshalb es egal sein sollte ob er vor de…
-
What does M115 show as firmware? If you are sure you have selected the corerect firmware (Marlin I guess) you can just ignore it if baudrate is correct. The message just means we did not see some response we expected. Might be that firmware has cha…
-
Yes if you print a file we check if same file exists in gcode models and we increase it. We do not check all project repositories with all projects to find if one has also a gcod ewith same filename. Fact is there is no connectioan between any of t…
-
Ah yes, you are right. If you have a newer pi image you can use dev version installDev in ssh terminal to install it. There is a bug that prevents bypassing emergency commands for some blocking conditionals and slow commands. That might be the reaso…
-
For me it was working in my tests. You can add a extra line like M118 Changed to see if it tried to replace at all. With sich changes it is alwazs the question if expression is not recogniced or if the replacement is not working for some reason.
-
So it is even after timeout not responding? There is an option to try to reconnect usb on linux systems on timeout. This helps if it is the driver hanging and not sending any further data also it shows the connection is alive.
-
Denke ich konnte es grade reproduzieren: Send:14:59:17.705: N1575 G1 Z94.00 F120Send:14:59:17.718: @updatePrinterStateSend:14:59:17.719: @moveRel Z1.000Send:14:59:22.802: N1578 G1 Z95.00 F120Send:14:59:22.814: @updatePrinterStateSend:14:59:22.816: …
-
Printer is asking for dialogs and wait for M876 S0 to continue. So you are using the printer internal filament change function. You should see similar informations on the printer display. In Repetier-Server you should have seen a dialog box appeari…
-
There is no software limit, but at some size it might get some operations slower as all are stored in a single directory.
-
Check in console in parallal if you get a error message from printer. Also note that current release has a bug that extrusions longer 50mm get longer. Will be fixed in 1.4.9 but might therefore exceed max. extrusion length and it depends on firmware…
-
Send:9:31:59.961: @moveAbs Z955.400Send:9:31:59.961: N67 G1 Z-77.05 F2400 Er will hier korrekt nach 955 bewegen aber macht daraus -77 was nur sinn ergibt wenn der Server zu dem Zeitpunkt glaubt im relativen Bewegungsmodus zu sein. Hast du irgendo e…