Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Check if it adds a M220 command which adjusts speed rate to a multiplier. Only reason I can think of you get also slow in cura. For me it was never slow - it always had the speed defined in speed section of the print definition.
-
Monitor hat einen installer und ist ein normales Program. Links oben auf menu klicken da gibt es auch ein Tutorial, aber im grunde rufst du nur Server List auf und trägst deinen Server ein. Dann och in basic settings ein upload Verzeichnis einstelle…
-
The example was for left back corner of a Prusa Mini. Also F1200 is slow, I wanted to say F12000. Change coordinates to match wanted corner. Did you put it in "Event Dependent"->"Run on pause" - only that code is run when you press pause.
-
Auf dem Raspberry läuft linux und du kannst einfach die armhf version darauf installieren (wenn es kein pi1 ode pi zero ist, dann must du armel nehmen). Wie man die manuell installiert steht im Handbuch.
-
Zwar nicht die Konfiguration des Betts die noch fehlte aber es sieht Falsch aus daher nehme ich an das die Bettposition auch falsch Konfiguriert wurde.
-
@CraftMaker Nice video, like it. @hackebike Server and Host can be on the same pc, no problem. Just use Repetier-Server Connector to connect to printer in host. In fact host is not required for printing but nice for creating gcode and sending it t…
-
First update to latest 1.0.4dev - there was a problem that it did not always go to start height so it could accumulate an error. If that happened here it explains the error in correction. Bending correction is not the way to go here. That is if you…
-
Eigentlich sollte es egal sein wie viele Drucker du hast. Du gibst ja im Link an zu welchem die Datei soll. Aber hat sich vielleicht am server was geändert? apikey oder ip nummer? Wichtig auch das der richtige befehl dem richtigen slicerprofil zugeo…
-
Ok, ich sehe das Problem. Das vordere ist die Prime Spur die er immer legt. Ich glaube ich hatte das auch schon und hab es behoben in meiner aktuellen Entwicklerversion. Kannst du für Linux bereits unter version 0.93.2 runterladen und installieren. …
-
Das ist was cura ausgibt, nicht die .gin Datei die der Server berechnet. Im Server ist es soweit korrekt eingestellt - wenn unter Druckerform die gleichen Koordinaten stehen sollte es also passen. Vielleicht zeigst du auch noch mal den korrigierten…
-
Try to go to bed center and activate then G33 maybe that makes a difference. Should if area is same. Order differs and as you said it happens on first point so maybe activation coordinates were just bad for activation.
-
Is protocol on autodetect? What do you see in log (disable easy mode enable ack/commands). Might be dtr/rts settings preventing communication - they are reactivated in 2.1.6 and you need to install it back to be able to change these. Try all combina…
-
You login over ssh in commandline: ssh pi@ipnumber Since windows 10 even windows has the command natively on board, otherwise use putty. Password is raspberry
-
Login over ssh and send sudo /usr/local/Repetier-Setup/bin/startAllCams ps aux | grep mjpg and paste output here is all I wanted. Remote session is not possible, especially since you work when I sleep:-) Regarding the print stops - does the printe…
-
Have you set firmware to Marlin? With Repetier-Firmware it will not answer. Should only get green on right baud rate. Check in console if you see communication (commands, ack, enabled, M105 filter disabled). That might show where the problem is. E.g…
-
Access point is another problem. We recreate the access point for that reason. See https://www.repetier-server.com/knowledgebase/wlan-configuration-on-sd-card/ for a solution to access point.
-
Yes, would not be the first case where it helps. On other systems it works (e.g. our test system) but not on all. You can also just delete the monitor positions in registry if that happened, so you do not need to reconfigure everything.
-
Wenn Anzahl auf 2 steht kann man in Manueller Kontrolle Umschalten. Das Problem ist das die Firmware nur das als Temperatur liefert: > 20:46:17.093 : ok T:164.2 /150.0 B:16.9 /0.0 @:0 da ist nur die Temperatur für den Aktiven Extruder enthalten…
-
It should be G1 X0 Y180 F1200 not G1 XO Y180 F1200 but apart of the type if O instead of 0 it is correct.
-
Use your explorer and go to src/SampleSystems/Dual-X-Axis/Stacker X2 and copy the 2 config files to src/Repetier as replacement. Then config is for the right printer type and you only need to change the pins and temperature handling and size, steps …
-
Sure. In summary you can switch the group. If you have pro version try Repetier-Server Monitor - there it is easier to change group of multiple files.
-
I see the error. If you mirror and then copy the mirrored object the normals are wrong oriented and that makes CuraEngine create bad results. If you first copy and the mirror everything seems to be ok. Have added it on todo for update.
-
ok T:23.7 /0.0 B:16.7 /0.0 @:0 Wie man sieht gibt Marlin hier nur für einen Extruder eine Temperatur zurück. Sicher das Marlin 2 Extruder einkompiliert hat? Wenn dann als mixed extuder oder ähnlichem so das es nur ein Heizelement gibt - dann einfac…
-
1) Don't think this will change much due to underlying handling. Maybe scale will show dimensions as well - something I'd like but still per file. 2) In the bottom status you have the output. If you click on it it switches between ETA and ETE. Adjus…
-
Versuche gerade rauszubekommen warum die Meldung kommt. Aber bei mir verschwindet sie sobald ich die Lizenz am server aktiviere. Bin aber froh das es nach dem restart geklappt hat.
-
You have not a mixing extruder, you have a shared heater. So yes 2 independent extruders for the host to get that functionality.
-
First M115 response is only visible in host log. Disable easy mode and you see the log at the bottom. M600 is the filament change command for firmware - that it works does not mean it would be triggered by the sensor. That requires extra configurati…
-
A simple move is enough: G1 X0 Y180 F12000 30mm above bed is bit of a problem. You need to go up - down is dangerous of course. So you can switch to relative positions and move 30mm up G91 G1 Z30 F240 G90 but then you need to be sure to be not too…
-
For server I plan this at least.
-
Just deleting registry would also work. Use regedit and go to HKCU/Software/repetier In fact I guess there is just one setting you have made that prevents it from reopening I guess. Do you have e.g. multiple monitors - that often causes Problems wh…