Re: RepRapdiscount smart controller shows odd characters after boot screen
So bog standard RAMP + MEGA2560 + REPRAP_DISCOUNT_SMART_CONTROLLER Using your config files on same hardware, It works fine on my test setup. BTW it doesn't have a SPEAKER, it has a buzzer. But that...
View ArticleRe: RepRapdiscount smart controller shows odd characters after boot screen
QuoteDust So bog standard RAMP + MEGA2560 + REPRAP_DISCOUNT_SMART_CONTROLLER Using your config files on same hardware, It works fine on my test setup. BTW it doesn't have a SPEAKER, it has a buzzer....
View ArticleRe: RepRapdiscount smart controller shows odd characters after boot screen
QuoteDust So bog standard RAMP + MEGA2560 + REPRAP_DISCOUNT_SMART_CONTROLLER Using your config files on same hardware, It works fine on my test setup. BTW it doesn't have a SPEAKER, it has a buzzer....
View ArticleBiqu Mechanical Endstop w/ Marlin 1.1.9
I am currently working on building an Anet Metal Frame A8 printer. Along with that is several modifications. I'm using a Ramps 1.6 board w/ Arduino Mega 2560 board, Raspberry Pi 3, 500 watt computer...
View ArticleRe: Biqu Mechanical Endstop w/ Marlin 1.1.9
It is just a switch with LED's It pulls the IO line to 5v or 0v. So you don't need pullup resistors enabled, but having then enabled wont cause an issue either. If you inverted the logic and it was...
View ArticleRe: Integrating a Custom 32 Bit Board in Marlin 2.0
QuoteDust Step 1 Identify the motherboard. The linked marlin is either BOARD_RAMPS_14_RE_ARM_EFB or BOARD_ARCHIMAJOR The RAMPS_14_RE_ARM_EFB only has 5 stepper drivers, the config has #define...
View ArticleMarlin 2.1 Dev - Homing after completing a print
I can't figure out why my printer tries to home after completing a print. This appears on my terminal: Changing monitoring state from "Printing" to "Finishing" Send: N30998 M400*44 Recv: ok Send:...
View ArticleRe: Biqu Mechanical Endstop w/ Marlin 1.1.9
I'm really at a loss for why this switch isn't working, but no matter what wire combination I use, or how its plugged in to the board, or how the firmware is set for true/false, I can not get this...
View ArticleRe: Biqu Mechanical Endstop w/ Marlin 1.1.9
[attachment 114743 Image2.jpg] [attachment 114745 FilamentRun-out.jpg] This should make it easy
View ArticleRe: Biqu Mechanical Endstop w/ Marlin 1.1.9
It very much sounds like you have a dead IO pin on your controller..
View ArticleRe: Marlin 2.1 Dev - Homing after completing a print
2.1 is extremely experimental, no one should be trying to print with it!
View ArticleImportant ifdef blocks of some features
Hello, We are doing a research about how to help new developers understanding configurable/variable features in OSS developed with C-preprocessor (i.e. ifdef blocks). Many researches proved that some...
View ArticleRe: Marlin 2.1 Dev - Homing after completing a print
Thank you, but I'd like to figure out if this is a bug or if the issue is with my configuration. If it's a bug I want to create an issue for it on GitHub.
View ArticleRe: Biqu Mechanical Endstop w/ Marlin 1.1.9
I wondered about that, but I was able to take my Y axis endstop, and connect it to the Z axis pins and it worked fine. Showed open when it should and triggered when it should. So it appears to be...
View ArticleEnabling joystick - Hmm
Hello I have a Rambo 1.4 running Marlin, and I am trying to enable the joystick function without success. I have mapped my required pins as I think I need in Config_adv.h: /** * Analog Joystick(s) */...
View ArticleMarlin 2.0 Example configurations for LOTMAXX SC-10?
Hi, I was just wondering if anyone has made a Marlin config for the LOTMAXX SC-10?
View ArticleRe: Enabling joystick - Hmm
"Do I need to uncomment the line //#define JOYSTICK" YES!!! Or everything above is just ignored.
View ArticleRe: Marlin does not send "File opened" message to host (Octoprint)
The problem has been solved. It was a configuration problem. And there'll probably be a patch for Marlin which prevents this problem from happening again in the future. The Configuration.h I used...
View ArticleMarlin 2.0 bare LPC1768 :S
Does Marlin 2.0 needs an especific bootloader, I'm trying to flash it on bare LPC1768 and I'm not having success. I used the flashmagic to flash the bin file, the flashing process worked but the...
View Article