@Barracuda72:
ok..made a calibration cube..
1. with Cura 15.04
https://drive.google.com/file/d/15f5AtY0VROXYdu-Rqe2Fgv7t0LyyHXp-/view?usp=sharing
2. with Simplify3D
https://drive.google.com/file/d/17FLBhOeISPs6M6-l8X4HPyd2fQa3IvDW/view?usp=sharing
most settings are similar except in the S3D file the printer do that little wipe line before the print. Even tried to erase the 2nd G92E0
With the Cura file the layer informations are ok..he count each layer.
With the S3D file its only 1 long layer in the DWC…first layer 1. sec ( thats the prime/wipe line in my starting code)..2nd layer...endless
DWC after the S3D print: "Layer: 2 of 83, Filament Usage: 1598.2mm of 1601.2mm (3.0mm remaining)"
strange
hmm I should start doing LEGO bricks instead of Calibration Cube..so they are at least useful 😉
The problem is this line:
G1 X-44 Y-75 Z0.2 E0.5 F7000 ; Drop to bed
The firmware treats it as a printing move because it contains both extrusion and XY movement. Z is very high at that point, which throws off the layer height computation. The workaround is to do the extrusion in a separate move.
The reason that it worked in 1.20 is that in 1.21 the layer height code was changed to allow for slicers that use variable layer height.