Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Send a mail to info@repetier.com from your email used at share-it and also the date of purchase. We might find it in the daily sell reports then and send it back to that email address (so we know the right one gets it).
-
Nicht als fertigen button - Das passte irgendwie nicht mehr ins design da es auch für kleine displays funktionieren musste. Du kannst es aber als server befehl hinzufügen, dann kannst du es am touchscreen über Druckerbefehle absenden. Oder alternat…
-
That is very special, so i would not integrate it as default. The server has a module system, so you could write more or less the same as a server module. That way you need to query of the server and can get data directly in the server as the scrip…
-
Send us an email with your license key and we can reset them. Please do not post them here in public!
-
You could try exporting stl instead. That is the most basic format. Make sure the triangle orientation is correct on export. Normals must face outside or you do not see them and host will complain about being non manifold. If you are on Windows 10 …
-
G1 X0 Y0 F12000 G91 G1 Z10 F600 G90 as end gcode should do. Important is to switch to relative coordinates for z part. And adjust speeds to your printer.
-
See also https://github.com/prusa3d/Prusa-Firmware/issues/280
-
Yes someone in recent posts had the same problem after firmware upgrade. Seems like the firmware does not handle M110 N1 correctly any more. We use this at different places to keep line number small reducing data transfer.
-
You could also try the other usb port of the due, not sure which you are now using. Just remember to change configuration accordingly or configure it to use both ports so you can switch any time. Strange thing is that it works on pc, so that makes …
-
I think prusa uses a heavy modified marlin version as he has some special features included for bed/motion calibration.
-
Since answers are confusing: On deltas I would #define ENDSTOP_X_BACK_ON_HOME 10 #define ENDSTOP_Y_BACK_ON_HOME 10 #define ENDSTOP_Z_BACK_ON_HOME 10 At the top you can not move since printer radius goes to 0 near top. So better start deeper so sma…
-
If you have a high pitched sound then no config is necessary. The motor is just loosing steps. So you need to find out why that happens. It might be to move too fast because - microsteps is set differently - jerk too high - current in stepper drive…
-
The line firmware is complaining is N1 M110 This sets the line number so it doe snot depend on previous line number, so that is the first error in firmware. Also the N param sets the line number and any number should be valid. We set it at differe…
-
Well to check for firmware you need to connect and send M115 which then returns used firmware and version. Since you can't find a working combination that is not possible. You can learn more about arduino and firmware on www.repetier.com in firmware…
-
It is a graphic program, so you must always have a target display defined. But if that is true you can just call the executable and it will pop up on your x window.
-
Left side configures temps etc for different config names. That doe snot mean they get used. On the right side where you slice you have so select the filament where you have set 200°C as temperature or it will use a different one with that temperatu…
-
Don't rely on info to get apikey. It is only there if server is configured to be accessible without protection, otherwise it is hidden. Parts in are placeholders and you need to replace them with the content. http://printer_address:3344/printer/ap…
-
You have no thermistor connected or configured it to a different pin then connected or the thermistor is defect/cable broken/shorted.
-
Sounds like it is not using the filament settings you think it should. Make sure you have set it in the right side, not in the left general configuration.
-
Yes with 4 extruders we get data for all 4 extruders and that increases likelyhood of errors. On the other side you said with a pc it was error free under same conditions. So why is the pi communicating so badly then? Honestly I can not say, only th…
-
Curl and websocket is not going to work, but that is also not necessary. For just fetching the temperatures you can use the request to websocket command bridge as described here: https://www.repetier-server.com/manuals/programming/API/index.html U…
-
They ar enor greyed out because we connected to the port successfully. That does not mean we talk same speed/language. Also most prusas have Marlin and that would be no problem. So are you sure you have a firmware installed that woudl talk with the …
-
The fact that it works most of the time does not mean wiring is ok. YOu can have a broken cable that has still contact most of the time but for some positions it will loose contact. Fact is that you see this error message if the resistance is near 0…
-
First check the generated gcode for M104/M140 commands. Then you know it was added by the slicer. TEMP0 gets replaced by the temperature in the filament description in CureEngine configuration and that is most likely the source of the temperature.
-
It could also be the wrong com port. Make sure the com port appears after putting usb and enabling printer and not before. Than it would be for something else.
-
First make sure that compiling reports 900 bytes or more free ram (not flash). If not anything can happen. Make sure you have no crosstalk triggering x axis at homing so it stops right away. Always check values in eeprom to be correct as they do not…
-
Normally you have a prime/wipe tower for this where it prints until filament is coming as supposed, then go to real object for clean print. You need to use slic3r prusa edition added in 2.0 host versions to get it. Make sure nozzle size is 0.4mm. Wo…
-
Please check also eeprom. There the max. speed for z is stored as well as z homing speed. Changing in configuration.h is not enough.
-
There are no offsets - you need to tweak endstop position or correct it in bed leveling.
-
Why? RADDS has already 6 drivers on board? With extension board you can even control 8 steppers. Just select E2 as second X driver. It is not important what the driver is named to use it for any function.