Marlin menu item selection
In Marlin 1.1.8 selected menu item is marked only by 2 thin lines above and below, at least on my Anet A6. Anyone know if there is some sort of editable setting to make the selected menu item appear...
View ArticleRe: Marlin menu item selection
I believe what your looking for is #define MENU_HOLLOW_FRAME in Configuration_adv.h to disable it prefix it with //
View ArticleBLTouch Matrix and Return to X/Y Home
Hello all! First post and very new to 3d printing/coding. So, please bear with me, and if you ask me for detailed information (error reports, etc..), I will likely need some coaching. But I will do my...
View ArticleRe: Marlin menu item selection
AHA! :) I'll give it a go this afternoon and report back. Thanks, Dust. P.S. He does advertise his board every time, doesn't he? ;) Edit: No need to wait, I did it. That was it, now the menu selection...
View Articleextruder fan is not affected by FAST_PWM_FAN
In the latest version of marlin (1.1.8), I set the E0_AUTO_FAN_PIN to 44 and FAN_PIN to 9. I tried to reduce the fan speed for the extruder by setting EXTRUDER_AUTO_FAN_SPEED, but the PWM caused some...
View ArticleHow to start levelling from scratch?
I have quite unsuccessfully tried to implement auto bed levelling on my Cartesian printer many times. I suspect that I now have my Marlin 1.1.8 FW pretty messed up. My main issues are with...
View ArticleRe: How to start levelling from scratch?
Lets See if we can get you running. We will start Post a link of your current configuration.h file. And note any changes you may have made. or Do you have the 3D printer settings that worked before...
View ArticleRe: How to start levelling from scratch?
Prior to trying to bring up a bed leveling system.... Make sure you can print small objects (such as a calibration cube) in the center of the bed. If you don't have the setting dialed in well enough...
View ArticleRe: How to start levelling from scratch?
Should I enable the 0,0 at center of bed option in Marlin?
View ArticleRe: How to start levelling from scratch?
Here is my Configuration.h file where I left it out of frustration. Thanks for a cursory review.
View ArticleRe: How to start levelling from scratch?
I am starting with a fresh copy of BugFix 1.1 With the following enabled, Home All stops at each end stop. #define BED_CENTER_AT_0_0 When I send G0 X0 Y0, X is about 60mm toward the bed center from...
View ArticleRe: How to start levelling from scratch?
Quote#define BED_CENTER_AT_0_0 this is normally only used for delta printers, with a Cartesian style printer 0,0 is set for front left corner of the bed. Quote#define X_MIN_POS -90//-50 #define...
View ArticleRe: How to start levelling from scratch?
OK, I think that I have all necessary changes made, but unsure of the following: #if ENABLED(AUTO_BED_LEVELING_3POINT) || ENABLED(AUTO_BED_LEVELING_UBL) #define PROBE_PT_1_X 80 #define PROBE_PT_1_Y 80...
View ArticleRe: How to start levelling from scratch?
First test print started in right rear corner with the nozzle about 4.2mm above the bed. ABL didn't seem to perform well, if at all. Probed at X105 Y130, X102 Y 94 as best I could witness. Any...
View ArticleRe: How to start levelling from scratch?
When you do a G28, is the nozzle off the bed and how much. If its to the left of the bed edge,then this will be a - X min and same for Y if its off the front. eg. #define X_MIN_POS -15 #define...
View ArticleRe: How to start levelling from scratch?
G28 send all to endstops. The nozzle is positioned off the bed to the front left, approx X45 Y0 (Y in line with front edge of glass). LCD reads X0 Y0 Z-1. Bed is 210 x 210 x 210.
View ArticleRe: How to start levelling from scratch?
So if you set #define X_MIN_POS -45 , you can probably edit this directly in the eeprom using repetier host or pronerface. Then send a G28 followed by a G0 X0 Y0 Z1 the nozzle should be at the corner...
View ArticleRe: How to start levelling from scratch?
Ok, you got the nozzle to the left front corner of the bed. Thanks. The nozzle is a little too high; air printing. Now how do I set the coordinates for a 3-point ABL?
View ArticleRe: How to start levelling from scratch?
So your probe offsets are X-25 Y-50, to the left and in front of the nozzle. The probe can reach X min Y min ok , and X max-25, Y max-50 ok Try #if ENABLED(AUTO_BED_LEVELING_3POINT) ||...
View ArticleRe: How to start levelling from scratch?
Close, but I will try to adjust. Thanks for all of your help.
View Article