Notifications
Clear all
formatting first_layer_extrusion_width in gcode macros percent to decimal
So I've set first layer width to 200% which took initial measurement from nozzle size of 0.4.
I wanted to call it on START Gcode as: G1 F2000 X[first_layer_extrusion_width]
But returns: G1 F2000 X200%
How should I format this Gcode using the variable first_layer_extrusion_width but returning the actual calculated value, not the %...?
Thanks in advance
Posted : 17/08/2023 3:00 am