Repetier

About

Username
Repetier
Joined
Visits
2,088
Last Active
Roles
Administrator

Comments

  • So hotend cooled down while heating with full power. So first you should make sure that the sensor and heater match, make sure you get power on the heater output (simply measure within 12s before everything gets disabled - the correct output gets 12…
  • Wenn ich das wüste:-) SD Karte ist leider oft problematisch und kann viele Fehlerursachen haben. Manche sd karten gehen einfach nicht, schlechte kabelverbindung, Übertragungsrate zu hoch, elektrische Störungen und falsche Konfiguration sind die, die…
  • Motion should be immediately. If everything gets very hot you might have current set up too high instead of low. Then overheat protection turns on/off. There is a point to measure current as voltage against gnd pin. Compare that driver with e.g. x a…
  • Due has to usb ports and it matters which one you use. Server uploader also has 2 options for this, so it must match. So my first guess is that you selected the wrong upload method. You can also enable verbose to get more informations.
  • According the board description that looks good.
  • Waht do you mean with stop responding? Server not responding? Reinstalling or uninstalling and installing is effectly the same. You just refesh the files with the same copy. However it can make a difference if the sd card is bad. Lately I had the s…
  • Actually the pause must be after disabling probe #define Z_PROBE_FINISHED_SCRIPT "M340 P0 S1500\nG4 P500" should do.
  • Check log in console. If firmware goes into some error state, e.g. not heating it will ignore all commands send. You should see the message in log/console.
  • venkatesh_edward said: With M302 S1 G1 E10 F200 the extruder just tricks as lik energing but not rotating - Extruder blocked - Current to low - Only one coil gets power preventing rotation
  • I guess you have bound them to certain printers. Then you only see the profiles matching your printer. You can change that inside slic3r in dependencies page.
  • No you can't really do that. If you have enabled watchdog you could force a reset at the end of print (M281). If then the print is named "init.g" it will run at the start of the print. That would be a loop like you want. But works only if it always …
  • So E0 is extruder motor that is not working as extruder while E1 as second Y axis is working? Extruders only extruder then hotend is hot or you enable cold extrusion using M302 S1. That is the normal mistake in testing condition. Also make sure dry…
  • < 18:06:05.872 : N22 M190 S50*109< 18:06:05.880 : N23 M104 T0 S210*19< 18:06:05.881 : N24 G92 E0*113> 18:06:05.884 : ok> 18:06:05.888 : ok> 18:06:05.888 : ok> 18:06:05.888 : ok> 18:06:05.888 : ok< 18:06:05.893 : N25 M109 T…
  • If it is just a modified eeprom run M502 M500 to restore factory settings. Have no config for a new upload, but maybe someone else?
  • Which errors did you already exclude? Cold extrusion/wrong enable signal level/wrong stepper driver/defect driver or cable??? That do you do and what is happening?
  • #define Z_PROBE_FINISHED_SCRIPT "M340 P0 S1500" that might take some time but you have do delay. Add a G4 P500 to wait a half second after issuing the command. Don't know the sensor but you might also want to add a R300 to M340  to disable servo sig…
  • 1. Don't select z-probe/distortion correction/autolevel if you don't need. That is fine. My bes printer also do not need it. 2. 0 - Raps128 are fast enough to not need delays. 3. ? Endstops have 3 wires. For opto endstops select electronic endstop. …
  • So I guess problem is now solved. Delay is to reemploy the probe I guess. Delay or moving up a bit more is the same. Just needs enough space to reemploy so it must move up 10mm so it does not hit bed on doing so. That is what makes the BLTouch so h…
  • First step is to enable logging and see what is happening at the point it stops working. Enable it in Preferences->Basic Settings and restart to activate. Then it is stored in working directory (see file menu).
  • 21:58:03.972:  T:20.23 /0.00 B:20.59 /0.00 @:0 B@:0> 21:58:03.972: ok> 21:58:03.975: echo:Unknown command: "endloop"> 21:58:03.976: ok> 21:58:03.976: echo:Unknown command: "endfacet" That is not a gcode file, taht is a stl file in ascii…
  • Komisch, wird in Repetier.h Zeile 216 definiert wenn es nicht in der config ist(default) basierend auf der Architektur und Druckertyp. Hab es noch mal hochgeladen falls es nicht übertragen wurde. Die Einstellung ist in general unter kill method.
  • When I write a config tool then yes. But firmware will be finished a good time before config tool will be available.
  • Extruder looks normal. Bed has a big I value. PID for bed is quite hard as it reacts so slow to changes. I guess that also makes the autotune quite hard. In the end you need to set a temperature with these and see how the curve is. A normal overshoo…
  • In new version it is already implemented. There you can just set the linear combination required with any factor combining x, y and z to motors a, b, c if I use oyur image as reference.
  • You say #define Z_PROBE_PULLUP 1 while z min endstop has it false so it is unclear if pullup is on or off. Both need to be identical otherwise last one setting it wins. M111 S64 can cause a firmware crash if output takes too long which seems to hap…
  • Check in printer tab if you have models in the queue. If there are models in waiting queue new prints get added to queue. So you need to start them from queue to start. Only if queue is empty print also starts print as it is then clear which file in…
  • Du hast ja Board->S3d und board MKS TFT also 2. Im config tool kannst du bluetooth schnittstelle aktivieren. Ist aber in wirklichkeit nur eine zweite die "auch" mit einem seriellen bluetooth wandler arbeiten kann. Da einfach den Port wählen und d…
  • Das display wird gar nicht in der Firmware eingestellt. Soviel ich weiß fragt es selbständig über serielle Schnittstelle ab. Du kannst eine zweite serielle Schnittstelle konfigurieren so dass du weiterhin mit einer Host Software verbinden kannst.
  • Well linux normally (if serial support was enabled) supports all usb serial devices, so if it does not show up in //dev/serial/by-id/ that is a bad sign,
  • Do not use marlin syntax for repetier. Here from repetier.ino - M303 P S X0 R C- Auto detect pid values. Use P for heated bed. X0 saves result in EEPROM. R is number of cycles. method 0 = classic, 1 = some overshoot, 2 = no overshoot, 3 = pessen,…