Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Yes, that can currently happen and will be fixed in next release. Not a new bug but newer slicers now produce code that causes it to appear.
-
What board/display are you using. Also which firmware version. Can you post the configuration file. In case I have a similar hardware I might be able to test this.
-
Is the temperature always swinging +/-15°C? That is not how a good calibrated PID controller should react. So based on the curve I see (output power would also have been nice) I would think it is just a especially big jump that manages to trigger th…
-
Yes, looks like the error I fixed for next release but missing lines would of course also look like that. You can not attach files here, you can use dropbox/google drive to add downloadable files.
-
Yes, that is what I would expect. With that it should not do what it does. Do you have enough free memory reported in log when you connect to firmware? Sometimes low memory can cause very strange effects. 1kb free ram should be enough.
-
Just have looked into the code and tested my self. Set temp to 80 and run M600 and it did not change just as it is supposed to be. If you check the log or temperature do you see that the set temperature has changed? The effective action on calling …
-
Not sure what you did wrong, could not reproduce this. But I have now updated the dev version so that I can compile with #define ENABLE_SOFTWARE_SPI_CLASS 1 #define SD_SOFT_MISO_PIN 50 #define SD_SOFT_MOSI_PIN 51 #define SD_SOFT_SCK_PIN 52 and get…
-
Have a look at the reseller list: http://doku.radds.org/resellers/ should be available in US as well, but yes it is a german company that produces them so eu is better covered. Higher resolution also always means slower maximum speeds. Expect the r…
-
Look into the G-Code. It is the F parameter in G0/G1 moves. You can also send the gcode to me and I check what time I get. Please tell me just the right printing time and what it reports for you so I can compare.
-
Ok, I could replay the error now after replaying your video. The problem is mainly that your Marlin firmware is reporting wrong temperatures for the active extruder after switching to T1. The T: comes last and overwrites T0/T1 result in server (have…
-
Great, so no firmware error just bad driver drivers on the board:-)
-
#define ENABLE_SOFTWARE_SPI_CLASS 1 should simply be in Configuration.h along with SD_SOFT_MISO_PIN, SD_SOFT_MOSI_PIN, SD_SOFT_SCK_PIN. Apart from this I think everything is correct. Values for SD_SOFT_MISO_PIN, SD_SOFT_MOSI_PIN, SD_SOFT_SCK_PIN wo…
-
It looks like y min homing worked without problem and then it goes away. ENDSTOP_Y_BACK_ON_HOME sets how far away from end stop it should move, so check what you have there. Normally you have 1-2mm so it untriggers the end stop, but not more.
-
I have modified my virtual printer to report this 15:30:26.642: T:147.00 /147.00 B:20.00 /0.00 T0:147.00 /147.00 T1:0.00 /0.0015:30:27.642: ok15:30:27.642: T:147.00 /147.00 B:20.00 /0.00 T0:147.00 /147.00 T1:0.00 /0.0015:30:28.647: ok15:30:28.647: …
-
There is no Arduino2 - typical variants are Arduino 2560 or Arduino Due. The 2560 can do around 40000Hz with quadstepping the Due can do 200000 with dual stepping. QUad stepping does not mean it is always using 4 pulses. As long as you are slow you…
-
Can you provide a gcode with screenshot of a layer with the error. I can then compare it with our development version where I have fixed visualization. I do not really think it does not read the correct file contents. So i must be in the gcode.
-
Not really. We haven't changed the time computation for years as they were doing their job. So my guess is that the gcode now is different e.g. not having a feedrate at the start that causes a wrong time. Or does it really take hours now and you ha…
-
#define START_STEP_WITH_HIGH 0 would invert step signal. But this only works for all steppers the same time.
-
In deed looks not correct. Normally marlin also reports the output with @0 @1 and we in deed prefer T0/T1 over T so this should not happen. Have to investigate if the missing @ is causing the problem here. I assume you are using altest 0.90.6 versio…
-
WIth Repetier-Host you can not do that. You would need to add a plugin to the host that has access to the information, but that would be c# programming. One solution would be to print over Repetier-Server instead (host can connect to it). The serve…
-
Gute Frage. Ich hab da eine Idee aber muss mal nachsehen ob ich das so hinbekomme. Ein Foto am Ende ist nicht das Problem aber oft bewegt sich dann der Drucker noch weil zwar alles gesendet aber nicht ausgeführt ist. Aber wenn ich vor dem Ende einfa…
-
Ja Server kennt die Lizenz erst mal nicht, aber wenn du die eingibst erkennen wir das dieser Rechner bereits aktiviert war und ziehen dafür keine neue Lizenz von den 5 Installationen ab.
-
Open eeprom settings in host/server eeprom editor and see what x/y/z length is set there. Alternatively delete eeprom by config settings sending M502 M500 and try again.
-
Da wir bereits bei 0.90.6 sind hoffe ich das es das Problem nicht gibt sonst ist es nicht der Fehler den ich gefunden hatte. Bist du schon auf 0.90.6? Wenn nicht bitte updaten und im Fehlerfall müssten wir tiefer gehen - also Drucklog und sehen ob a…
-
Thanks for the reminder. Updated version for 0.90.6 is now online.
-
Sure. Also some drivers need it inverted compared to others. In the config tool there are checkboxes for each motor to invert these signals. If you do it in configuration.h directly search for INVERT and you will find the flags.
-
Would really be great a sit seems to make much trouble. Unfortunately I do not have one, so I can not provide such a tested configuration. But if you figure it out, please post the required relevant settings and I will see if I can add it. There ar…
-
That might in deed be cause if that is not using the original sources.
-
Did you try the software spi solution I posted?
-
I think you can ignore it. There are some known visual problems when parsing some gcodes. They should be fixed in next release. They are just not not rendered but will still get printed.