Anet v1.0 Board Memory Cost Menu
So I disabled and enabled a bunch of stuff in my firmware to get an idea of memory cost. I used marlin 1.1.9 and arduino 1.8.4 on an Anet v1.0 board with optiboot flashed Total available memory 130048...
View ArticleRe: Unified Bed Leveling - border mesh points??
I found this in configuration_adj.h: // @section leveling #if ENABLED(MESH_BED_LEVELING) || ENABLED(AUTO_BED_LEVELING_UBL) // Override the mesh area if the automatic (max) area is too large //#define...
View ArticleWhich U8g library to use?
Greetings all- I am really confused about which library to use to compile Marlin- the page for U8glib says no more development for U8glib, and that we should use U8g2 instead. [github.com] Then when...
View ArticleABL: Home with Z-Hop, Homing: No Z-Hop?
When doing Auto Bed Leveling Bilinear, the arm is moved automatically a bit up, before homed to X and Y. When doing Home, the Arm is not moved up, instead the Hotend is moved to X endstop, then to Y,...
View ArticleRe: ABL: Home with Z-Hop, Homing: No Z-Hop?
I noticed something. Is the Z-Hop only done when Z Position is unknown?
View ArticleRe: Marlin 1.1.8: 10mm above z-endstop after homing, not in 1.1.9 or 2.0 -...
Thank you. I played around and this was not it. It was "#define Z_AFTER_PROBING". Weirdly this was commented out in all versions.
View Articlexy offsets
Marlin 1.1.8 My home is 15mm from edge of bed on x and 8mm from bed on the y Is there an offset in Marlin for this so when I do mesh bed leveling manually it's above my workarea
View ArticleDual X carraige second layer error on Z axis
I have a home built P3Steel which I recently modified to a dual X carraige. I have happily been printing with the primary extruder for some time with no issues. I needed to use both extruders today...
View ArticleRe: TMC2100 how to get into spreadcycle?
I've the same problem I'm using fysec tmc 2100 v1.3 I've cut cfg 2 and cfg3 from driver and bridge cg1 to gnd and also remove all pin below the driver in ramps 1.4 I've set my vref to 1.0 volts and...
View ArticleRe: Creating Custom Kinematics in Marlin
Can someone provide a link to documentation about the kinematics of the Hangprinter? We are trying to understand if we need to remix the Hangprinter's code or write new code for a more generic...
View ArticleRe: xy offsets
Thankyou 1 more question Z offset So right now I have my z min endstop at 0 on the bed, then I adjusted the springs to get .2mm which I've been doing for years. If I move my endstop let's say 1mm...
View ArticleRe: xy offsets
I use baby-stepping to assist me in live Z-Offset movement. This is the main reason I enabled baby-stepping. When I first start the 3D Print I can adjust Z-Offset during the single skirt to make the...
View ArticleUpdate 1.1.8 to 1.1.9 Auto Bed Lleveling Bilinear Problem
Hi, I have a problem after updating Merlin from version 1.1.8 to version 1.1.9. I have used the same parameters from the Configuration.h and Configuration_adv.h files of the older version, but the...
View ArticleRe: Update 1.1.8 to 1.1.9 Auto Bed Lleveling Bilinear Problem
I too have 3DP11 and a 3DP12 both are upgraded to the max. I have configured Marlin 1.x.x though I stopped flashing controllers at 1.1.5 [attachment 106905 TheTwins2018-3.JPG] I noticed it look's like...
View ArticleRe: Update 1.1.8 to 1.1.9 Auto Bed Lleveling Bilinear Problem
Thank you, I enclose the configuration files and the STL files of my y axis (they are not perfect).
View ArticleRe: Update 1.1.8 to 1.1.9 Auto Bed Lleveling Bilinear Problem
#define DEFAULT_MAX_FEEDRATE { 300, 300, 5, 25 } Y axis looks like it tries to move. It is possible that 300 is too fast for the Y axis using a lead screw, as a test try lowering it too 100
View ArticleRe: Update 1.1.8 to 1.1.9 Auto Bed Lleveling Bilinear Problem
OK thanks, I have set #define DEFAULT_MAX_FEEDRATE {300, 100, 5, 25} and #define DEFAULT_MAX_ACCELERATION {1000, 100, 100, 10000} it seems to work! I do not understand why with version 1.1.8...
View ArticleCan't get mesh bed leveling to work
Hi I'm trying to enable the mesh bed leveling feature on my printer. My printer is a Ender-3 patched with the latest version of Marlin (1.1.9) I've already done it in the past on another printer, but...
View ArticleRe: xy offsets
Yes that's the jist. I have a mechanical endstop for the z axis. To use this feature though I need it to be 1mm above the end stop after homing
View Article