Please note: the forum is closed.
No new user registrations are accepted. For more info, please click here.
No new user registrations are accepted. For more info, please click here.
A5 + BLTOUCH +CURA 4 Start GCODE
chrisonmoon
Posts: 1Member
Hello,
after upgrading to cura 4 i lost my start GCode for cura. Bevore it worked perfect with the older cura version.
I went thorugh the discussions and all suggested gcodes dont work - it seems the printer just ignores the mesh values.
Im on marlin 1.1.8C and it worked very good also with tmc upgrade.
So one Question is:
Can somebody give me his start GCODE for Cura 4?
Thanks al lot !
Chris
after upgrading to cura 4 i lost my start GCode for cura. Bevore it worked perfect with the older cura version.
I went thorugh the discussions and all suggested gcodes dont work - it seems the printer just ignores the mesh values.
Im on marlin 1.1.8C and it worked very good also with tmc upgrade.
So one Question is:
Can somebody give me his start GCODE for Cura 4?
Thanks al lot !
Chris
Comments
Add M851 for the offset after G28 if you dont have the correct valve in your firmware. The skript is from my S3D but it should work on every software.
M502
M500
M501
G28
G29 P1
G29 T
G29 S1
G29 F4
G29 A
M500
G1 Z15.0 F6000
G1 Z0.20 Y0 X0 F6000
G92 E0.0 ; reset extruder distance position
G1 X60.0 E9.0 F1000.0 ; intro line
G1 X100.0 E15 F1000.0 ; intro line
G92 E0.0 ; reset extruder distance position
This is my end script:
</code><pre class="CodeBlock"><code><code>; -- END GCODE --<br>
M104 S0 ;turn off nozzle heaterM140 S0 ;turn off bed heater
G91 ;set to relative positioning
G1 E-3 Z3 F300 ;retract the filament slightly
G90 ;set to absolute positioning
G28 X0 ;move to the X-axis origin (Home)
G0 Y280 F600 ;bring the bed to the front for easy print removal
M84 ;turn off stepper motors
; -- end of END GCODE --
Howdy, Stranger!
RegisterIt looks like you've been lurking for a while.
If you register, we will remember what you have read and notify you about new comments. You will also be able to participate in discussions.
So if you'd like to get involved, register for an account, it'll only take you a minute!