Re: About configuring the Marlin for Delta machine (single nozzle for...
Thank you! I will try to turn on the UBL.
View ArticleRe: About configuring the Marlin for Delta machine (single nozzle for...
@cthsieh Please could you post your working configuration.h because I have the same problem and can't find a fix?!? Cheers Dave
View ArticleRe: About configuring the Marlin for Delta machine (single nozzle for...
Hello, Actually, I didn't exactly solved the problem. The above error message showed up when I selected "AUTO_BED_LEVELING_LINEAR" as the bed leveling of my system. But the code can pass the compiling...
View ArticleRe: New to Marlin: RAMPS heated bed not working
A day or two after posting, the Arduino died a death and could not be revived. Reflashing a new Arduino and the issue is magically fixed. I suppose about a year isn't bad for a cheap knock-off, but...
View ArticleRe: About configuring the Marlin for Delta machine (single nozzle for...
Thank you, I'll try "AUTO_BED_LEVELING_BILINEAR" as all my problems started when I selected "AUTO_BED_LEVELING_LINEAR". I'll let you know how I get on Cheers Dave
View ArticleInfo on fw Marlin and Prusa BQ Hephestos XL
Hello to all. For a few weeks I bought a BQ Hephestos XL and I'm already printing. I wanted to ask if I can use the original Marwin fw as the electronics is always a RAMPS. Do I guess I only need to...
View ArticleMarlin 1.1.4 : Message Endstops hit missing on G30
Very good days, I have a prusa I3 rework 1.5 and decided to upgrade the firmware from 1.0.2 to 1.1.4. Everything seems to work fine except that when I'm going a G30 I'm not getting the message...
View ArticleRe: I can not upload marlin to sanguinololu board error avrdude:...
I don't know if this is of any help... But I remember vaguely to have had a similar problem a while ago with my Sanguinololu and IIRC arduino 1.6.5. It turned out to be a problem with the baud rate. I...
View ArticleGarbled text REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
Hello! I Have built a printer around a Rambo 1.3 and Marlin 1.1.0-RC8, works greate but i have problem with the LCD Randomly it buggs out and displaces the graphics/text. Se pictures, LCDOK is as it...
View ArticleComplies but with errors
Hi all Having a little trouble compiling Marlin 1.1.0 RC7 with IDE 1.8.3 I get the following errors In file included from sketch\MarlinConfig.h:30:0, from C:\Users\Ian\Desktop\3D\CTC...
View ArticleRe: Complies but with errors
QuoteSuggy Hi all Having a little trouble compiling Marlin 1.1.0 RC7 with IDE 1.8.3 I get the following errors In file included from sketch\MarlinConfig.h:30:0, from C:\Users\Ian\Desktop\3D\CTC...
View ArticleRe: Complies but with errors
Ah... That symbol is: #define BED_CENTER_AT_0_0 You don't get to change those numbers. But you can turn on Safe Homing and set the location.
View ArticleRe: Complies but with errors
Ok thanks, is this new? as 0 0 would put the hotend at the rear right of the bed
View ArticleRe: Complies but with errors
Think I have figured out what you mean!! // @section homing // The center of the bed is at (X=0, Y=0) #define BED_CENTER_AT_140_78 //#define BED_CENTER_AT_149_75 // Manually set the home position....
View ArticleRe: Complies but with errors
your still missing it... you have two options "//#define BED_CENTER_AT_0_0" or "#define BED_CENTER_AT_0_0" You cannot change the number as this is a variable name not a parameter (well its a...
View ArticlePrinting Above Bed 1.1.4
Hi guys, i hope you can help. I setup my printer with marlin 1.1.4 and BLtouch. The printer homes and then auto levels fine. When it comes to print it is printing above the print bed. When my printer...
View ArticleRe: Complies but with errors
I know it should be once and not twice, the second one after the // (commented out) is what it was before I changed it. What I don't understand is how can BED_CENTER_AT_0_0 when 0,0 is minimum...
View ArticleRe: Complies but with errors
On a delta type printer 0,0 is centre of the bed. Deltas also use all max endstops, when it homes it is at 0,0,max height.
View ArticleRe: Complies but with errors
Ok but on a Cartesian style printer how will it know where the center of the bed will be?
View ArticleRe: Complies but with errors
It doesn’t The printer knows nothing about the centre of the bed. It knows where 0,0 is how large the bed is. The only thing that needs to know where centre of the bed is the slicer, it just takes the...
View Article