Skip to content

Commit

Permalink
Update VORON cube to current version.
Browse files Browse the repository at this point in the history
Update LICENCE.txt
  • Loading branch information
Fulg authored and remi durand committed Apr 25, 2021
1 parent d201b2c commit 6da4c4e
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/calibration/cube/LICENCE.txt
Original file line number Diff line number Diff line change
@@ -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 removed resources/calibration/cube/voron_design_cube_v6.amf
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion src/slic3r/GUI/CalibrationCubeDialog.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class CalibrationCubeDialog : public CalibrationAbstractDialog
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;
Expand Down

0 comments on commit 6da4c4e

Please sign in to comment.