UltiMaker uses functional, analytical and tracking cookies. Tracking cookies enhance your experience on our website and may also collect your personal data outside of Ultimaker websites. If you agree with the use of tracking cookies, click “I agree, continue browsing”. You can withdraw your consent at any time. If you do not consent with the use of tracking cookies, click “Refuse”. You can find more information about cookies on our Privacy and Cookie Policy page.
Please provide ability to change printed "layer height" at "layer number". (To permit a "rough" portion, and "smooth" portion of print)
Posted
(edited)
· Please provide ability to change printed "layer height" at "layer number". (To permit a "rough" portion, and "smooth" portion of print)
I do that using Pause at Height and splicing parts of gcode files together. It's a lot easier when your layer heights are exact multiples of each other. A "high" layer height of 0.30 would be easier if the "low" layer height was 0.10 or 0.03 or 0.05, etc.. If the low layer height is 0.04 then the high layer height of 0.28 or 0.32 would work easier.
Lets say I want to print the 12.0mm base of a model at 0.30 height and the upper portion of the model at 0.05 layer height.
I slice the file once with a 0.30 layer height and a Pause at the top of the base which is layer 40. Save the gcode.
I slice the file a second time but with a 0.05 layer height and a Pause at the top of the base but now the Pause is at layer 240 (0.30 / 0.05 = 6 * 40 = 240).
Copy from the first line of the 0.30 file to the ";TYPE:CUSTOM" line at the beginning of the pause code and paste it into a new file.
In the 0.05 file copy from the pause line to the end of the file and paste it into the end of the new file.
The transition area must be checked to insure that the Z and E will match up and that the first extrusion after the transition starts from the correct XY location.
Occasionally there might be unmatched retractions and primes at the transition. That would need to be handled within the transition code so the filament starts at the correct distance back from the nozzle
It takes a bit of practice, but you can actually do the gcode splicing in just a couple of minutes. You can have the layer height change several times in a spliced file and the transitions are absolutely exact.
The same system will work if you want to print a "Spiralized" model on a solid base.
🚀 Help Shape the Future of Cura and Digital Factory – Join Our Power User Research Program!
We’re looking for active users of Cura and Digital Factory — across professional and educational use cases — to help us improve the next generation of our tools.
Our Power User Research Program kicks off with a quick 15-minute interview to learn about your setup and workflows. If selected, you’ll be invited into a small group of users who get early access to features and help us shape the future of 3D printing software.
🧪 What to Expect:
A short 15-minute kickoff interview to help us get to know you If selected, bi-monthly research sessions (15–30 minutes) where we’ll test features, review workflows, or gather feedback Occasional invites to try out early prototypes or vote on upcoming improvements
🎁 What You’ll Get:
Selected participants receive a free 1-year Studio or Classroom license Early access to new features and tools A direct voice in what we build next
👉 Interested? Please fill out this quick form
Your feedback helps us make Cura Cloud more powerful, more intuitive, and more aligned with how you actually print and manage your workflow.
Thanks for being part of the community,
The full stable release of Cura 5.10 has arrived, and it brings support for the new Ultimaker S8, as well as new materials and profiles for previously supported UltiMaker printers. Additionally, you can now control your models in Cura using a 3D SpaceMouse and more!
Recommended Posts
GregValiant 1,492
I do that using Pause at Height and splicing parts of gcode files together. It's a lot easier when your layer heights are exact multiples of each other. A "high" layer height of 0.30 would be easier if the "low" layer height was 0.10 or 0.03 or 0.05, etc.. If the low layer height is 0.04 then the high layer height of 0.28 or 0.32 would work easier.
Lets say I want to print the 12.0mm base of a model at 0.30 height and the upper portion of the model at 0.05 layer height.
I slice the file once with a 0.30 layer height and a Pause at the top of the base which is layer 40. Save the gcode.
I slice the file a second time but with a 0.05 layer height and a Pause at the top of the base but now the Pause is at layer 240 (0.30 / 0.05 = 6 * 40 = 240).
Copy from the first line of the 0.30 file to the ";TYPE:CUSTOM" line at the beginning of the pause code and paste it into a new file.
In the 0.05 file copy from the pause line to the end of the file and paste it into the end of the new file.
The transition area must be checked to insure that the Z and E will match up and that the first extrusion after the transition starts from the correct XY location.
Occasionally there might be unmatched retractions and primes at the transition. That would need to be handled within the transition code so the filament starts at the correct distance back from the nozzle
It takes a bit of practice, but you can actually do the gcode splicing in just a couple of minutes. You can have the layer height change several times in a spliced file and the transitions are absolutely exact.
The same system will work if you want to print a "Spiralized" model on a solid base.
Link to post
Share on other sites
Slashee_the_Cow 619
You can also submit a feature request for it.
Link to post
Share on other sites
Striveup 0
Thank you for the EXCELLENT, detailed, and clearly explained solution. Your "by example" approach is outstanding. Blessings.
Link to post
Share on other sites