M81 More than just the ATX power supply
Hi I have the latest stable version of Marlin running on a Ramps board. I am using the single output to control an ATX power supply. The ATX power supply is only being used for the Heatbed. I have a...
View ArticleEnabling #define RGB_LED results in compiler error
Hi, just downloaded 1.1 release as I wanted to RGB LED functionality. However, when I enable #define RGB_LED in Configuration.h and compile I get an error. Compiling with the define commented out is...
View ArticleRe: Enabling #define RGB_LED results in compiler error
Compiles without issue with 1.6.13, ill download the newer IDE and try again. Update: compiled on 1.8.2 also... My testing was get a fresh copy of marlin enable RGB_LED download 1.8.2 ardunio ide. set...
View ArticleRe: Enabling #define RGB_LED results in compiler error
I'm compiling for a Mega 2560 with ramps 1.4 EEB. Also attached is the RepRap Discount full graphic controller which is enabled and U8glib.h is included at the start of my Configuration.h....
View ArticleRe: Enabling #define RGB_LED results in compiler error
I have created a fresh folder with untouched files. If I copy my config over then it refuses to compile with RGB_LED enabled. If I use the vanilla config with only that change, then it compiles. I...
View ArticleRe: Enabling #define RGB_LED results in compiler error
Having the same issue and logged a problem on the github page. Another user confirmed the issue when enabling heated bed option . No other feedback yet . [github.com]
View ArticleNot able to get the correct Z-position
Using K8200 with a servo assisted Z-switch on Merlin 1.1.0 Bugfix (Also tried a capacitive sensor with the same result) When homing Z, it does it work, and then lifts up to 30. The real distance is...
View ArticleRe: User guide to UBL?
QuoteRoxy Incidentally... There is a Quick Start guide available now... Bob-the-Kuhn wrote it. If you search a little bit at www.github.com/MarlinFirmware/Marlin you should be able to find it. I've...
View ArticleRe: User guide to UBL?
Same here, went back to bilinear instead of UBL. Will try it again once there is a " UBL for dummies"
View ArticleRe: G-Code Script
Hi Ed Would Tried your suggestion and its still the same, but thanks for the help anyway
View ArticleM107 G-Code
Hi All I want the print cooling fan to stay on for a set amount of time after the print as finished. I know it's M107 ? followed by the time eather in seconds or milliseconds but I cannot for the life...
View ArticleRe: Enabling #define RGB_LED results in compiler error
I can confirm that enabling RGB_LED and setting TEMP_SENSOR_BED to anything other than 0 are the conditions required to trigger this issue.
View ArticleRe: Enabling #define RGB_LED results in compiler error
Good spotting... Looking just above that error see in Marlin_main.cpp #if ENABLED(PRINTER_EVENT_LEDS) // Gradually change LED strip from blue to violet as bed heats up if (!wants_to_cool) { const...
View ArticleRe: Enabling #define RGB_LED results in compiler error
Brilliant, thanks ever so much :)
View ArticleFirmware Error - Help Required
I am setting up a new printer and copied the firmware from an existing printer and run it through Arduino 1.6.8. Each time I verify I get the following error: I have totally no idea how to resolve...
View ArticleRe: Enabling #define RGB_LED results in compiler error
QuoteDust Good spotting... I've updated the github issue with these details. One day ill learn how to submit the fix to the real code... *unhelpful remark removed* I recommend Visual Studio with the...
View Articlemarlin 1.1.0 rc7 and inductor sensor 12vdc
hello , i just finished my 3d printer MPCNC version and since i have a large hot bed i need it a sensor to auto level the platform. well i can't figure out what i am doing wrong with Marlin firmware....
View ArticleRe: marlin 2 axis order
QuoteRoxy There is laser control built into Marlin. And there is more of that coming soon. If you just want to cut or scar a material.... Everything you need is in the main branch. The bigger problem...
View Article