Re: Z height wrong after z probing
QuoteVBen But i found a Bug, the compensation does not work under several conditions with manual control by LCD Steps to reproduce: 1. A Z-max endstop setup is used for homing 2. after homing Z=0...
View ArticleRe: Z height wrong after z probing
I'm using different sheets of glass and aluminum as a print surface. They differ in thickness so i used the bed leveling feature to compensate the thickness. but i think it does not matter where z=0...
View Article(ASK) Delta printer, understanding nozzles position and probe position...
Delta printer with 2 nozzles and Touch probe. All positions below are relative to center of the bed which is X:0 Y:0 - The first nozzle is at X:-10 Y:0 - The second nozzle is at X:10 Y:0 - The probe...
View ArticleRe: Z height wrong after z probing
OK. We are in agreement. If you get your Z-Probe working... We can bring up the UBL (Unified Bed Leveling) System.
View ArticleRe: Z height wrong after z probing
My Z-Probe is working and the UBL system works for me too. Just over the LCD control panel the UBL works not always QuoteVBen But i found a Bug, the compensation does not work under several conditions...
View ArticleRe: Z height wrong after z probing
QuoteVBen My Z-Probe is working and the UBL system works for me too. Just over the LCD control panel the UBL works not always Can you explain in more detail what you are seeing? Why do you say "Just...
View ArticleRe: Z height wrong after z probing
I tested it again but now with enabled debugging output G29 P 0 T M A Unified Bed Leveling System activated. Mesh zeroed. echo:busy: processing echo:busy: processing echo:busy: processing echo:busy:...
View ArticleRe: Z height wrong after z probing
The Fade_Correction factor is done in the G0 & G1 handler for efficiency. The printer only changes layers occasionally. So it saves a lot of CPU cycles by only doing it there instead of on every...
View ArticleRe: Z height wrong after z probing
QuoteRoxy The Fade_Correction factor is done in the G0 & G1 handler for efficiency. The printer only changes layers occasionally. So it saves a lot of CPU cycles by only doing it there instead of...
View ArticleRe: Z height wrong after z probing
OK... I didn't know about the 3 !'s I'll get rid of that. Thanks! I don't believe a G90 should deactivate the UBL Bed Leveling. Did it come back on after a G91? I did a quick test and it seems to be...
View ArticleRe: Mesh bed leveling is not active [1.1.0 RC6]
I'm still curious how to get mesh bed leveling active again when I do a G29 and it says "mesh bed leveling not active". If it is because I tried to home an individual axis instead of doing a G28, then...
View ArticleRe: Mesh bed leveling is not active [1.1.0 RC6]
Quotebrucehvn I'm still curious how to get mesh bed leveling active again when I do a G29 and it says "mesh bed leveling not active". If it is because I tried to home an individual axis instead of...
View ArticleMARLIN 31/07/16 - Z_RAISE_BEFORE_HOMING missing
Hi everyone, Ive just configured my Corexy printer with the latest Marlin firmware, and cant find a parameter that used to be in the older versions = Z_RAISE_BEFORE_HOMING AS my bed sits at Max height...
View ArticleRe: MARLIN 31/07/16 - Z_RAISE_BEFORE_HOMING missing
In 1.1.0 RC6, it was called MIN_Z_HEIGHT_FOR_HOMING However, it appears in the latest, 1.1.0 RC7, they've changed it again to // @section homing #define Z_HOMING_HEIGHT 6 // (in mm) Minimal z height...
View ArticleRe: Need to recover firmware settings.
Quotejmalinski I have a printer I have been using for 2 and a half years . It runs great and prints very good. We use it daily. My son and I are prototyping medical devices for veterinary medicine....
View ArticleExtruder motor don't move
Hello, I'm going to take my DIY 3D printers in operation. It is based on a 1.4 Ramps Board with Pololu drivers. The X-Y and Z-axis are moving but how they motor of the extruder will not move. I have...
View ArticleInductive Z-Sensor Z-axis don't move when sensor is active.
Hello, I dared to bulid my first DIY 3D printer. Unfortunately, I despair a little with the settings in Marlin. I use a 1.4 Ramps Board with Pololu drivers and the latest firmware Marlin Marlin RC...
View ArticleRe: Inductive Z-Sensor Z-axis don't move when sensor is active.
Change this line to false: #define min_software_endstops true When it's false, you can go past all minimum endstops.
View Article