Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
What does change flow direction mean? For one move for all following moves? Is this a reverse or just you are using absolute values and there are smaller E values? When line numbers do not match you are likely having some communication errors. How …
-
Ok, very strange. Just renamed server and no issues. So no idea what is happening there. All you need to do is stop server, delete database folder and restart to get a new settings initialization. https://www.repetier-server.com/manuals/1.0/index.ht…
-
Theoretisch kannst du mit socat einen socket per tcp/ip zugänglich machen. Must aber aufpassen weil sich der auch wieder schließt wenn die Verbindung abbricht, also in endlosschleife wieder herstellen. Besser ist aber auf dem pi mit klipper den ser…
-
Not sure what you mean with flickering. The web interface needs no api key at all. It uses user credentials if users are defined. Do you mean it flickers on monitor gui? You can reset it in regular web gui->Global Settings->Communication. Ther…
-
I know. It is not firmware dependent. Will be fixed in 1.0.5 plus that then you can change the command for on/off.
-
Thanks. Did rename the wrong tgz file for upload. Have now uploaded the correct version.
-
Ich hab schon von Leuten gehört die Docker genutzt haben, aber warum sollte man das auf einem pi machen? Da läuft es ja nativ ohnehin und mit Docker braucht man nur mehr Speicher und die Konfiguration ist nicht gerade ohne um die richtigen Geräte du…
-
You can still start iy=1 and copy to iy=0 makes no difference. Idea is good to gen sensible values automatically with option to modify them later. Also remember G33 L0 lists all commands to restore. So take them for y min and modify Z for replay.
-
What do you exactly want? Heating with extruder not touching bed? I guess G28 is responsible for this and you have it in your slicer start gcode. Just add a G1 Z10 F600 after it if you want to heat with extruder in the air.
-
What folder? USB Stick 1 gets mounted to /media/flash so there should FIRMWARE.CUR appear when mounted and if you select that for upload it should be target. Please be more precise/descriptive - what folders did you select use and what did putty sh…
-
You can share a folder on the same pc for the same server instance. But you can not share folders across devices. Server will not see the changes, counters and updates are not checked and this will result in severe Problems sooner or later.
-
Ja Monitor ist die einzige Lösung für mehrere Server in einem Interface. Du kannst natürlich auch 2 Fenster im Browser nutzen - je einen Pro pi. Aber um das zu Umgehen haben wir den Monitor ja geschrieben.
-
Ok found the problem. Happens if your windows has , as default fraction separator, e.g. windows if you have not changed it. That causes models eventually to not move the last fraction only integer part and then some layers might miss. Will be fixed …
-
Danke für die amf-Datei. Sie hat das Problem gezeigt: 110 120 29,7999997138977 0 Du siehst er hat 29.8 als 29,8 also mit komma geschrieben. Muss aber . nutzen sonst nimmt Prusa nur 29 und damit ist es 0.8 tiefer und 8 laye…
-
That is a problem. Firmware will assume last value for the remaining bed. You can also change values afterwards with G33 X Y Z, but only where grid points are and for cartesian they need to be inside reachable area. So either you can measure automat…
-
No, we do not track sd card prints at the moment.
-
I think you mean Repetier-Server Pro - host has no Pro mode and no licenses. Open browser and go to http://ipWhereServerIsInstalled:3344 and in the top (Gear icon) menu select Register. There you can enter the registration code to convert it to pro…
-
Ok, probably you need to calibrate the touch function to make it work correctly. Login via ssh export DISPLAY=:0 xinput_calibrator and then add the config to the calibration file. I think it tells you the right file, but not sure. My displays do no…
-
It depends what you mean. The gcodes for each printer are limited to the server they are running on since they were made for the special printer. The projects can be shared across multiple installations. You need to add the one holding them in Glob…
-
Our latest image has no git install, so that will fail. Run sudo apt update sudo apt install git then it exists. If that is not the problem you need to post the error messages.
-
Problem ist das du nach xy min homest und dann nicht mehr nach links gehen kann. Die Lösung ist eine homing order mit T (temperatur) zu wähleb, auch wenn du die minimaltemperatur mit 0 setzen kannst. Dabei kannst du aber die Position für Z homing fe…
-
Die kleinen displays müssen meist über xinput_calibrator kalibriert werden und dann die Konfiguration eingebaut werden. Von der ssh shell aus export DISPLAY=:0 xinput_calibrator startet ihn und gibt in der Konsole dann die Konfiguration aus.
-
Schick uns eine mail wegen der Lizenz mit Lizenzcode und Grund und wir setzen die zurück. Für manuelle installation unter linux siehe https://www.repetier-server.com/manuals/1.0/index.html abschnitt Debian. Eigentlich nur Paket runter laden und Pak…
-
Bitte kannst du das generierte composition.amf mit dem Fehler auch posten. Ich mache genau das was du beschrieben hast und es klappt. Die einzige Möglichkeit das zu provozieren ist wenn ich Z des objekts von 10 auf 9.2 reduziere. Aber wenn ich dann …
-
Currently we are writing a connection method to DCS when duet is running in SBC mode and communicates via SPI directly (just like sd card uses spi). Does not work on all boards and is work in progress. But you can not have both advantages.
-
Vermutlich liegt das Problem auch in der AMF Datei. Von deinen g-codes weiß ich das 4 Layer fehlen. Wenn ich meinen ansehe ist der kleinste Z wert -29.8 10.666174 -45.773403 -29.8 …
-
The server has full of a print so it knows where it is executing commands, can pause and continue and also insert extra commands if required and the gcode can be spiced with server commands. That means we send them line by line and not the complete …
-
Only at special events when it adds layer/extruder/start/end code you can add additional code. What is this servo supposed to do?
-
I could not download your samples. Permission denied.
-
> Problem exists not on Slic3r 1.3 versions only on 2+ You mean Prusa Slicer? Whcih version do you see in gcode when you check gcode? Is it 2.3.0 or 2.3.1? If you have 2.3.0 please redownload so it becomes 2.3.1. I could not download your sam…