Repetier

About

Username
Repetier
Joined
Visits
2,088
Last Active
Roles
Administrator

Comments

  • Still no luck with host 2.0.1. Will keep an eye on it when I test other printers if I can repeat it then.
  • Does not sound as this is a host related slic3r error. It would be best to report it here https://github.com/alexrj/Slic3r/issues so the authors of slic3r see it and can fix it for the final 1.3.0 release.
    in Slic3r Comment by Repetier May 2017
  • Hope you have already 2.0.1 installed. There you can set in printer settings the homing coordinates. That is what host assumes after homing. Then Z-10 should always move down 10 more. Problem is that host does it relative so if you lie on homing pos…
  • Case 1 very strange: 22:13:12.447 : ok T:223.6 /0.0 B:79.4 /0.0 T0:223.6 /0.0 @:0 B@:022:13:15.501 : N17 M105*1722:13:15.511 : ok T:220.7 /0.0 B:79.1 /0.0 T0:220.7 /0.0 @:0 B@:0 Then press start and: 22:14:54.997 : Resend: N43 G0 X79.22 Y76.554 Z0.…
  • No idea what is happening here. Sure you were viewing complete log and not disabled commands/ack? If no commands are going through it might be waiting for extruder to heat up. Slicers add such gcode normally.
  • FAT32 is not exactly the choice I would have taken for a linux file system. Have you checked that any user can read and write on the disk and that it is mounted on boot. Server runs as user repetierserver so this user must be able to read and write.
  • I think so. We have no special things as we had the advantage or using our existing gcode analyser to implement it and not fancy regular expressions that only work when matched.
  • You have configured the normal filament cooling fan that gets controlled by M106/M107. These commands get added by slicers. If you expected a fan for the extruder it self to be turned on when heating, you should have assigned it to the extruder coo…
  • Yes after reading the page I wanted to test it, but the script did not work with slic3r g-code so I wrote my own solution:-)
  • I assume after these error that the server is not running? I do not speak this language or error messages so I don't know what they say. Important is that you have a debian like OS which you seem to have and that sudo is set up ("sudo ls" for examp…
  • Add a user without any extra permission so he can only view. Permissions are only required for things modifying something.
  • Ok, could reproduce it. Renaming it self is ok and after a server restart everything is working fine. The problem here are 2 file name references in memory that do not get updated when renaming, which is also why it works after a restart. I have fix…
  • Hi, no that is not possible. The firmware menu can not control the server. You can do it from your smartphone.
  • I see we have theoretically a field for it in cost calculation. Only problem is that it is not remembered, but I can change that. That way you can assign each extruder a filament type so you see it again when selecting the the info screen. This will…
  • You still can enter numerical positions - this never changed. Just select move object in left toolbar and you see coordinates to enter as well.
  • Ok, I understand what you mean, but have problems to produce the error. What I have done is: - select a file in default - Change group to test - Select an other model so selector shows default - Select group test - Select moved …
  • What martin wrote and set z probe pin and z min enststop pin to same pin so firmware knows this special case. Thats all.
  • Then filenames would get too long. You can do that by renaming gcode (after rendering is finished) but if you have a 5 extruder print with 5 names this becomes impractical. There is also no way to extract these informations from gcode since it is …
  • We use no hardware PWM since we use many timers internally and the boards have no common usage so what works on one board does not work on the other. It is possible to add this if the used pin is not using one of the first 3 timers (0-2), but thi…
  • I don't follow marlin changes so closely to say if it is worth. Enabling echo is in host easy mode off then in manual control you have the debug options at the bottom.
  • Make sure to use right input for thermocouple - they can not use connections for thermistors since there are resistors changing voltage and thermocouple deliver direct voltage over a special chip - type 100 means you need the input where the AD595 d…
  • From dropbox/google drive share link. You can send it as pm if you think public is not good. Or use a site like pastebin to share the data. Pleaee make sure it is the written log from host not the log in the gui which is incomplete.
  • Check distortion map disable, bed coating 0, z probe height correct, z position after homing positive. All these can influnce z after probing as all get added to final z height.
  • Some baud rates work better then others on some boards, different usb cables e.g. shielded. But as I said errors on connect do not count, only afterwards.
  • Yes, it buffers 50% more so lcd update can be 50% longer before causing pauses. You can even try 32 buffer length.
  • What do you see instead if it is not the gcode? One known bug is that renaming before images are rendered causes you to loose the images. But the gcode file is main thing we look for. So not sure if you meant images lost instead.
  • Host deletes existing files and sends new version to the selected group in upload window. If that is default it would mean move.
  • It was a firmware bug that has been solved.
  • z probe bed distance is the distance nozzle should max. have when starting probing. So if you have it set to 10 and Z is 60 it will go down to z probe max distance + z probe height. If you start below probing is faster but on own risk (except deltas…
  • If you see extruder is moving and it is sending the move g-codes which is the reason extruder moves I guess it is a firmware issue. You could check M119 if all endstops are triggered which might prevent moves in the triggered direction. If it is a m…