=== 3DPrint Lite === Contributors: fuzzoid Tags: 3D, printing, 3dprinting, 3dprint, printer, stl Requires at least: 3.5 Tested up to: 4.3 Stable tag: 1.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html A plugin for selling 3D printing services. == Description == If you have a 3D printer and wish to charge for model printing this plugin is for you. How it works: Site administrator configures printers, materials and pricing in the admin. Customers upload their models, choose printer and material, see the estimated price, input their email address and comments and press the "Request a Quote" button. The admin receives the request notification by email and sends the quotes through the Price Request Manager or discards the quote requests. Features: * Supported file types: STL (bin, ascii), OBJ. * Configurable printers, filaments and coatings. * Customizable pricing: can be configured to charge per model weight, filament volume or bounding box volume. * Large file upload support (upload chunking). * Filament price calculator. * Email notification. * Price request manager. * Translation ready. * Responsive layout. Demo: http://www.wp3dprinting.com/index.php/3d-print-lite-demo/ Premium version of the plugin has all features of the lite version plus: * WooCommerce integration. * Custom attributes with configurable price (think Polish, Infill, etc). * Ability to assign different printers and materials to different products. * Free support. * New cool features to come. == Installation == * Make sure you have WordPress installed properly (wp-content/uploads/ directory should be writeable). * Copy 3dprint-lite folder to wp-content/plugins. * Activate the plugin from the Plugins menu within the WordPress admin. * On the settings page configure the main settings, printers and materials. * Create a new page, give it a name and paste shortcode [3dprint-lite] into the page body. * Click "Publish" button. * Done! == Frequently Asked Questions == = Does the plugin offer WooCommerce integration? = Only the premium version - http://www.wp3dprinting.com/ = How is the printing price calculated? = Generally the formula is: printing price = printer cost + material cost. Printer and material cost are calculated depending on the settings on the 3D Printing page. The cost can be calculated through filament volume, weight or bounding box. = Does the plugin check models for printability? = The current version only checks if the model is larger than the selected printer size. == Changelog == = 1.1 = Added coating material Added price formatting options Some bugfixes and layout adjustments = 1.0.4 = Uploader fix = 1.0.3 = Minor layout fix = 1.0.2 = Minor layout fix = 1.0 = * Initial release.