Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,089
- Last Active
- Roles
- Administrator
Comments
-
Yes there and also in bed shape, both are important.
-
Set bed and y min limit to -3. PrusaSlicer creates a line at Y -3 which is outside if you tell your bed to start at y=0. That is the typical problem when this happens with prusa printers.
-
Arduino serial normally has wrong baud rate. Works only with same baud rate as in firmware.
-
Probably endstop is not set up correctly. Go to Drivers.cpp and modify commandG203 so it outputs endstop status. Then test untriggered and triggered what it returns. Also did you wire endstop against gnd? With pullup it must be against gnd to work a…
-
As said already, all you need is a serial connection. You do not need line numbers and checksums for firmware to work. Only thing you will miss is error correction, so once you get a communication error firmware will not detect it and execute what i…
-
https://reprap.org/wiki/G-code is the basic for communication. See bottom. A stable connection with error detection and correction is not that simple. That is why I suggested to use repetier-server so all you need to learn is how to call a web api t…
-
There is no way around a host software. You can use repetier-server instead. It has a web api that you can use to send gcodes from any language you want and it automatically connects to the printer. Alternatively write your own host to communicate …
-
Does not exist. Did you mean /var/lib/Repetier-Server/scripts ? But directory where you place scripts does not matter. In extcommands.xml you have to set the absolute path anyway and make sure it is reachable and executeable for user repetierserver.
-
Alternatively load stl, place it and then store it. It will be stored including current transformation. Then select saved stl.
-
The stl for printer visualition is not moved at all. Host uses the exact coordinates of the stl as it was exported. So go to your cad software and move the model so top center is at 0,0,0 and export STL without changing coordinates. Then it will sho…
-
Yes, that is exactly the reason.
-
Ich hab es gerade mal ausprobiert und konnte im Webinterface und im Touchscreen alles sehen: 8:42:23.363: Info:PID Autotune start8:44:49.783: bias: 123 d: 123 min: 191.29 max: 209.288:45:32.210: bias: 123 d: 123 min: 191.53 max: 208.558:46:14.855: …
-
Yep @Scottty is right. You are moving too slow. Apart from setting reduction factor to 1 you need to increase the z homing feedrate. That is the one used for the back move here that is too slow.
-
Homing is G205 P0 S0 E0 not G203. For clarity, you defined motor range to be 0 - 110 and at 0 you have the min end stop. Looking into the code in drivers.h line 125++ I think there is a bug void gotoPosition(float newPos) { bool up = f…
-
You know that G29 is not bed leveling? Marlin has the command there but here G32 is bed leveling. Add S1 or S2 to save data in eeprom. Z_PROBE_REPETITIONS 1 should be correct, no short move afterwards, only going back to start height. In host yo…
-
// Waits for a signal to start. Valid signals are probe hit and ok button.// This is needful if you have the probe trigger by hand.#define Z_PROBE_WAIT_BEFORE_TEST 0#define Z_PROBE_SWITCHING_DISTANCE 1.5 // Distance to safely switch off probe after …
-
Die Skripte die die webcams starten stehen unter /usr/local/Repetier-Setup/bin und einstellung entsprechend in etc. Ob aber die Helligkeit per Kommandszeile gesetzt werden kann weiß ich nicht. Was aber gehen sollte is die mjpg_streamer gui aufzuruf…
-
you have removed (u) but did not add the (var) instead!
-
Simple answer: Maybe. Disabling printer voids all informations and internal settings. Bed temperature reduction may cause object to plop off. Z position may change and without z max homing you can not get it back. Host has no support for this. Usi…
-
I wrote MOTOR_DRIVER_1(var) while you replaced var by u and continued to use var afterwards. That is syntaxtically wrong.
-
Had a look into the registry. Looks like all strings get stored in utf-16 format. Since regedit import/export seems to be the only one having the problem it is more a problem there. But on testing the strings all finished to 00 00 which is correct…
-
Wenn noch keine gcodes zugeornet sind, kann man den server stoppen und das Verzeichnis $STORAGE_DIR/printer//models kopieren und server neu starten. Für große Mengen ist das die schnellste Lösung. $STORAGE_DIR/printer//data/modelGroups.json enthält …
-
Thanks, but for now we have a spanish translator that is active.
-
On which os did this happen. I have heard that when a connection fails on windows after having worked for a while it can not reconnect until restart or creating it as new printer. For next update we have rewritten it such that it does not reuse port…
-
You can not extract source config files from binaries. That is impossible. If you are using repetier-firmware which I think rostock printers use, you can modify all this in eeprom. You should disable distortion correction and first calibrate parem…
-
Do you have 3 or 4 mounting points for bed. If you have 4 it is statically undefined and might bend the bed surface. Best level first then with 4th screw loose. Run also some tests with G30 over surface or use in repetier-host the bed height map to …
-
If distance to bed is too close increase z probe height in eeprom. That increases the distance. Your points do describe a parallelogram. If you see the image in config tool you see it. P1 is origin, P2 spans one edge P1-P2 and P3 the second edge P1…
-
Download printer configuration and choose upload printer configuration then with the config file. Just choose a different name to distinguish them.
-
Sure. We are in the last phase of server release testing which is required for the new app. The app it self needs a bit more testing but will appear shortly after 0.92.0 is finished. Maybe as beta but it is already working quite well and also featur…
-
You can also configure ethernet connection apart from the updates for all versions.