Skip to content

Works out the amount you should be charging per print based on the input metrics

License

Notifications You must be signed in to change notification settings

sudo-kraken/3D-Printing-Cost-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation


Buy Me A Coffee

3D Print Cost Calculator

The 3D Print Cost Calculator is a simple PowerShell script that helps you calculate the cost of 3D printing a particular item, including labour, material, equipment, and electricity costs, as well as a profit margin and shipping cost.

Under releases there is a compiled executable version of the script.

Inputs

The script prompts for the following inputs:

image

Currency (GBP, USD, EUR): The currency symbol for the final output.

Material Price (per kg): The price of the 3D printing material per kilogram.

Amount of Material Consumed (g): The amount of material consumed in grams for the specific print.

Hourly Labour Rate (hr): The rate charged per hour for labour.

Labour Time (hr): The time in hours that labour was spent on the print.

3D Printer Operation Charge (cost per hr): The operational charge of the 3D printer per hour.

Print Time (hr): The time in hours it took to print the item.

Local Electricity Cost (per kWh): The cost of electricity per kilowatt-hour.

3D Printer Power Consumption (W): The power consumption of the 3D printer in watts per hour.

Profit Margin (%): The desired profit margin as a percentage.

Shipping Cost : The cost to ship the final product.

Outputs

The script calculates the cost of the material, labor, equipment, and electricity, then adds the profit margin and shipping cost to give the final total charge. The total charge is then displayed with the chosen currency symbol.

image

image

Usage

Simply run the exe or the script in PowerShell and input the required values when prompted. The final total charge for the 3D print will be displayed at the end.