Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
#define L_P1_X 15#define L_P1_Y 280#define L_P2_X 15#define L_P2_Y 15#define L_P3_X 280#define L_P3_Y 15 is not used for grid leveling. Grid leveling uses bed size reduced by Z_PROBE_BORDER. That area is further reduced by the z probe x/y offsets s…
-
In der Toolleiste wo die Dropdowns für Lüfter und Temperaturen sind.
-
Can you please start answering in english, so I can understand and follow the read. With languages I can not understand it is very hard to read the thread only seeing not understandable messages. And when I translate that part I forget what stands i…
-
We are not geetech support:-) Host is free software and has no serial numbers at all.
-
When the wifi configuration over repetier-server is not working (which actually just generates a wpa_supplicant file until wifi is not connected any more), you can disable this and do it manually so server can not interfere. Just install the deb pac…
-
Außerdem scheint du eine ältere Version zu nutzen. Aber warte ruhig noch ein paar Tage. Kommt diese Woche 1.0.4 raus. Da wird die Position nach dem Homing abgefragt wenn du nicht vorher schon weitere Befehle gesendet hast.
-
Quite high values - check first in host extruder configuration if you exceeded the max. values set there or they map them back. Then check the generated gcode if they have the temperatures for M104/M140/M109/M190. Also firmware has max. values and i…
-
The linux versions are statically linked to a low linux version (3.xx) so they should work on nearly all linux platforms. Only thing is that we only have a debian installer available. So in theory you can copy the files from /usr/local/Repetier-Serv…
-
Did you see that you have filament visualization disabled while travel moves are enabled. Normally you want it the other way around so you see how it would look printed. You can change it in the toolbar.
-
Prüf aber mal wie hoch dein Timeout eingestellt ist. Bei 30 sekunden gibt es ja schon dieses einbrennen. Bei 3 sekunden ist es kein großes Thema und der Wert reicht.
-
Geh mal im server im Druckermenü auf "Drucker einrichten" (nicht Druckereinstellungen). Da kann man einen Bias einstellen den der Server berücksichtigen soll. Der wert wird dann immer hinzuaddiert wenn ein Temperaturbefehl gesendet wird. Wenn da 25 …
-
Hab noch mal die Original Doku gelesen: M221: Set extrude factor override percentageParametersSnnn Extrude factor override percentage (0..100 or higher), default 100%Dnnn Extruder drive number (RepRapFirmware only), default 0ExampleM221 S70M221 S95 …
-
Ist am anfang nicht so wichtig. Setzt den Wert nur auf den standard wert 100%. Normal benötigt man kein Tool da es global interpretiert wird. Hat sich möglicherweise in deiner RepRap Version geändert. Im installationsverzeichnis/firmware/RepRapFirmw…
-
psk sollte da 2 mal drin stehen. Einmal im klartext mit # davor und einmal ohne aber kodiert. Sie wird intern erzeugt über: wpa_passphrase deine_ssid Passiert das auch wenn du das manuell aufrufst? Also kommt da die gleiche ausgabe für psk? Normal…
-
Hast du zufällig im server den Permanent Schalter aktiviert? Danach ignoriert der server Lüfterbefehle im gcode. Ist dazu gemacht da sman ihn manuell setzt und dann vor änderungen durch den gcode schützt. Natürlich nur wenn man merkt das im Skript z…
-
Did you configure platformio.ini to your board and install the framework? Also I think it should install framework automatically it might be a reason that math.h misses. After all it is part of the cross compiler so that is where it would come from.…
-
First do not use zip file. You need to install it with git clone so you can pull new updates any time. Then switch to the dev2 branch to get the dev2 sources and not V1 stable. Not sure if this works in Visual Studio - it was developed with Visual …
-
Das einzige windows Problem ist das es wegen updates gelegentlich unerwartet rebootet. Ob windows auch schon mal usb Ports abklemmt wenn die Probleme machen ist mir nicht bekannt, nur haben wir da ein paar optionen nicht die es unter Linux gibt. Ab…
-
Host configuration is stored in ~/.mono/registry/CurrentUser/software/repetier and it's subfolders. Slicr settings are stored in ~/.Slic3r
-
Ja gpio ist in neu in 1.0.4. https://www.repetier-server.com/gpio-tutorial/ beschreibt es im Detail. Hab heute dazu die gefixte version hochgeladen. War noch ein bischen buggy.
-
Ok scheint nicht da zu sein dann. Werd nächste woche eine neue Version mit image rausbringen und doppelt testen ob die armel version drin ist. Aktuell müstest du die manuell reinkopieren. Fürchte nur das /boot zu klein ist. Wenn du ein laptop hast m…
-
G3/G4 werden nicht richtig visualisiert und der fügt die ein. Das führt zu differenzen aber wird wie du ja schon bemerktest korrekt gesendet. Irgen wann muss ich noch G3/G4 besser unterstützen.
-
Beim Prusa-Mini existiert ein Problem das ihn gelegentlich durcheinander bringt. Nur im Ping-Pong Modus kommt es bei ihm nicht zu dem Problem. Hierbei handelt es sich um ein Firmware-Problem, daher kann ich das nicht beschleunigen. Ein issue auf der…
-
What is the temperature report in console? Might be that this printer reports a new or unknown format that is parsed wrong. Also it is strange that it would work correct on a different pc. You have no options for parsing so same host would parse on …
-
Can you see in server.log that it tried to start up at boot? Since you can simply start it manually there seems to be no reason not to start, or do you have modified some crucial settings like using an external device for storage that might not be p…
-
Connect to a host and see restart message in console when it restarts. watchdog or reset or brown out are all possible reasons.
-
The host sends only the pause script if you hit pause or send @pause so you are free to do what you want. Pause remembers start position. So you can go to relative mode and move a few mm up and then to some position. For the park command where it g…
-
Das hab ich schon so verstanden, nur fürs normale gui. Wie gesagt im monitor geht es schon. Fürs touch könnte ich es möglicherweise bei größeren Displays reinbekommen. Muss ja alles noch aussehen.
-
In printer configuration->General->Connection->USB Reconnect on Timeout. This is an automatic reconnect which causes the driver to restart.
-
For the nozzle difference there is even a command: - G134 Px Sx Zx - Calibrate nozzle height difference (need z probe in nozzle!)Px = reference extruder, Sx = only measure extrude x against reference, Zx = addto measured z distance for Sx for correc…