Enrico Turri
4ddce6a2e5
SLA slices preview - wip 3
2018-11-27 14:50:57 +01:00
Lukas Matena
6fdf3b8c9e
SLA support points gizmo - multiple instance support
2018-11-26 13:03:03 +01:00
Vojtech Kral
ff5172eedb
imgui: Refactor, use in cut gizmo
2018-11-26 11:16:39 +01:00
Enrico Turri
b5a698b01d
Added NotoSans font
2018-11-26 10:57:13 +01:00
Enrico Turri
4e1dc9bea9
Restored opaque bed textures
2018-11-22 13:49:28 +01:00
Vojtech Kral
7a1cfb7773
Add missing icons
2018-11-19 13:51:43 +01:00
YuSanka
facb55c2ee
Changed toolbar icons for "split to object/part"
2018-11-08 16:44:59 +01:00
YuSanka
e23a814139
Implemented adding of support enforcer/blocker to the object list
2018-11-05 08:58:14 +01:00
Lukas Matena
494dc899f3
Added a special (temporary) icon for SLA supports gizmo, removed igl files from xs/src
2018-11-02 10:22:48 +01:00
bubnikv
07feaa3c7d
WIP: SL1 profiles, SL1 in wizard, switching between FFF / SLA
2018-10-31 16:22:36 +01:00
YuSanka
31c9b9f080
Fixed TreeCtrl updating after mode change
...
+ Added another images for mode visualization
2018-10-22 12:08:30 +02:00
YuSanka
95c8295a93
Prototype of the hiding according to view mode
...
+ Added mode icon near option's label
+ Fixed segmentation fault on Linux
2018-10-21 23:10:36 +02:00
Vojtech Kral
f6d6bba121
Fix resources dir location, add wxWidgets to Windows deps build script
2018-10-12 11:37:05 +02:00
bubnikv
1260b8deb3
WIP: Moved sources int src/, separated most of the source code from Perl.
...
The XS was left only for the unit / integration tests, and it links
libslic3r only. No wxWidgets are allowed to be used from Perl starting
from now.
2018-09-19 11:02:24 +02:00
bubnikv
51e650f6bf
Merged with dev
2018-09-17 15:12:13 +02:00
Enrico Turri
912df7c914
1st installment of gizmo move 3D
2018-09-11 09:00:28 +02:00
Enrico Turri
d38157e64e
Added select by part tool to toolbar
2018-09-06 16:10:31 +02:00
Enrico Turri
0cfb0761ea
Merge branch 'master' of https://github.com/prusa3d/Slic3r into dev
2018-09-03 08:35:13 +02:00
bubnikv
160cd90e4f
Bundled newer versions of PrusaResearch profiles.
2018-09-01 09:54:02 +02:00
Enrico Turri
e83b2e5041
Merge branch 'master' of https://github.com/prusa3d/Slic3r into dev
2018-08-31 08:33:42 +02:00
bubnikv
491b3cb19e
Bumped up the version number to 1.41.0 release,
...
bundled updated PrusaResearch configs.
2018-08-30 16:08:25 +02:00
YuSanka
91e2f2b0e4
Updated PrusaDoubleSlider icons
2018-08-29 11:21:22 +02:00
Enrico Turri
99262e2d59
Merge branch 'dev' of https://github.com/prusa3d/Slic3r into dev
2018-08-27 14:01:03 +02:00
Enrico Turri
a3bd7c110f
Fixed conflicts after merging with master
2018-08-27 14:00:53 +02:00
YuSanka
fddd0f566f
Merge branch 'dev' of https://github.com/prusa3d/Slic3r into dev
2018-08-24 16:28:34 +02:00
Enrico Turri
b940c36a05
Removed scale and rotate actions from toolbar
2018-08-24 15:08:19 +02:00
YuSanka
a19d658cd3
Merge remote-tracking branch 'origin/new_main_page_ui' into dev
2018-08-24 15:01:26 +02:00
YuSanka
98a8783083
Added "one_layer" mode for PrusaDoubleSlider
2018-08-24 13:36:19 +02:00
YuSanka
64c888f5f7
Added active icon for selected tick
2018-08-23 13:01:18 +02:00
YuSanka
9c32a73acc
PrusaDoubleSlider improvement
...
+ OnKeyDown
+ marked selected thumb
+ marked selected control
...
2018-08-21 17:48:52 +02:00
Enrico Turri
8d13c0b3a0
3D gizmo grabbers
2018-08-21 14:27:36 +02:00
Lukas Matena
41ad5de125
Lay flat - icons and invalidation improvement
2018-08-20 11:27:25 +02:00
Enrico Turri
1f92ab12bc
Merge branch 'master' of https://github.com/prusa3d/Slic3r into opengl_to_cpp
2018-08-13 08:51:58 +02:00
bubnikv
6b463480f7
Updated MK3MM2 presets, updated start G-codes of the MK2 printer
...
as it does not support the new M204 format.
2018-08-06 18:04:35 +02:00
bubnikv
cda23ddbc6
T1 and M702 C are now evaluated by the time estimator to add the new
...
"filament_load_time" and "filament_unload_time" values to match
the MK3 MMU2 behavior.
Emitting of the remaining times into the output G-code was made optional
through a new "remaining_times" configuration value, so the firmware
flavors and versions, which do not know the M73 code, will not complain.
Configuration changes:
The wipe tower default position was shifted inwards after the wipe tower
coordinate reference point was changed from the center to the left front
corner.
Added the "filament_load_time" and "filament_unload_time" values
to the MK3 MMU filament profiles.
Enabled "remaining_times" for the MK2.5, MK3 and MK3MMU2 printers.
2018-08-04 17:38:25 +02:00
bubnikv
e774688047
Fixed the *MK3* references in Prusa3D profiles
2018-08-02 13:09:53 +02:00
bubnikv
e9c13720ee
Configuration improvements:
...
Bumped up firmware versions for MK2.5/MK3 to 3.3.1, disabled priming areas for MK3MMU2
2018-08-02 09:11:11 +02:00
bubnikv
c675fd9962
Updated the start G-codes for the MK3 MMU2 profiles:
...
Implemented wiping line for MMU when the priming blocks are disabled,
added initialization of the MMU2 unit with the filament types.
2018-08-01 19:07:49 +02:00
YuSanka
aab0da4003
Added tooltips for objects list
...
Updated icons with transparency
2018-08-01 14:17:31 +02:00
Enrico Turri
61bbbfa72b
3D scene toolbar uses a single texture
2018-07-31 12:25:00 +02:00
Enrico Turri
f827f65c97
Merge branch 'master' of https://github.com/prusa3d/Slic3r into opengl_to_cpp
2018-07-30 08:33:28 +02:00
bubnikv
f7c583a604
Added the alpha4 config to the index.
2018-07-27 23:28:59 +02:00
bubnikv
4ad27ae50b
Merge branch 'master' into wipe_tower_no_priming
2018-07-27 23:26:10 +02:00
bubnikv
da9fb6ab0b
Updated change log for the Prusa3D config index,
...
bumped up the version to 1.41.0-alpha3
2018-07-27 22:31:24 +02:00
bubnikv
6cfa614202
New parameter "single_extruder_multi_material_priming" to be able
...
to suppress the MM priming towers.
The PrusaResearch.ini was modified for the MMU2 printers to
correctly prime the initial extruder when
single_extruder_multi_material_priming is disabled.
2018-07-27 22:19:46 +02:00
bubnikv
e944f09a4f
New PrusaResearch configuration, renamed and improved the MK3 MMU2 wizard
...
picture.
2018-07-27 15:57:00 +02:00
Enrico Turri
1af0a74118
Fixed conflict after merge with master
2018-07-27 12:15:35 +02:00
Enrico Turri
9bb552122e
Placeholder icons for hover-pressed toolbar items state
2018-07-27 11:36:31 +02:00
bubnikv
65362cbf2b
Merge remote-tracking branch 'origin/backspace_to_delete_on_osx'
2018-07-27 09:55:13 +02:00
YuSanka
f6d9f40ec1
Merge remote-tracking branch 'origin/master' into new_main_page_ui
2018-07-26 11:27:25 +02:00