Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
I wonder that slic3rPE does not create default configs once you run configuration. I will test this. But empty directory explains why it does not show any configs. Guess you saw some defaults then in the slicer gui.
-
What did you set the data directory to? Slic3rPE default is $HOME/AppData/Roaming/SlicerPE I think. See if the subfolders contain files. Start configuration to see the native gui and see if that shows configurations.
-
Retraction settings depend on filament, temperature, extruder type, speed and probably some more. So there is no general value working for all. Just test what fastest retraction is you can safely handle. Then check how much retraction gives improvem…
-
While printing, there is some pressure in the nozzle. So if you stop printing the pressure will cause more filament come out. So retracting should remove the pressure at best fast, but not so fast that motor stalls or filaments starts slipping. This…
-
Please also post page url you mean. Not sure what you mean at the moment.
-
It has nothing to do with water also it means watertight as well. The problem is that the mathematical representation of the hull is wrong and that can cause wrong results after slicing. So no, you do not need to, but then also do not complain if sl…
-
Wait for next update where we have fixed the issue. Disconnecting host and connecting also gives the button back.
-
Select the manager and not configuration. Then you can set the executeable (e.g. newer version) and also the data storage directory. Remember that slic3rPE does use a different directory then Slic3r as they are drifting apart a bit. If there are no…
-
M105 responses are hidden by default. Enable ACK then you might see them. What firmware are you using and what is the M105 response? You can enable logging in host (Preferences->basic) and in any case you see the answer there.
-
Server reset is the most wrong used term here, so please be more precise what you mean. Especiall yon a pi a printer disconnect is much more likely then that the server it self did reset. Check /var/log/syslog at the time of printer stop if you see …
-
Ok have seen it and will repair for next release. Thanks.
-
Yes, if you have the disconnect messages in syslog it i slinux doing this, so out of our scope. It seems the raspberry is very prone of the usb problem. For man yuses it works find but some have problems with it. What you also can try is adding a po…
-
No you can't or more precisely the inluded slicers do not support and and we also have no solution to input it.
-
I see you have #define Z_PROBE_HEIGHT 0 for a inductive probe. That is in 99% wrong as the inductive probe will trigger before nozzle touches the head. That is the nice thing with these probes. Then when finished it would go down the z probe height.…
-
The reboot loop happens if server sees the port and connects and then something bad happens, e.g. printer not responding. You can enable to log normal connection data in server. Then you can download connected.log to see what communication is going …
-
In printer console or however that is named in octoprint run G33 L0. It will output a lot of G33 commands which you copy. Sending these will set the matrix like it was when sending G33 L0. Of course we can also store multiple 5x5 grinds. But a grid…
-
That really helped. There is a bug in host that reading config crashes when you have no heated bed defined. Reading webcam data comes after that part so the webcam url is never read and can not be shown. As intermediate solution add a heated bed to …
-
Interesting gcode as it gives completely wrong extrusion length in server. Reason might be the same as your print problem. The gcode has one wrong line M221 S100{else}95{endif} This is flow multiplier and is a bit random what which software will i…
-
0.92 is so old and buggy regarding z-probing that I can not really help here. It is one of the big improvements in 1.0 that it fixes many z-probing issues. Not that it did not work but it had it's kinks.
-
Good idea to link the article in download page.
-
That is strange as I tested exactly this combination to verify it is working. Are there any error messages in host log that show something goes wrong?
-
I have no real idea how the pi should affect your wifi router. At start up it runs in AP mode and then you can connect to your wifi and it will use dhcp configured by the linux tool NetworkManager. We do not go into linux internal and just call know…
-
Ok, I had a different workflow. I always upload and print over server tab, where the problem does not exists. With that flow I could reproduce. It makes no sense to disable that button at all as you can also print while printing - then it gets queue…
-
See Printer.cpp homeAxis in 1.0. It is this code that does pre raise: #if Z_HOME_DIR < 0 #if ZHOME_PRE_RAISE == 1 if(zaxis && Endstops::zProbe()) PrintLine::moveRelativeDistanceInSteps(0, 0, ZHOME_PRE_RAISE…
-
Did you check /var/log/syslog to see if that is the problem?
-
Yes, same as I got when testing. Will be fixed in 0.90.1 coming soon. Just waiting to see if I had added some more minor bugs to fix.
-
Never had this problem using chrome. Testing with firefox I could reproduce the problem. It's really bad if browsers handle such things differently. Adding a repair function is unfortunately quite some work, so I will not fix this for now. I'm miss…
-
Did you upgrade to Host 2.1.2? We now support multiple webcams so the format has changed and only from 2.1.2 onwards host knows this new format.
-
Use only one language and remove some features not necessary. I know it is tight, but it should fit if enough is disabled.