Simplify3D generates gcode that fails in my 3D printer, a BFB 3000 Plus.
The region of Gcode that fails contains 3 digit precision right of decimal point.
As shown below (and in attachment), the text "F1200" defines the move speed of the head during the print operation.
However, while printing... I find when the controller reads the lines below (shown in bold), the speed of the head moves extremely slow and fouls up the print thickness. The reason I believe is the BFB3000 controller fails to read the entire line of text, truncating the "F1200" speed to "F120" speed.
G1 X-100.609 Y15.137 Z0.278 F1200
G1 X-100.652 Y14.794 Z0.278 F1200
G1 X-100.667 Y13.945 Z0.278 F1200
G1 X-100.667 Y13.916 Z0.278 F1200
G1 X-100.667 Y-13.762 Z0.278 F1200
G1 X-100.667 Y-13.807 Z0.278 F1200
G1 X-100.64 Y-14.776 Z0.278 F1200
In Simplify3D -- Is there someway to truncate or round the 3digit precision to 2 digit precision right of decimal point.
Kisslicer, which works on my BFB3000, rounds the XYZ position data to 2 digits right of decimal point.
Thanks,
Ken Huebner
Design Engineer