Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Habs grad mit 1.3.0 hochgeladen und sieht für mich korrekt aus: https://cln.sh/tjnmRj Auch im PrusaSLicer sah es genau so aus. Was ist der Fehler? Hast du nach dem update neu hochgeladen oder altes bild angesehen? Bilder werden ja normal nicht ne…
-
Did not know we can connect to dobot and that it uses regular gcode. Isn't that this robot arm? Anyhow red coordinates appear if you have not homed. That probably won't work so with @isathome you tell host that you are at homing position and it assu…
-
Already implemented for years:-) Go to control tab in normal gui and select exclude region and draw the exclude rectangle on the bed.
-
M221 sollte nur bei änderungen geloggt werden, macht sinn. Ist eigentlich eine Unart das slicer den Befehl nutzen - der war für user zum anpassen gedacht. Daher wird er auch geloggt. Mit der Materialauswahl wird sich einiges ändern in zukunft, dann…
-
Good to know how this works on ultimaker. Makes sense to offer a format for communication compatible to marlin, especially knowing that marlin was written by a ultimaker member if I remember right.
-
Before you start printing, you should have a look at the console without filters disabled especially during connect procedure. It sounds like you get a connection, but are there any errors or bad signs in log? If correct gcode does not work it is no…
-
Will try to do some tests on weekend. Sounds like a deeper problem, also I would not know why it should not work at the moment, but we will see. Sometimes it is just a simple modification that causes such problems as time does not get started or som…
-
Own field is too much as rarely used. But I think we could add changing filename so you can just add color after name or whatever you want. You can already if you rename in models before adding.
-
Top right the gear icon open a menu, then Register and enter the license. Bottom shows link to buy a license or from our home page https://www.repetier-server.com
-
If host is 3DPRTSRV1 the name in network is 3DPRTSRV1.local if your pc supports zeroconf/bonjour like mobiles do.
-
All settings are stored in $HOME/.mono/registry/CurrentUser/software/repetier/ so as a first try rename that folder so host thinks it is first call and it will recreate it. Of course without printer configs except deafult. Slicer settings are in sep…
-
The servo pins are not that relevant, there is no hardware PWM for them. Instead the servos are controlled by one timer interrupt routine that controls up to 4 servos with one interrupt. In HAL.h I found this: // Timer 13 does crash firmware at lea…
-
Sounds like you are printing with raft, right? If so, is 5th layer the first real layer of the print? Slicers have a setting to adjust distance last raft layerfirst model layer that you should adjust. You can check also in gcode the layer heights. I…
-
Please try updating to 1.3.0. I did some extra tests to hopefully send M155 S1 on reconnects and when we get no data for some time, but your situation does not sound like a case where it was disconnected. Maybe there is a case where it stops from fi…
-
Ok found it. AutosizeMode GrowAndShrink is not working for linux - need to set it to growonly to work. In test version it already works so next release as well. Thanks.
-
I have refactored all windows to better look on linux. They now use autolayout to adjust sizes. For some reason this one does not work on linux. Moreover one opened the menu does not work correctly any more. So there is something confusing mono. The…
-
>Or do I have to set up a filament run-out situation and look at the lock? Exactly. We do not pull for the sensor - that has bad effects on speed. We expect firmware to send a message on the event. We already have the typical responses we know i…
-
You are right, it does not matter. For next release I made them void function so no warning should appear.
-
avrdude is for both. It is not really possible to extract the data from a compiled binary. What you can is check the values like steps per mm, acceleration and max. speeds, but that is all. Motor drivers are most likely just step/enable/dir signalle…
-
As scotty said, difference is cartridge and 24V with same watt has higher resistance so on 12V it works but will not get enough power. So change the cartridge for 12V version and all is good.
-
Check console without any filters - if you don't see it post it. You can also try enabling ping pong mode in serial settings. With some printers that is an issue, but if it worked before it might something in communication that printer does not li…
-
Recv:14:53:11.345: echo:Unknown command: "M73 P1 R334 Q1 S334" Ist kein problem, der kennt den Befehl nicht und ignoriert ihn. Sind eh keine wichtigen nur infos. Schlimmer sind die häufigen Fehler. Bei der Frequenz denke ich hast du den input buffe…
-
Please check console or log if the firmware sends any message on that event. Unfortunately I have already seen several printers that are not configured to tell hosts about that event and have it only working with sd card print. Completely unneeded b…
-
Good that it is working good now. First layer can be critical if z is too low at start so you have extra pressure on nozzle making it hard to extrude correctly. At z = 0 you should be able to move a paper below hot nozzle with just a bit of friction…
-
Normally changing voltage is bad. You need new power supply and then motors and other heaters get wrong power. With 24 same resistance has 4x the power so are likely to break with full power. And if board supports that is the other question.
-
Windows can be closed using esc key. All should have that function. But if it is not reacting any more it probably might also not work with keys. Or is the rest still working? Appimage or tar file?
-
> Error:Temp. raised to slow. Rise = -2.79 after 31065 ms Means you have no energy on extruder lines, so extruder stays cold (or temperature sensor is wrong). > I have noticed there's connectivity between the 2 sides of the extruder cables. H…
-
Icons are inside the exe file, so defiinitively not forgotten. Actually it is exactly the same file as in the appimage. The difference might be the mono library. Appimage has mono 5.x included so ignores your installed mono version. What version do …
-
Is this on a pi? It is normally not read only, so please login with ssh and run mount it should show something like: /dev/mmcblk0p2 on / type ext4 (rw,noatime) important is that / is mounted rw or ther eis a problem on system start already. Then c…
-
No need to use pronterface. That is just the host software the author used. Any host also Repetier-Host and Repetier-Server would work. There you have an eeprom editor so you can interactively change the setting. Question is if you compiled the fir…