Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
You enter them in the config tool? There you just add all 3 motors and you should end with 3 definitions. The example in github version is for 2 motors also adding there 3 is straight forward by creating 3 of them and entering them in array and set …
-
Das ist nur falls die Firmware das im eigenen Display abhandelt und dabei kommunikation unterbricht.Dadurch wird ein timeout verhindert. M600 ist algemein der Filamentwechsel firmwareseitig erledigt so dass der Server zu dem Zeitpunkt keine Kontroll…
-
You only show target and current temperature. In temperature output you also see how much power the extruder gets on a scale 0-255 which is what i mean. Not sure if octoprint can show it, bur our host and server do. That way you see if you get full …
-
In der slic3r Konfiguration unter print die option ausschalten.
-
Kommt datauf an wie die Firmware das handled. Wenn der server pausieren soll muss die firmware eine meldung senden damit wir das erkennen. Neue Meldungen kann man schnell in die firmware XML Beschreibung einfügen. Sie beispielsweise in firmwared/rep…
-
Dann must du das unter linux mounten zum beispiel mit samba, dann gehts es. Hat aber nichts mit dem server zu tun.
-
We have no such list. But we might make it a public beta any way when we reach a certain stage where it should already work to find potential problems.
-
No it is just bound to hardware and if you activte it it gets checked if that hardware was already activated so we do not count it as new installation normally.
-
If you are on linux you can try 0.94.2 beta. I might have found the part causing this sometimes. Just replace version number in download link on homepage and install manually.
-
Can you also show heater output power in diagram? Looks like it is heating but you don‘t seem to get enough power to heat the extruder. So after a while firmware thinks it won‘t rise any more with full power as it seems from message. Are you maybe r…
-
Slicer is the next big thing being added. Maybe end of year a first public version will be available.
-
1. Wegen Platzmangel gibt es nur home all. Aber du kannst eigene gcode Skripte einfügen mit der Homingsequenz die dir gefällt und die senden. 2. Das ist kein reines usb import. Das geht mit allen Verzeichnissen auf dem Rechner wo der server läuft. …
-
Klar ohne Eintrag als Befehl in extcommands.xml wird der @execute Befehl nichts bewirken. im beispiel ist ein execute für play enthalten, Genau so must du einen Eintrag für shutdown hinzufügen.
-
You can send such code, but for slicing you need to do it on the slicer directly. From host this is not possible. Also be aware that is a potential dangerous function especially with bigger objects.
-
If you reinstall on same pi it will normally use same license. If you have problems with all licenses in use mail us with license code and we can reset, but you currently can‘t see how much are in use.
-
Ok das ist jetzt etwas tricky. Wenn dein board vom odroid Strom bekommt läuft es ja noch nach M80 S1 und kann weiter Befehle senden - in dem Fall auch @syncMotion @execute shutdown Wobei du das shutdown script in extcommands.xml als Befehl für @exe…
-
Ok. Already figured that out. Should work in next release.
-
Maybe it comes from #define SD_RUN_ON_STOP "G28" it is the only homing command I see in configuration. If yu don't have z max homing that would be a bad idea anyway. At startup firmware tries to run a autorun script so even if it is not there it …
-
The console side bar can be due to width. It only appears on wide screens. The menu icon I can not explain. It uses same html/css as the other buttons to the left and there is no disable function programmed. So if you inspect it the html code shoul…
-
Hub of course also uses a bit of power. If you have no components using power a passive one is enough. If you add other devices like webcam that also use power it depends on how much they use and how good the pi power supply is. When you see the bol…
-
Webcams normally have no lights. If you have a switchable light you can add a command to extcommands.xml as described in advanced configuration to execute a command that turns the light on or off. Or you printer might have a light that is switchable…
-
Check with M119 the signal. If it is high you can not move in that direction. It might be high if pullup or invert for the endstop does not match the switch.
-
Ok somit haben wir die gleiche Safari Version auf unterschiedlichen Betriebssystemen. Habe es mit beiden zips von der angegeben Quelle auf dem Mac direkt und auf einem Pi 3 versucht und keine Probleme gehabt. Es könnte eines dieser timingabhängigen…
-
There is not much I can do. You need to use logic and tests. Do the rods block when starting to move? I guess since you said they make sounds. Sounds mean pins are correct and you are just moving too fast and loosing steps. Or one of the wires has n…
-
Please send a mail with your license key to info@repetier.com with the problem description and you get a solution offered.
-
Ok, passiert bei mir mal wieder nicht. Wie gesagt ist vermutlich ein sehr timing abhängiges Problem das auch bei dir vermutlich nicht immer passieren würde. Solltest du so was noch mal haben das er hängt wäre ich für ein Backtrace wie in https://www…
-
Before any moves all motors are power less that would be ok. Question is how it is after a move like homing. Also check in eeprom values. There you override the config value.
-
Wenns nur um die Druckereinstellungen geht kannst du die im Homescreen herunterladen. Mit unserem Repetier-Server Monitor kann man auch backups gezielt machen und sagen welche Daten gesichert werden und dabei beispielsweise timelapses ausschließen.…
-
What do you want to show with the image? grid is not supported for override at the moment. Regarding filament_retract_length I see the problem. It did not see it is a filament attribute as it is newer then when I created it. Also saw that the new c…
-
Ok, virtuelle schnittstelle heist du nutzt einen simulierten Drucker. Das sich da nichts bewegt ist klar. Unter Linux heißen die nicht COMx sondern /dev/.. - Normal nimmst du /dev/serial/by-id/name Wenn der nicht erscheint must du vermutlich den Dr…