R_Klauco
About
- Username
- R_Klauco
- Joined
- Visits
- 38
- Last Active
- Roles
- Member
Comments
-
Thanks for the answer. Is there something I can do in this manner? I see the pin-out from the Marlin 2.0 in their github and I have the board installed in my Ender 3...A little hint might give me a chance to start...
-
I did a bit more investigation - the display still only shows the "real" coordinates - what the printer considers to be OK. Even after the move above to Z15, the display shows 25mm - which (in reality) is the valid distance, but I would expect to di…
-
One comment here - although the firmware seem to handle the G92 command properly, the LCD display is not refreshed after issuing it. So when I do G28 Z G1 Z20 G92 Z10 I would expect the LCD to display 10mm as Z position - but it displays 20. M114 re…
-
Thanks! This is what I needed I knew I missed it somewhere and it is described... Again, thanks for the great work you do!
-
And right after restart, while only heating the extruder and bed: Recv: T:232.80 /245 B:84.55 /94 B@:255 @:230 Recv: T:235.40 /245 B:84.55 /94 B@:255 @:230 Recv: start Recv: Info:Autoleveling enabled Recv: Transformation matrix: 1.000000 -0.000000 -…
-
Today it happened again, this is the serial log from the moment: Recv: ok 13027 Send: N13029 G1 X50.058 Y93.867 E4.10485*108 Recv: ok 13028 Send: N13030 G1 X50.058 Y94.733 E4.15007*102 Recv: start Recv: Info:Autoleveling enabled Recv: Transformation…
-
Well, after further investigation (and lots of trial and error) I can say this:- the G29 works OK if I reset the printer after changing the values using repetier frontend - if I don't reset the board, the values stored in EEPROM by Repetier Host are…
-
I was looking at the code for SD print pause and I seem to understand it. I would be able to use the ui part to introduce filament end routine after a button press. What I do not understand is how to reply to OctoPrint that it needs to wait a moment…
-
Sorry, I missed this post It's chinese i3 copy with Melzi 2.0.
-
So is there some implementation of MicroSwitch pause? I also already made a filament extruder system and incorporated the microswitch in it, so it would be great...
-
So, the problem was caused by me - I did not reset the EEPROM values after flashing. What's interesting is that the G32 command took the EEPROM values while the G29 took the compiled ones
-
Oh, one more hint for users as stupid as myself - the initial side-movement is caused by the fact, that I have the nozzle X and Y offset (-35mm, -10mm). So as soon as the printer starts, it "thinks" it's not at 0,0 - instead it calculates the gantry…
-
All my problems are caused by the missing inputs on Melzi. However, as I found out that the "custom" analogue buttons are not working, I did not used the display now for quite some time. So, my plan now is to introduce a Zmax switch, home to max and…
-
OK, I got a bit further. Now, I have a clear SW issue with firmware. To describe it... I disconnected the Z min switch and instead I connected the Z probe. With firmware configuration like this: #define Z_PROBE_Z_OFFSET 0 #define Z_PROBE_Z_OFFSET_…
-
You're right - the image should be rotated 180 degrees Poor me... Thanks for the advice, will test it as soon as I fix the HW
-
Hi everyone and Thanks a lot to Axelsp for the modified source code, got it compiling and working in a minute! On the other hand, I have still one issue I need to solve, I hope anyone on this chain can help me... My issue is that ALL THE MO…
-
Yep, it worked PERFECTLY. THANKS! Now I have to finish the rest of my configuration
-
Thanks, I'll try to do some excel sheet with the formula.