Jagi
About
- Username
- Jagi
- Joined
- Visits
- 23
- Last Active
- Roles
- Member
Comments
-
Thank you for the answer. Since I want to use Due+RADDS anyway, this will be no Problem. I'll continue with your advice and will report back, when I face problems or have a working solution. Best Firmware with the best developpers! So nice to have…
-
OK, thank you very much for the Info and Help!
-
It's working now, but I don't really know why. The new Settings are: #define DISTORTION_XMIN 28 #define DISTORTION_YMIN 5 #define DISTORTION_XMAX 450 #define DISTORTION_YMAX 320 As I see it, the fix was to set DISTORTION_YMIN from 0 to 5. Since t…
-
Repetier said: Yes, that is in deed the problem. Only thing I wonder is that if I compute position I get -19.6 so your bed must have a rotation that this results in -20.00036. So solution is to decrease distortion area by 0.5mm. Am I right t…
-
Is this rotation caused by the rotation matrix of Autoleveling? Thank you for the quick help!
-
This is the complete console output: 15:31:14.725: X:-20.00 Y:0.00 Z:457.188 E:0.000015:31:37.446: Z correction disabled15:31:37.447: Reference Z for measurement:20.10015:31:37.455: Error:Activating z-probe would lead to forbidden xy position: -20.…
-
Ok, thank you!
-
I changed the values in my firmware code, but I would like to continue using the config tool. Does EXT0_Z_OFFSET correspond to "zOffset": 0, or "zOffsetSteps": 0, in the config string? Is there a complete "translation" of firmware parameter names…
-
If anyone also needs this: I found a way. Changing Extruder Offsets (EXT0_Z_OFFSET) works but is not available in the config tool. You can change the values in the EEPROM with Repetier Server or Host or in the code. Be aware that the unit is [steps…
-
Perfect, thanks!
-
Thank you very much for your answer, it perfectly solved my problem. Are the new values set by M604 permanent or are they lost after printing or rebooting?
-
Ok, I'm currently working on my other printer, but I will try to get the offset right when I have time. Thank you very much
-
One last thing: When Autolevel procedure is finished, the y axis moves towards y_max, but since I have no hardware endstop it crashes. Why does it ignore y_max_length and why does it move anyway? If you need my config.h please let me know, I am cu…
-
Tested it yesterday with Z-probe in parallel to x_min and it finally works. Thanks a lot!
-
I found the error: I did not decrease JAM_MIN_STEPS and it was set very high. Debugging doesn't seem to ignore this, so the lower values (steps/cycle) were not displayed. Thank you for your help!
-
OK, thank you for the advice. Am I right when I assume that steps per cycle should decrease when I use less microsteps? Do you have an Idea why my steps per cycle did not change when I switched to 1/32 microstepping?
-
Just wanted to say that I have exactly the same setup and was experiencing the same bug. Your fix also worked for me, so thank you !
-
Once you read it like this it totally makes sense Thanks!
-
As far as I can see, there are only 3 endstop pins on my Melzi Board, so I had to wire two of my four connected switches to one Endstop. Do you think it might work better, if I try to use x and y endstops in parallel and use the other two pins for Z…