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.
The script prompts for the following inputs:
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.
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.
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.