Re: HELP! Endstop problem in Marlin
With Delta's, they typically home to Z-Max. But after that... whether it respects Z-Min is a setting in the Configuration.h file. (Software Endstops) Also, Probe Clearance setting may be coming into...
View ArticleRe: Auto Bed Leveling doubt
Hi Roxy, Yes, everything is moving to the right direction. I am using Repetier host. Yesterday I downloaded the new FW version (1.1.6) and, before sending it to MEGA, I had to reconfigure several...
View ArticleRe: Auto Bed Leveling doubt
First... Get your printer working well enough it can print a small object (Calibration cube???) in the center of the bed. Don't try to bring up UBL without being able to do this. Once you can print a...
View ArticleRe: Auto Bed Leveling doubt
Hello, Thanks for you reply. I will do as you suggest and try to print something at the centre of the bed. I´ve already tested the Endstops and they are all working properly. When the probe goes all...
View ArticleRe: Fan configuration - what am I missing?
Well, my best theories are busted. I don't know if this is something specific to 32bit or not. In my pins configuration file, I have #define FAN1_PIN PB3 // FAN1 header on board - PRINT FAN in...
View ArticleRe: Fan configuration - what am I missing?
This is probably caused by the STM32 arduino board defintions. [gcc.gnu.org] says that enums are not expanded, and STM32 uses enums for pin definitions. I've switched my local copy to #defines, and it...
View Article1.1.6
I just upgraded my box from 1.1-RC3 and when I issue a G28 X, or G28 Y it moves Z up by 10 and sits there. What has changed, or what do I need to add to make it work properly, as I found this issue...
View ArticleRe: 1.1.6
When I upgraded to Marlin 1.1.6, opened both my RC6 and the new 1.1.6 in half screen mode and went thru one line at a time until all changes were copied across. In Configuration.h, Configuration_adv.h...
View ArticleRe: HELP! Endstop problem in Marlin
Okay, so I was asked to post a video of the problem. Here is the link: [youtu.be] Thanks!
View ArticleRe: 1.1.6
Some odd reason I did not get an email notification of your reply. I did do a line by line and some things I had no idea what even where so left them alone in the new 1.1.6. Here is my configuration.h...
View ArticleRe: 1.1.6
Only error stood out "#define MAX_BED_POWER 511" this did not cause any problems though. Here is my working Marlin 1.1.6 with your configuration.h settings, I enabled EEProm, Bed BiLinear, Baby steps...
View ArticleRe: HELP! Endstop problem in Marlin
I think that 'middle position' it goes to is close to the #define MANUAL_Z_HOME_POS 250 // Distance between the nozzle to printbed after homing But, you have: #define Z_MAX_POS MANUAL_Z_HOME_POS So......
View ArticleError message when compiling "The given LEFT_PROBE_BED_POSITION can't be...
When I compile I am getting the following error: "The given LEFT_PROBE_BED_POSITION can't be reached by the Z probe." I'm not sure what this error message is telling me. #define X_MIN_POS 0 #define...
View ArticleRe: 1.1.6
QuoteRoberts_Clif Only error stood out "#define MAX_BED_POWER 511" this did not cause any problems though. Here is my working Marlin 1.1.6 with your configuration.h settings, I enabled EEProm, Bed...
View ArticleRe: 1.1.6
With Marlin baby steps, I can move the nozzle Z height using u-step by u-step up/down on the fly directly from a LCD controller turn and click knob. So let's say I start a print with a brim and notice...
View ArticleRe: Error message when compiling "The given LEFT_PROBE_BED_POSITION can't be...
When using bed leveling the Probe cannot leave the bed area. QuoteClif,s Data #define X_MIN_POS 0 #define Y_MIN_POS 0 #define Z_MIN_POS 0 #define X_MAX_POS 220 #define Y_MAX_POS 270 #define Z_MAX_POS...
View ArticleRe: 1.1.6
QuoteRoberts_Clif With Marlin baby steps, I can move the nozzle Z height using u-step by u-step up/down on the fly directly from a LCD controller turn and click knob. So let's say I start a print with...
View ArticleRe: 1.1.6
QuoteRoberts_Clif With Marlin baby steps, I can move the nozzle Z height using u-step by u-step up/down on the fly directly from a LCD controller turn and click knob. So let's say I start a print with...
View ArticleRe: 1.1.6
I have had problems after flashing if I did not reload firmware defaults. You can do this by simply. sending a M502 then sending M500. Or you can send a M502 ( Factory Reset ), M501 ( Restore Settings...
View Article