25272 Commits

Author SHA1 Message Date
David Kocik
ef3d323102 Select printer from connect by nozzle diameter (instead of pritner_variant) and by additional config options.
+ Moved standalone functions to UserAccountUtils
2024-08-29 10:36:42 +02:00
David Kocik
756a76a773 repo_prefix parameter and removing prefix before send to connect.
Change printer_model in full config before applying to print

printer_model prefix handling when showing online printers in sidebar

Select printer from connect by nozzle diameter (instead of pritner_variant) and by additional config options.

+ Moved standalone functions to UserAccountUtils

Set as current without repo prefix

when selecting preset with prefix, mind visible presets.

prefer visible printers for selecting

fix of selecting SLA printer

Added prusalink for prefixed printer_model
2024-08-29 10:36:42 +02:00
YuSanka
a55c85ecef Follow-up 785ad4ce: DoubleSlider: Fixed a check of the Custom G-code
(this code was temporary commented and forgotten to uncomment)
SPE-2445
2024-08-27 12:58:38 +02:00
Lukas Matena
3910ee77fa Merge branch 'fs_SPE-2442' 2024-08-27 12:57:27 +02:00
Filip Sykala - NTB T15p
0534afd6aa Use not utf8 std::string for open output stream (SPE-2442) 2024-08-27 12:57:03 +02:00
Filip Sykala - NTB T15p
de43802ca8 Fix human readable name of font for non UTF8 fonts 2024-08-27 12:57:03 +02:00
Filip Sykala - NTB T15p
79dc95d3e8 Fix UTF8 encoding for SVG "save as" 2024-08-27 12:57:03 +02:00
Filip Sykala - NTB T15p
bcb1178954 Fix encoding of font descriptor 2024-08-27 12:57:03 +02:00
Lukas Matena
4ce6b48b37 Merge branch 'lh_occt_chamfers' 2024-08-27 12:54:55 +02:00
Lukáš Hejl
7e4b5782dc SPE-2150: Repair the mesh after importing the STEP file.
Co-authored-by: zhimin.zeng <zhimin.zeng@bambulab.com>
Co-authored-by: lane.wei <lane.wei@bambulab.com>
2024-08-27 12:54:20 +02:00
Lukáš Hejl
c6a02106fd SPE-2257: Downgrade OCCT to 7.6.1 because newer versions are triangulating chamfers incorrectly. 2024-08-27 12:54:20 +02:00
David Kocik
6049a37d50 Do not show logged in notification on token refresh. 2024-08-20 13:57:43 +02:00
Lukas Matena
a486789b7d Merge branch 'ms_fix_nearest_and_bridge_seams' 2024-08-16 14:03:03 +02:00
Martin Šach
820972dca7 Use converting to geometry instead of projecting for random seams only 2024-08-16 14:02:46 +02:00
Martin Šach
a56bd7e21d Fix invalid extrusion expand value in SeamGeometry 2024-08-16 14:02:46 +02:00
Martin Šach
ef2a64032a Perfrom seam placing on geometry only for SeamAligned, otherwise use extrusions 2024-08-16 14:02:46 +02:00
Martin Šach
214a35d968 Even empty extruder extrusions cannot be removed as it the order of wipe tower toolchanges relies on it. 2024-08-16 12:01:41 +02:00
Martin Šach
0bf8a9b1c5 Fix includes 2024-08-14 00:04:11 +02:00
Martin Šach
a552b8fd07 Use pkg_search_module to find webkit2gtk-4.0 or 4.1. 2024-08-13 17:12:25 +02:00
Lukas Matena
46ad156610 Revert "SPE-2397: Increased size of time blocks batches used to calculate time estimate and actual speed"
This reverts commit 40dbbd1c35dffe773b79176466c48cbe803743d8.
2024-08-12 16:07:02 +02:00
Lukas Matena
bdde536cc1 Merge branch 'ms_fix_wipe_tower' (SPE-2439, bug introduced by the recent gcode generator refactoring) 2024-08-12 15:51:01 +02:00
Martin Šach
dbc8300a59 Fix first positions on layers with wipe tower with not toolchange 2024-08-12 15:50:01 +02:00
Martin Šach
6cfad69a5a Fix first travel to wipe tower after layer change 2024-08-12 15:50:01 +02:00
Martin Šach
b94213bd35 Fix simple layer change z update 2024-08-12 15:50:01 +02:00
Lukas Matena
56e53828e9 Merge branch 'et_spe2397' 2024-08-12 15:48:35 +02:00
enricoturri1966
40dbbd1c35 SPE-2397: Increased size of time blocks batches used to calculate time estimate and actual speed 2024-08-12 15:46:23 +02:00
enricoturri1966
88c94180f7 Fixed mismatch with firmware in calculating acceleration in time estimates 2024-08-12 15:46:23 +02:00
enricoturri1966
9b7961ddcb SPE-2397: Fixed order of traversing time blocks in GCodeProcessor::TimeMachine::calculate_time() to match what is done in firmware 2024-08-12 15:46:23 +02:00
Lukas Matena
2885b03cc2 Merge branch 'ms_overhang_estimation_bug' 2024-08-09 15:19:55 +02:00
Martin Šach
d33023f6d0 Fix includes 2024-08-09 15:19:32 +02:00
Martin Šach
c6858d41bd Fix overhang perimeter dynamic speed.
* Use "corner" intersections when estimating the curl up height.
* If there is a redundant point in an extrusion loop at the end remove it.
2024-08-09 15:19:32 +02:00
YuSanka
10c0f7f255 DoubleSlider: Fixed a click on hovered tick, when object is height enough.
(layer step is less then 2px)
SPE-2421
2024-08-09 10:34:13 +02:00
YuSanka
5e3240fd76 Fix for #13058 - PrusaSlicer 2.8.0 configuration wizard auto adds SLA printer
Don't select any printer by default, when single repo is selected.
2024-08-09 10:29:27 +02:00
YuSanka
92d08da96d MSW specific: ObjectList: Fixed false possible DnD, when mouse click outside of ObjectList and than mouse move over the ObjectList.
Fix for #13062 too
2024-08-09 10:26:35 +02:00
enricoturri1966
d5c7001a7c SPE-2411: libvgcode - use GL_RGBA32F format for texture buffers used to render the gcode toolpaths 2024-08-09 10:24:42 +02:00
Lukáš Hejl
42630f59f7 SPE-2409: Fix adaptive layer height when Z shrinkage compensation is used. 2024-08-09 10:22:56 +02:00
YuSanka
d9ef0f1781 Fix for #13038 - Fix a crash when loading tool changes for not-existing extruder 2024-08-09 10:15:31 +02:00
Lukas Matena
f86d329a70 Merge branch 'jb_dev_servers_config' 2024-08-09 10:08:05 +02:00
Jan Bařtipán
38939b0703 Online service configuration: fixed URL in connect select pritner 2024-08-09 10:07:47 +02:00
Jan Bařtipán
6eca12a1ed Online service configuration can be now changed via env variables, added support for turning webdev tools via command line option 2024-08-09 10:07:47 +02:00
YuSanka
0766638212 Follow-up 97d82a0d57fb675960dd0f3e7c2f56862e6b6ac5 - Fixed labels on ruler 2024-08-09 10:01:54 +02:00
Lukas Matena
7b795f0cdf Merge branch 'et_spe2382' 2024-08-09 09:59:42 +02:00
enricoturri1966
dd7b6b00e3 SPE-2382: Fixed layers detection for pre-gcode preview when supports are enabled 2024-08-09 09:59:24 +02:00
enricoturri1966
a1330e9229 SPE-2382: Fixed toolpaths generation for pre-gcode viewer 2024-08-09 09:59:24 +02:00
Lukas Matena
a2cabdd74b Merge branch 'lh_dynamic_fan_speed_fix' 2024-08-09 09:57:10 +02:00
Lukáš Hejl
7f666265e1 SPE-2368: Reduce the number of emitted M106 when dynamic fan speed on overhangs is enabled.
This fixed duplicity M106, which doesn't have any effect.
Also, it was implemented hysteresis that filters out small back-and-forth changes in fan speeds.
2024-08-09 09:56:42 +02:00
Lukáš Hejl
070b2af3fd Refactoring of the dynamic speed on overhangs. 2024-08-09 09:56:42 +02:00
Lukas Matena
109b36ab5e Merge branch 'jb_link_user_auth' 2024-08-09 09:55:04 +02:00
Jan Bartipan
b490479d40 PrinterWebViewPanel: tracking (Linux) and removing authentication handlers 2024-08-09 09:54:35 +02:00
Jan Bařtipán
7fb3638d46 PrinterWebViewPanel: fixed passing API Key when uploading gcode, fixed passing API key via session storage, improved cleaning up credential infra on printer change (removing API key from storage or deregistering delegate/event for HTTP digest auth) 2024-08-09 09:54:35 +02:00