I am using Rhinoceros 3D & Rhinocam, and the value I enter in rhinocam is saved to gcode, it should output the fvalue in the gcode, something is wrong. I just read this.
F values
The F values stand for feed rate, but essentially mean the speed at which the extruder is traveling. F values are in terms of mm/min, so just divide by 60 to get mm/s (ex: F300 = 5 mm/s). There are two types of speed: travel and printing. Travel speed is how fast the extruder moves while not extruding. This is a setting in slic3r and can be set independently of material type. Print speed is how fast the extruder moves while extruding material. This is a printing parameter that is depending on the bioink used.
GCode FValue is not in MM or inches. so if i want feed rate 11.78 m/m, 11.78 * 60 = F706.8. The feed rate in the code should be F706.8? Is this correct? does anyone know?
I think i fixed it, i had to change my post processor settings.

