Here we created a serving of peas for our dysphagia print series. For people with dysphagia (difficulty or discomfort in swallowing), 3D printing soft foods presents a superior offering.
Here we show how to make a serving of peas that look very realistic! No need to know anything about 3D printing files, simply play with dots.
For this print, the dot setting is 0.3. We printed 4 different layers, assigning each layer a different color. Even though we printed each layer with different settings, we used only one capsule: see Printing Shapes with Different Settings Using the Same Ingredient.
Since the peas are placed very close together, make sure the Minimum Hold Distance is set to 0.
The final printed dish:
You don't need to create this pea print on your own, simply go to Foodini World and download it!
Advanced User Settings are settings adjustments for the ingredient you are printing. Settings here can be saved in each recipe for future use. You'll find advanced settings in the ingredient screen by tapping the arrow ( ) on the bottom right, which ...
Want to level-up your 3D food printing with Foodini? Sometimes your shapes may need to be adjusted to get to the final print result you desire. A lot depends on the actual ingredient you are printing and the nozzle size. Ingredients may spread after ...
With Foodini you can easily create dots of different sizes. Select + Shape, select dot, indicate the dot size. Smaller Sized Dots Here is a sample range of small dots, with a dot setting from 0.1 to 0.7 setting. Small dots will in general be below ...
A successful Foodini print is made up of 2 main elements: shapes (creations) and ingredients (fillings). Shapes/creations are the shapes that print. Ingredients/fillings are the ingredients that are loaded into the capsules and printed - into ...
This is an advanced feature: see Scripting Explained. To make this print: Use this script: const polygon = (x, y, size, ang, n) => { var result = []; var delta = 2 * Math.PI / n; ang = ang * 2 * Math.PI / 360; for (var i = 0; i <= n; i++) { ...