Repetier

About

Username
Repetier
Joined
Visits
2,088
Last Active
Roles
Administrator

Comments

  • What is the problem? I see gui.js:6038 Verifying 1 device, 8% at 83.10 MB/s (total 83.10 MB/s) eta in 35s with 0 failed devices and later "errors":[{"name":"Error","description":"SDHC Card","code":"EVALIDATION","device":"\\\\.\\PhysicalDrive1"}],"de…
  • User authentication really needs some improvements long term. But it should be easy for users and most have no idea the LDAP even exists. This is really admin stuff for larger companies with many users. I think more about a central position for all …
  • Das tutorial von mir hab ich am Sidewinder X1 gemacht:-) Einfach den Sensor komplett mit allen 3 Leitungen am pi angeschlossen. Einer ist masse, einer 3.3v der letzte dann das signal. Problem ist rauszubekommen welche was ist und das das verlängerun…
  • The pro version has a history where you see what was printed. If you prefix the file names you can sort by name in Repetier-Server Monitor or export history as csv and sort in excel. Or you just use it to see what belongs to which project faster. T…
    in Inventory Comment by Repetier April 2021
  • Make sure you have selected the correct firmware, baudrate and rts/dtr settings. Since 1.0.4 the wizard is quite good in detecting if you had any errors and also tests many combination to find the working one.
  • Are you z max homing so that you need z length? Here G32 runs the correction so the touch probe is required. You could change the programming and switch for the z length measurement to other probe go to a proper position and run the rest there, but …
  • You can ignore missing G21 support if units are mm. Prusa for example does not have G21/G20 but uses mm so everything is fine since all use mm anyway.
  • Depending on your touch solution you need to also connect usb to pi to get the touch interface working. Some even need to configure calibration first, please check the screen manual for this. Normally this is done with xinput_calibrator. I'm a bit …
  • In the end all call the same runZProbe function so it should either never work or always work. With G30 S1 this function is run: void Printer::measureZProbeHeight(float curHeight) {#if FEATURE_Z_PROBE currentPositionSteps[Z_AXIS] = curHeight * a…
  • What is the result of: vcgencmd get_camera Should be:supported=1 detected=1 Are you using our image or the original raspbian image? Only our version is supposed to show the webcams.
  • We do not really assume ADC as input for temperatures, so we have no option to show them. Assuming you are using IO_TEMPERATURE_TABLE to convert them to temperatures you can add a output in  float IOTemperatureTable::interpolateNTC(int value, fast8_…
  • As long as you don't have a bltouch M119 should show the right signal. bl touch only keeps it for 10ms so hard to get timing manually. Since it worked there is a failure in hardware I guess. If you have a multimeter, measure at the pin on board if s…
  • Make sure the name has no spaces! Then manually sending it should work. You would put it in printer ocnfiguration->G-codes->Event dependent-> start gcode.
  • Looks like the configuration file for INDUSTX.xml is defect preventing the printer from functioning. I also miss some other messages so seems that app crashes at that point and wants to restart. Since this never succeeds you can not call it in brows…
  • No idea what software you mean when saying via repetier. Only our host has a slicer and that can not generate anything from jpg.
  • Yes, maybe a defect sd card and the update made that more visible. Reinstalling gets it at least in repaired state back, also it runs a check on startup. But especially unplugging while running and not shutdown cleanly can cause undocumented sd chan…
  • Der erste ist ja das Original das wie gesagt ohne extra installation klappt. Ist sozusagen unser Testgerät. Beim 2. Link bin ich nicht sicher. Würde eher das original kaufen, da klappt alles bekanntermaßen problemlos.
  • It is in manual chapter installation. For linux for example it is # Start server sudo service RepetierServer start sudo /etc/init.d/RepetierServer start # Stop server sudo service RepetierServer stop sudo /etc/init.d/RepetierServer stop # Res…
  • Grundsätzlich kann der server auch native serielle Verbindungen nutzen. Aber er nutzt 3.3V - keine Ahnung ob der Ender 5 Pro schon ein board mit 3.3V oder noch ein 8Bit Board mit 5V nutzt. Auch muss die Firmware des Druckers normal daran angepasst w…
  • Did you update linux? The 5" displays require some special settings for the display to output graphic screen. Especially fbturbo needs to be changed and could be overwritten by an update. See for example https://forum.repetier.com/discussion/5404/in…
  • Ich bevorzuge 7" weil dann alle infos und Annehmlichkeiten drin sind. Bei kleineren Bildschirmen - insbesonder 3.5" - passt nicht alles auf einmal rein so dass vieles auf unterschiedliche Screens verteilt wurde oder Schnellinfos nicht sichtbar sind …
  • You can not execute a python script directly. You need to call python with the script to run. On linux there is a way to do this by adding the interpreter required in first line and setting execute permission on the script, but I don't think this wo…
  • Is colido using repetier-firmware? Check console log for error messages when you heat. Extruder often suffer a cable break sooner or later from all the moves so that would be one possible reason.
  • Can't say when it comes to this, just that it is next big thing. Mainly depends on support questions and bugs found. But good news is that I soon get an extra developer to help:-)
  • Ehrlich gesagt würde ich lieber Klipper auf dem pi mit dem Server installieren. Dann kann er direkt damit kommunizieren. Alles andere ist eine extra Fehlerquelle da 2 pi laufen und bei Netzwerkproblemen an einem der beiden die Verbindung zusammenbri…
  • Ja das erklärt es immerhin:-)
  • There is always an indication. Either os disconnects and you see server trying to reconnect or serial drivers stop responding and you see timeouts in log. What usb cable are you using? Should be as short as possible and shielded to prevent any error…
  • Hört sich an wie das Problem das ich in 1.0.4 behoben hab - wenn der webcam url für statische Bilder nicht klappt, gibt es kein pdf. Sieh mal in deiner Druckerkonfiguration->Webcam nach ob da die statischen Bilder noch klappen. Die Ansicht ist z…
  • The option was never there. But you can drag the file link to autostart folder if you want this. In basic settings you can set if it should reduce to task icons when closed and if to start minified.
  • I assume you mean  Repetier-Server not  Repetier-Host where you posted. What is the problem with the touch screen? Note that some touch screens need calibration or special settings to work correctly. You can for first analysis set HIDE_MOUSE=0 in /b…