You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently Simplify3D only displays a default additive line thickness and height (0.4 x 0.2 mm). This can make the preview hard to understand if using alternative layer heights
The viewer determines the bead size based off of a comment with the following format:
; tool H#.### W#.###
where the ";" is the comment character, the decimal number after the H represents the bead's height (mm), and the decimal number after the W represents the bead's width (mm).
Need to add this to the gcode Fusion makes (can probably be done in the post processor)
The text was updated successfully, but these errors were encountered:
Currently Simplify3D only displays a default additive line thickness and height (0.4 x 0.2 mm). This can make the preview hard to understand if using alternative layer heights
The viewer determines the bead size based off of a comment with the following format:
; tool H#.### W#.###
where the ";" is the comment character, the decimal number after the H represents the bead's height (mm), and the decimal number after the W represents the bead's width (mm).
Need to add this to the gcode Fusion makes (can probably be done in the post processor)
The text was updated successfully, but these errors were encountered: