It seems that AnkerMaker slicer 0.9.32_5 no longer allows to load g-code generated by Simplify3D latest version 5.0.2.
AnkerMaker slicer seems to be looking for specific comments see example below
If I remove the following comments, the g-code cannot be loaded:
;LAYER:0
;AnkerMake
This makes it impossible to send the g-code to the printer from the PC.
The g-code works if it is copied in a thumb drive and connect to the printer so it is clearly something the did in Slicer.
Adding the comment at the end of program is not difficult using S3D -> Scripts -> Ending
The problem is the comment on layer change. Is there a macro we can use in S3D -> Scripts -> Layer Change
Something like the following where S3D replace the macro with the layer number?
;LAYER:%layer_number%
M140 S65
M105
M190 S65
M104 S230
M105
M109 S230
G28 ;Home
M82 ;absolute extrusion mode
M205 X30 Y30
M205 Z0.3
M205 E3
G92 E0
G92 E0
G1 F3600 E-3
;LAYER:0
M107
G0 F3000 X109.516 Y109.284 Z0.14;Z_UP:0.14
M205 X15 Y15
M140 S0
G0 F1200 Z0.94
G0 F60 Z121.03
G0 F15000 X25 Y233
G0 F1200 Z0.02
G3 I2 J0 P2 E44.81246
G0 X15 Y233 E47.81246
G2 I-2 J0
G2 I-2 J0
G2 I-2 J0
G1 F3600 E46.81246
G0 F1200 Z0.94
G0 F15000 X113.23 Y121.77
G0 F3600
M104 S0
M140 S0
;AnkerMake