Repetier

About

Username
Repetier
Joined
Visits
2,088
Last Active
Roles
Administrator

Comments

  • Your last state is what should have worked, but your example had @value which no other firmware uses so i have also added that. But here position matters and if i search from beginning i get current t. Will have to look into this when i am back.
  • Is it a ramps where you have setup cooling fan to fan pin which is the same as heater pin for second extruder?
  • Most jams are just molten pla going up too high adding so much friction that extrusion jams. This is especially true if you leave it idle while cooking like in dual extrusion but a long pause would be the same. So it is essential to have a good heat…
  • Try with M302 S1 to allow cold extrusion for testing. Normally they spin only when hot. Open eeprom editor and see what is listed as steps per mm, acceleration etc. Wrong values there can prevent moves as well.
  • So you are already seing the extra com port appear when connecting printer and did use that com port in host with baud rate set in firmware?
  • No space after letters, no double home z, g1 90 is no valid command. After going to z10 add M109 S180 to wait for extruder to reach 180.
  • Hardware reset works immediately. The ui also has a kill action that would act with similar speed. But you need a button wired to one of these to be fast, preferrably reset button, have so far not noticed a lag in reaction on hardware reset.
  • Not to forget that we can use mjpg to capture images for timelapse and forward it to destination server, which we can not do with h264. So in total h264 makes everything very complicated with advantage of having less data transfer. Maybe i can add a…
  • Maybe, but also increases codesize and slows down everything. Could be an option and enableon move or heating commands.
  • If driver is ok it could still be one of the pins on to the driver. First test if mobing extruder 2 enables the motor. Should then block. If not test if orientation is correct and if invert enable signal is wrong in config. if it is blocking the ne…
  • No, the lag can not be reduced. Moves get buffered as they are to be done and get executed by the stepper timer while the main thread takes new commands to keep the buffer full and displays the state it will have at the end, which is always the star…
  • No hurry. I can check only in 2 weeks anyway:-)
  • Option 3 is qhat you want. Do not forget also to send the printer. There might be a typo in docs if i forgot to fix that. Could also be setLoglevel . But it does not send response directly. All following lines will be send as an event!
  • I don't know that printer but if you can use manual control it is at least correctly setip in repetier-host. In such cases you should at first take a look at the log if it contains any hints, e.g. heating failed and it starts to ignore all followin…
  • From log one of the extruders triggered the decoupled test and firmware disabled them for safety. Find the original happening and you will see if it did not heat up fast emough or did not control control range. Then you can adjust that parameter in …
  • There are no xy servos, we only support stepper motors with drivers here. Forum has many answers around that subject, but normally you adjust current of drive in hardware, steps per mm in eeprom or stepper driver settings in firmware configuration a…
  • Wrong syntax maybe G28 X0 Y0 is. Orrect syntax.
  • Normally just changing steps per mm in eeprom is enough to keep it permanent. Gcode expresses it in mm and that value is used to convert it to steps so gcode normally needs no adjustment except if you nedt to change the extrusion factor which is dif…
  • In deed i see positions stay so i wonder what the gcode looks like. Should be identical to commands send so this gcode would not plan to print and since no xy moves are there it will be very fast. So next step would be checking the gcode - should di…
  • We have added a init script for g3e and g32 that should ensure measuring is possible. It will automatically home if not done and go to a safe position to enable z probe. So if you can confirm that g32 in new version does the same i would bet on that…
  • If the linux + board + display combo works as touchscreen, the server will also work if you can setup chrome as fullscreen browser. It will select the biggest available resolution from a preset list that fits inside. 320x240 is minmum, but i would g…
  • You can't - your only solution is to send the command manually. since 2.0.5 we now have a firmware selector. I can use this in a upcoming version to do it if smoothieware is selected. The addition if Tx allow us to change temperature of non active e…
  • Firmware output has no reference to commands issued so there can be no answer for this. As a module you can subscribe to all firmware answers and check if it is a m119 response and act on it. On the other end you would need to enable logging to get …
  • Bitte auf 0.86.2 upgraden da ist das problem bereits behoben.
  • You could try upgrading to 0.86.2 which is a good idea to protect your configs due to a bug.
  • You can not use temp_0 for a thermistor. You need a analog input that is not connected with more electronic like the 4.7K resistor.  Instead use the slave select pin for that, so Digital pin 58 from your screenshot.
  • No that is not possible. But it is possible to take the pi home, activate and then take it back to be used without internet connection. Once activated no internet is required and it can work in your company intranet.
  • For the printer frontend you can get it here: https://www.repetier-server.com/customizing-printer-frontend/ For the standrad web gui we currently have no public version. It is currently not in a state to compile from what we have without special no…
  • -200 is no valid z position. If your printer height is 200 it is either 0 or 200. You can home and send M114 to query firmware positions and enter that as homing position. You should also make sure 0 means bed and extruder are touching. 200 in this…
  • If there is a unused extruder socket you could configure firmware to use that as z axis. Then you only need to plug in motor wires there.