Custom gcode settings for sequential printing? #3140
Replies: 1 comment
-
So just create a new printer profile for these jobs and add some custom gcode into the various custom gcode settings and use some layer based conditionals to control things. Its quite easy to slow the whole printer down for lower areas and then speed it back up to normal above that. If you are using Marlin then M220 S80 would set the overall speed to 80% of normal. Stick something like the following into the before layer section That makes the first 2 mm of each object print at 80% of normal speed and at 100% above that. |
Beta Was this translation helpful? Give feedback.
-
So, when you throw custom gcodes on an object, it works great. But, it doesn't work if you use sequential printing. It shows the setting, but says it's impossible to use it.
Which makes you need to go in and modify the gcode yourself. Which isn't horrible, however I think it should keep the settings.
Is it possible to allow us to use it in this manner?
For example. I have an object that needs different speed for the first 20 layers. So that's two speed changes per object. This is needed for the TPU prints I do.
Beta Was this translation helpful? Give feedback.
All reactions