The first Z is "Layer high" + "First layer high"
in CuraEngine
After installing v.1.6.1 the G-code always start from Z 0.4 mm.
My setup:
Filament - 3 mm
Nozzle - 0.4 mm
Layer High - 0.3 mm
First layer high - 0.1 mm
First layer Extrusion width - 200%
NO support
this is an example of generated G-code:
;Generated with Cura_SteamEngine 15.01
; Default start code
G28 ; Home extruder
G1 Z15 F100
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: 101
;LAYER:0
M107
;LAYER:1
M106 S63
G1 F2400 E-1.00000
G0 F4200 X123.889 Y56.409 Z0.400
;TYPE:WALL-INNER
G1 F2400 E0.00000
G1 F2040 X124.481 Y55.516 E0.01819
.....
It does not mater what kind of object is placed on the program.
If I add for example RAFT, the things goes worst:
;Generated with Cura_SteamEngine 15.01
; Default start code
G28 ; Home extruder
G1 Z15 F100
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: 101
;LAYER:-2
;RAFT
M106 S255
;LAYER:-1
;RAFT
;LAYER:-1
;RAFT
;LAYER:0
M107
;LAYER:1
M106 S63
G1 F2400 E-1.00000
G0 F4200 X123.889 Y56.409 Z1.100
.....
Raft setup:
Margin - 5 mm
Base Line Thickness - 0.3 mm
Interface Thickness - 0.2 mm
Air gap Layer 0- 0 mm
Air gap - 0
Num of Surface Layer - 1
In addition, THERE IS NO RAFT layers !!!!!
I've tested this on two different PC's with different configurations!
Whats wrong?
Comments