Replies: 1 comment 5 replies
-
auto mesh leveling with the cr touch on s1 is currently very broken from what I have read and I also spent 3 days straight testing currently you're going to need to manually calibrate each point on the mesh manually with the edit mesh functions until it's right. I did it it took about 30 test prints and a few days using A 4x4 mesh but I decided its ultimately not worth it since it will need to be redone each time you tram your bed. I ordered a glass build plate to use till the software issues with auto bed leveling is fixed I haven't received it yet to test myself but any glass plate worth its salt should be flat enough that using the tram wizard in this software should be more than enough for great first layers. |
Beta Was this translation helpful? Give feedback.
-
Since installing this firmware on my Ender 3V2 and using auto bed leveling, I cannot get a successful print, the material does not seem to stick to the plate, and I'm having massive warping and lifting issues. I was able to print fine before I activated mesh leveling in my Cure starting g code, I tried different g code variations, but none seems to be working can someone help?
here is my current starting g code:
; Ender 3 Custom Start G-code
M190 S{material_bed_temperature} ;Heat bed to Cura and wait
M104 S150 ;Heat hotend, no wait
G28 ; Home all axes
G29 ; BLtouch bed level
M500 ; save mesh enabled
G92 E0 ; Reset Extruder
G1 Z12 F3000 ;Set nozzle for heatup
G1 X0 Y0 ;Set nozzle to wipe
M109 S{material_print_temperature} ;Final hotend heat
G92 E0 ; Reset Extruder
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
THANKS!
Beta Was this translation helpful? Give feedback.
All reactions