Replies: 12 comments 16 replies
-
Very cool! Looks like it might be possible based purely on the similarity of appearance of the boards. For the record, as long as your machine is square, gantry levelling is a non issue. I think I levelled by gantry 5 or 6 months ago. I even switched out my bed for a new one about 3 weeks ago, and I still didn't level the gantry, complete non issue. Unfortunately, I really don't know about the hard technicalities here. There's a user on here that knows quite a bit about this stuff, maybe he'll chime in. @BeauSlim |
Beta Was this translation helpful? Give feedback.
-
If you are already running Klipper, you could get a CAN tool board like EBB42 for the extruder, then reuse the extruder driver on the main board for the second z axis. |
Beta Was this translation helpful? Give feedback.
-
Very interesting ideas here.
I would love to get either a driver freed up to use it for the second z
axis stepper or adding a drive. Either way would be great.
…On Thu, Dec 28, 2023, 14:18 Occasional Contributor ***@***.***> wrote:
1. You do not need to put the tool board in the extruder. If you
hotend is completely stock, you can disconnect the harness from the main
board and hook up the loose ends to the tool board instead.
2. The EBB42 can be used over USB or CAN. You can choose which you
want to use when building the Klipper firmware.
—
Reply to this email directly, view it on GitHub
<#37 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BCTOP6BXJX5SRTTKKGSGLODYLXVZVAVCNFSM6AAAAABBFVFG7OVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TSNRYGQ2DO>
.
You are receiving this because you are subscribed to this thread.Message
ID:
<bassamanator/everything-sovol-sv06/repo-discussions/37/comments/7968447@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
The mod described for the Creality board should work. Those are the same 2 pins I used in my fan MOSFET mod I was planning on doing dual Z on my SV06 but anti-backlash nuts do a decent job of keeping my Z screws from going out of sync while powered down. Adding a toolhead board to the MCU case is an interesting idea, but I think you can get a full 5-motor board with drivers for less than double the price. |
Beta Was this translation helpful? Give feedback.
-
Looking at the first mod (the 2 header pins and standalone mode), it looks like the motor is wired permanently on, in which case I guess you'd be unable to disable steppers from the touch pad and manually adjust the z by hand, although you probably never need to. Full UART mode looks better for sure but there's a risk of damage soldering to those tiny pins on the ic. |
Beta Was this translation helpful? Give feedback.
-
I've been experimenting with an ebb42 since yesterday. Had some issues with the configuration but as of now I'm starting my first print with the extra stepper driver. I will post my findings when I'm confident everything is working fine. |
Beta Was this translation helpful? Give feedback.
-
Well how did it go... Are u seriously injured by flying gantry debris... Should we send help? |
Beta Was this translation helpful? Give feedback.
-
OK so I figured it out and have dual Z drivers working now so can do Z_Tilt. |
Beta Was this translation helpful? Give feedback.
-
This is a pretty comprehensive write up actually. It looks like a 5 dollar part off of AliExpress. Just the labour and time. In case I actually get the time to do this what sort of guage and type of wire for this? I do some soldering boards but mostly home automation esp32 boards and such (5v's). Maybe @bassamanator knows more about the motor settings. If I get past not letting out the magic smoke out of my main board I might as well avoid burning the motor out. I noticed that allot of hey let's throw klipper on our sv06 (plus) stream videos resulted in hot motors. So maybe that's just settings |
Beta Was this translation helpful? Give feedback.
-
@Colin66 looking at your diagram and the board you soldered I don't see some connections. Are they on the reverse of the board? I see 6 connections along the uart side in the diagram but you soldered board appears different. What's going on with the green line in the diagram? I have the same parts and a SV06 + and I'm adventurous and can solder but I don't understand electronic circuits that well. Thanks for this though |
Beta Was this translation helpful? Give feedback.
-
Just commenting to say that dual Z is worth doing. I added an EBB36 to my SV06 Plus toolhead (driving the E motor, etc.) and rewired the "E" driver from the main MCU board to the second Z motor. Z_TILT_ADJUST makes my X so parallel to the bed that I'm getting the best first layers I've ever seen. |
Beta Was this translation helpful? Give feedback.
-
Yeah, it doesn't fix a bad bed but it does resolve a problem that can
contribute.
…On Sat, 17 Aug 2024, 04:08 Beauregard Slim, ***@***.***> wrote:
Just commenting to say that dual Z is worth doing. I added an EBB36 to my
SV06 Plus toolhead (driving the E motor, etc.) and rewired the "E" driver
from the main MCU board to the second Z motor. Z_TILT_ADJUST makes my X so
parallel to the bed that I'm getting the best first layers I've ever seen.
Thanks to @Colin66 <https://github.com/Colin66> for the config/macro.
—
Reply to this email directly, view it on GitHub
<#37 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABIKCVI6POYHHHTLUDSDNYTZRZL33AVCNFSM6AAAAABBFVFG7OVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAMZWGI2TSNY>
.
You are receiving this because you commented.Message ID:
<bassamanator/everything-sovol-sv06/repo-discussions/37/comments/10362597@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
Hi, do you think there's any way to add a 5th stepper driver to the SV06/+ board ?
Having proper independent Z levelling would be a great improvement. My electronics knowledge isn't sufficient but it appears to be an ender clone board and I've seen people accessing unused pins either directly from the processor or via a header :
standalone mode :
https://www.reddit.com/r/ender3v2/comments/qzxsok/i_added_a_5th_stepper_driver_to_the_stock/
https://docs.google.com/document/d/1O6iDR2msre3tUxXAF8RXY9PUIZHn8q9FAH5B1m9y7AY/edit?pli=1
UART mode :
https://www.reddit.com/r/ender3v2/comments/n3clew/ender_3v2_422427_board_tmc_uart_mods/
https://drive.google.com/file/d/1oUj07YvqexBF21gjLlnnvFgyJlPtkhSL/view?pli=1
Beta Was this translation helpful? Give feedback.
All reactions