Wont use ABL measured values
Hey there, i enabled bilinear ABL on my Marlin 1.1.6 bugfix (downloaded today). It does the M29 well and gives me the measured values on the end. But if i start a print, the values don't used, the bed...
View ArticleRe: Wont use ABL measured values
Found the problem. I did a G28 after G29, that deletes the measured values. No i go with G1 X0 Y0 back to home position and leveling works.
View ArticleRe: Marlin 4.3 ERR MIN TEMP BED
Sembra che il tuo configuration.h stia bene. Quando accendi la stampante per la prima volta. Quali sono le letture iniziali della temperatura. Se la temperatura del letto è inferiore a 15C, la lettura...
View ArticleRe: Marlin 4.3 ERR MIN TEMP BED
La lettura iniziale effettivmente è sotto i 15gradi sul mio LCD leggo 14. Ho trovato il parametro che mi hai indicato,ma dalla descizione non sembrerebbe essere un valore minimo. // Use it for Testing...
View ArticleRe: Marlin 4.3 ERR MIN TEMP BED
Non ho mai trovato il modo di ridefinire l'errore di mintemp, quindi ho risolto il problema. è anche possibile modificare la temperatura ridondante a 12.5 // # define TEMP_SENSOR_1_AS_REDUNDANT...
View ArticleRe: Need some Firmware Mods... Who wanna get paid to do it for me???
Hey Roxy-Thanks for the reply and advice. I'm runing Marlin 1.6.6. As released Filament Runout does NOT work until you disable SD Printing in the Marlin.main.cpp section as follows: Default if -...
View ArticleRe: Marlin 4.3 ERR MIN TEMP BED
Ho provato come suggerito, ma continuo ad avere l'errore di min temp e la stampante siblocca!! Ho provato ad escludere il controllo impostando -100 su MIN_TEMP_BED e la stampante funziona...
View ArticleRe: Need some Firmware Mods... Who wanna get paid to do it for me???
Post your Configuration.h , Configuration_Adv.h and pins files. Lets take a look see what you have.
View ArticleRe: Need some Firmware Mods... Who wanna get paid to do it for me???
OK! Here ya go!! I REALLY appreciate y'all having a look and pointing me in the right direction. Like I said though- If someone wants to really dig into this and help me get this fixed quick I'll pay...
View ArticleRe: Need some Firmware Mods... Who wanna get paid to do it for me???
Runout sensor without SD Card It appears you have to have "SD Support or Printjob Timer" #error "FILAMENT_RUNOUT_SENSOR requires SDSUPPORT or PRINTJOB_TIMER_AUTOSTART." So your line should look like...
View ArticleRe: Need some Firmware Mods... Who wanna get paid to do it for me???
And the "Gentleman & a Scholar award goes to... Mr. Roberts_Clif!! Thank you very much for your response Sir! I made the Mods you suggested and the good news is that when I am jogging my machine...
View ArticleRe: Unable to print in bed centre
Hi obewan, Thanks for the link, I'll watch that now and see if it helps. Noel
View ArticleLCD Encoder setup
The rotary encoder on my lcd panel adjusts the speed when the printer is idle BUT when it starts to print, the decoder does nothing. How can i change the menu option in Marlin to counter this? Basil
View ArticleMarlin 1.1.6 z-probe connected to Z-MAX as endstop not working
I have been using Marlin 1.1.0 RC-8 for a while without big problems, but thought I would upgrade to 1.1.6 for some of the new bed-leveling and auto-reporting features. I have an Arduino mega and the...
View ArticleRe: Marlin 1.1.6 z-probe connected to Z-MAX as endstop not working
Your best option is probably to edit pins.h and swap the pins used by Zmin/Zmax
View ArticleRe: Marlin 1.1.6 z-probe connected to Z-MAX as endstop not working
As I see it you should enable for Z_probe when homing Enable //#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN Change #define X_BED_SIZE 200 //220 #define Y_BED_SIZE 200 //210
View ArticleMarlin Cold Extrude
So I am trying to use cold extrude to operate a motor on a Sanguino using Pronterface due to x/y/z axis all being used. To achieve this I have tried: Commenting out #define PREVENT_COLD_EXTRUDE in...
View ArticleRe: Motors Speed painfully slow
I have the seem problem but i use NEMA17 i wish you found the solve for this problem
View ArticleRe: Marlin 1.1.6 z-probe connected to Z-MAX as endstop not working
Doing what you both suggested was the solution. I read the documentation as if I could change the z-min-pin within configuration.h but apparently the the pins.h is imported after configuration.h and...
View Article