Repetier

About

Username
Repetier
Joined
Visits
2,088
Last Active
Roles
Administrator

Comments

  • Ambiente temperatur ist nur passives auslesen. Heizkammer kann ja auch heizen und auf zieltemperatur regeln, ist also schon ein unterschied.
  • That you can set for drivers, chop stealtch etc. Haven‘t written that part so not firm with it.
  • Baud rate changed unintentionally?
  • Looks like you have ping pong enabled. Disable it and you have good chances that it does not happen any more since we can then fix it in the fly. Since it happens only with abs it might be that the higher energy required for extruder increases commu…
  • Sorry not available. Maybe I can add name suggestion in it next release.
  • Which firmware is running on the printers? I think the original firmware has a different protocol x3g and does not use plain gcode for communication which is required for server.
  • Yes that is easy. In printer configuration you van add multiple webcams per printer. In gui click on webcam image to toggle the webcam. In webcam tab you have a selector to define timelapse per webcam.
  • You need to tell firmware to move back z after homing 10-20mm for deltas. At top you have no move place so even adjusting to rotation or tool position will trigger end stops. So if you go down after homing you can adjust without triggering and since…
  • Yes, you understood everything correctly. I have plans for the future of Repetier-Server to speed up the process by splitting longer moves. But that is only planning so will need time to evolve into something working.
  • Kannst auch einen günstigen Raspberry Pi nehmen, nur bitte mit guter Stromversorgung weil der sonst zickig wird. Dann unser image drauf und gut ist.
  • In both solutions you get the filename as parameter and can do what you want. Slic3r expects you to modify the file and host would expect to make a copy so you can in and output file names as parameter, see advanced tab on placeholder. So you can do…
  • Ok, no it is always composition.gcode so host finds it to read it afterwards. In host printer settings->advanced you can call a script with it after slicing is done. Same would happen if you define it in slic3r printer settings for postprocessor.…
  • Eigentlich macht er gar keinen Retract außer du hast das im pause/unpause gcode angegeben. Er setzt nur Extruder auf alten wert für den Fall das du z.b. Filament gewechselt hast.Alles andere führt zu unvorhergesehenen Problemen.  Was man evtl. mach…
  • With multiple parts you have travel moves in between which are normally much faster then printing moves. So that might be the part that is too much for your settings. Also there are classic errors causing shift like end stops triggering, overheating…
  • Actually exporting the registry with regedit is the answer.  What is the problem when you do so? What it does not back up is slicer settings which are stored in separate directories. These can be just zipped and saved somewhere.
  • Repetier does not understand GPX so you can not connect to printers requiring that protocol.
  • Ja jetzt seh ich es auch mit dem gcode. Liegt an einem Fehler in der Zeitberechnung mit version 2.1.6 die gleich erscheint behoben.
    in Zeit -ETE Comment by Repetier June 2019
  • Best guess is end of june at the moment.
  • Someone told me they work with TM2130 library. You might need to change some parameter but that is all. This is not verified as I do not have any of them at the moment.
  • FEATURE_CONTROLLER determines where the configuration for the display comes from. 0 = none, 2 - xxx predefined from DisplayList.h, 1 = take values from uiconfig.h
  • Does host also show that it would do it? If not it is likely that printer looses position making it print at wrong positions. In that case you should check why you are loosing position, e.g. loosing steps due to not enough motor current, overheating…
  • If you use a due based board you can use M206  to override values in virtual eeprom. But you need it in ram as it is there stored so would be too late. And there is no command to enter the values. Only for distortion correction it is possible but th…
  • TCP/IP is now possible. Select TCP/IP as connection method. Important is that it must be the telnet port to firmware that speaks same protocol as serial would do. Do not use the web port if printer has a web interface. For some firmwares you can def…
  • Was zeigt denn die server web gui als ETE an? Geht die mit runter? Host bekommt die ja vom Server sollten also beide gleich sein. Hast du schon auf 2.1.5 upgedated. Da war noch ein bug beim auslesen des status vom server. Nicht das der zu Fehlern f…
    in Zeit -ETE Comment by Repetier June 2019
  • Not really. They are hard coded and that adds too much complexity to a simple thing. What you see are the the relevant facts for most users. filament is equvalent to costs and weight - just a factor difference. Time is important to know if you have …
  • Normally you use the symbolic name which matches then the board pin names. Some boards just have 3 pins for xyz min so you have to use Z_MIN_PIN also if you use it for z max as there is no other available. Others have min and max and you just need t…
  • Most likely an impossible job is in the to do list so it does never process new files any more. Maybe just a defect of the database storing it. As a solution try 1. Stop server - Repetier host has a stop function and in program folder is also a stop…
  • I think it behaves and uses smoothieware where the upload happens by mounting the device as mass storage and just copying the firmware file, so that is a way at least currently not supported by server. Not 100% sure as I do not have it, but the kick…
  • Main purpose is to send the gcode to the printer while not blocking your computer with high resource needs. It works as background process like a normal 2d printer driver. If you use host to send slice and start print that means you can even close h…
    in budgie14 Comment by Repetier June 2019
  • Not sure what the activity led is but we do not set any leds. These are normally hardware controlled or if it is for serial converter from the converter. Pauses never were immediate. The firmware buffers motions for optimized path planning to get t…