Repetier

About

Username
Repetier
Joined
Visits
2,088
Last Active
Roles
Administrator

Comments

  • We have Repetier-Informer instead of pushover. Only image is not included. mesh maps are hard as there are so many different version of firmware all with different solutions. I guess at some time I will add it for repetier-firmware. That is what I …
  • Did you also change #define INVERT_Z_DIR 0 to switch direction?
  • HEATER_2_PIN and FAN_PIN are identical for ramps 1.4. So if you now have a heater connected where previously the fan was, you need to connect fan to a adapter I guess. So now you need to set the fan pin to the pin of the adapter you use.
  • You mean a circle of spinning points appear? That would be the server analysing the gcode. Normally takes only a few seconds and that also happens with direct upload. What browser are you using? Which version and os?
  • Die extra motor drive werden nur beim justieren der Höhe genutzt und sind komplett unabhängig. Wenns invertiert benötigt wird einfach machen. Vielleicht rechnet die Formel den abstand falsch rum oder die müssen anders herum sein. Kommt aufs gleiche …
  • Mainly M340 to set servo position which controls the pin and behaviour. Then you just need to go up fast enough so the bltouch does not go into error mode when pin is released again.  There are several solution alone in this forum that describe the …
  •  M460 X Y : Set temperature range for thermo controlled fan use this to config your fan max temperature in slicer file.
  • Heated chambers come with firmware V2. No need to flash firmware for thermo controlled temperature  M460 X Y : Set temperature range for thermo controlled fanallows changing the settings. But that is not a heated chamber. That is mo…
  • It does not matter which VPN you use. For VPN you need a end point so check what your router supports and just use that. Webcam looks good as if it is running, so what did you configure in printer setup for webcam? http://127.0.0.1:9000/?action=str…
  • Actually I never heard that name before:-( It is surely not a wide spread printer as Prusa or A8. But using the wizard it is not so hard to get a working configuration for slicing. Default values are good to start with and then you adjust as you see…
  • If you read the manual it shows exactly how to add repetierserver to sudoers for this. Only if there is no passwort request the execution succeeds otherwise it might even block server functions until timeout.
  • #define HEATER_0_PIN       13  #define HEATER_2_PIN       -1 // bed was 10 in older versions,but 12 seems to be correct #define HEATER_1_PIN     12 You see for melzi heaters are pin 12 and 13. 31 is for sd card select. If you succeeded uploading …
  • This is more a Klipper then a server problem. Klipper has 2 parts - the server running on the pi which is where our server connects to and that part worked. The other part of klipper is the firmware that runs on the printer motherboard and klipper s…
  • [   191.139] (EE) open /dev/fb1: No such file or directory[   191.139] (EE) No devices detected.[   191.139] (EE)Fatal server error:[   191.139] (EE) no screens found(EE) Is the crucial part. You see it wanted to use /dev/fb1 which is what you wante…
  • No, we do not really have a road map. Past has shown that often we get useful feedback from users that lead us to add this or that feature we did not even think about. If you have ideas to make life easier we are happy to hear about it. Most likely …
  • We at least wrote the original firmware. Possible that tronxy did add modifications, can not say that. But should not needed. DDR error is often if you use a pin number that does not exist on melzi. The default is for mega2560 which has much more pi…
  • Bei mir gibt es den letzen move gar nicht. Vermutlich hast du BED_LEVELING_REPETITIONS > 1. Aber bei 3 punkt messung ist das der Code: #if BED_LEVELING_METHOD == 0 // 3 point     float h;     Printer::moveTo(EEPROM::zProbeX1(),…
  • In boot directory (also editable in windows) pi@FelixWhite:~ $ cat /boot/repetier-image-setup.txt  # This file contains some settings that are used to define how the image works. Edit this to easily change # The behaviour. # I…
  • At the moment each surface can only show one instance with as many printers as there are connected to that printer. What you need is a unifying instance that queries all printers. Also planned for the future it is not available now. To access remot…
  • You need  #define Z_HOME_DIR -1 . Test z min endstop using M119 if it works correct. If first move goes up you might have configured direction wrong and need to invert z direction flag.
  • Z motor 2 and 3 needs to be defined twice. Once for z move as mirror motor and in feature tab at the bottom as "Extra Motor Driver". Select 2 and select stepper driver then set step/dir/enable pins etc. Number are found in pins.h Have no bltouch bu…
  • For extruder invert direction. There is a checkbox for this in config tool. Motors vibrating have either not enough current (there is a poti to set proper current, see docs of driver) or it gets blocked or acceleration is too high (microstepping no…
  • Positionen sind con 0,0 aus gerechnet, wo auch immer das bei deinem Drucker ist. Die meisten habe es links unten auf dem Bett aber auch Mitte geht. Muss nur für alles einheitlich sein. Fürs leveling nimmt er nicht die Einstellungen für z moves sond…
  • Yes, host displays the printed object and as it grows updating can slow down. With current hardware it can get pretty big until this gets a problem but it takes increasing memory and slows down with print progress.  Press Alt+F and you see in the s…
  • YOu need to activate z probe and autoleveling feature in the firmware config file.
  • You want to change this parameter: /** \brief Printer radius in mm,   measured from the center of the print area to the vertical smooth tower.   Alternately set this to the pivot to pivot horizontal rod distance, when head is at (0…
  • What is a HRR index? Solution is printer and firmware dependent. You need to level bed see printer instructions how to do this. Host has nothing to do with bed leveling also you can of course send commands for it.
  • In firmware you can select 2 gcode scripts for select and unselect extruder. That is where you would add the code to switch filaments. In unselect you would write gcode to retract and in select the code to insert it. You can test the codes manually…
  • You don't. Use the normal web frontend to add and configure printers. The touch interface is only to control important functions while you are at the printer and want to start a print or check print, move around, ...
  • I see no time gaps between the timeouts. Could it be that you have set timeout to 0? Should be around 30 seconds for normal printers and be 3 seconds if printer supports busy protocol. It just means that the host did not see a "ok" which it expecte…