• Models
  • Contests
  • Slicer
  • Login
  • Start Here
    thingiverse-iconprintables-iconcults3d-iconmakerworld-iconmyminifactory-icon

    3D GO

    3D ModelsContestsCollectionsSaved ModelsOn a mobile device?

3D GO

Privacy Policy
Shopping Cart Euro Token (OpenSCAD) 3D Printer File Image 1
Shopping Cart Euro Token (OpenSCAD) 3D Printer File Image 2
Shopping Cart Euro Token (OpenSCAD) 3D Printer File Thumbnail 1
Shopping Cart Euro Token (OpenSCAD) 3D Printer File Thumbnail 2

Shopping Cart Euro Token (OpenSCAD)

Stone Age Sculptor avatarStone Age Sculptor

March 24, 2023

printables-icon
DescriptionCommentsTags

Description

In 2022 there are still supermarkets that need a euro coin in their shopping cart. I wanted to have an abundance of tokens, so I can always find one.

There are many 3D coins/tokens for shopping carts, but I could not find a strong token made in OpenSCAD. I decided to make one myself.

The 3mf file and the stl file can be printed. I can put 12 of them on a build plate. They have been tested and they work.
The tokens in the photo are printed with PETG and I turned on “Ironing”.

If you want to try the OpenSCAD file, then download the attached scad script file. Download OpenSCAD from here: https://openscad.org/ and download the shopping cart icon from here: https://uxwing.com/shopping-cart-icon/ (click on the button “Download SVG”).
The shopping cart icon may be used freely, but direct distribution is not allowed, so you have to download it from the uxwing website. Put it in the same folder as the “Shopping Cart Euro Token.scad” script file.
The explanation in the script file shows what it does.

The script file is shown here, it is the same as the attached script file:

// Shopping Cart Euro Token.scad
//
// September 9, 2022
// Stone Age Sculptor
// License: CC0
//
// Dimensions of the Euro coin:
//   Diameter: 23.25 mm
//   Thickness (inclusive rim): 2.33 mm
//
// SVG icon of a shopping cart:
//   https://uxwing.com/shopping-cart-icon/
//   Free to use, even commercially, but no direct redistribution.
//

$fn=200;     // 50 to work with, 200 for result

euroHeight = 2.33;
euroDiameter = 23.25;

difference()
{
  union()
  {
    // The cylinder with the same size as a euro coin.
    cylinder(h=euroHeight,d=euroDiameter);  

    // The piece that sticks out.
    translate([0,-8,0])
      cube([26,16,euroHeight]);
      
    // Make a round ending on the piece that sticks out.
    translate([26,0,0])
      cylinder(h=euroHeight,d=16);
  }

  // A hole for the keychain ring.
  // The numbers 0.01 and 0.02 are small corrections,
  // to avoid interference on the screen.
  translate([26,0,-0.01])                // make it a hole
    cylinder(h=euroHeight + 0.02, d=6);  // cylinder, 6 mm seems right
 
  // The shopping cart icon.
  // Put a * in front of it, if not needed.
  // The next section can also be commented out.
  translate([4,-6,euroHeight - 0.40]) // bring cart emboss in position
    scale(0.25)            // scale down the cart
      rotate(90)
        linear_extrude(2)  // height of svg stencil
          import("shopping-cart.svg"); 
}

 

License:

Creative Commons — Public Domain

Related Models

V29 preview image

V29

jzisa profile image

jzisa

81,364

Draw-A-Cat! Stencil for Feline Design preview image

Draw-A-Cat! Stencil for Feline Design

Studio Meshco profile image

Studio Meshco

107

STAND QRCODE/NFC CARD GOOGLE REVIEWS EDITABLE preview image

STAND QRCODE/NFC CARD GOOGLE REVIEWS EDITABLE

ARTIGIANO PAZZO profile image

ARTIGIANO PAZZO

1,690

Cute Mini Octopus preview image

Cute Mini Octopus

McGybeer profile image

McGybeer

75,735

Palestinian Map In Geometric Pattern Design - 2 Parts preview image

Palestinian Map In Geometric Pattern Design - 2 Parts

PALIprints3D profile image

PALIprints3D

20

Dual Text Illusion v2.0 preview image

Dual Text Illusion v2.0

neverland forge profile image

neverland forge

1,343

Modular Mounting System preview image

Modular Mounting System

HeyVye profile image

HeyVye

69,111

Design for a pipe in two pieces - UPDATED AGAIN preview image

Design for a pipe in two pieces - UPDATED AGAIN

Fergy7 profile image

Fergy7

1