Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
The problem is it needs to add 16 extruders. It can be done but it requires a lot of code and many changes and makes the menu quite long. Not really sure it is worth all the trouble.
-
Since you have a big folder move /var/lib/Repetier-Server to that. Then take the easy linux solution and make a link (ln) from /var/lib/Repetier-Server to the new destination. Do not forget to stop server before doing so sudo service RepetierServer …
-
Has du die Region bereits angegeben. In Deutschland können mehr Kanäle genutzt werden als in anderen Ländern weshalb die standardmäßig nicht aktiv sind. Kanal 12/13 sind das denke ich. Wobei ich annehme das wenn er ihn sieht er auch erreichbar sein …
-
As soon as you disconnect/reset you loose the position information. But as long as you keep connected positions stay so pausing a job does not require new homing. Printers often still home xy axis after pause especially if they are used for filament…
-
You mean you need to delete the registry to make it work? In that case please send us a export of the registry when it happens again so we can analyse the problem. regedit.exe run from Windows+R and the HKCU/Software/Repetier and export that folder.…
-
But manual installation did work, right?
-
Sounds like you also installed repetier-server. It is not in the internet until you make your pc port 3344 visible to the internet. Until then it is only in your local intranet. Printe rover server is just one option - you can also connect directly …
-
It can be communication errors not detected. You could enable echo and log the session. Echo will write what it thinks you send while log also contains what you really have send. If it differs that is the problem. Firmware will not add moves on it's…
-
No that is not possible. Menu is not dynamic and you can also not change compilation on the fly. So the 2 solutions I told are the only one I can think of. Will see if I can come up with a better solution for V2 which has dynamic menus and is more f…
-
Removing host is not necessary. In fact Host can connect to server for printing instead of connecting to printer directly. So it acts as an alternative frontend for the server. Try disabling firewall and restart server. In start menu in Repetier-Se…
-
Good you found a solution, not that it should be required by any printer I have. But I know some boards have their problems and if that works, great.
-
RAMPS has a separate fuse for heated bed and they also have a separate power input for heated bed. So check if that bed power in gets power and if so, if the bed fuse is working. Pin setting is at least correct as far as I can see.
-
Apart from having 2 more slicers it has a different print handling.
-
I think then you need to use a host software and select a virtual extruder where the filament to change has weight 100%. Or you make idler on extruder physically off and just pull the filament out of the hot extruder.
-
That is just because it is a double and they have 16 valid digits. json export does not reduce precision.
-
250000 baud is also a often used speed. There is a checksum to protect for com errors, so normally no problem even if you get a resend error every few thousand lines.
-
Did you install it on the same computer you try to open it? localhost is the compute rthe browser runs and you need the ip where oyu installed the server. I assume here you mean open when you write download. If it is the same computer it depends th…
-
Die Lösung gefällt mirch schon ziemlich gut. sudo apt install wiringpiist übrigens der schnelle Weg wiring pi zu installieren. Unterstützt auch pi3+. Das einzige was zu Problemen führen könnte ist das es alle 0,5 sekunden pause schi…
-
As I said it is seconds so fraction is fraction of a second. 1.34 means 1.34 seconds that simple:-)
-
The programmer got a new job and is a bit busy at the moment. But he still plans to improve support. Can not make any promises on this as it is not in my hands.
-
You have set x,y,z max endstops already correctly bug #define min_software_endstop_x false#define min_software_endstop_y false#define min_software_endstop_z false#define max_software_endstop_x true#define max_software_endstop_y true#define max_soft…
-
Printing times are simply seconds. Using the difference between printTime and printTimeComp plus current time you can compute ETA/ETE based on local time zone.
-
You can of course use other external slicers and just import the gcode. There is no drawback except some more clicks.
-
It is one of the source files of the firmware. You need to compile the firmware again with that option disabled. Host has not much influence on firmware except what it can set in eeprom tab.
-
Start of a print is the most error prone time of a print. That should not really happen unattended. Plus it might add extra conflicts and problems so I think it is just too dangerous to add in a official version. You can check the web api how to st…
-
You mix CuraEngine and cura. We include CuraEngine 1.5.7 I think it is. Newer curaengine version are not compatible any more with the config system. Cura has also some plugins whcih the host does not have for the slicer, so the function you search d…
-
Just select expert mode in config tool and set the delays as described in tb6600 datasheet. That should get it going. You might reduce delays by 1us as commands add extra delay. The rest of config only depends on printer and is different for each pr…
-
The * part is the checksum. You need to send the part after Nxxx until the *. Nxx and *52 get added by host automatically.
-
Denke schon das es das gibt, aber weiß nicht wer eins gebastelt hat. Gibt es vermutlich als python script - einfach ein pi pin abfragen script suchen auf den pin umstellen und z.b. mit curl den API Aufruf mit gcode "@pause Kein Filament mehr" schick…
-
Configuration.h as all settings.