kostasbmw
Posts: 1
Joined: Sat May 25, 2019 1:07 pm

start script problem

i try to use my cura start script in s3d and the printer does follow the commands ..note i m with a duet wifi board
my script is this
M117 Heating... ; a simple comment on the LCD
M190 S{material_bed_temperature_layer_0} ;heat bed to layer 0 before leveling (wait)
M117 Leveling calculations... ;if you have BED LEVELING
G28 ; home all axes
G29 ; if you have BED LEVELING
G1 X10 Y10 F6000 ; Move to start of bed
M117 heating nozzle... ;a simple comment on the LCD
M109 S{material_initial_print_temperature}; heat nozzle to starting temp AND WAIT (avoids oozing)
M117 Printing... ;a simple comment on the LCD
M104 S{material_print_temperature_layer_0} ;start heating to proper temp of L0 WITHOUT waiting
G0 Z0.3 ; drop to 0.3mm height
G0 Y35 ; move to y=35
G0 X50 F5000 ; move to x=50
G92 E0 ; zero the extruded length
G1 X100 E6 F300 ; start extruding (5cm line)
G1 X150 E10 F300 ; end oft 5cm line
G92 E0 ; zero the extruded length

the problem is that it heats the bed,then the noozle then bed levelling then print...when printing starts temp in bed and noozle drop...the rest is done ok
thanks for the help

Return to “Troubleshooting and Bug Reports”