1
0
mirror of https://github.com/ToxicCrack/PrintABrick.git synced 2025-05-19 05:30:08 -07:00

Update README.md

This commit is contained in:
Daniel 2020-03-20 08:22:37 +01:00 committed by GitHub
parent bf370c9ab5
commit 18a4e105b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,10 +1,6 @@
# Changes
# Updated 2020-03-20
src/LoaderBundle/Service/ModelLoader.php
Added an iteration counter for parent models and abort model if it has too many parents.
src/LoaderBundle/Service/RebrickableLoader.php
Added a fourth column "material_id" which is new in the csv file. You have to add this field in the database manually! (material_id, varchar 128, null)
The Third-Party API's have changed over time and several code changes were needed to run this project successfully. As of now, it should work out of the box with the additional install notes and the original install notes below.
## Install Notes