Lukas Matena
35224b895c
Assigning of wiping extrusions improved
2018-06-21 10:16:52 +02:00
Enrico Turri
eedad95f72
Removed error dialog when texture file does not exist
2018-06-21 09:54:43 +02:00
Enrico Turri
4147716ae5
Merge branch 'master' of https://github.com/prusa3d/Slic3r into time_estimate
2018-06-21 08:39:51 +02:00
Enrico Turri
692858ae4c
Merge branch 'master' of https://github.com/prusa3d/Slic3r into opengl_to_cpp
2018-06-21 08:39:26 +02:00
Enrico Turri
8881f43162
Faster gizmos update
2018-06-21 08:37:04 +02:00
bubnikv
53cb592d32
Yet another fix for the OSX.
2018-06-20 19:26:19 +02:00
bubnikv
cded7ce24f
Fixed compilation on OSX
2018-06-20 19:07:55 +02:00
bubnikv
15baef4a1c
Removed dependencies of libslic3r on Slic3r GUI library.
2018-06-20 18:55:31 +02:00
bubnikv
4bae1bb0be
Provide a callback to libslic3r to translate texts.
...
Moved the "translate" functions to namespaces to avoid clashes
between the code in libslic3r and Slic3r GUI projects.
2018-06-20 18:33:46 +02:00
Vojtech Kral
2622282b0e
avrdude: Line noise prevention on MK3 xflash boot
2018-06-20 17:31:29 +02:00
YuSanka
133e66b892
Updated "Machine limits"(Kinematics) page according to the new config
2018-06-20 16:30:55 +02:00
tamasmeszaros
935bd252e2
Slicing in C++ with progress indication.
2018-06-20 14:50:18 +02:00
Enrico Turri
629eda6555
Merge branch 'master' of https://github.com/prusa3d/Slic3r into time_estimate
2018-06-20 14:47:23 +02:00
Enrico Turri
4668f89963
Fixed crash at startup on OpenGL 1.1 cards
2018-06-20 14:34:20 +02:00
YuSanka
bf8043214a
Merge remote-tracking branch 'origin/machine-limits-config' into add_kinematics
2018-06-20 14:26:51 +02:00
YuSanka
11098c471c
Added prototype for "Kinematics" Page
...
+ Added enum_labels to localizations
+ Added bold font for the name of Options Groups
2018-06-20 14:20:48 +02:00
bubnikv
39c31687df
Added machine evelope configuration parameters
...
(the MachineEnvelopeConfig class).
Added localization support for libslic3r through a callback
(the callback is not registered yet, so the localization does nothing).
Localized the Print::validate() error messages.
2018-06-20 13:57:37 +02:00
Lukas Matena
348daf179d
Refactoring of perimeters/infills wiping (ToolOrdering::WipingExtrusions now takes care of the agenda)
...
Squashed commit of the following:
commit 931eb2684103e8571b4a2e9804765fef268361c3
Author: Lukas Matena <lukasmatena@seznam.cz >
Date: Wed Jun 20 12:50:27 2018 +0200
ToolOrdering::WipingExtrusions now holds all information necessary for infill/perimeter wiping
commit cc8becfbdd771f7e279434c8bd6be147e4b321ee
Author: Lukas Matena <lukasmatena@seznam.cz >
Date: Tue Jun 19 10:52:03 2018 +0200
Wiping is now done as normal print would be (less extra code in process_layer)
commit 1b120754b0691cce46ee5e10f3840480c559ac1f
Author: Lukas Matena <lukasmatena@seznam.cz >
Date: Fri Jun 15 15:55:15 2018 +0200
Refactoring: ObjectByExtruder changed so that it is aware of the wiping extrusions
commit 1641e326bb5e0a0c69d6bfc6efa23153dc2e4543
Author: Lukas Matena <lukasmatena@seznam.cz >
Date: Thu Jun 14 12:22:18 2018 +0200
Refactoring: new class WipingExtrusion in ToolOrdering.hpp
2018-06-20 12:52:00 +02:00
Enrico Turri
f43ab3d842
Merge branch 'master' of https://github.com/prusa3d/Slic3r into time_estimate
2018-06-20 08:32:27 +02:00
Vojtech Kral
8dc80956cc
avrdude: Fix error handling in arduino, fix various outputs
2018-06-19 18:46:37 +02:00
Vojtech Kral
5706af5434
Firmware updater: Add support for l10n firmware images
2018-06-19 18:46:37 +02:00
Vojtech Kral
a96dbf5fcb
avrdude: add file offset to update operation spec, refactoring
2018-06-19 18:46:37 +02:00
bubnikv
36526ef949
Firwmare updater for the Einsy external flash memory,
...
to be used as a storage for localization strings.
Hacked into the avrdude Arduino STK500 (not STK500v2) protocol.
2018-06-19 18:46:37 +02:00
Vojtech Kral
7bb7a14ed0
FirmwareDialog: Fix progress display
2018-06-19 18:46:37 +02:00
Vojtech Kral
0215400008
Firmware updater: Fix filename encoding on Windows
2018-06-19 18:46:37 +02:00
Vojtech Kral
1b36370686
avrdude: Reduce retries to make timeout time more reasonable
2018-06-19 18:46:37 +02:00
Vojtech Kral
2f21861ad8
Updating bugfixes ( #973 )
...
* ConfigWizard: Fix MM legacy profile detect
* Remove Perl BedShapeDialog
* PresetUpdater: Look for updates in resources as well
* ConfigWizard: Startup condition based on printer profiles only rather than all profiles
Previously wizard would not run if there was a leftover filament profile but no printer profiles
* ConfigWizard: Fix button labels
* ConfigWizard: Pick the very first printer variant by default
2018-06-19 18:26:38 +02:00
tamasmeszaros
e51c13841b
AppController class created to take the necessary app logic into C++.
2018-06-19 17:45:21 +02:00
YuSanka
d21114eee3
Correct selection update on MSW
2018-06-19 16:24:49 +02:00
bubnikv
9949ffacd5
Merge remote-tracking branch 'remotes/origin/3mf_io'
2018-06-19 16:14:57 +02:00
bubnikv
a239368348
Merge remote-tracking branch 'remotes/origin/scene_manipulators'
...
Disabled the gizmos.
2018-06-19 16:12:36 +02:00
bubnikv
c6864c29f3
Merge remote-tracking branch 'remotes/origin/opengl_to_cpp'
2018-06-19 16:08:53 +02:00
YuSanka
57080b7334
"MoveUp" & "MoveDown" work correctly
2018-06-19 12:24:16 +02:00
bubnikv
3e8a529200
Merge remote-tracking branch 'remotes/origin/fix_model_by_win10'
2018-06-19 10:02:49 +02:00
Enrico Turri
1017bf7355
Object updated by rotate gizmo
2018-06-19 09:46:26 +02:00
YuSanka
d8a266d987
"Delete part" button works correctly
...
Prepared functions for "Split", "MoveUp" & "MoveDown" buttons (update_model function is missing)
2018-06-18 16:22:15 +02:00
Enrico Turri
972fb8e29e
Object updated by scale gizmo
2018-06-18 15:07:17 +02:00
YuSanka
13c653575a
Modifiers are moving now
2018-06-18 14:20:29 +02:00
tamasmeszaros
05d31d5e5a
Merge remote-tracking branch 'origin/master' into feature_slice_to_png
2018-06-18 12:17:19 +02:00
YuSanka
062c3c2bde
Set correct man/max value for movers
2018-06-16 03:04:59 +02:00
YuSanka
feaf2c657b
Some changes in GUI-files
...
All functions of object settings are moved to GUI_ObjectParts
2018-06-16 01:21:25 +02:00
YuSanka
08cb3dc426
Upgraded object_control to use icons near the name
...
Renamed some classes
Deleted unused classes
2018-06-15 22:42:51 +02:00
Enrico Turri
c0568e8178
Rotate gizmo interaction with mouse
2018-06-15 16:16:55 +02:00
Enrico Turri
76dbed4166
Scale gizmo interaction with mouse
2018-06-15 14:10:28 +02:00
tamasmeszaros
dd8451149c
Merge remote-tracking branch 'origin/master' into feature_arrange_with_libnest2d
2018-06-15 11:06:37 +02:00
YuSanka
3a0543cfbf
Added a check for the correctness of the entered characters in numerical fields.
2018-06-14 23:56:44 +02:00
YuSanka
858cb8fda0
Button "Load Lambda" (in the Object Settings) works now
2018-06-14 23:31:15 +02:00
YuSanka
ef5e40bf5e
Added LambdaObjectDialog
2018-06-14 21:48:06 +02:00
Enrico Turri
9c3a0196fc
Partial perl code cleanup
2018-06-14 16:09:36 +02:00
YuSanka
98752cc84f
Buttons "Add Part" and "Add Modifier" (in the Object Settings) works now
2018-06-14 15:33:42 +02:00