Re: Marlin Compiling Errors
Hey, thanks for the reply! Sorry, but I know nothing about programming languages or syntax or any of that...are you saying that this problem could be fixed by writing that particular line a different...
View ArticleRe: Marlin Compiling Errors
That is perfectly fine that you replaced the line with one that did not give you a warning. But you didn't have to do that. It was just the compiler alerting the programmers that they had gotten a...
View ArticleRe: Marlin Compiling Errors
Yes. Warnings shouldn't prevent your compile from completing and uploading to the arduino. If it's not compiling, then there must be errors. Can you supply a complete dump of the compiler output?
View ArticleRe: Marlin Compiling Errors
I know warnings don't mean I can't upload the firmware to my board, but I'd like to clean up any sloppiness when I find it...I'm a bit of a perfectionist when it comes to these things. I suppose I...
View ArticleRe: Marlin Compiling Errors
Quotefoot2theballs I know warnings don't mean I can't upload the firmware to my board, but I'd like to clean up any sloppiness when I find it...I'm a bit of a perfectionist when it comes to these...
View ArticleRe: Marlin RC5 - MKS_13 vs MKS_BASE
I've not compiled RC5 yet. I used MKS_BASE on RC4 for testing, but still using 1.0.2-1 with 33 for MOTHERBOARD for regular printing. Reason why I am asking is here's the new MKS_13.h: /** * Arduino...
View ArticleError with u8glib when compiling for LCD support SOLVED
I setup my firmware in marlin (latest version) and when I set it to compile it tells me to download the u8glib for arduino libraries. So I download this: and put it in my documents/arduino/libraries...
View ArticleRe: Error with u8glib when compiling for LCD support
Seems I have failed in using the [hide] tag for my error messages
View ArticleRe: Error with u8glib when compiling for LCD support
Are you using Arduino for other purposes? Some people do and end up with the u8glib being in multiple places. The one included with Marlin is the one that has to be used with Marlin.
View ArticleRe: Error with u8glib when compiling for LCD support
SOLVED I tried it again on another computer and it worked. Seemed something is wrong with this one
View ArticleRe: Marlin RC5 - MKS_13 vs MKS_BASE
The Marlin RC5 was a clean-up (text and code) from RC4 and great improvemend , RC4 was not working for me ,when i make a print direct from the LCD SD card . When i compiled and uploaded it there was...
View ArticleRe: Marlin RC5 - MKS_13 vs MKS_BASE
Quotegaraguido i used the newest Arduino software 1.6.8 with RC5 and there where no errors at all . The release notes are not emphatic enough. But you REALLY need to use Arduino V1.6.8 because we...
View ArticleRe: LCD 20x4 on Megatronics v3 with Marlin
I'm at my wits end with this thing. I did find the LCD size lines in the "Conditionals.H" file but I don't understand why I keep getting only two lines and, when I do get the contrast settings right,...
View ArticleProblem using M42
I'm trying to add bed lights to my Ord Hadron printer using a Reprapdiscounts fan extender (http://www.geeetech.com/wiki/index.php/Reprap_Ramps1.4_RRD_Fan_Extender). A test program blinks the lights...
View ArticleMesch_bed_leveling not working from LCD "Bed level"
I have up-loaded the newest Marlin 1.1.0 RC5 software with activated the "Mesh_bed_leveling " and "Man_bed_leveling " in the configuration.h file. When i uploaded it with Arduino IDE_nightly (= 1.6.8...
View ArticleRe: LCD 20x4 on Megatronics v3 with Marlin
I think it is more likely that you have the wrong display type configured. There are a lot of people at github.com/MarlinFirmware/Marlin that do work involving the LCD Panels. It might be worth while...
View ArticleRe: Mesch_bed_leveling not working from LCD "Bed level"
There are some other bugs in the LCD Panel control of things. They are being worked on. But you should be using RCBugFix and not the RC-? branch. RCBugFix is always an improved version of the RC-?...
View ArticleRe: Mesch_bed_leveling not working from LCD "Bed level"
I have tryed using RCfixbugs branch , but no succes . The changing , i discover on the display menu was a extra sub layer , concerning bed leveling command . But still , my bed leveling dos not work...
View ArticleDisable Z Probe
After dealing with an inductive Z probe that returned imprecise results I switched to manual bed leveling on my Printrbot Simple Metal and removed the errant sensor. I'm worried that if I accidentally...
View ArticleRe: Disable Z Probe
I don't know what your inductive probe puts out for a signal, but you could tie that pin either high or low so that the firmware thinks it is untriggered. But really, compiling the firmware is so easy...
View Article