f51f1cc368Add Visual Studio code build files and Emacs TAGS file to .gitignore (#6725)
combolek
2021-07-26 02:59:48 -07:00
06941605e7Add Visual Studio code build files and Emacs TAGS file to .gitignore (#6725)
combolek
2021-07-26 02:59:48 -07:00
a113f227f5Use default last directory when we try to save a project with objects from Gallery
YuSanka
2021-07-26 11:34:35 +02:00
09a5a8dc86Use default last directory when we try to save a project with objects from Gallery
YuSanka
2021-07-26 11:34:35 +02:00
06e2835f83Follow-up of 8ebb2e2a29 -> GCodeViewer: automatically select view type in dependence of gcode content for first loaded gcode file
enricoturri1966
2021-07-26 11:01:37 +02:00
d2168a4668Follow-up of 8ebb2e2a29 -> GCodeViewer: automatically select view type in dependence of gcode content for first loaded gcode file
enricoturri1966
2021-07-26 11:01:37 +02:00
9154ebb165ConfigWizard: Draw logo inside OnPaint instead of use of wxStaticBitmap
YuSanka
2021-07-23 11:54:15 +02:00
20084c23bfConfigWizard: Draw logo inside OnPaint instead of use of wxStaticBitmap
YuSanka
2021-07-23 11:54:15 +02:00
c9dffd0c89Preview legend: title of estimated print time section dependent on results
enricoturri1966
2021-07-23 14:49:24 +02:00
a397c705cbPreview legend: title of estimated print time section dependent on results
enricoturri1966
2021-07-23 14:49:24 +02:00
4a5496e3deObjectDataViewModel: Added function to add warning icon
YuSanka
2021-07-23 13:48:38 +02:00
56c5b85aa1ObjectDataViewModel: Added function to add warning icon
YuSanka
2021-07-23 13:48:38 +02:00
c732deeb91Set imgui scrollbars' grab color to orange
enricoturri1966
2021-07-23 13:36:43 +02:00
692d0841d5Set imgui scrollbars' grab color to orange
enricoturri1966
2021-07-23 13:36:43 +02:00
8df2525355Fixed conflicts after merge with master
enricoturri1966
2021-07-23 11:40:07 +02:00
70938eadfcFixed conflicts after merge with master
enricoturri1966
2021-07-23 11:40:07 +02:00
d3b1b1f3d5Fix of clipping plane for SLA supports, probably broken since 1009f78
Lukas Matena
2021-07-23 11:31:48 +02:00
12298aa3c8Fix of clipping plane for SLA supports, probably broken since 1009f78
Lukas Matena
2021-07-23 11:31:48 +02:00
8ebb2e2a29Fixed import of color print view from gcode files into GCodeViewer
enricoturri1966
2021-07-23 11:27:07 +02:00
5dabae7d0dFixed import of color print view from gcode files into GCodeViewer
enricoturri1966
2021-07-23 11:27:07 +02:00
9cd61c7d0bAdded multiple add:north and Extrudr filament profiles. Updated support head settings (SL1S).
rtyr
2021-07-22 16:51:03 +02:00
20d6e7116eAdded multiple add:north and Extrudr filament profiles. Updated support head settings (SL1S).
rtyr
2021-07-22 16:51:03 +02:00
e93c5d4f20ImGui sliders clamping: ImGuiWrapper::slider_float now clamps the value returned by imgui by default. Bare ImGui::SliderFloat allows entering off-scale values when entered by keyboard, which is not nice. The protection can be turned off by the last optional parameter.
Lukas Matena
2021-07-22 15:49:00 +02:00
73ea766b86ImGui sliders clamping: ImGuiWrapper::slider_float now clamps the value returned by imgui by default. Bare ImGui::SliderFloat allows entering off-scale values when entered by keyboard, which is not nice. The protection can be turned off by the last optional parameter.
Lukas Matena
2021-07-22 15:49:00 +02:00
c0b73a92a3Try fix warning icon
Filip Sykala
2021-07-22 15:17:23 +02:00
6fc8254f92Try fix warning icon
Filip Sykala
2021-07-22 15:17:23 +02:00
1f89b3638cFdmSupportsGizmo bugfix: reset highlighted slope after confirmation, otherwise the highlight stays when it is confirmed and removed later
Lukas Matena
2021-07-22 14:12:06 +02:00
969b472037FdmSupportsGizmo bugfix: reset highlighted slope after confirmation, otherwise the highlight stays when it is confirmed and removed later
Lukas Matena
2021-07-22 14:12:06 +02:00
b225fadfdeAllow skip edge with only one triangle during simplification
Filip Sykala
2021-07-21 15:23:48 +02:00
6f42987f3bAllow skip edge with only one triangle during simplification
Filip Sykala
2021-07-21 15:23:48 +02:00
c7051c9005Removed unnecessary conditions that interfere with the search.
YuSanka
2021-07-21 14:46:40 +02:00
32bb7ea341Removed unnecessary conditions that interfere with the search.
YuSanka
2021-07-21 14:46:40 +02:00
7acaf58c15Fix of asserting ImGui: ImGui does not want the io flags to change in between NewFrame and EndFrame. We did that - e.g. after a key down-key up combination with no render in between, or when key down and mouse move event were processed with no render in between. An assert was added in imgui to detect this between 1.75 and 1.83, which made the issue visible. Solution: only call the new_frame function in update_key_data/update_mouse_data when imgui actually consumes the input. This forces immediate render so EndFrame will be called.
Lukas Matena
2021-07-21 12:55:25 +02:00
f387a354baFix of asserting ImGui: ImGui does not want the io flags to change in between NewFrame and EndFrame. We did that - e.g. after a key down-key up combination with no render in between, or when key down and mouse move event were processed with no render in between. An assert was added in imgui to detect this between 1.75 and 1.83, which made the issue visible. Solution: only call the new_frame function in update_key_data/update_mouse_data when imgui actually consumes the input. This forces immediate render so EndFrame will be called.
Lukas Matena
2021-07-21 12:55:25 +02:00
9264b79be7Tech ENABLE_RELOAD_FROM_DISK_FOR_3MF set as default
enricoturri1966
2021-07-21 14:10:05 +02:00
2203ada89cTech ENABLE_RELOAD_FROM_DISK_FOR_3MF set as default
enricoturri1966
2021-07-21 14:10:05 +02:00
4d2bee36e5Fixed some compiler warnings.
Lukáš Hejl
2021-07-21 12:54:13 +02:00
0ce485ecb0Fixed some compiler warnings.
Lukáš Hejl
2021-07-21 12:54:13 +02:00
4b312ae170ENABLE_ALLOW_NEGATIVE_Z -> Fixed build when the tech is disabled
enricoturri1966
2021-07-21 12:28:03 +02:00
bfedc8bcbaENABLE_ALLOW_NEGATIVE_Z -> Fixed build when the tech is disabled
enricoturri1966
2021-07-21 12:28:03 +02:00
c5b7d4b213FixThroughNetFabb: Fixed strange behavior after fixing of the model (PrusaSlicer loosed a focus)
YuSanka
2021-07-21 12:08:54 +02:00
155d4cfec2FixThroughNetFabb: Fixed strange behavior after fixing of the model (PrusaSlicer loosed a focus)
YuSanka
2021-07-21 12:08:54 +02:00
0079091a8cFix gui size
Filip Sykala
2021-07-21 11:58:01 +02:00
e730999c71Fix gui size
Filip Sykala
2021-07-21 11:58:01 +02:00
1f3252dd78Revert of b140709fa8 and new implementation of fixing picking for sinking objects
enricoturri1966
2021-07-21 11:56:39 +02:00
bc68e06292Revert of b140709fa8 and new implementation of fixing picking for sinking objects
enricoturri1966
2021-07-21 11:56:39 +02:00
7cd402dcd0GCodeViewer -> Fixed crash when importing gcode files generated by older versions of PrusaSlicer
enricoturri1966
2021-07-21 08:58:14 +02:00
ab8cdae689GCodeViewer -> Fixed crash when importing gcode files generated by older versions of PrusaSlicer
enricoturri1966
2021-07-21 08:58:14 +02:00
7c01ddf996#6730 - GCodeViewer -> Fixed crash when importing gcode files generated by PrusaSlicer and edited by user or 3rd part post processors by appending new lines after the config section. Show instead the same error dialog as when trying to import the config into PrusaSlicer from the same gcode file
enricoturri1966
2021-07-21 08:36:16 +02:00
712c7e80aa#6730 - GCodeViewer -> Fixed crash when importing gcode files generated by PrusaSlicer and edited by user or 3rd part post processors by appending new lines after the config section. Show instead the same error dialog as when trying to import the config into PrusaSlicer from the same gcode file
enricoturri1966
2021-07-21 08:36:16 +02:00
6bcc576b5ftruncate model name
Filip Sykala
2021-07-21 08:34:43 +02:00
9b646f3e42truncate model name
Filip Sykala
2021-07-21 08:34:43 +02:00
87a6c8cb73Merge branch 'master' into fs_QuadricEdgeCollapse
Filip Sykala
2021-07-21 07:52:57 +02:00
9ea8cec6e9Merge branch 'master' into fs_QuadricEdgeCollapse
Filip Sykala
2021-07-21 07:52:57 +02:00
ca3fc06e36GUI edits
Filip Sykala
2021-07-20 18:39:09 +02:00