Search found 53 matches

by Country_Bubba
June 14th, 2021, 12:39 pm
Forum: Hardware Modifications
Topic: Control board meltdown
Replies: 13
Views: 11110

Re: Control board meltdown

As far as I know all the original ramps boards came fitted with A4988 drivers. That having been said, the stepper motors for the most part (excluding closed loop and some hybrid types) are all the same. The steppers used on these printers can be run by any of the usual drivers as long as they are pr...
by Country_Bubba
June 14th, 2021, 7:56 am
Forum: Hardware Modifications
Topic: Control board meltdown
Replies: 13
Views: 11110

Re: Control board meltdown

You've lost me here. The driver IS connected to a specific stepper motor. Next to each driver on the board is a connector that goes to the specific stepper motor for that label. This is controlled by the pins.h file which you generally will not mess with. Are there differences between the different ...
by Country_Bubba
June 13th, 2021, 8:23 pm
Forum: Hardware Modifications
Topic: Control board meltdown
Replies: 13
Views: 11110

Re: Control board meltdown

If I am reading what your saying correctly, the 4988 drivers are defined by default. You need to replace the A4988 with the appropriate TMC designation such as: ORIGIONAL: #define X_DRIVER_TYPE A4988 #define Y_DRIVER_TYPE A4988 #define Z_DRIVER_TYPE A4988 With: #define X_DRIVER_TYPE TMC26X #define Y...
by Country_Bubba
June 12th, 2021, 6:12 pm
Forum: Hardware Modifications
Topic: Control board meltdown
Replies: 13
Views: 11110

Re: Control board meltdown

Yeh, and I like how easy it is to mod the firmware! :-D Now that VSCode has a "Marlin Autobuild" extension, it makes it real easy to change the environment. Just put the proper board in config.h, save the file, and then go to autobuild and it will setup the proper pins, environment, and ar...
by Country_Bubba
June 12th, 2021, 9:26 am
Forum: Hardware Modifications
Topic: Control board meltdown
Replies: 13
Views: 11110

Re: Control board meltdown

Like you, have had a problem with a printer control board. My vote it to get an SKR V1.4 (turbo) as they are relatively cheap, have a more memory than my original, can be configured either 12 or 24V and it is very easy to use VSCode to make changes in the firmware to add features etc. If the rest of...
by Country_Bubba
March 22nd, 2021, 8:55 am
Forum: General Discussion
Topic: What are you printing lately?
Replies: 6
Views: 10635

Re: What are you printing lately?

my most recent projects have been cases to house pi zero w's and pi cameras. Have three of them now.
by Country_Bubba
October 24th, 2020, 8:36 am
Forum: Cura
Topic: Cura 15.04.6
Replies: 6
Views: 7905

Re: Cura 15.04.6

Hi,
I believe 15.04.6 is a very old version of Cura and is no longer supported. The current version is I think 4.7.1. The version numbering changed about the time I started 3D printing so do not know the reason for the new vs old numbering scheme.
by Country_Bubba
September 12th, 2020, 9:17 am
Forum: General 3D Printing Conversation
Topic: Gear Printing
Replies: 2
Views: 3636

Re: Gear Printing

I would say, give it a go. Who knows when the replacement will get to you and in the meantime you will be able to use the appliance. It may last long enough to get the replacement or it may last as long as the original? I have seen where some people have made change gears for lathes and they have be...
by Country_Bubba
May 24th, 2020, 11:28 am
Forum: General Discussion
Topic: What's everyone working on
Replies: 21
Views: 25969

Re: What's everyone working on

Hi, Well yesterday, decided to try putting a capacitor across the switch on the filament out sensor on the Ender5. Wow, what a difference. Did a test with the sensor laying over at the side and ran a test print. Near the end of the print and the sensor had not tripped, I checked the voltage again.Th...
by Country_Bubba
May 22nd, 2020, 2:16 pm
Forum: General Discussion
Topic: What's everyone working on
Replies: 21
Views: 25969

Re: What's everyone working on

yeh, that is what I thought until I had a 9 hour print fail 8+hours in because I wasn't paying close attention to it! So my search is ongoing. For the ender, I have finally found the "OctoPrint Enclosure Plugin " that will give good testing results with the switch in the Closed position wh...
by Country_Bubba
May 22nd, 2020, 10:53 am
Forum: General Discussion
Topic: What's everyone working on
Replies: 21
Views: 25969

Re: What's everyone working on

Trying to get a reliable working filament out sensor/plugin to Octoprint. I keep getting false trips and its driving me crazy. Don't have much hair left to pull out so have to find something soon! Having to rebuild the hotend on my Tronxy X5S-400 after a stupid operator error of cross threading the ...
by Country_Bubba
December 31st, 2019, 8:50 am
Forum: Firmware
Topic: Need help determining existing parameters Please
Replies: 2
Views: 11290

Re: Need help determining existing parameters Please

Thanks, that is what I was looking for!
by Country_Bubba
December 30th, 2019, 7:08 pm
Forum: Firmware
Topic: Need help determining existing parameters Please
Replies: 2
Views: 11290

Need help determining existing parameters Please

Hi, OK, have a Tronxy X5s-400 and considering upgrading the control board so I can incorporate some new features in Marlin 2.x and have a better control board. :-P I have a general idea of how to go about it, but want a base set of parameters to incorporate. Sometime in the past, I remember there wa...
by Country_Bubba
December 1st, 2019, 8:25 am
Forum: Wireless Printing and Controllers
Topic: OctoPi produces weak prints
Replies: 8
Views: 44833

Re: OctoPi produces weak prints

Hi, I think you nailed it when you talk about the power issue. I was having the same type of things happening and getting the low voltage warning. In my case, I was using a buck converter rated at 3 amps being fed off my main power supply. Used a short (less than 2") micro usb cable to power th...
by Country_Bubba
October 22nd, 2019, 9:27 am
Forum: Cura
Topic: Creating a stop point in Cura GCODE
Replies: 6
Views: 10450

Re: Creating a stop point in Cura GCODE

Use the Extension that is builtin to Cura and the Post Processing script "Pause at height" and this will do exactly what I think you are requesting.

Go to advanced search