Re: Marlin homing issue
I remember When I flashed a new version of Marlin on one of my controllers, it failed and went thru some strange process after double checking everything. Nothing seemed to fix the problem. Until I...
View ArticleRe: Marlin homing issue
Do you think that when I ran the M502, it actually cleared whatever 'scratch space' is used for non-volatile settings and did in fact reset it to defaults, even though I was unable to run a M500? So...
View ArticleRe: KR-PRO-V1.1 board not converting firmware.bin to FIRMWARE.cur
Sometimes it took my boards two or three times to take the bin and rename it to cur. Combination of M997 and resets would have to do it. Also, sometimes when I transfer the bin file it is "empty" (0...
View ArticleRe: Marlin homing issue
Have you activated the Marlins EEprom functions if not or if you are having problems. You can try this with a LCD Menu option. Using marlin 2 menu Click encoder > change to Configuration Click...
View ArticleRe: Marlin crashing every time print ends
QuoteRoberts_Clif This line should have only 13 characters for the Machine Name when using a 20 X 4 Discount Smart Controller you have 15. #define CUSTOM_MACHINE_NAME "ANYCUBIC Kossel" Tested not to...
View ArticleMendel / i3 DIY sulking. - probing problem
Hi, I'm not sure if this is the place for this problem as I'm not sure if it is a hardware or firmware one. I must admit that my self build printer is sulking, it used to print very well but no...
View ArticleError when compiling Marlin 2.0
Hi all! I have an Creality CR-10 that is modified and now I want to get it running with a Bigtreetech V3 controller board. I have followed the instructions on the Marlin site and gone with the...
View ArticleMarlin 2, i3 Pro B, Z clearance being ignored
So I have a Geeetech i3Pro B, currently running Marlin 2.0.4.4, and I bought a 3DTouch (BLTouch ripoff?) but I've been having nothing but trouble getting it working. I think I'm more or less there...
View ArticleGeeeteck I3 Pro C running Marlin 2.x ??
Does anyone have a better starting point than the example config for this printer ??? The config in "\config\examples\Geeetech\Prusa i3 Pro C" compiles OK but has several problems (On "auto home" it...
View ArticleMarlin Homing problem.
Setting up my modified FolgerTec I3 with a SKR v1.3 and Marlin 2.0. Working through everything in steps and learning. Got homing and bed leveling working, but ran into a problem with the extruder fan...
View ArticleRe: Upgrading from V1.1 to V2.0 benefits
So one question here: If I want to use the current 2.0.4.4 with my 8 bit board I can do this and also keep using the Arduino software to upload, right? Is it worth a try when having an 8 year old...
View ArticleRe: FAN0 inverted PWM?
Hey guys, I have a similar problem. The only difference is that my fan is not about 10% but around 60% when I turn in on completely (M106 S255). Could you please tell me what exactly you changed in...
View ArticleRe: Upgrading from V1.1 to V2.0 benefits
So you want to live in the future but keep your stone age tools.... ??? Well It mostly depends on what processor your controller has. (I've not heard of the "deluxe" gen 6) If you have a 644p, forget...
View ArticleRe: FAN0 inverted PWM?
Hello Dust, Yes, I know. My mosfet is probably faulty as well but since I don't know how and which one to exchange l wanted to use the workaround stan78 described.
View ArticleRe: FAN0 inverted PWM?
first you need to identify your controller. From that you can work out what pins.h file it is using in marlin. In the pins.h file you swap the pin numbers so that the fan0 pin is the desired port. You...
View ArticleCompiling Marlin 2.0.x horribly slow under Arduino IDE 1.8.12
It seems 5-10 times slower than compiling 1.1.8 !!! I realize it's more complex but even so ... Dave
View ArticleRe: Compiling Marlin 2.0.x horribly slow under Arduino IDE 1.8.12
Try compiling with vscode and platformio. When I compiled marlin2 for an mks base 1.4 board (atmega IIRC) using vscode and platformio it breezed through it. 2 minutes or so.
View ArticleG34 Issues... Large format machine
I have been working on a large format printer with 3 Z steppers. // The size of the print bed #define X_BED_SIZE 610 #define Y_BED_SIZE 425 // Travel limits (mm) after homing, corresponding to endstop...
View ArticleRe: G34 Issues... Large format machine
M422 S0 X500 Y400 READ: ?(S) Z-ProbePosition index invalid. M422 S2 X240 Y20 READ: ok I'm stuck
View Article