MarlinFirmware / Marlin

Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine.
https://marlinfw.org
GNU General Public License v3.0
16.23k stars 19.22k forks source link

Live Z adjustment intermittent #20705

Closed soaringpaul closed 3 years ago

soaringpaul commented 3 years ago

This is probably not a bug, but an error on my part. I have two printers, an Ender 2 and a Geeetech I3, both with Marlin 1.1.9 and both showing the same issue, which is that live Z adjustment for the first layer sometimes works, and sometimes does not, the display always shows the adjustment but the Z axis does not travel. I can load the same GCode and live Z will work and next time not. It seems to be random. I get the same result with Live Z or Babystepping. Can anyone suggest what I might have wrong? My Start Gcode:

M300 S300 P1000 ; beep for 1 second M0 Insert Z Switch M420 S1 ;turn levelling on? M420 Z10 ; bed levelling faded by layer 10 G28 ;Home

M140 S50 ; set bed probe temp M104 S160 ; set extruder probe temp M109 S160 ; wait for extruder probe temp M190 S50 ; wait for bed probe temp

G29 ;Autolevel G1 Z10.0 F3000 ;Move Z Axis up M104 S{material_print_temperature} ;Start heating extruder M140 S{material_bed_temperature} ;Start heating bed M109 S{material_print_temperature} ;Wait for extruder to reach temp before proceeding M190 S{material_bed_temperature} ;Wait for bed to reach temp before proceeding M300 S300 P1000 ; beep for 1 second M0 Remove Z Switch G92 E0 ;Reset Extruder

G1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position G1 X10.1 Y100.0 Z0.28 F1500.0 E8 ;Draw the first line G1 X10.4 Y100.0 Z0.28 F5000.0 ;Move to side a little G1 X10.4 Y20 Z0.28 F1500.0 E15 ;Draw the second line G92 E0 ;Reset Extruder

ellensp commented 3 years ago

Marlin 1.1.x is no longer being worked on.

This Issue Queue is for Marlin bug reports and development-related issues, and we prefer not to handle user-support questions here. (As noted on this page.) For best results getting help with configuration and troubleshooting, please use the following resources:

After seeking help from the community, if the consensus points to a bug in Marlin, then you should post a bug report.

github-actions[bot] commented 3 years ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.