Replies: 2 comments 3 replies
-
I use L0: loads slot 0. L1 would be slot 1, ect... Z10: that is the fade height, 10mm. so after 10 it returns to normal as if without bed leveling enabled. I dont use G29 at all in my start G-code for UBL versions. I suppose you could if you wanted it to do a tilt with
|
Beta Was this translation helpful? Give feedback.
-
this is your code for easier to read
here is a start code I used for cura
|
Beta Was this translation helpful? Give feedback.
-
I found in an article some where or YouTube Video that it was necessary to use custom G-code in the Cura machine start code settings when using Alex firmware for my Aquila.
It was the s:
G92 E0 ; Reset Extruder G28 ; Home all axes G29; Auto Bed Level // can be M420 S1 if don't want to probe before each print G1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed G1 X0.1 Y20 Z0.3 F5000.0 ; Move to start position G1 X0.1 Y200.0 Z0.3 F1500.0 E15 ; Draw the first line G1 X0.4 Y200.0 Z0.3 F5000.0 ; Move to side a little G1 X0.4 Y20 Z0.3 F1500.0 E30 ; Draw the second line G92 E0 ; Reset Extruder G1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed G1 X5 Y20 Z0.3 F5000.0 ; Move over to prevent blob squish
Is there an equivalent to the G29 or M420 S1 for UBL?
G29 L0
G29 A
or does the menu system/ firmware on the Aquila take care of activating the Mesh ?
Sorry for these basic questions..only had this printer a week or two..and pretty new to all of this
Beta Was this translation helpful? Give feedback.
All reactions