Who can help me.
I have problem with the SLICE (with cura engine).
The fan is no longer started.
The first objects which I printed were fine. The Gcode looked as follows.
But when I now an object Slice the ventlator will not start !!!
I have several times the program REPETIER HOST v1.0.6 reinstalled, but I always get when Slice’n example VERTEX_LOGO> STL Gcode the looks as following:
; Default start code
G28 ; Home extruder
G1 Z15 F600 M107 ; Turn off fan
G90 ; Absolute positioning
M82 ; Extruder in absolute mode M190 S50
; Activate all used extruder
M104 T0 S210
G92 E0 ; Reset extruder position
; Wait for all used extruders to reach temperature
M109 T0 S210
;Layer count: 50
;LAYER:0 M107
G0 F9000 X82.989 Y87.993 Z0.300
;TYPE:SKIRT
G1 F1800 X93.763 Y77.218 E0.76020
G1 X94.188 Y76.867 E0.78770
I’ve never made a change in the Cura start codes.
State one time in the start code “M107; Turn off fan” Why?
Moreover, nothing about bed heating: “M190 S50”
Maybe you want to publish you start codes?
Possibly I pass that on, and is it good.
Here my start codes.
; Default start code
G28 ; Home extruder
G1 Z15 F{Z_TRAVEL_SPEED}
M107 ; Turn off fan
G90 ; Absolute positioning
M82 ; Extruder in absolute mode
{IF_BED}M190 S{BED}
; Activate all used extruder
{IF_EXT0}M104 T0 S{TEMP0}
G92 E0 ; Reset extruder position
; Wait for all used extruders to reach temperature
{IF_EXT0}M109 T0 S{TEMP0}
There was indeed a setting bed temperature at 50. This put to 0 and the code M190 S50 is not coming back.
The code M107 (fan out) came through the setting PRINT CONFIGURATION: VERTEX DUAL HEAD. This setting put to VERTEX SINGLE HEAD. Now comes after slice with CuraEngine code M107 anymore.