Re: Auto Bed Leveling issues
Hi Roberts, Thank you for your patience. Here are the results, as you suggested: 08:57:41.265 : N20 M502*22 08:57:41.265 : echo:Hardcoded Default Settings Loaded 08:57:58.046 : N21 M851 Z-22.13*103...
View ArticleSet Z=5mm after homing G28
How to set , in Marlin, X=0 Y=0 and Z=5mm after G28 homing? The raison is :to protecting my flex magnetique printbed by warming up , preventing the nozzle touching or to close the bed .
View ArticlePrusa i3 Stuck on E1 Heating...
Hi, I just finished assembling a RepRap Guru Prusa i3 printer and am using Repetier-Host Mac 1.1.0 along with RepRapGuru_Marlin_v4 on Arduino 1.8.7. When I tried running it the first time, the LCD...
View ArticleRe: Set Z=5mm after homing G28
I set the "#define Z_CLEARANCE_DEPLOY_PROBE 10" even though I do not deploy the probe And "#define Z_CLEARANCE_BETWEEN_PROBES 5" Though you send a G28 Z5 ;move Z to 5mm from end-stops from Pronterface...
View ArticleRe: Auto Bed Leveling issues
What is your current offsets for // For M851 give a range for adjusting the Z probe offset #define Z_PROBE_OFFSET_RANGE_MIN -50 #define Z_PROBE_OFFSET_RANGE_MAX 50
View ArticleRe: Auto Bed Leveling issues
Hi Roberts, The values you posted are my actual values. Any suggestion? Regards, Marcus
View ArticleRe: Auto Bed Leveling issues
Ok Guys, Found the culprit. It was this line #define Z_PROBE_LOW_POINT -10 // Farthest distance below the trigger-point to go before stopping. When the errors were occurring I had the value set to...
View ArticleRe: Prusa i3 Stuck on E1 Heating...
maybe you need to comment these out if you only have 1 extruder/heater // #define TEMP_SENSOR_1 0 // #define TEMP_SENSOR_2 0
View ArticleRe: Extruder direction voltage question
I think I found a solid solution. In planner.cpp I changed line 789(ish) from if (de < 0) SBI(dm, E_AXIS); to if (de <= 0) SBI(dm, E_AXIS); With this change, Idle direction for the extruder...
View ArticleRe: Set Z=5mm after homing G28
Hi My settings are the same "#define Z_CLEARANCE_DEPLOY_PROBE 10" and "#define Z_CLEARANCE_BETWEEN_PROBES 5" But by Auto homing , my Z hight is at min. 0.1 mm and still to close to the bed , my...
View ArticleRe: Set Z=5mm after homing G28
I Have a thumb nut on my Z-Axis end stop sensor mount. This allows me to adjust the nozzle to within microns of the height needed for perfect adhesion and 1st layer print. One of the hardest things...
View ArticleRe: Set Z=5mm after homing G28
Hi For you is this a verry good solution , I see. I have no trouble with the first layer on my bed , I use Mesh leveling ( 9 points) and is always , after a fiew testprints OK. My problem is the...
View ArticleRe: Set Z=5mm after homing G28
Not sure if this line affects homing but maybe worth trying in configuration.h disabled by default //#define Z_AFTER_PROBING 5 // Z position after probing is done
View ArticleRe: Fan etc on external i2c-controller
v0.5 (first steps) adds virtual ports 100-115 (maps to i2c ports 0-15) to m42 gcode eg m42 p100 s255 new file pca9685.h add to main marlin directory /** * Driver for the Philips PCA9685 LED driver. *...
View ArticleGcode help needed
Hello All! I have an Anycubic i3 Mega and to make the bed cool faster I installed a fan to cool that when printing finished. It's the "end" gcode: M117 Printjob done! M104 S0 ; turn off hotend G1 X0...
View ArticleRe: Gcode help needed
Try [marlinfw.org] M84 ; disable motors ; BED COOLER M42 P57 S255 ; start fan G1 X0 Y200 F2000 ; move bed to front M190 R30 ; wait until the bed reaches 30 degrees before continuing M42 P57 S0 ; stop...
View ArticleFilament purge speed
Ultimaker2 has a autofeeder to load filament tru the tube ad fast speed, slows down before entering the nozzle. Now can this be done by Marlin for my bowden setup? I have bondtech extruder and when I...
View ArticleTrouble configuring 3d touch z probe
G'day everyone, first of all great forums, lots of good information around here. Plenty of which has come in handy in the past. Im having some trouble trying to setup my new z probe. I have purchased...
View Article