Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
E is forth motor and used for extrusion. So active extruder selects which motor will be turned by E. F is only the speed for that if no xyz coordinates are set. Otherwise XYZ determine the speed and E just moves accordingly as dependent axis.
-
Not sure how far Marlin is with due but repetier-firmware support sit for some years. And in the next big V2 release it will get even better support and may nice improvements.
-
Server does never send temperature commands unless you hit one of the temperature controls and change them explicitly. More likely is that your slicer changes them. Some have e.g. a first layer temperature so after first layer they change the tempe…
-
Slicer configuration are just files to be copied. Slic3r is in $HOME/AppData/Roaming/Slic3r add PE for pruse edition. CuraEngine folder is in working directory and contents are per printer. Just copy to the folders on linux. SLic3r is .Slic3r in hom…
-
Yes, w ealso think in that direction. Just need to come up with an elegant solution that also works for power users having multiple printers on several servers. Spools can be used accross them so a cross server solution like the coming cloud server …
-
I don't think server is low level enough to cause BSOD. Select a virtual com port instead and print virtually. My guess is that it won't crash then. Next release will have a switch to define DTR/RTS. I'm not sur ewhich serial driver crashed when usi…
-
This firmware can only control 4 motors at a time. If you need to control 5 motors in a move this will not work. In github branch dev2 we work on a new version V2 which supports up to 7 motors. A, B, C will just work as X, Y, Z. Only thing is that d…
-
Is it compatible to RAMPS 1.4? Never heard about it and googling does not show much. Ypou need to know the pinout of the pins so you can compare with pins.h if they match or to add a new section with new pinout. If you find a website with the pinout…
-
Server doe snot knwo about sd prints and upload, so it adds extra commands like temperature polls. That seems to confuse with uploads. So sd swap is required that way. If electronics is good, the pi works very stable, btw. But it is sensitive to vo…
-
Dann ist das möglicherweise das alte interface im Video. Funktioniert nicht auf so vielen Auflösungen und wird nicht weiter entwickelt, neue Oberfläche kann jetzt schon deutlich mehr. URL steht in der Anleitung denke ich.
-
Not sure what they mean with that. From pin definition in their datasheet I see A2/D56 SDOUTA3/D57 X axis direction and it is D57 that is x motor direction - always was. Last thing I can think of is delay if lcd is slow. In DisplayList.h you see fo…
-
Die jedes andere board auch. Wenn ich das richtig verstehe ist es RAMPS 1.4 kompatibel, also dieses board in unserem config tool verwenden, drucker konfigurieren, zip runterladen und entpacken und mit der ARduino IDE kompilieren und hochladen. Auf u…
-
Das wird Teil unseres repetier-servers sein. In der Pro version unterstützt sie ein touchscreen. Wird gerne in Verbindung mit einem Raspberry Pi mit display verwendet um den Drucker unabhängig zu machen. Mit unserem image auf www.repetier-server.com…
-
I assume both boards are pin compatible, so would as well expect same thing to work. Maybe with rewiring some heater cables came closer to display cable? That breaks my display every time, but it would work at least until heaters are enabled. You c…
-
In printer settings->shape just select delta to get a round table and set homing position accordingly. All other functions are the same for all printer shapes.
-
You can change uimenu.h to not disable settings during printing or modify order of entries. I think you could even use the old uimenu.h from older versions, but not 100% sure. As always what the one likes the other one dislikes.
-
If it wa son sd card it is possible that the sd card is broken meaning new file could not read completely and stops early. Try formatting sd card using sdformater and upload again.
-
If you use config tool just select the socket. It will us ethe pin description from pins.h in 402 section whcih is radds. Ext0-2 are on board so 3-5 are for extension boards.
-
Please do not use M209 - that is converting slicer retraction to G10/G11 retraction and often does not do what you want. Just leave it. Then extruder moves like it is told and not it's own interpretation. Also check eeprom values for retraction sett…
-
z bed distance is at whcih distance commands like G32 and G33 should run, assuming z axis was homed before. z probe distance is distance of nozzle to bed when z probe triggers, so it doe snot need to be at level of nozzle. Normally it is good if it …
-
That code looks like the normal start code. At startup it often happens that a command is not received correct and resend is required. After 2:30 hours I expect bigger line numbers. As said normal communication errors normally recover and you see i…
-
Sure see events section in web api description: jobFinished (0.60.2)Payload: {start:unixTime,duration:seconds,end:unixTime,lines:linesOfJob}Gets send after a normal job has finished.jobKilled (0.60.2)Payload: {start:unixTime,duration:seconds,end:un…
-
Yes I have 2 webcams on my rpi image running.
-
Already tried inverting enable signal for motors? Some steppers need it high some low to enable.
-
I think the motors on extension board are already configured as ext3 and ext4. Only thing I'm unsure is if this is for 2 or 3 stepper driver extension board. But I think it is for 2 extruder extension board.
-
Der server hat eine WEB api mit der man alle befehle aus der Oberfläche auch von externen programmen senden kann. Siehe docs auf www.repetier-server.com. Also einfach script schreiben das einen pin überwacht und dann api call absetzen.
-
200mm may be not work a sit is longer then max extrusion length allowed by default.
-
Check if your vendor offers the firmware sources with his settings, then you could do easily. The only way to add these settings is by compiling. Alternatively try other usb cables/ lower baud rate and see if errors go away and reconnect before a …
-
Don't know what they want to include. Didn't know about that at all. My advice is installing 2.0.5 AppImage - that should give least problems as dependencies are included in the image. Do not forget to to run the -prepare option once before using it…
-
Hat da zufällig eine Datei einen so langen Namen das der alles verschiebt? HTML ist da manchmal zickig und nimmt sich dann einfach mehr platz wenn man nicht aufpasst. Müsste beim scrollen der Dateiliste ja auffallen. Ansonsten bitte mal ein Foto mac…