Re: xy offsets
Yes! This can be done. When I first setup I manually adjusted the Z-Offset thru LCD Menu, I only had end-stop switches then. Though I used the line below to raise the Z axis up 10mm #define...
View ArticleRe: Can't get mesh bed leveling to work
I have always added "M420 S1" to the last lines of the Startup -G-Code like this, to restore the Bed Leveling Data. M117 My Print... G28 X0 Y0 G1 E4.0 ;prime extruder G92 E0 ;reset extruder length...
View ArticleRe: Can't get mesh bed leveling to work
I reflashed my firmware, did the mesh leveling again and now it seems to be working... Maybe I was too tired yesterday and didn't see that the z axis was moving a little. But now my print perfectly...
View ArticleRe: Can't get mesh bed leveling to work
I have also enabled baby-stepping - this allows me to nudge the nozzle into position during the single or multi line Skirt. #define BABYSTEPPING
View ArticleRe: Marlin Auto Bed Leveling Reverse Behavior
Hey DOYT I'm having the exact same problem... Did you find a solution?
View Articleproblem with LCD and encoder mod
Hello. I'm reading this forum for a while but now I have a problem with a printer mod. I'm talking about: [www.thingiverse.com] I have made the hardware part some months ago and then I was used...
View ArticleFirst time install of Marlin
Hi. I am. building a hypercube core xy printer and I am getting an error when installing marlin.. Below is the error and I would appreciated any help, Thanks, Arduino: 1.8.6 (Mac OS X), Board:...
View ArticleRe: UBL and probe offsets
What sort of sensor are you using? If it's an inductive or capacitive sensor you want to keep away frrom probing the very edges of the bed - these probes tend to have trouble at those locations....
View ArticleRe: Which U8g library to use?
Use the original U8glib, not U8G2. The code in Marlin expects the older library. At some point it may be updated to use the new library but that point has not been reached yet.
View ArticleRe: UBL and probe offsets
Thanks for the reply! It is a microswitch probe on a glass bed. What you're saying makes sense regarding the mesh, but is there something in the interface or a command I can run that tells me which...
View ArticleTMC2208 with Marlin CoreXY, XY Axes move at an angle(not perpendicular)
Hi, Machine Specs: Marlin Firmware(tested on the latest bug fix also) CoreXY 24V PSU XY Axes: TMC2208 Z & E : A4988 I have been using DRV8825 with MKS Gen 1.4 and they have been working fine. I...
View ArticleUBL - how are probe points calculated?
I am running Marlin 1.1.9 on a Creality CR-10s with a BLTouch probe. I am trying to auto probe as much of the bed area as I can and am trying to fool the printer into going past the bed size (the...
View ArticleRe: UBL - how are probe points calculated?
Further to my first post, I decided to simplify the issue and give some more details Notice that even though a 3*3 mesh was called for, only 4 positions were probed. The high X and Y positions show as...
View ArticleRe: Switching Extruders with TWO steppers
Will this change work for me too. I am running 3 extruders 3 nozzles from a rumba board I need a way to tell servo 3 angles for so it switches with T0 T1 T3. It will switch 2 right now but limits me...
View ArticleZ offset after homing
Hi Marlin 1.1.8 Anybody know how to offset z height to physically be 1mm above the mechanical endstop switch after homing
View ArticleSD init fail.....make me crazy:X 2560 rev b.
Hi at all.Sorry my English,but I think here it's the best place for my problem. Surely it's my mistake.But on my A10 I can't have access to SD card. With stock no problem,try with marlin 1.1.9 and the...
View ArticleRe: Z offset after homing
If you are not using Z Clearance Deploy Probe you could possible use it. #define Z_CLEARANCE_DEPLOY_PROBE 10 // Z Clearance for Deploy/Stow I prefer clearance 10mm as you can see by my line of code...
View ArticleRe: UBL - how are probe points calculated?
Still struggling with this ..... An interesting observation though: On a CR-10S with a 300 * 300 physical bed and a BLTouch Bed is set at 300 * 300. Mesh max x is 300 mesh max y is 300 I set the probe...
View ArticleRe: UBL - how are probe points calculated?
After a lot of screwing around, I have my answer! I had MIN_PROBE_EDGE 5 set in configuration_h which would not allow a probe cycle at 0 or 300 The position for probing points is based on (mesh_max -...
View Article