1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-08-02 11:35:51 +00:00

Merge remote-tracking branch 'origin/dev' into new_main_page_ui

This commit is contained in:
YuSanka
2018-09-11 11:49:36 +02:00
86 changed files with 4884 additions and 2922 deletions
+1 -4
View File
@@ -147,10 +147,7 @@ void select_current_object(int idx)
void remove_obj()
%code%{ Slic3r::GUI::remove(); %};
void update_rotation_value(double angle, const char *axis)
%code%{ Slic3r::GUI::update_rotation_value(angle, axis); %};
std::string fold_utf8_to_ascii(const char *src)
%code%{ RETVAL = Slic3r::fold_utf8_to_ascii(src); %};