Show all posts by user
Page 1 of 1 Pages: 1
Results 1 — 10 of 10
QuoteMKSA
The MKS in addition to be a pain with the Ethernet, uses 8825 stepper drivers soldered in place.
And the slow / fast decay pin is fixed and not externally accessible. Which leads to all kinds of problems.
From what I learnt in the github wiki the SPI pins are not externally accessible but through a level shifter. Only solution to get this working is to unsolder an RC lowpass on some ot
by
avion23
-
Firmware - experimental, borrowed, and future
Quotegloomyandy
I doubt if that TMC51xx support will work without a reasonable amount of work. The Duet 51xx support expects to use hardware SPI and it is all for a different set of processors (various SAMExx versions) which have a different hardware SPI unit to the LPC17xx used by this port. It certainly won't be just a case of setting the compiler option. What aspects of the 5160 do you need? H
by
avion23
-
Firmware - experimental, borrowed, and future
Sorry if I've missed that, but is there already support for TMC5160? I've ordered the new SKR 1.4 Turbo with TMC5160. Those have SPI or UART interface.
EDIT: Okay seems like it: src/Duet3_V06/Pins_Duet3_V06.h:#define SUPPORT_TMC51xx 1
I'll investigate how to enable those when I have the board
by
avion23
-
Firmware - experimental, borrowed, and future
Tronxy X5SA with the chitu_f103 board is now supported in the bugfix-2.0.0 branch of Marlin. Including the bootloader.
by
avion23
-
CoreXY Machines
Are you printing from SD card or octoprint? the serial bandwidth is limited.
Try to set the resolution to at least 0,01mm.
by
avion23
-
Delta Machines
QuoteI wonder what it will take me to injection mold them of POM or PTFE
Thanks for your update.
I thought about 3d printing the plastic cage. Don't laugh I have some POM at home. This stuff is difficult to print and dangerous, but sippery. The inner ball needs to be pressed into the cage anyways, so inaccuracies might be evened out.
What do you guys think?
by
avion23
-
Delta Machines
Thanks hercek,
I'll try them out anyways. I hope I'll remember this thread and report
by
avion23
-
Delta Machines
I've had the same problems with magnetic joints. I thought it was just me. I've 'fixed' the problem using long springs to attach each pair of rods to the effector. The extra holding force helps.
But with fast printing the plastic deposition is sometimes uneven which leads to bumps. Those get evened out with time. But with magnetic joints the effector comes loose and the print is kaput.
I've ord
by
avion23
-
Delta Machines
Thanks!
I've switched over to a MKS SBase v1.3. And I've realized, that it's impossible to get clean prints with Octoprint. I think the cause is that the bandwidth and latency of the usb-connection is just not good enough which results in small pauses. So I've blobs all over my prints. I can fix this by printing from SDcard. But then I have other problems like the ringing DVR8825 stepper drivers
by
avion23
-
Firmware - experimental, borrowed, and future
Hello,
I'm trying to configure klipper for my anycubic kossel. The biggest problem is translating the geometry from marlin 1.1.8 to the klipper configuration files. Does anyone know how to calculate the values from a working marlin config?
This is my marlin config:
// Print surface diameter/2 minus unreachable space (avoid collisions with vertical towers).
#define DELTA_PRINTABLE_RADIUS 90
by
avion23
-
Firmware - experimental, borrowed, and future