Repetier

About

Username
Repetier
Joined
Visits
2,088
Last Active
Roles
Administrator

Comments

  • Nein alles richtig. Die Funktion existiert nur nicht. Du weist ja eigentlich grob wie lange das Runterkühlen dauert. Stelle einfach ein G4 S G81 davor dann wartet er noch eine weile und schaltet dann aus.
  • RAMPS has one 3 heater outputs. Bed and 2 lower powered. One is used for extruder and second can be used either for a fan or for a second extruder. So in board definition they have same pin id but of course only one function should use the pin. Ther…
  • Well if someone says adding a code makes it not work I always assume the problem comes from the code added. I'm not a python programmer so can not say much about what breaks a python code. But can you add parts of it instead of all and check when it…
  • Denke nicht das es der Browser ist. Ich denke hier eher an den Bildschirmschoner. Zumindest beim originalen Touchscreen sollte daher eine Berührung den Bildschirm wieder aktivieren. Am Touch screen kann man auch den Bildschirmschoner deaktivieren. G…
  • Kein Problem. Arbeite gerade daran die richtig zu escapen. Bis in die Konfiguration klappts so weit. Jetzt muss wpa_supllicant es nur noch verstehen:-)
  • Where do you see a upload function? Because we have none and in my interface I also see none. Easiest solution is dropbox or google drive and share a file. But I thought your problem is solved using x max pin instead.
  • Fan pin is set in features. Select there no pin if you do not want to use a fan. Defaults to ORIG_FAN_PIN. For some boards like RAMPS fan pin and HEATER_2_PIN are identical. SO make sure only one function is using the pin or firmware gets confused a…
  • No, our implementation differs from RepRapFirmware implementation. See main.cpp - G30 P - Single z-probe at current position P = 1 first measurement, P = 2 Last measurement P = 0 or 3 first and last measurement- G30 H R Make probe define new Z and …
  • What is the sense with M114 D you want me to tell? Looking into the implementation I see it would wait for all moves to end to report stepper position. So that is only usable for debugging purposes and would reduce print quality if used during print…
  • Yes A is z probe height when B is the distance where it triggers. B it self is not relevant and no where entered. Max. z-probe - bed dist is maybe not the best name. It is just when you homed already so Z is known and you are higher the that distan…
  • Yep that is how you need to do it for cnc. But as you see you can not home z as it is somewhere on the board where your sensor needs to be. So what you do is home xy maybe home z if you have z max end stop. z probe whould be a different pin. Then yo…
  • Yes, the reason is quite simple. The effect is called cross talk where induction of other wires e.g. motors induce some voltage on the end stop line. When the board sees this it triggers end stop. A millisecond later it is back to normal signal but …
  • With fdm printer is is nearly impossible to make it real color. When you get which mixing result is hard to predict and you can not make hard breaks at all e.g. Go black to white is not possible. You would need to purge somewhere until color changes…
  • That is exactly what I meant with the special case where average bed equation is planar but the bed it self is bend over the diagonal. Diagonal points have same height so this means you are bending the bed and with 4 point holding it is statically u…
  • We have no image upload. But you can use any free image hosting site like imgur or post images to dropbox or alike stored image - just make sure they are public so we can open them.
  • Ok M111 S70 enables debug mode for end stops. That pushes endstop status any time firmware sees a change. So output is same as M119 just you don't need to send M119 any more. You get a new line any time an end stop changes. That way you should be ab…
  • Such things can happen. Have had it my self as well. Auto tune is just a heuristic approach as you already see with the many possible equations to select from. It can also get worse if the temperature readings are not smooth - also we already smooth…
  • Yes the 250ms was for me a move stopped after a short while:-) But if it stops on it's own shortly afterwards it would mean it actually saw the end stop just delayed. But being hardware endstop it gets pushed in the microsecond it triggers. Or at l…
  • When you look into init function: void init() { \ analogServoSlots[slot] = this; \ position = neutral; \ HAL::servoMicroseconds(slot, neutral, 1000); \ } \ You see last value (neutral) is just the init…
  • Gar kein pin wird geändert. Der Button ist dafür wenn die Firmware sich im Licht kümmert. Er sendet M355 S0 oder S1 für gewöhnlich. Wenn du das über einen pin am pi machen willst brauchst du ein script das du in extcommands.xml einträgst und ihn se…
  • #define Z_PROBE_HEIGHT -20 does not sound good. -20 means it triggers when you rammed the nozzle 20mm into bed. With cnc it is different normally. Does this also measure length of tool so z=0 is the tip of the mill? I have a special switch for my …
  • Please check with M119 if they are normally low and high when you trigger. Especially which one triggers in case you used a wrong pin header on board. You data missed homing direction but with these end stops they must have home directions -1 for al…
  • Es kommt drauf an wo man sie hochlädt! In der Druckwarteschlange wird es gelöscht und ist weg. Lädst du die in Modelle hoch kannst du sie von da aus beliebig oft in der Oberfläche starten.
  • They should override. Greyed out should mean not used or automatically computed from other values.
  • Ja ich müsste einfach webconfig deaktivieren wenn druck läuft - das sollte reichen und ist leicht umzusetzen. Der Rest wird ja übernommen.
  • First parts shown are ok I would say. When homing starts early there are 2 reasons - x length is not high enough or x endstop triggered. Please check how you define IOEndstopXMin - if it is a mechanical endstop it must have a pullup or signal is flo…
  • You can not connect it to the thermistor connectors! You must use the adc pin on the long side center opposite to motor drivers and select the analog pin channel as input. Just not sure if you need to 3.3v or 5v PT100 table for conversion but both w…
  • The usb reset script searches the latest usb device we can disconnect to affect least possible number of devices. That solution is linux only. No idea if that problem is on windows as well. Windows uses different drivers so it may behave differently…
  • Please use the Repetier-Server Monitor in that case. It already uses desktop notifications even in background.
  • It is in the gear icon menu at the top->Register If it does not work send a mail to our support with the license key and we can reset it.