Update VORON cube to current version.

Update LICENCE.txt
This commit is contained in:
Benoit Miller 2021-04-18 16:50:45 -04:00 committed by remi durand
parent 3d1cd5c760
commit ded2736c31
4 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
voron_design_cube_v6.amf is under GPL V3, made by vorondesign (https://github.com/VoronDesign/Voron-2)
voron_design_cube_v7.amf is under GPL V3, made by vorondesign (https://github.com/VoronDesign/Voron-2)
xyzCalibration_cube is under CC BY-SA 3.0, made by iDig3Dprinting (https://www.thingiverse.com/thing:1278865)

Binary file not shown.

View File

@ -16,7 +16,7 @@ public:
protected:
void create_buttons(wxStdDialogButtonSizer* sizer) override;
void create_geometry(std::string cube_path);
void create_geometry_voron(wxCommandEvent& event_args) { create_geometry("voron_design_cube_v6.amf"); }
void create_geometry_voron(wxCommandEvent& event_args) { create_geometry("voron_design_cube_v7.amf"); }
void create_geometry_standard(wxCommandEvent& event_args) { create_geometry("xyzCalibration_cube.amf"); }
wxComboBox* scale;