FloPiep

About

Username
FloPiep
Joined
Visits
14
Last Active
Roles
Member

Comments

  • only move when homed: The printer doesn't have min-endstops... If it is possible to produce a crash by pressing the wrong button, it's a save bet that my students will press this button. I can write a sign with big letters and place it over the prin…
  • oh, M119 shows correct enstop situations, high when triggered... M114 gave back the coordinates I tried to reach. It was updated correctly after G1 commands, but after M84 without the real movements.
  • I was able to reproduce the problem: It's the line "M84 ;Motoren aus". After turning off the stepper motors, they won't get enabled by movement commands (axis only, extruder works normal). I start with G28 and some G1 movements, relative and absol…
  • I tried to upload a log txt file. But it disappeared after saving my comment...
  • btw: After cancelling the print job, I can send movement commands like G91, G1 Z+20, G90 via command line or web interface slider. Repetier Server updates the position and sends it to Host. Every command gets an "ok". But the noozle don't move. It i…
  • Here are some logged messages: ... Triggering Pause: 10:07:19.821: N1615 G1 X103.938 Y54.455 E2.58141 10:07:19.850: ok 1610 10:07:19.850: N1616 G1 X106.525 Y57.042 E2.67277 10:07:19.903: ok 1611 10:07:19.903: N1617 G1 X106.525 Y57.487 E2.68389 10…
  • Sounds good, I'll send some logs tomorrow. It's the third time I'm trying to fix a wrong movement calculation in different Repetier FW and Server combinations, without bug reports from other people. Maybe there is a hardware defect on my Arduino bo…
  • that's right, I do max homing on all axis, with ZXY order. After that I can move the noozle to z0 and start printing... In previous versions of Repetier Server the noozle went back to the stored position. We realized a lot of mutlicolor print jobs …
  • parts from my config.h: #define MULTI_ZENDSTOP_HOMING 0 #define ENDSTOP_PULLUP_Z_MIN true #define ENDSTOP_Z_MIN_INVERTING false #define MIN_HARDWARE_ENDSTOP_Z false #define min_software_endstop_z true #define ALWAYS_CHECK_ENDSTOPS 1 #define Z_PRO…
  • 1) I use Hall-E Endstops for X and Y, I didn't have any problems with them for 1 1/2 years 2) I don't use G92 for X or Y What I tried: - I switched to Repetier Dev. Firmware - Auto Bed Leveling is turned off now This is my connection G-Code: G90 ;…
  • To see the error, just make a pause / restart by using the touchscreen or web interface. Logs in Repetier Host still show the layer change, but it doesn't update in web / touch any more...
  • Thanks for your fast reply! Firmware on Due is Repetier Firmware 0.92.9 (I had the same problem with 1.0 dev) Repetier Server Version is 0.80.3 The printer does what the sliders did in the video: X to 0, Y to 0... Sometimes moving the Y-slider fr…
  • I still have problems with the server web interface after startup or reconnect, with or without startup scripts. Please watch this video showing the problem: Not shown in the video: a command for z would lead to X0 or even
  • Vielen Dank für die schnelle Rückmeldung! Beim nächsten Mal schreibe ich auf Englisch ;-) 1. Buffer habe ich wieder hochgesetzt, läuft ohne Probleme bisher. 2. Ne, ich benutze nur den Programming Port zum Verbinden. Ich habe jetzt erstmal nur ein G…
  • perfect, I just logged in to report the same bug... :-)