Re: Removing heated bed and and temperature sensors
QuoteRoxyI would not remove the heater code. I would just relax it so it doesn't do anything. Setting TEMP_SENSOR_BED to 0 disables the heated bed. I believe Marlin will complain if you set all...
View ArticleRe: Homing Y is also homing X
make sure //#define COREXY is commented out with the prefixing //
View ArticleRe: Homing Y is also homing X
QuoteDust make sure //#define COREXY is commented out with the prefixing // This was already commented out.
View ArticleRe: Removing heated bed and and temperature sensors
QuoteThinkyhead QuoteRoxyI would not remove the heater code. I would just relax it so it doesn't do anything. Setting TEMP_SENSOR_BED to 0 disables the heated bed. I believe Marlin will complain if...
View ArticleRe: Help with compiling errors
Quotebananas I tried with the official release, same errors. Are you saying you tried with Geeetech's official release and posted code for your printer? And with that unmodified code you get compile...
View ArticleRe: ABL sloped front to back
My hot bed is a 1/2" thick MIC6 aluminum plate, very flat and I am only probing 4 points (outer corners) I seem to have better luck with Kimbra Marlin. Maybe I will try the RC3, is there a config...
View ArticleRe: Help with compiling errors
Enabling auto bed levelling causes most of these errors with the Geeetech code and the official Marlin code. It compiles relatively error free until I enable "#define DISABLE_MAX_ENDSTOPS". I need to...
View ArticleRe: Help with compiling errors
Quotebananas said: It compiles relatively error free until I enable "#define DISABLE_MAX_ENDSTOPS". I need to enable this so auto bed levelling will work. I don't understand how Auto Bed Leveling is...
View ArticleAuto Bed leveling Issue
Hoping you all can provide some help. I'm having issues getting AutoBed level to actually print level, it doesn't seem that the algorithm is actually working. I've attached a video and a picture to...
View ArticleGetting error when uploading to printer board
This is the error i am getting and I am completly lost on this. Any help would be awesome:S Arduino: 1.6.7 (Windows 7), Board: "Arduino Mega ADK" In file included from sketch\Marlin.h:21:0, from...
View ArticleRe: Getting error when uploading to printer board
Why are you using a "Arduino Mega ADK" Thats a very weird non standard choice, should just be a "Arduino Mega" ADK is Accessory Development Kit. The ADK has a USB host interface to connect with...
View Articlefull smart graphic controller encoder problem
Hi I'm new I bought ramps 1.4 and full graphic smart controller when I upload marlin I can see the main screen but I can't control with button. The button works on repiter firmware but don't in...
View ArticleRe: Auto Bed leveling Issue
Quotekdmshark I'm currently using an induction sensor to probe the bed. Any help would be appreciated, A lot of times these kind of problems are caused by having bad information in your EEPROM. Even...
View ArticleRe: Getting error when uploading to printer board
Ok... I have figured out my problem. Thanks for the mention of the ADK I accidentally selected the wrong board, meant to choose the one above. Now I have a new issue all together. I will post it...
View ArticleMKs base v1.4 no option in marlin for EEFB
Ok, so here is the problem I have encountered. I am trying to setup my printer with dual hot ends, fan and heated bed EEFB but there is no option for this using any of the RAMPS selections. The...
View ArticleRe: MKs base v1.4 no option in marlin for EEFB
Shouldn't you be using the MKS_BASE for your board? RAMPS by itself has only three MOSFET controlled outputs, so you need to add some extra circuitry. Use the EEB setting and add something like this...
View ArticleRe: ABL sloped front to back
Made a little head way on resolving this issue. I changed my G28 from the X Y home position which had the proximity detector partially off the bed to the spot for the first G29 bed leveling location....
View ArticleRe: Help with compiling errors - Almost solved
I have fixed most of the errors except this one: sketch/Marlin_main.cpp: In function 'void set_bed_level_equation_lsq(double*)': sketch/Marlin_main.cpp:998:36: warning: deprecated conversion from...
View ArticleRe: MKs base v1.4 no option in marlin for EEFB
Thanks for the input and I may need to buy a RAMPs setup but this board came with my printer and wanted to use it if possible. MKs Base advises to use the ramps configurations in Marlin...that is why...
View Article