A20m Preheating and only wait...
Posted: Tue Nov 26, 2019 1:23 am
Hello everyone,
Here I have an a20m (replacement of my u20) recently with bltouch, first impression with the test file of the card sd ok the first time, but since impossible to launch something else slicer on s3d or cura, even the test files will not launch more. I flash the firmware with that of geeteech again, redo the setting of the technical offset with differents methods. (edit: flashed in marlin 2.0 or 1.1.x)
It makes a home then preheated but after nothing, the temp of the extruder does not stabilize (between 205 and 212) temp asked 210. I'm scratching my head since 3 days. It starts to run if I turn on autotemp only and change the value to put a value between 200 and 215 but stop and change the time values to 0, if it is a double extrude.
if anyone has an idea of the reason, I'm interested.
Thank you in advance !
Sorry for my english I'm a french user.
I presume that the problem is not that of the start gcode but it is still:
Here I have an a20m (replacement of my u20) recently with bltouch, first impression with the test file of the card sd ok the first time, but since impossible to launch something else slicer on s3d or cura, even the test files will not launch more. I flash the firmware with that of geeteech again, redo the setting of the technical offset with differents methods. (edit: flashed in marlin 2.0 or 1.1.x)
It makes a home then preheated but after nothing, the temp of the extruder does not stabilize (between 205 and 212) temp asked 210. I'm scratching my head since 3 days. It starts to run if I turn on autotemp only and change the value to put a value between 200 and 215 but stop and change the time values to 0, if it is a double extrude.
if anyone has an idea of the reason, I'm interested.
Thank you in advance !
Sorry for my english I'm a french user.
I presume that the problem is not that of the start gcode but it is still:
Code: Select all
M107 ; ALL FAN OFF
M117 Preheating...
M140 S[first_layer_bed_temperature] ; and continue
M109 S150 ; partial hotend temp and wait
;----------------------------------------
M117 Auto leveling;
;M420 S1
G29 V3; run auto level
;----------------------------------------
M117 full heating...
M104 S[first_layer_temperature] ; set final hotend temp and continue
G28 ; go to HOME
G1 X12 Y5 Z1 F300
G1 X12 Y5 Z0 F300 ; stop leaking hotend
M109 S[first_layer_temperature] ; final hotend temp and wait for it
M190 S[first_layer_bed_temperature] ; and wait for it
;----------------------------------------
M117 Priming
M300 S500 P200 ; beep
G90 ; absolute position
G21 ; milimeters
G92 E0 ; position E0
M83 ;
G1 Z0.4 F1000.0 ;
G1 X12.0 Y5.0 F1000.0
G1 Y68.0 E15.0 F1000.0
G1 Y115.0 E22 F1000.0
G1 E-7 F2400 ;retract the filament a bit before lifting the nozzle to release some of the pressure
G1 Z0.5 F1000.0 ;
M82
G92 E0
M117 Printing...
M900 K240