Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

next line after ;TYPE:SKIN in gcode #1568

Open
venuasg opened this issue Dec 25, 2019 · 1 comment
Open

next line after ;TYPE:SKIN in gcode #1568

venuasg opened this issue Dec 25, 2019 · 1 comment

Comments

@venuasg
Copy link

venuasg commented Dec 25, 2019

Hi,
Can anyone explain the settings which is displayed in gcode after the line

;TYPE:SKIN
G1 F1740 X73.01 Y100.936 E798.12148

Where are these settings made in cura.

Thanks

@Ghostkeeper
Copy link

The F parameter is in mm per minute, so divide it by 60 to get at the mm per second. For F1740 that is 29mm/s. Looking at the ;TYPE:SKIN marker, it's probably the skin speed.

The X and Y coordinates are generated by intersecting scanlines with the shape of the part of the model that is skin.

The E parameter is generated by the line width times the line height times the line length, multiplied by the flow, added to the E parameter of the previous line.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants