Start Gcode will not use from my file

Hi all
If i print my Gcode File direcktly without Astroprint it works 100%
But if i use Astroprint and the same File uploadet ,the start code will ignore
Astroprint starts to Print if head temp ist stable.
But bed temp is to low.
This is my startcode
G28 ; home all axes
M190 S[bed0_temperature] T0; Setze BettTemperature und stabilisiere
M109 S[extruder0_temperature] T0; Setze Extruder Temperatur und stabilisiere
G29 L0;AutoBed Level
M190 S[bed0_temperature] T0; Setze BettTemperature und stabilisiere
M109 S[extruder0_temperature] T0; Setze Extruder Temperatur und stabilisiere
G1 Z5 F3000 ; lift
G1 X20 Y2 F1500 ; avoid binder clips
G1 Z0.2 F3000 ; get ready to prime
G92 E0 ; reset extrusion distance
G1 X120 E10 F600 ; prime nozzle
G1 X150 F5000 ; quick wipe

How can i Fix this
Thanks for Help

Is there no help to fix this ?
Make i a mistake? . I didnt want to slice with Astroprint.
Is there a Bugfix Planed?