Commit Graph

  • 4a59a45d51 ENABLE_SHOW_SCENE_LABELS set as default Enrico Turri 2020-02-13 13:24:52 +01:00
  • c4c2cf4ead Merge remote-tracking branch 'origin/tm_fix_commandline' tamasmeszaros 2020-02-13 12:53:31 +01:00
  • 6914f688f8 ENABLE_BACKWARD_COMPATIBLE_RELOAD_FROM_DISK set as default Enrico Turri 2020-02-13 12:43:19 +01:00
  • 847efec2ed ENABLE_6DOF_CAMERA set as default Enrico Turri 2020-02-13 12:13:54 +01:00
  • 904263d231 ENABLE_CONFIGURABLE_PATHS_EXPORT_TO_3MF_AND_AMF set as default Enrico Turri 2020-02-13 11:25:34 +01:00
  • b0218daafe ENABLE_MODIFIED_TOOLBAR_TEXTURES set as default Enrico Turri 2020-02-13 09:50:06 +01:00
  • 5797c9edc2 ENABLE_3DCONNEXION_Y_AS_ZOOM set as default Enrico Turri 2020-02-13 09:20:20 +01:00
  • 25e303493e Revert c55173eb as it breaks features. tamasmeszaros 2020-02-12 18:24:48 +01:00
  • d13b0e45f4 Fix command line slicing by tweaking default config values. tamasmeszaros 2020-02-12 18:20:12 +01:00
  • c877549b1b Fixed width of "printhost_apikey" and "printhost_cafile" fields YuSanka 2020-02-12 15:46:52 +01:00
  • c55173eba4 Follow-up of 00ecafe3d5 -> Fix of #3650 moved into 'SLAPrint::output_filename()' as the previous fix was breaking the export from GUI Enrico Turri 2020-02-12 15:39:04 +01:00
  • d350d001fc New keyboard shortcuts dialog -> Bigger default size Enrico Turri 2020-02-12 15:02:22 +01:00
  • 4d556b40d1 Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_shortcuts_dialog Enrico Turri 2020-02-12 15:01:53 +01:00
  • 00ecafe3d5 #3650 - Fixed extension of exported file when processing models for sla printers from command line Enrico Turri 2020-02-12 14:23:54 +01:00
  • e70b17f38c Updated POT + Fixed texts in DoubleSlider.cpp YuSanka 2020-02-12 14:19:48 +01:00
  • fcd1cf371b Alignments of options in settings tabs YuSanka 2020-02-12 12:08:43 +01:00
  • c33dc5c2fe New keyboard shortcuts dialog -> Scrollable pages and resizable dialog Enrico Turri 2020-02-12 11:25:36 +01:00
  • b5152e4126 New keyboard shortcuts dialog -> Fixed items order and use wxNotebook on top Enrico Turri 2020-02-12 08:49:56 +01:00
  • 742c6b6746 Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_shortcuts_dialog Enrico Turri 2020-02-12 08:09:22 +01:00
  • 2e62f03ba8 Small fix of 41388bd: Interior mesh can be empty and TriangleMeshSlicer would fail in that case. Also, recalculating shared vertices after repair should probably be done, TMS relies on it. Lukas Matena 2020-02-11 15:25:28 +01:00
  • 9689d006c0 Rework of keyboard shortcut dialog layout -> use wxChoicebook Enrico Turri 2020-02-11 15:12:35 +01:00
  • c0ee66fd52 Rework of keyboard shortcut dialog layout -> use wxNotebook at left Enrico Turri 2020-02-11 15:01:32 +01:00
  • e327d8a6d4 Rework of keyboard shortcut dialog layout -> use wxNotebook on top Enrico Turri 2020-02-11 14:39:27 +01:00
  • afb129bb5d Rework of keyboard shortcut dialog layout -> use wxListbook at left Enrico Turri 2020-02-11 14:33:19 +01:00
  • dc375be682 Rework of keyboard shortcut dialog layout -> use wxListbook on top Enrico Turri 2020-02-11 14:27:44 +01:00
  • 6d0cf16797 Export STL exports hollowed & drilled mesh (if it is shown) Lukas Matena 2020-02-11 00:58:19 +01:00
  • 2ff491e2ef Add files via upload lee hakmin 2020-02-11 09:50:17 +09:00
  • 94d3ca7016 Manually merged Korean translation by @ulsanether YuSanka 2020-02-10 20:05:20 +01:00
  • cd88643558 Merge branch 'tm_hollowing' tamasmeszaros 2020-02-10 17:03:11 +01:00
  • 384d1ae1bb Use parallel execution for cutting the hollowed interior tamasmeszaros 2020-02-10 16:56:46 +01:00
  • 26a6a9b23f Fixed regression crashing when generating G-code with supports. bubnikv 2020-02-10 16:37:38 +01:00
  • 41388bdb01 Remove the hollowed interior slices from the model slices in 2D tamasmeszaros 2020-02-10 16:33:59 +01:00
  • 7655488639 Ammendment of Reverted the time estimate number stored into the G-code from days/hours/minutes to days/hours/minutes/seconds, because who knows who is already parsing the file. bubnikv 2020-02-10 15:53:11 +01:00
  • 9f40e9e56e Reverted the time estimate number stored into the G-code from days/hours/minutes to days/hours/minutes/seconds, because who knows who is already parsing the file. bubnikv 2020-02-10 15:46:08 +01:00
  • a25f58731e Fix of d81f7d8465 (SlicedInfo: Removed secondes from estimated times): GCodeTimeEstimator::_get_time_dhm() shall round to minutes, old code rounded down to minutes, new code rounds to 1/2. bubnikv 2020-02-10 14:40:21 +01:00
  • bfbf3ac94d Follow up on the hot fix of #3637 53bfb6bed3 bubnikv 2020-02-10 14:24:21 +01:00
  • a5de3386ac Changed size of hexagons. YuSanka 2020-02-10 12:46:07 +01:00
  • d81f7d8465 SlicedInfo: Removed secondes from estimated times YuSanka 2020-02-10 11:56:49 +01:00
  • d491a38fd7 Merge pull request #3629 from ulsanether/master Oleksandra Yushchenko 2020-02-10 12:49:21 +01:00
  • 0966707d40 Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer Enrico Turri 2020-02-10 12:37:12 +01:00
  • 0f5f2bc519 Reintroduce rotation limits for camera for FDM printers Enrico Turri 2020-02-10 12:36:52 +01:00
  • 5324bdd30f Delete PrusaSlicer.mo lee hakmin 2020-02-10 20:10:10 +09:00
  • 38d0997248 Add files via upload lee hakmin 2020-02-10 19:48:37 +09:00
  • 53bfb6bed3 Hot fix of Object disappears when wipe to object turned on #3637 which is a regression of an optimization 3e0690b37b bubnikv 2020-02-10 08:24:39 +01:00
  • 519a982fe9 Fix of #3632: Crash if a thin wall object is not printable, therefore no extrusion is generated. bubnikv 2020-02-09 18:34:06 +01:00
  • ed65979044 Add files via upload lee hakmin 2020-02-09 22:13:38 +09:00
  • 5eb1e7e886 Fixed a bug in the update of the backend when the Spiral Vase option is enabled / disabled. bubnikv 2020-02-09 13:56:42 +01:00
  • 9ae0311434 bumped up the version number. bubnikv 2020-02-09 11:01:15 +01:00
  • e7d2fcf0be Fixed unit tests broken with the previous commit (Spiral Vase fix). Fixed a crash in the previous commit. bubnikv 2020-02-09 09:43:15 +01:00
  • 76433da64c Printer profiles were updated by @rtyr bubnikv 2020-02-08 22:11:44 +01:00
  • 4e11552da9 Spiral vase improvements and bugfixes. Fixes Connecting / expanding Bottom Layers to Vase Perimeter #253 Fixes Slicing error in vase mode #452 Fixes Slicing Issue (Vase Mode, 0.6mm dmr nozzle) #1887 Fixes Top fill pattern isn't used in spiral vase mode #2533 Fixes Cisar's vase doesn't slice correctly, creates artefacts #3595 bubnikv 2020-02-08 21:36:29 +01:00
  • 79ce691d58 Don't calculate the AABB tree in FDM mode Lukas Matena 2020-02-08 17:17:51 +01:00
  • 6dd79d4923 Added a missing include Suggested in #3621 Lukas Matena 2020-02-08 11:42:45 +01:00
  • 9c8dcf3fae Updated mode icons YuSanka 2020-02-07 18:49:39 +01:00
  • 8cda986ffb Follow-up for hole point randomization tamasmeszaros 2020-02-07 16:59:34 +01:00
  • 2a9a1fddb2 DoubleSlider: Fixed Extruder sequence bug YuSanka 2020-02-07 16:56:59 +01:00
  • eb4b24e136 Hollowing: randomize hole mesh translations before unification. tamasmeszaros 2020-02-07 16:33:04 +01:00
  • f512892f6b Report failing union on holes instead of faulty input mesh. tamasmeszaros 2020-02-07 15:59:33 +01:00
  • a6f1c41b94 eject button text correction David Kocik 2020-02-07 15:13:20 +01:00
  • 348bf39012 Fix of the previous commit: Fixed sequential print unit tests. bubnikv 2020-02-07 14:43:05 +01:00
  • 808e45f5b3 Force backend update when hollowing gizmo is closed Lukas Matena 2020-02-07 14:14:35 +01:00
  • 10ade4192c Added separate icon for the SLA printer presets DoubleSlider: + fixed bug with un-hidden tooltip when OneLayerLock is on + MultiAsSingle mode : Show context menu on Cog icon after L/RButtonClick YuSanka 2020-02-07 14:15:09 +01:00
  • b8c898bf40 Fixed a bug in validation of the FDM Print to check for extruder collisions against already printed objects: Rotation of an object was not being taken into account. Fixes #2450 PrusaSlicer 2.0 Sequential printing vs rotate object Fixes #3585 Always Sequential Printing Error (Regardless of setting, placement or object size) bubnikv 2020-02-07 14:10:18 +01:00
  • e66632a595 Hollowing parameters should be labeled the same in the gizmo and in presets Lukas Matena 2020-02-07 14:03:55 +01:00
  • 15343847bc Fix build on Win tamasmeszaros 2020-02-07 11:15:01 +01:00
  • 2fb1acd74b Add check for cereal library in CMake tamasmeszaros 2020-02-07 11:07:22 +01:00
  • a1c0a29af2 ENABLE_BACKWARD_COMPATIBLE_RELOAD_FROM_DISK - Fixed inconsistencies for splitted and cutted objects Enrico Turri 2020-02-07 09:49:48 +01:00
  • 455f36119a Localization: Updated PrusaSlicer.pot and list.txt YuSanka 2020-02-06 20:37:12 +01:00
  • 5474738dc6 DoubleSlider: Implemented tick hovering YuSanka 2020-02-06 18:51:52 +01:00
  • 665bc9e960 Hollowing: allow to place drain holes on the inner surface of a hollowed cavity Lukas Matena 2020-02-06 17:53:03 +01:00
  • ef32cd6059 Fixed conflicts after merge with master Enrico Turri 2020-02-06 15:28:50 +01:00
  • c6ca180142 Use frontend data to update labels Enrico Turri 2020-02-06 15:19:53 +01:00
  • 3c23917e9e SLA gizmos: make sure that the clipping plane is properly reset to zero when the shown meshes are exchanged Lukas Matena 2020-02-06 14:46:02 +01:00
  • f902fc3445 Don't forget to copy drain holes when an object is copied Lukas Matena 2020-02-06 14:23:03 +01:00
  • fb235cb675 Color change - handling Color Change data stored for different printer configuration: bubnikv 2020-02-06 14:03:18 +01:00
  • acf5bfd8e2 Merge branch 'tm_cmake_dll_fix' tamasmeszaros 2020-02-06 13:34:00 +01:00
  • 3981e25f75 Fixed labels auto-sizing Enrico Turri 2020-02-06 12:06:39 +01:00
  • 2e039d3955 Fix dll copying tamasmeszaros 2020-02-06 11:59:02 +01:00
  • 00737948e6 Merge branch 'dk_config' David Kocik 2020-02-06 11:34:04 +01:00
  • e21c5b2418 formating of forced update dialog David Kocik 2020-02-06 11:32:45 +01:00
  • adf60d5931 Fix of the new top / bottom shell thickness hint. bubnikv 2020-02-06 11:00:27 +01:00
  • bfea105c2e Fixed mmissing #if ENABLE_SHOW_SCENE_LABELS Enrico Turri 2020-02-06 10:39:42 +01:00
  • 34588f365d For the builds with a label assigned (no commit after the label), show just the label in the application title. For Win32, add the " 32 bit" indicator, so that we may see clearly if somebody is running a 32bit build on 64bit windows by a mistake. bubnikv 2020-02-06 10:17:02 +01:00
  • a430ff546e Merge remote-tracking branch 'origin/et_labels' Enrico Turri 2020-02-06 09:58:44 +01:00
  • a72be256f8 Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_labels Enrico Turri 2020-02-06 09:57:48 +01:00
  • de99789bc1 Merge branch 'dk_remote_devices' David Kocik 2020-02-06 09:32:24 +01:00
  • b31244cc35 linux/osx bug fix checking file path Slic3rPE 2020-02-05 16:04:05 +01:00
  • f37a31596c Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_labels Enrico Turri 2020-02-06 09:15:15 +01:00
  • 0d5ced60a2 DoubleSlider: Implemented "Jump to print Z" functionality on Cog icon click OR using "Shift+G" + One more big code refactoring YuSanka 2020-02-05 22:55:18 +01:00
  • 2d86e3cc4d fix failing test due to missing cgal dlls tamasmeszaros 2020-02-05 18:22:17 +01:00
  • d58f451d5d Merge branch 'tm_cgal_improvements_SPE-1088' tamasmeszaros 2020-02-05 17:56:52 +01:00
  • bd76c345f2 Handle CGAL exceptions and add tests for mesh boolean operations tamasmeszaros 2020-02-05 17:39:56 +01:00
  • 495a71ed00 Implemented top_solid_min_thickness / bottom_solid_min_thickness. The two new config keys define a minimum vertical shell thickness. The top shell thickness is calculated as a maximum of sum over top_solid_layers * layer heights and top_solid_min_thickness, the bottom shell thickness is calculated as a maximum of sum over bottom_solid_layers * layer heights and bottom_solid_min_thickness. bubnikv 2020-02-05 16:53:26 +01:00
  • 5c4b481e35 Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_labels Enrico Turri 2020-02-05 15:27:20 +01:00
  • a04c72b0c9 Fixed unneded auto-extra frame render Enrico Turri 2020-02-05 15:27:11 +01:00
  • 6f777264a1 Merge branch 'tm_hollowing' tamasmeszaros 2020-02-05 14:22:57 +01:00
  • b0588abdd2 Invalidate background process when HollowingGizmo modifies settings tamasmeszaros 2020-02-05 14:21:06 +01:00
  • 0cae8c7652 Merge branch 'dk_config' David Kocik 2020-02-05 13:58:53 +01:00
  • 5c972ce9ab config wizard bugfix: changed order of creating pages David Kocik 2020-02-05 13:57:15 +01:00
  • fce9f77472 Translations with arrow keys with modifiers: Enrico Turri 2020-02-05 13:14:50 +01:00