Repetier

About

Username
Repetier
Joined
Visits
2,088
Last Active
Roles
Administrator

Comments

  • Yes, that is right if it is holding phase. If it is still in heating phase it is decouple time that defines maximum time to heat 1°C. If you run it from host you should see the first decouple message in log which tells more details on the reason.
  • Mhh. I did not add anything to fix the problem. I just added some more error logging to find the source. Stange, but happy it works. Does it now also work in the other direction with pc as cloud server? I mean that was not updated.
  • When you are connected login via ssh cd /usr/local/Repetier-Setup/binsudo mv manageWifiAccess manageWifiAccess_offsudo service RepetierServer restart This disables the wifi managent from server side. Since you do this while connected NetworkManager …
  • No eeprom was intact. It was just a error in reporting eeprom availability. The eeprom function itself was not affected but since host now news the more correct answer it did trust it and since it was wrong it was greyed out.
  • Yes, this states what I think. It crashes somehow in fetchFile. Since you also checked existence of images we can exclude this as well. Since you seem to have some programming knowledge here the fetch part: p.p1 {margin: 0.0px 0.0px 0.0p…
  • Ok, so can you summarize the new position or is it now solved. I lost somehow track and last I read is G28 Z0 is at Z=0 so homing seems to work which was initial problem. If it now prints wrong height send the gcodes manually until you get wrong hei…
  • DECOUPLING_TEST_MAX_HOLD_VARIANCE is in K or degrees change so for 3.8 set it to 5. Default is 20 i think.Since you now know when it happens it should be easy to measure the real cooldown and compare. Always leave some safety for these compared to w…
  • Ok, if that always appears it is good. Have added it for next release.
  • "I see, the error (L/H) was caused by position of the probe - on the bed edge, so it did not triggered. I set up small y offset, and it is OK."How can same pin trigger differently. I'm still not convinced you are doing this right and the error might…
  • 1. Use dev version.2. Use laser module instead of fan.3. Add event system and write the events for init laser and set intensity. Here you are free to use whatever you want - pwm or external board setting pwm with higher frequency. So if the pin has …
  • There is a set tolerance in config when it should be triggered. Fans should not cool extruders but some do so in that case you need to increase the range so the dropdown on fan enable is lower then set tolerance. Then you get no false signals from f…
  • What exactly does marlin send on M600 and filament out? Have no such sensor for testing. Knowing it should allow it to be added in 2.0.1.
  • OK,  I tried it and it worked on first instance, so it seems to be no general problem. But since you have tested several combinations I wonder what could get wrong and analysed the sources. I have found the source fetching your files and they receiv…
  • Servo and z probe are completely independent. In fact servos are completely independent from anything. They even do not interrupt or wait for moves to finish, so you need to sync this yourself with M400 if required. They normally also do not wait fo…
  • Ok, I se ethe problem. ISO-3166 code is cz which is also the name of the translation file. But chrome and firefix seem sending cs instead, which they do not find. I will add an alias for next release, so detection then works correctly. As temporary …
  • It is still at the same place. Second icon from top in the left toolbar. If selected move object you see Positions in right tab and can also change them there.
  • Yes, that is something you can easily do. Make a webpage using iframes and at the top a selector for the printer to be shown in the bottom. That works. It is not adviced to use css tabs here since that would load all the same time and that costs qui…
  • To show stl bounds we need to read the complete stl first. What takes so long is verification of the mesh and merging the separate triangles so we can say if it is a valid mesh for slicing.
  • In config each extruder can be assigned a cooling fan. This is controlled by extruder temperature and is one you want. The other one you need to enable fan feature and assign a pin (default is D9 = FAN_PIN). This gets controlled by M106/M107 which i…
  • In host check temperature graph. If it is heating 100% your hotend has not enough power or is using wrong thermistor so that it is already much hotter. If not 100% you can increase max pid drive up to 255 in eeprom settings. This is often limited in…
  • @dmkmedia We had one user with the same problem and could not reproduce it on several computers. The user reported that after reinstallation it was ok. Actually both have fill option top so the layout manager should position them below, but for some…
  • No, new versions will replace existing. Only exception is when you have a custom host from a printer vendor and download our version, then they exist in parallel.
    in Billyboy Comment by Repetier May 2017
  • > it only set the first (at 500) position and moves anymore during the execution.  So xy moves do not work when servo is enabled? Do commands still get send? Anything in log? I think your sentence is likely to be misunderstood.
  • Ok, I know what you mean now. The only valid test if connection is really possible is login to the server not seeing other server with ssh and sendwget http://:3344 and check the file returned. If that works the server must also see it since it uses…
  • In config tool there is an option "Pre raise Z axis" - make sure it is set to never. That might cause a hop up but printer would know z is not 0 then.
  • There is nothing in linux preventing sleep if you have not defined it in os, yes. Extruder does not keep extruding - it oozes since it stays hot. What happens is that no more gcode gets send since notebook sleeps and as soon as it wakes it continues…
  • Does your browser contain a default language like en as well? Default means if no language in your preferred languages and order match it should take that. So if chrome has language en it will take english. If it only contains dutch it will take cz.…
  • See what you wrote:M119: endstops hit: x_min:L y_min:L z_min:L Z-probe state:LG32 S2 autolevelingG1 Z0 - test Z0 (OK)M119: endstops hit: x_min:L y_min:L z_min:L Z-probe state:H Do you see the error? Z probe changes here and z_min is now present but …
  • Ok, I think I see the problem. There is in deed the possibility that the continue code gets executed twice. Thanks.
  • You might have 1/128 microstepping then. These exist and you can change the microstepping with dip switches or jumpers on most boards. 640 steps per mm is very much for a delta. If you are using a due based board (not sure what it uses) it would be …