Repetier

About

Username
Repetier
Joined
Visits
2,088
Last Active
Roles
Administrator

Comments

  • Turn off means you shut down linux cleanly using shutdown function or just power off? You always should cleanly shut down the pi. We therefor have added a shutdown button in the main menu for pi. Without you might get corrupted filesystem or sd card…
  • C# on linux has issues with non ansi baud rates. So to select 250000 we connect then call an external c++ software and that normally works. But maybe it has a problem on your linux, e.g. a library missing or  your linux is 32 bit. You can check it p…
  • I tested the initialization. Even if device is connected the idle timer gets reset on server start. Actually it always is before trying to connect a printer. And the value is just in ram, not in any file so not permanent. For testing I added a new s…
  • Wie handlest du die IP nummer? Ein lease ist ja nur eine weile gültig, und wenn du nicht im router die pi wlan mac an eine feste IP gebunden hast ändert die sich früher oder später. Wenn du mit repetierserver.local drauf zu greifst sollte das allerd…
  • Thanks for the shared folder notice. That is actually the problem. It uses a new function to quickly download view data and it does not switch to the responsible model manager, so it returns nothing. Will be fixed in tomorrows nightly for linux and …
  • Sure speed is 250000? Often it is also 115200 especially if you use eeprom and had other values before last compile. Is protocol on autodetect in host? Then it should be working, binary will not work with marlin. If you see some readable messages in…
  • Kommt auf den Internetanschluss an. Wir benutzen ja einen externen service der die webcam als mjpg bereitstellt. Meist über 127.0.0.1:xxxx/.... aber der hört auch auf der IP des rechners. Lösung ist im Router port forwarding über einen Port deiner w…
  • It is more or less impossible to disable windows update. You can extend time until it is forced so if you do it then manually once a month you might get no "bad" updates.
  • Not really. I have no cm at all and only did it so far with a pi0 where it worked with what we have on config.txt. So anything I say would be guessing which tutorial I found with google looks good. Actually I would ask google for the cm type you hav…
  • Marlin is quite likely. If you check console in server and there are not lots of errors that is ok to run. First you can just remove all M190/M109 commands from a gcode, then you should be able to print just without hot bed. If you print PLA it mig…
  • Which board does it contain? I don't know what they used, but remember they also changed the board over time. 
  • Can you post a gcode with that problem on pastebin or what ever you like? If analysis is run and you see in summary it has x layers it should also show them in 2d or 3d view. Except there is something in gcode preventing it, but that I can only say …
  • You can add as many scripts and wizards in server as you want. They appear in console and manual control in a dropdown menu for selection in order sorted in g-code list. You can change it there with drag and drop.
    in Klipper Comment by Repetier August 2022
  • Not this year I can say. I have other big things to implement first that effect way more users, sorry.
  • Ok sounds like communication is good at least. "Bed heating" is a blocking command as it is normally send as M190 S. So firmware does nothing until the target temperature is reached. Only then it will check for new commands to execute. So have a clo…
  • Please check in "Troubleshooting" page if there is a job blocking the process. At update server should have updated all info files to the new version and from there on the renderer must also be of new version or higher. But if you have no external s…
  • This is no crash. If you see all the "Stopping ..." messages the server is cleanly shutting down. Happens if you restart/shutdown computer (windows update was due recently, so maybe from windows update?) or if you actively stop the service. From th…
  • The G28 W for prusa makes it autolevel every time, that is correct. But also note that this uses the z offset stored in printer firmware. So note that value and if it fails again compare with old. If it is the same it should stick as before (does fo…
  • There is no function for this since there are so many different variants. In console you can send a gcode command to show the map if firmware supports it. E.g. G29 T0 or G29 T1 for newer marlin variants. Commands also changed over firmware versions.
  • Server is not in beta, just getting new functions over time.
    in Update Comment by Repetier August 2022
  • > my cameras went dark... do you mean they have active lightning or you get no images in webcam view? Check webcam settings in server. Timelapse uses single image shorts so uses the jpg url. If you defined it as JPG+MJPG webcam in manual control…
  • Die webcam snapshots haben 2 Zeitangaben - delay for snapshot aber nach "vor Snapshot" und ein delay danach um das Bild aufzunehmen. Manche webcams laggen ja z.b. immer ein frame zwischen Aufnahme und senden und man will den Ruckler nicht sehen. Da…
  • Es ist nur möglich webcams einzubinden die einen mjpg stream liefern - entweder selber oder z.b. mit mjpg_streamer auf dem pi über usb verbundene webcams. https://www.ispyconnect.com/cameras bietet einen guten Überblick welche Netzwerkmodelle Mode…
  • Try M503 to see your settings. This also puts the command to reset them in output. At least if they use Marlin firmware. You might also just try eeprom editor in host or server - that should show values as well and you can change them. Value is norm…
  • 1.4.1 is based on bullseye and that uses the new pi graphic driver where the rotate is not working always as expected. See https://www.repetier-server.com/download-images/ roatate screen section on how to rotate for at least the final browser view. …
  • Actually that behaviour is correct. If you start with printer connected the idle timer will start it's 5 minutes. If you do nothing stopping the idle timer it will call the shutdown script. Remember it is a printer shutdown function to disable a pr…
  • I'm no klipper expert so special klipper questions are better asked at a klipper forum. All I can really help with is when there are issues between klipper behaviour and server. Especially since klipper can change behaviour any time there might come…
    in Klipper Comment by Repetier August 2022
  • First post: Have changed homing to G28 X0 Y0 for next release. Z homing is in deed not required. Second post: Calibration did not run correctly and these are follow up errors. Have improved the script to only execute when file is present. Last pos…
  • In g-code script editor you can always hit "Show help" to see all computed expressions and server commands. Or read the chapter in our user manual where we extract the help from. What you are searching is variable job.running like @if {{job.running…
  • Nein ist noch nicht möglich. Zunächst steht aber der slicer an und einiges anderes. Ich denke das kommt zusammen mit dem rework der webcam wenn wir das angehen, aber Termin kann ich hier beim besten willen nicht angeben.