Results 1 to 7 of 7
Thread: ABL command ignored
-
04-11-2015, 07:17 AM #1
- Join Date
- Dec 2014
- Location
- Canada
- Posts
- 498
ABL command ignored
I notice that sometimes, my start up code for ABL gets ignored, printer starts out with homing and then starts printing.
Not sure why.. i end up manually sending down a ABL code and it begins.. and then i send down my print job after
using startup code in Simplify3D
-
04-11-2015, 09:14 AM #2
My S3D start code.
G21 ;metric values
G90 ;absolute positioning
M82 ;set extruder to absolute mode
M107 ;start with the fan off
G28
G29
G1 Z15.0 F{travel_speed} ;move the platform down 15mm
G92 E0 ;zero the extruded length
G1 F200 E3 ;extrude 3mm of feed stock
G92 E0 ;zero the extruded length again
G1 F{travel_speed}
;Put printing message on LCD screen
M117 Printing...
-
04-11-2015, 09:43 AM #3
- Join Date
- Nov 2014
- Posts
- 138
I just came to comment out that am having the same problem is being ignore. It works if i send a manual g29 also.
-
04-11-2015, 02:58 PM #4
- Join Date
- Dec 2014
- Location
- Canada
- Posts
- 498
my Start Code was simply
G28
G29 E
-
04-11-2015, 06:35 PM #5
- Join Date
- Jul 2014
- Location
- Eastern Colorado
- Posts
- 536
My Slic3r start gcode:
M117 Resetting Printer...
G28 ; home all axes
M117 Heating Print Bed...
M190 S[first_layer_bed_temperature] ; set bed temperature, wait for it to reach target before proceeding
M117 Homing...
G28
M104 S[first_layer_temperature] ; set hotend temperature. Use M109 to set and wait
M117 Auto Bed Leveling...
G29 n 4 ; auto level
G1 X99 Y99 Z1 F1500; reposition extruder
M117 Printing...
M117 Printing...
-
04-11-2015, 06:56 PM #6
- Join Date
- Nov 2014
- Posts
- 138
I copied beerdart gcodes and it worked like it did. But then it just decides when ever it wants to stop. Here a video showing what is does. It just does a G28 and forgets about G29. Also when the power kicks in the power supply the servo twitches i wasn't getting that before.
Uploading another video were autobed leveling is working. It works when ever it wants to work. Marlin 1.0.2
Servo did not twitched Since the first video and the second video. But sometime i did notice when it does the autobed leveling it retract way more than what i have in the configuration file and makes my LCD flicker.
Other video Autobed leveling working. moments after finishing the last video recording. And not changing anything in setting. Or changing anything at all.
Last edited by rhonal89; 04-11-2015 at 07:27 PM.
-
04-11-2015, 11:45 PM #7
- Join Date
- Jul 2014
- Location
- Eastern Colorado
- Posts
- 536
Ender 3v2 poor printing quality
10-28-2024, 09:08 AM in Tips, Tricks and Tech Help