supermerill
b66901672f
FanMover rework
...
- new code path
- add kickstart
- add bypass for not-overhangs fan calls
todo: unit test
2020-11-04 20:14:54 +01:00
supermerill
62d64b4f61
#623 fix polyholes (less faces & works on first layer)
2020-11-04 20:12:23 +01:00
supermerill
2adea5b08d
#439 add support layer time to next object layer time if unsynchronized
...
and don't slowdown support layers if unsynchronized
and add half of time diff with previous layer to prevent spikes
2020-11-04 20:12:06 +01:00
supermerill
4d4293c921
fix layer duration color
2020-10-31 23:04:45 +01:00
supermerill
cd3ea9c7c2
fix tool & filament color
2020-10-31 17:08:00 +01:00
supermerill
837c3e9891
fix/merge machine limits
2020-10-29 23:39:17 +01:00
supermerill
b63d791685
#609 fix a bug that can happens when (positive) offsetting with a big miter limit and two island merge
2020-10-29 00:04:12 +01:00
supermerill
491e49a2eb
clean 91535794705a65f406134d1d751c16c51bac3ac8
2020-10-29 00:03:56 +01:00
supermerill
160b509a46
Merge remote-tracking branch 'remotes/remi/CI' into dev
...
in particular, move the repetier stuff to physicalprinter
2020-10-27 17:52:46 +01:00
supermerill
65a40ed58f
Merge remote-tracking branch 'remotes/prusa/master' into dev
2020-10-27 16:08:00 +01:00
supermerill
9153579470
#507 fix/improve denser infill
2020-10-26 21:32:16 +01:00
supermerill
77a15a2d7f
fix some tests, add a dense infill test
2020-10-26 21:31:23 +01:00
supermerill
7560c7d955
fix fill
...
also protect spacing in case of.
2020-10-26 15:47:21 +01:00
tamasmeszaros
969ca98b52
Revert "Require minimum version 5.0 of CGAL"
...
This reverts commit f3327adf496251c8480200c954cb1eb55ffcdab7.
2020-10-26 14:41:23 +01:00
tamasmeszaros
f3327adf49
Require minimum version 5.0 of CGAL
2020-10-26 14:30:44 +01:00
enricoturri1966
e14c122d12
Fixed percentage value exported into gcode M73 lines
2020-10-26 11:44:38 +01:00
Vojtech Bubnik
ce020781d3
Refactored loading of Get/SetThreadDescription() on Windows:
...
These new API functions are not available on Windows 7 and on older Windows 10,
thus they are newly loaded dynamically and the functions using it retur
a bool indicating whether the functionality is supported or not.
Also the OSX variants that are not supported newly return false instead
of throwing an exception.
Fixes #4972 #4974
2020-10-26 08:09:17 +01:00
supermerill
3346658047
fix crash in gcdode viewer
...
fix color.ui hook
fix thin wall extrusion type
move some colors from orange to blue
2020-10-26 02:08:16 +01:00
supermerill
c3073c4422
fix fill, add prusa ironing to ui.
2020-10-26 00:23:54 +01:00
supermerill
05632802c1
fix fan_speedup_time
...
* now can split a G1 line to start the fan in the middle.
create super_slicer logo from prusa one
fix 0-disable for z_step
2020-10-25 21:51:20 +01:00
supermerill
07be95fb69
fix seams
...
* fix the seam object
* fix painting seam that will jump on nearest for no good reason
* change hidden/near/nearer to cost with 2 boxes for setting the costs.
fix preferences
2020-10-25 02:56:22 +02:00
Vojtech Bubnik
e1f6bb4a92
Follow up on Add G10 temperature G-code support for the RepRapFirmware flavour.
...
Reduced copy / paste.
2020-10-24 17:32:30 +02:00
David Kocik
64f6499db5
Fix of empty error string. No testing errors for boost::filesystem::permission.
2020-10-23 18:35:32 +02:00
David Kocik
8b647ab41b
fix of copy_file_inner
2020-10-23 15:36:32 +02:00
Lukas Matena
8cd13803ca
Updated the G10 RepRapFirmware pull request to current master
2020-10-23 13:27:45 +02:00
Lukas Matena
18f72d82b9
Merge branch 'pa_reprap_g10_temperature_support' of https://github.com/ardenpm/PrusaSlicer into lm_g10
2020-10-23 11:42:35 +02:00
David Kocik
cb2f751aed
missing header
2020-10-23 11:19:31 +02:00
David Kocik
115cbd4650
aditional information to FAIL_COPY_FILE error message and changed bools controlling Export finished notification
2020-10-23 10:18:14 +02:00
Lukas Matena
5670f5ffb0
Fix couple of build issues on gcc
2020-10-23 07:51:58 +02:00
supermerill
9813c50117
#594 fix repetier
...
revert 3ec7dec14010f9bab2192622d84eefd2f86a3ddf
add passtrough on the Workaround for a correct rendering of the control without Bitmap
select first option by default
2020-10-23 02:03:42 +02:00
Vojtech Bubnik
9a4376ddc6
Fix of previous commit
2020-10-22 17:54:32 +02:00
Vojtech Bubnik
b1b7a5ad1b
Fix of ironing invalidation. Fixes
...
Ironing flag ignored on infill rotate #4937
Ironing does not take effect when you change Top Fill Pattern. #4900
Ironing layer not shown in preview when settings are changed #4510
2020-10-22 17:36:51 +02:00
YuSanka
0f9faeda98
Fixed conversion from/to imperial units for objects with parts/modifiers
2020-10-22 15:45:17 +02:00
Vojtech Bubnik
d8f45ff1d8
Workarounds and documentation of OSX posix incompatibilities
2020-10-22 14:57:50 +02:00
Vojtech Bubnik
723406dfea
Workaround for OSX non-compliant implementation of
...
pthread_getname_np / pthread_setname_np
2020-10-22 14:45:15 +02:00
Vojtech Bubnik
0d2c31d0e4
and again a fix on Windows
2020-10-22 14:35:20 +02:00
Vojtech Bubnik
6e2a5419cc
Fixes of previous commit on Posix platforms
2020-10-22 14:29:40 +02:00
Vojtech Bubnik
81b6883710
Thread names shortened to 15 characters to fit Posix norm.
...
Added get_current_thread_name()
2020-10-22 14:11:08 +02:00
Vojtech Bubnik
6531061d09
Support for naming slicer own threads for debugging.
...
The following threads are named with this commit:
slic3r_main, slic3r_BackgroundSlicingProcess,
slic3r_tbbpool_xx_yy where xx is a one based index of the TTB thread
and yy is the platform thread ID.
2020-10-22 13:54:15 +02:00
enricoturri1966
844ec8447d
ENABLE_PAN_ROTATE_SCENE_IN_GIZMOS set as default
2020-10-22 11:01:30 +02:00
supermerill
ae6c979565
#563 #589 Small perimeter control
2020-10-21 20:25:48 +02:00
Vojtech Bubnik
70e44c3e8e
Fixed definition of psSlicingFinished to fix notification updates
...
after the slicing finishes.
2020-10-21 14:00:56 +02:00
enricoturri1966
68a7e5ce41
Rotating/panning the view, using mouse left/right + CTRL modifier, while any gizmo is active
2020-10-19 15:55:16 +02:00
Lukas Matena
ebcd073fd3
Removed unused include (related to #4912 )
2020-10-19 11:16:43 +02:00
supermerill
3aaedd671b
Merge remote-tracking branch 'remotes/prusa/master' into dev
...
note: layer time is not working, chronology need formatting, temperature ok.
2020-10-18 03:50:08 +02:00
supermerill
6fdd615b6e
Merge remote-tracking branch 'remotes/prusa/master' into dev
2020-10-18 00:27:32 +02:00
Vojtech Bubnik
7896de892b
Fix of the "dock" menu on OSX to start a new instance of PrusaSlicer
...
in case a single instance is disabled.
Make the "single_instance" enabled by default on OSX initially
to match the platform.
2020-10-17 09:23:05 +02:00
supermerill
2291bd76de
#539 fix Concentric (filled) interface support dumps core
2020-10-17 01:03:56 +02:00
supermerill
da2fc1e7af
typo
2020-10-17 00:55:33 +02:00
supermerill
c8f207ff93
fix typo for calibration bridge flow (don't use flow < 20)
...
and some other string typos
2020-10-17 00:00:53 +02:00