Commit Graph

22781 Commits

Author SHA1 Message Date
enricoturri1966
a485339fbc Merge remote-tracking branch 'origin/et_picking_parts_fix' 2023-04-04 11:41:18 +02:00
enricoturri1966
a0f1b0313a Merge branch 'master' of https://github.com/Prusa-Development/PrusaSlicerPrivate into et_picking_parts_fix 2023-04-04 11:40:10 +02:00
rtyr
de69696edb
General rework. Updated start g-code.
https://github.com/prusa3d/PrusaSlicer/pull/10140
2023-04-04 11:08:18 +02:00
enricoturri1966
368d36089b Follow-up of 745a454081 - Refactoring in ImGuiWrapper::init_font() to remove duplicated code 2023-04-04 10:56:49 +02:00
enricoturri1966
745a454081 Follow-up of 81cebe5be3 - Fixed crash at startup when any of the svg files used as icon into imgui dialog (and/or splash screen icon) is renamed/removed. 2023-04-04 10:23:47 +02:00
enricoturri1966
1835e52842 Fixed visibility of volumes when switching to FFF printer after slicing an object with SLA printer 2023-04-04 09:58:14 +02:00
enricoturri1966
799e44f155 Show an icon button, in place of a plain imgui button, in the 3D scene as switch between view types of an object sliced with sla printer 2023-04-04 09:47:22 +02:00
Filip Sykala - NTB T15p
10a85c10a5 Merge branch 'master' into fs_undoredo 2023-04-03 16:33:27 +02:00
Filip Sykala - NTB T15p
ad81d530b1 Fix of freez when undo redo on text with modifier. 2023-04-03 16:24:07 +02:00
Filip Sykala - NTB T15p
b9ac8aeafa Fix for crash 2023-04-03 14:07:16 +02:00
enricoturri1966
d1c959529c Fixed assert showing up after merge with master 2023-04-03 11:39:53 +02:00
YuSanka
102d3e0d2c Localization:
* Fixed phrases
* Updated POT
* New POT is merged with community POs
2023-04-03 11:32:50 +02:00
Filip Sykala - NTB T15p
482b56f108 Merge branch 'master' into fs_undoredo 2023-04-03 11:15:07 +02:00
enricoturri1966
81cebe5be3 SPE-1629 - Fixed crash at startup when any of the svg files used as icon into imgui dialog is renamed/removed. 2023-04-03 10:48:59 +02:00
Filip Sykala - NTB T15p
f9c784dd41 Remove unneccesarry union of healing holes. Mentioned by @BubnikV.
Union of overlapped holes is not neccessary, Clipper calculate winding number separately for each input parameter
2023-04-03 10:14:25 +02:00
enricoturri1966
c5b224c0c1 Merge branch 'master' of https://github.com/Prusa-Development/PrusaSlicerPrivate into et_sla_switch_view 2023-04-03 08:56:27 +02:00
enricoturri1966
797dd1197e Allow the user to switch between visualizing original or processed volumes in 3D scene after slicing using SLA printers 2023-04-03 08:54:04 +02:00
Lukas Matena
0384d631d6 Bumped up version to 2.6.0-alpha6 2023-03-31 16:58:44 +02:00
Lukas Matena
9001ca8674 Merge commit 'bbd870b26c7094247235b064f7c8d970d5c7167a' 2023-03-31 16:51:16 +02:00
Lukas Matena
bbd870b26c Sync to c987b4585:
this is needed so we can later ff public/stable (currently at version_2.5.2) to version_2.6.0
2023-03-31 16:50:25 +02:00
Lukas Matena
c987b45853 Merge branch 'lm_wipe_tower_purging' 2023-03-31 16:42:57 +02:00
Lukas Matena
3d855580ce Wipe tower: fix the height of preview in 3D scene 2023-03-31 16:42:44 +02:00
Lukas Matena
b14855beda Wipe tower: remove 'Purging volumes' button for printers with separate extruders:
the setting really only makes sense for single extruder MM, the others can use
filament_minimal_purge_on_wipe_tower
2023-03-31 16:42:44 +02:00
Lukas Matena
9775bf213d Wipe tower: changed the way how initial wipe tower preview depth is calculated 2023-03-31 16:42:44 +02:00
Lukas Matena
0cedbe91ca Merge branch 'lm_gcode_postprocess' 2023-03-31 16:41:05 +02:00
Lukas Matena
2ac964a676 XL specific temporary:
- only enable the temp backtracking for XL
- hardcode toolchange time to 4.5s
2023-03-31 16:39:46 +02:00
Lukas Matena
211b8cdc90 Added a marker for the ooze prevention cooldown commands 2023-03-31 16:37:52 +02:00
enricoturri1966
943eb5b4fe Modified gcode postprocessor to remove gcode lines while backtracing from the current position 2023-03-31 16:37:52 +02:00
Lukas Matena
97397ba6cb Increased the backtracing time to 120 s 2023-03-31 16:37:52 +02:00
Lukas Matena
86f2142325 Change the notification from M117 to M104 2023-03-31 16:37:52 +02:00
enricoturri1966
64b3e0d6a9 Fixed method GCodeLine::extract_cmd() 2023-03-31 16:37:52 +02:00
Lukas Matena
57e1f3d4db Backtracing updates:
- always enable the feature
- read the tool that we change to
- get temperature for that tool (from config at this point)
- replace the dummy XYYY gcode by M117 (print to display)
  showing the tool, time to toolchange and required temp
2023-03-31 16:37:52 +02:00
enricoturri1966
c9724ae6fd Modify gcode post-process to allow to insert new gcode lines by backtracing from the current processed line.
Current state is a prototype and the new code is embedded into a new tech: ENABLE_GCODE_POSTPROCESS_BACKTRACE
2023-03-31 16:37:52 +02:00
enricoturri1966
80e0666401 Merge remote-tracking branch 'origin/et_transformations' 2023-03-31 16:12:39 +02:00
enricoturri1966
3c8ecf5bd6 Merge branch 'master' of https://github.com/Prusa-Development/PrusaSlicerPrivate into et_transformations 2023-03-31 16:10:36 +02:00
David Kocik
e1c253b29e fix of obsolete text 2023-03-31 15:42:13 +02:00
YuSanka
41026d47b6 EmbossGizmo: Fixed some phrases to improve localization 2023-03-31 14:31:22 +02:00
Filip Sykala - NTB T15p
4cf8d671cb Change imgui dialog in emboss to wxWidget dialog for better styling. 2023-03-31 13:36:35 +02:00
David Kocik
dee0aa6f90 Merge branch 'dk_alt_eject' 2023-03-31 13:11:38 +02:00
David Kocik
6be2aa29dc Alternative eject function (IOCTL_STORAGE_EJECT_MEDIA)
Detect if device has CARD READER configuration in Configuration Descriptor


log
2023-03-31 13:11:23 +02:00
tamasmeszaros
e1861d220c Revert "Try to handle fff supports in arrange after slicing"
This reverts commit 92e0c13513.
2023-03-31 12:24:14 +02:00
Filip Sykala - NTB T15p
d56f09a92a Fix removing neighbor duplicit point between first and last point in polygon mentioned by @BubnikV 2023-03-31 09:48:14 +02:00
Filip Sykala - NTB T15p
dd7a19505a Another approach to fix undo redo:
Do not open gizmo on shortcut key: only create volume
2023-03-30 19:04:29 +02:00
Filip Sykala - NTB T15p
115b230367 Merge branch 'master' into fs_undoredo 2023-03-30 18:17:13 +02:00
Filip Sykala - NTB T15p
58e3143ad8 Different handling of shortcut 'T' for emboss text 2023-03-30 18:16:59 +02:00
PavelMikus
d3037d325a Minor improvement of the special case of extra perimeters path ordering 2023-03-30 16:57:44 +02:00
Lukas Matena
f95810bee4 Merge remote-tracking branch 'public/master' 2023-03-30 16:32:40 +02:00
PavelMikus
3a08097cd2 Improve performance of bridge over infill algorithm for very noisy/textured top surfaces
improve bridging direction unification when briding areas start overlapping
2023-03-30 16:23:03 +02:00
enricoturri1966
2e0d21d2e2 Merge branch 'master' of https://github.com/Prusa-Development/PrusaSlicerPrivate into et_picking_parts_fix 2023-03-30 13:08:13 +02:00
enricoturri1966
2057d0ce9a SPE-1610 - Modified SceneRaycaster to keep the current selection when the user clicks and drag a selected volume 2023-03-30 13:05:57 +02:00