Commit Graph

  • 203e9e848c Changed Manipulation panel. (Simple mode)There is exclamation mark icon next for the object name, if it has errors. YuSanka 2019-04-24 13:33:05 +02:00
  • ae692635da Selection rectangle moved into a separate class Lukas Matena 2019-04-18 09:59:17 +02:00
  • 08cb5bc2c7 Wipe tower uses correct gcodes for RepRap gcode flavor (M907->M906, M900->M572 - should fix #1843) Also, fixed proper setting of the extruder current during toolchange (was broken since 6da83c7) Lukas Matena 2019-04-24 12:01:57 +02:00
  • 5d2537af35 WIP: Transformations of an instance in world coordinate system from the side panel. bubnikv 2019-04-24 11:01:59 +02:00
  • 7185125f9c Fixed out-of-bouds access in RammingChart.cpp in case the ramming was turned off Lukas Matena 2019-04-24 10:12:23 +02:00
  • 49dff105bd Merge branch 'master' of https://github.com/prusa3d/Slic3r into et_copy_and_paste Enrico Turri 2019-04-24 08:17:33 +02:00
  • aa147482b7 Added _fiction_ resizing for correct MainFrame rendering after DPI changed_object YuSanka 2019-04-23 16:33:06 +02:00
  • 8ace8f4294 Picking using rectangle selection WIP 4 -> Prototype for selection update Enrico Turri 2019-04-23 15:08:18 +02:00
  • e9d629f248 Build: Don't add imgui dir when SLIC3R_GUI is off Vojtech Kral 2019-04-23 14:56:53 +02:00
  • 2088abdc31 Build: Don't add slic3r dir when SLIC3R_GUI is off #1050 Vojtech Kral 2019-04-23 14:18:07 +02:00
  • 31d377d09f Some refactoring and documentation, modified Windows dependencies to compile against patched wxWidgets Vojtech Bubnik 2019-04-23 12:35:26 +02:00
  • a6ba6865bb Picking using rectangle selection WIP 3 -> Use parallel_for to extract data from the framebuffer copy Enrico Turri 2019-04-23 12:07:35 +02:00
  • 0923bcec34 Added explicit linkage of pthreads library (needed on raspberry PI) Vojtech Bubnik 2019-04-23 11:02:57 +02:00
  • 43ad9ff8b7 Picking using rectangle selection WIP 2 Enrico Turri 2019-04-23 10:45:41 +02:00
  • 31c02b6bfb Added missing includes YuSanka 2019-04-23 08:47:23 +02:00
  • 705f7c8fa0 Merge branch 'master' of https://github.com/prusa3d/Slic3r into et_copy_and_paste Enrico Turri 2019-04-23 08:03:54 +02:00
  • 1f02eb704a Code refactoring: Deleted unused variables and _cleaned_ overbusy functions YuSanka 2019-04-22 01:51:10 +02:00
  • ff3f1c9ee0 Fixed application crash, if try to change Preset in a moment, when one of unregular pages is selected. YuSanka 2019-04-22 00:17:56 +02:00
  • 4a20fd7f7e Fix of #1216 YuSanka 2019-04-21 23:12:39 +02:00
  • 144b9e1e9d Merge remote-tracking branch 'origin/master' into ys_bug_fixing YuSanka 2019-04-21 11:37:30 +02:00
  • 5e45cff855 Merge branch 'ys_msw_dpi' of https://github.com/prusa3d/Slic3r into ys_msw_dpi bubnikv 2019-04-18 17:16:42 +02:00
  • e7d6586220 Another missing include bubnikv 2019-04-18 17:16:31 +02:00
  • 3fea03f885 Picking using rectangle selection WIP Enrico Turri 2019-04-18 15:59:12 +02:00
  • 55c07394e5 Added dialog with shortcuts to the SLA gizmo, tried to improve the dialog look Lukas Matena 2019-04-18 07:23:51 +02:00
  • b5533017fb Merge branch 'ys_msw_dpi' of https://github.com/prusa3d/Slic3r into ys_msw_dpi YuSanka 2019-04-18 15:36:48 +02:00
  • 5761c8f126 Merge remote-tracking branch 'origin/master' into ys_msw_dpi YuSanka 2019-04-18 15:33:50 +02:00
  • de55801e31 Merge remote-tracking branch 'origin/ys_bug_fixing' into ys_msw_dpi YuSanka 2019-04-18 15:22:10 +02:00
  • 08b01338a8 Fixed missing header (clang is picky) bubnikv 2019-04-18 15:22:58 +02:00
  • 3f74ec491e Partial fix of "Wrong width of perimeter for solid anchors #1803" Improvement in handling of the "default" external perimeter width. bubnikv 2019-04-18 15:08:11 +02:00
  • 9cd3c594be Overrided on_dpi_changed() for some Dialogs: AboutDialog, ConfigSnapshotDialog, FirmwareDialog, SysInfoDialog YuSanka 2019-04-18 15:05:17 +02:00
  • 1fd6748178 Fixed a typo in export_obj parameter label bubnikv 2019-04-18 14:45:13 +02:00
  • 1ffc6b5e64 Merge branch 'master' of https://github.com/prusa3d/Slic3r into et_copy_and_paste Enrico Turri 2019-04-18 13:35:59 +02:00
  • 4e01b22a3f Use new class GLSelectionRectangle (refactored) also in 3D scene Enrico Turri 2019-04-18 13:35:39 +02:00
  • 5ec507e9ea Fix of Complete individual objects: "checker" bug #1911" Also fix of an arrangement issue for instances with some transformation around X or Y axis applied. bubnikv 2019-04-18 12:45:43 +02:00
  • cfbd7f8093 Fixed conflicts after cherry-picking c8b4aa5a786e579abfdbf800b5eb1a0f0b04ff92 Lukas Matena 2019-04-18 09:59:17 +02:00
  • 63a0d1aeee Added comments to the gettext dictionaries generated by the xgettext tool. The prefix to be searched for in the source code comments is TRN bubnikv 2019-04-18 10:13:56 +02:00
  • 9e43193b86 1st installment of selection rectangle in 3D scene Enrico Turri 2019-04-18 10:05:18 +02:00
  • cc0d79755a Merge branch 'master' of https://github.com/prusa3d/Slic3r into et_copy_and_paste Enrico Turri 2019-04-18 08:07:57 +02:00
  • e97e8c6af6 Overrided on_dpi_changed() for some Dialogs: BedShapeDialog, KBShortcutsDialog, ConfigWizard, Preferences YuSanka 2019-04-18 02:03:40 +02:00
  • 077321b228 Implemented em_unit() function for getting of em_unit value from correct parent. YuSanka 2019-04-17 21:35:53 +02:00
  • eae6576162 Fix default bitmap loading in Field Vojtech Kral 2019-04-17 17:30:28 +02:00
  • 79e71cb8d3 ConfigWizard: Fix index width Vojtech Kral 2019-04-17 16:47:15 +02:00
  • b57452d090 Fix a bunch of race conditions between arrange and bg processing, fix #1770 Vojtech Kral 2019-04-17 14:56:00 +02:00
  • e7dcb9d93a Merge branch 'master' of https://github.com/prusa3d/Slic3r into et_copy_and_paste Enrico Turri 2019-04-17 14:48:52 +02:00
  • 0c1e223414 SLA gizmo clipping plane is now not necessarily perpendicular to camera direction Lukas Matena 2019-04-17 12:24:46 +02:00
  • 8df2a19974 SLA clipping plane can now be controlled by Ctrl + mouse wheel rotation Lukas Matena 2019-04-17 10:16:39 +02:00
  • 00ed0de815 Fix a format string in UpdateDialogs.cpp Vojtech Kral 2019-04-17 14:25:37 +02:00
  • 3e9c0c396e Code refactoring YuSanka 2019-04-17 11:22:30 +02:00
  • 50516e3b7d Attempt to fix Ctrl+C from 3D scene on Mac Enrico Turri 2019-04-17 09:44:46 +02:00
  • bbdc6a7881 Fix for incomplete validation condition on the allowable elevation. tamasmeszaros 2019-04-17 10:08:54 +02:00
  • 19759b4315 SLA gizmo clipping - changed color on the cuts of supports, turned their rendering in editing mode (when the supports are not shown) Lukas Matena 2019-04-17 09:39:51 +02:00
  • 5ae6f3158a Merge branch 'master' of https://github.com/prusa3d/Slic3r into et_copy_and_paste Enrico Turri 2019-04-17 08:11:57 +02:00
  • 3b9803ba6e Fixed crash of build under OSX and Linux. YuSanka 2019-04-16 14:06:09 +02:00
  • 850eb86360 Merge remote-tracking branch 'origin/master' into ys_bug_fixing YuSanka 2019-04-16 15:27:10 +02:00
  • d83a013d6b Export of filament statistics into G-code for multi-material prints has been rewritten to be easier to parse. bubnikv 2019-04-16 14:25:50 +02:00
  • 81abb58d49 Merge branch 'master' of https://github.com/prusa3d/Slic3r into et_copy_and_paste Enrico Turri 2019-04-16 13:56:03 +02:00
  • 25bfebfe8e Fixed typo in shortcuts dialog Enrico Turri 2019-04-16 13:53:57 +02:00
  • dfa924e8eb Ctrl+C and Ctrl+V for Copy and Paste refactored in the same way as Ctrl+A for Select All Enrico Turri 2019-04-16 13:47:37 +02:00
  • fc63a28481 Application Scaling for MSW: + Experiments with toolBars scaling + Rescaled warning and printing legends YuSanka 2019-04-16 12:11:48 +02:00
  • 554176b97f Http: Fix redirecting of post requests, fix #2018 Vojtech Kral 2019-04-15 13:36:20 +02:00
  • 7aa4fd0827 Another fix of the perl bindings bubnikv 2019-04-16 10:53:55 +02:00
  • 7f4e6328fa Fixed trianglemeshslicer perl bindings, thus the unit tests. bubnikv 2019-04-16 10:39:17 +02:00
  • c4978817f3 Merge branch 'master' of https://github.com/prusa3d/Slic3r into et_copy_and_paste Enrico Turri 2019-04-16 10:11:40 +02:00
  • 9b79617eb6 Added debug imgui dialog for render statistics Enrico Turri 2019-04-16 10:11:17 +02:00
  • ae2c61160f Application Scaling for MSW: Added rescale function for DoubleSlider (from Preview), ObjectList, ManipulationPanel and SettingsPanel YuSanka 2019-04-16 10:05:45 +02:00
  • 63ce3c3150 SLA gizmo now does not make redundant copies of the object and supports meshes Lukas Matena 2019-04-15 22:24:10 +02:00
  • f33e9bf609 TriangleMeshSlicer is now initialized by const-pointer to the mesh, responsibility for calling require_shared_vertices is left to the caller Lukas Matena 2019-04-15 21:58:13 +02:00
  • a177a7e1da SLA gizmo clipping now also triangulates the cuts on support structure Lukas Matena 2019-04-15 16:20:29 +02:00
  • e8c08d8f91 Switch to regular shading when manipulating an object with gizmos while layers editing is active Enrico Turri 2019-04-16 08:50:46 +02:00
  • 95a0adbac9 More unification of the application naming. bubnikv 2019-04-15 19:49:37 +02:00
  • 4c445d8565 Updated OSX Info.plist template bubnikv 2019-04-15 18:13:59 +02:00
  • 496922036f Harmonized the application naming. bubnikv 2019-04-15 16:14:19 +02:00
  • 8235ad2b02 ObjectList::paste_objects_into_list() refactored to call front end / back end synchronization and scene refresh only once Enrico Turri 2019-04-15 15:40:40 +02:00
  • d8f28bc31a Follow-up of 1fbdf7bdaa -> Fixed grabbers size for move gizmo and grabbers dragging size Enrico Turri 2019-04-15 15:05:26 +02:00
  • 00a7673a2b Fixed glitches in rendering when activating layers editing Enrico Turri 2019-04-15 14:19:18 +02:00
  • 703f65c7bf Fix of #1380 - Wrong estimated time when using extruder absolute coordinates Enrico Turri 2019-04-15 12:54:57 +02:00
  • bf3a52925b doc: Mac build: Add note about XCode SDK version lock Vojtech Kral 2019-04-15 11:57:49 +02:00
  • dddea0db22 Fixed selection when right-clicking in the 3D scene to show the context menu Enrico Turri 2019-04-15 10:27:40 +02:00
  • 07d1d44d8c Switch to Advanced mode if object or volumes imported from 3mf and amf files contain advanced config data Enrico Turri 2019-04-15 09:22:11 +02:00
  • f244a643ee Fixed again layers.svg icon Enrico Turri 2019-04-15 08:36:44 +02:00
  • e502b33f41 Post-merge fix YuSanka 2019-04-14 13:57:15 +02:00
  • df7ada0199 Merge remote-tracking branch 'origin/master' into ys_msw_dpi YuSanka 2019-04-14 13:49:22 +02:00
  • 66fa280964 Some code refactoring YuSanka 2019-04-14 10:57:03 +02:00
  • 44a611795b Bumped up version number bubnikv 2019-04-14 10:24:31 +02:00
  • e4162bbee9 When loading a 3MF with advanced data, switch to an Advanced mode, not Export moe. bubnikv 2019-04-14 08:26:10 +02:00
  • f7ddddcff5 Application Scaling for MSW: Next big step - Added rescale() function for the most of controls - Created PrusaBitmap and PrusaButton classes like a wrap to wxBitmap and wxButton accordingly YuSanka 2019-04-13 23:46:52 +02:00
  • 255a4e05dc Fix of "Repir from File menu doesn't save the file #2064" The file was saved, albeit using an "obj" format, but into a file with an ".stl" extension. The software was fixed to propose a file to save with a correct ".obj" extension. bubnikv 2019-04-13 14:45:35 +02:00
  • 1e455bc065 Fix of "Variable layer height feature breaks after rotating part #2073" There was an approximate bounding box used at the GUI, while a snug bounding box was used at the back end, causing invalidation of the variable layer height editing profile on rotated objects. bubnikv 2019-04-13 14:15:54 +02:00
  • b0c33a1fe9 Fixed copying of some object's attributes into the clipboard (layer height profile, layer height table etc) Added public Plater::schedule_background_process() bubnikv 2019-04-12 18:29:47 +02:00
  • cfa4f3f4d6 Added new icons YuSanka 2019-04-12 17:10:04 +02:00
  • 80afb6da78 Fixed SLA clippling plane & picking. bubnikv 2019-04-12 16:08:40 +02:00
  • 95eb98a103 Darker icons for 3D and preview menu items Enrico Turri 2019-04-12 15:47:40 +02:00
  • 7d15ee8fd9 Offset used to place newly added volumes and instances proportional to the bed max size Enrico Turri 2019-04-12 15:31:33 +02:00
  • c8b467bf9f Merge branch 'master' of https://github.com/prusa3d/Slic3r Enrico Turri 2019-04-12 14:30:38 +02:00
  • e1debd3a4c Added icons for 3D and preview menu items Enrico Turri 2019-04-12 14:30:28 +02:00
  • 4abcf7bec4 SLA gizmo dialog height increased so the new clipping plane slider fits Lukas Matena 2019-04-12 14:24:59 +02:00
  • 17ad59c7e6 Only show the "--software-renderer" option if GUI is compiled in. bubnikv 2019-04-12 13:33:06 +02:00
  • 8614bb2ede One more command line only slic3r build fix. bubnikv 2019-04-12 13:29:06 +02:00
  • 022e325a60 Merge branch 'master' of https://github.com/prusa3d/Slic3r bubnikv 2019-04-12 13:13:49 +02:00
  • 3ab1b69682 Fixed a bug in command line only win32 slic3r build. bubnikv 2019-04-12 13:13:31 +02:00