enricoturri1966
90db060f03
ENABLE_PAN_ROTATE_SCENE_IN_GIZMOS set as default
2020-10-22 11:01:30 +02:00
enricoturri1966
6f4e67f39b
Follow-up of 7cf350d0bc -> Fixed unselection of objects when any gizmo is active and CTRL is pressed
2020-10-21 13:17:41 +02:00
enricoturri1966
bc14c56710
Follow-up of 68a7e5ce41 -> Disable visualization of hovering on objects while any gizmo is active and CTRL is pressed
2020-10-21 11:04:48 +02:00
enricoturri1966
86c203f974
Follow-up of 68a7e5ce41 -> Fixed objects selection when any gizmo is active
2020-10-21 09:52:05 +02:00
enricoturri1966
8f8cf1fdc0
Rotating/panning the view, using mouse left/right + CTRL modifier, while any gizmo is active
2020-10-19 15:55:16 +02:00
enricoturri1966
125b9dfdb0
#4888 - Fixed jerky movements in Preview when using 3D mouse
2020-10-19 12:34:33 +02:00
Lukas Matena
8ae550c3b3
Do not render bed texture when looking from below the bed in hollowing gizmo
...
The same as it is for FDM/SLA supports and seam gizmos.
2020-10-16 15:56:45 +02:00
YuSanka
3bae4fcad2
UnsavedChangesDialog : improvements
...
* Added "Remember my choice" checkbox
* Center on the screen and set position in respect to the position of mainframe or settings dialog
Preferences : Added checkboxes for enable/suppress showing of the UnsavedChangeDialog
SearchImGui : close after parameter selection_is_changed_according_to_physical_printers
PhysicalPrinterDialog, SavePresetDialog : Center on the screen
2020-10-15 16:53:14 +02:00
enricoturri1966
f70ae3b1ed
Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer
2020-10-15 12:43:09 +02:00
enricoturri1966
d70762c80f
#4719 - Fixed toolpaths generation when background process is on
2020-10-15 12:42:58 +02:00
enricoturri1966
349e894779
Fixed rendering of thumbnails
2020-10-15 12:20:38 +02:00
Vojtech Bubnik
2fc8d311cf
NotificationManager: Removed space reservation for "Slope visualization"
...
dialog, which is gone.
2020-10-14 17:19:11 +02:00
Vojtech Bubnik
f702dafac9
Polishing of NotificationManager:
...
Fixed pairing of PrintObjects with slicing warning notifications.
Removed or commented out dead code.
Added documentation.
2020-10-14 16:49:06 +02:00
Yuri D'Elia
026dccf75f
Handle Shift+Tab to collapse/expand the sidebar
2020-10-12 09:16:08 +02:00
enricoturri1966
69be5bfb7a
Added menu command Configuration/Language to standalone gcode viewer
2020-10-12 08:39:40 +02:00
enricoturri1966
8b6c599d45
Added Preference dialog to standalone gcode viewer
2020-10-06 15:11:08 +02:00
Lukas Matena
d6b8c2d075
Painting gizmos: show painted triangles inside modifier meshes
2020-10-06 12:06:39 +02:00
Lukas Matena
9e3491bec5
Painting gizmos fixes:
...
- modifiers are not rendered in neutral color when a painting gizmo is open, so they are distinguishable from model parts
- modifiers are now correctly handled by clipping plane (the cut was not triangulated for them)
2020-10-06 12:06:39 +02:00
enricoturri1966
9d3ca1ca4f
ENABLE_SLOPE_RENDERING set as default
...
Slope rendering active only when using Gizmo FDM supports
2020-10-02 15:43:39 +02:00
David Kocik
02ba48ebc8
notifications: avoid collision with gizmos on same position by moving to left
2020-10-02 10:27:31 +02:00
David Kocik
9bc0bc823c
notifications: sla supports outside error appearing/disappearing
2020-10-02 10:27:31 +02:00
David Kocik
630859ef39
notifications: changed some plater warnings into errors, fixed not showing plater warnings in preview.
2020-10-01 09:30:11 +02:00
enricoturri1966
d0ee9601b7
Fixed red background wrongly showing up when slicing with SLA printer
2020-09-30 13:24:37 +02:00
bubnikv
267d72a952
Merge remote-tracking branch 'remotes/origin/vb_modelobject'
2020-09-29 16:31:18 +02:00
Lukas Matena
ad303d608c
FDM painting gizmos (support/seam) now render object in neutral color
...
The goal is to ensure enough contrast independent on current filament color
2020-09-25 16:05:34 +02:00
YuSanka
925bdb2c16
Updated SplashScreen
...
+ Increased gap_size for main and undo/redo toolbars
2020-09-25 11:02:54 +02:00
Vojtech Bubnik
4e0a0c5c51
New class ModelConfig wrapping DynamicPrintConfig and a timestamp
...
to help with detecting "not changed" event when taking
Undo/Redo snapshot or synchronizing with the back-end.
Converted layer height profile and supports / seam painted areas
to the same timestamp controlled structure.
2020-09-24 15:34:13 +02:00
YuSanka
42173aecf1
Updated "undo/redo" and "search' icons for the toolbar
...
* added "settings" and "search_blink" icons
* suppress the icons scaling update when Plater is in the Preview mode
* switched "layers_height" and "search" buttons in the toolbar
2020-09-14 17:25:47 +02:00
enricoturri1966
77787e36ad
Tech ENABLE_GCODE_VIEWER_AS_STANDALONE_APPLICATION set as default
2020-09-10 08:49:50 +02:00
enricoturri1966
0b88b32141
GCode viewer using the proper layout when started as a standalone application
2020-09-08 11:40:06 +02:00
Lukas Matena
2e11c4e5b9
Merge branch lm_seam_painter_frontend
2020-09-01 23:03:16 +02:00
Lukas Matena
1619fe6ed2
Seam gizmo created on frontend
2020-09-01 18:18:57 +02:00
Lukas Matena
3c15d56a61
Revert "Forbid translation of objects when SLA/Hollow/FDM gizmos are active"
...
This reverts commit c291717909 . Translation of object when those
gizmos are active should already be supressed by previous commit (ba97ebb0). The FDM gizmo was
erroneously not blocking the translation, the commit that is reverted is therefore needless
after this was fixed the way it should have been fixed in the first place.
2020-09-01 18:18:57 +02:00
Lukas Matena
161e2fef47
Forbid translation of objects when SLA/Hollow/FDM gizmos are active
2020-09-01 18:18:56 +02:00
David Kocik
05b2a9968c
notifications: plater warning refactor
2020-09-01 15:57:48 +02:00
enricoturri1966
886731a6d4
Code cleanup
2020-09-01 09:28:02 +02:00
enricoturri1966
b3676e9753
Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_gcode_viewer
2020-08-21 11:10:27 +02:00
Lukas Matena
2de6016b99
Forbid translation of objects when SLA/Hollow/FDM gizmos are active
2020-08-21 09:49:39 +02:00
enricoturri1966
02f159fa99
Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_gcode_viewer
2020-08-10 14:22:46 +02:00
YuSanka
e7f21d1e0e
Merge remote-tracking branch 'origin/master' into ys_ph_printers
2020-08-06 17:02:48 +02:00
enricoturri1966
90b78deae6
Refactoring to allow to quickly build the various options to show the estimated printing time in gcode viewer scene
2020-08-05 15:43:46 +02:00
enricoturri1966
40febf0fb1
Fixed conflicts after merge with master
2020-08-04 09:58:19 +02:00
David Kocik
0c38f234d0
Notifications & warning dialog
...
notifications
dialog with warnings produced by slicing is shown before exporting
2020-08-03 15:49:25 +02:00
enricoturri1966
dfed8d8d83
Tech ENABLE_GCODE_VIEWER_AS_STATE set as default
2020-08-03 15:00:19 +02:00
enricoturri1966
a2a64b5577
Fixed conflicts after merge with master
2020-08-03 08:56:58 +02:00
enricoturri1966
af6c85f114
Use ImGui::TextColored()
2020-08-03 08:28:43 +02:00
enricoturri1966
6f543016d7
ENABLE_GCODE_VIEWER_AS_STATE -> Fixed collapse toolbar showing-up when presing [T] in gcode preview mode
2020-07-29 15:40:28 +02:00
YuSanka
ebef3bcb5d
Merge remote-tracking branch 'origin/master' into ys_ph_printers
2020-07-28 14:14:16 +02:00
enricoturri1966
2b2091d46c
Modal estimated printing time dialog
...
Fixed conflicts after merge with master
2020-07-27 14:53:17 +02:00
enricoturri1966
c6066ab459
Added handling of mouse wheel events to ImGuiWrapper
2020-07-27 12:18:21 +02:00