Vojtech Bubnik
26776faf70
Silencing compiler warning in AGGRaster on Visual Studio
2021-02-19 18:57:45 +01:00
Pascal de Bruijn
0a4f2659c7
creality.ini: descendingz gcode comment improvement
2021-02-19 18:54:47 +01:00
Vojtech Bubnik
b76dafdda3
Improvements in FDM support generator:
...
Projection into a grid has been reworked to use the AGG rasterizer.
This fixes #5209 and #6067 .
Also the raster is now being oversampled by maximum 8x8 samples
and the supports are only allowed to expand inside the cell.
This significantly reduces leakage of supports through object walls,
which fixes #5054 .
2021-02-19 18:50:44 +01:00
Pascal de Bruijn
8b52112eed
creality.ini: descendingz is more descriptive
2021-02-19 18:05:47 +01:00
enricoturri1966
3c0fa24a71
Tech ENABLE_RENDER_PATH_REFRESH_AFTER_OPTIONS_CHANGE set as default
2021-02-19 15:38:05 +01:00
enricoturri1966
ef00d416b0
Follow-up of 9afaebac75 -> Fixed wrong gcode line numbers shown on preview horizontal slider when time estimation for silent mode is active
2021-02-19 14:12:49 +01:00
rtyr
87e9c72e91
1.2.4 sync
2021-02-19 13:11:47 +01:00
enricoturri1966
5a19dd7041
Tech ENABLE_NEW_NOTIFICATIONS_FADE_OUT set as default
2021-02-19 12:18:09 +01:00
Pascal de Bruijn
7da56933f2
creality.ini: relocate max_print_height close to bed_shape
2021-02-18 19:37:55 +01:00
Pascal de Bruijn
c6e4826a86
creality.ini: add CR-8
2021-02-18 19:28:09 +01:00
Pascal de Bruijn
0263679988
creality.ini: add Ender-4
2021-02-18 19:20:54 +01:00
Pascal de Bruijn
583ca2bcaf
creality.ini: add safe zone for Ender-3 V2
2021-02-18 19:06:03 +01:00
rtyr
0386974c41
Modified possibly problematic start/end g-code Mega
2021-02-18 17:19:41 +01:00
rtyr
44d2780be7
Ender-6 thumbnail
2021-02-18 16:50:28 +01:00
enricoturri1966
6310b863af
Follow-up of 86d7e1fb90 - Fixed build warning on OsX
2021-02-18 15:35:38 +01:00
Lukáš Hejl
307f264cc0
Fixed unnecessary travels after calling the avoid crossing perimeters when the wipe is enabled.
...
When the avoid crossing perimeters was enabled, and the wipe was enabled, there were unnecessary travels in the opposite direction than the wipe travel.
2021-02-18 14:41:56 +01:00
enricoturri1966
d8a1dfa6be
#5538 - Validation of custom g-code against gcode processor reserved keywords
2021-02-18 14:34:40 +01:00
enricoturri1966
8aca687aef
Tech ENABLE_PREVIEW_TYPE_CHANGE set as default
2021-02-18 11:52:14 +01:00
Vojtech Bubnik
2cce568f07
The perl binding is killing Vojtech
2021-02-18 11:47:06 +01:00
Vojtech Bubnik
896b11d24b
Fixing the Perl bindings for the last time
2021-02-18 11:42:35 +01:00
Vojtech Bubnik
37405ef838
Finally the Perl binding fix arrived!
2021-02-18 10:39:46 +01:00
Vojtech Bubnik
8f3b3410ba
Cooling buffer - fix of Perl bindings
2021-02-18 10:31:15 +01:00
Vojtech Bubnik
ed721509b9
Fix of Perl integration after cooling buffer rework
2021-02-18 10:16:56 +01:00
rtyr
0ce7035535
Merge pull request #6069 from pmjdebruijn/creality_start_gcode_2
...
creality.ini: improve start_gcode comments
2021-02-17 22:52:11 +01:00
rtyr
daec7479d4
Merge pull request #6038 from pmjdebruijn/creality_ender6
...
creality.ini: add Ender-6
2021-02-17 22:51:23 +01:00
Pascal de Bruijn
d3d2c3256d
creality.ini: support CR-6 SE pause print
2021-02-17 19:49:15 +01:00
Pascal de Bruijn
87bb3ebb26
creality.ini: improve start_gcode comments
2021-02-17 18:39:59 +01:00
enricoturri1966
455dbc01ed
Tech ENABLE_ARROW_KEYS_WITH_SLIDERS set as default
2021-02-17 17:21:06 +01:00
enricoturri1966
a12ee64cf5
Tech ENABLE_DRAG_AND_DROP_FIX set as default
2021-02-17 14:52:58 +01:00
YuSanka
83a3e844e3
Fix of #6056 - Purging Volumes dialog doesn't save pasted values
2021-02-17 14:37:25 +01:00
enricoturri1966
354070d9b2
Tech ENABLE_TOOLPATHS_WIDTH_HEIGHT_FROM_GCODE set as default
2021-02-17 11:23:17 +01:00
YuSanka
5ccb8c8222
Fixed a bug with erase of the multiple instance selection in 3D-scene
...
+ Try to fix accidentally crash on Copy/Paste
2021-02-16 21:20:06 +01:00
Vojtech Bubnik
2a8d8a528b
Fix of Supports printed too slowly. #984
...
Processing of CoolingBuffer is newly staggered for support layers
until the 1st object layer above supports is received by CoolingBuffer.
2021-02-16 11:30:57 +01:00
enricoturri1966
7144de8ead
Fixed update of the horizontal slider after changing visibility of options in preview
2021-02-16 10:46:15 +01:00
enricoturri1966
919851b548
#5611 - Added option to show gcode line number on horizontal slider in preview
2021-02-16 10:07:05 +01:00
Vojtech Bubnik
8cf75cf037
Fix of Improve Support material adhesion by base type interface layers
...
under soluble supports. #5823
Implemented as a pull request #5903 by @spiky2021
and reworked.
commit c7993e619225553a2c4078787907b9ebbd9ac759
Author: spiky2021 <77010315+spiky2021@users.noreply.github.com >
Date: Thu Feb 11 12:39:25 2021 +0100
Base type interfaces for soluble interface supports
At the moment soluble support material adhesion is weak due to sparse support layers under soluble support layers. I reported as issue #5823 with pictures, as well.
I modified two methods to the SupportMaterial Class including their headers.
The new methods add two base type interface layers to the support structure, in case the extruders are different and soluble support is choosen.
Since it is conditionally activated, it in general doesn't need a GUI input. But a GUI option number of base interface layers may enabled users to adapt this feature to their needs.
This is my second try to provide a pull request on this topic. Reset my fromer repository, because first I merged this and all other changes to my master and couldn't provide separate pull request anymore.
2021-02-15 18:07:44 +01:00
YuSanka
99bebcc79f
Follow-up 6effa30322 : Fixed a crash of stand-along GcodeViewer
...
when open/close Preferences
2021-02-15 15:57:31 +01:00
Pascal de Bruijn
aae26c2151
creality.ini: add Ender-6
2021-02-15 13:53:55 +01:00
enricoturri1966
a55c7c281c
Removed obsolete class GLCanvas3D::WarningTexture
2021-02-15 11:00:37 +01:00
Vojtech Bubnik
26367001ab
Fix of 3DBed Regression #6029
2021-02-15 09:31:19 +01:00
Alexander Bougakov
49ebae0604
Fixes a typo in the build instructions ( #6047 )
...
the line `brew install cmake git gettext` wasn't visible due to formatting error
2021-02-15 08:43:41 +01:00
Pascal de Bruijn
3274bf5fd1
UnsavedChangesDialog: fix wxString casts
...
similar instance: 08388d3daa
related to: #5752
2021-02-14 07:41:21 +01:00
Vojtech Bubnik
0b07af417e
Improving 3MF import: checking for invalid data.
2021-02-12 16:46:49 +01:00
YuSanka
902f89b1d4
Fixed localization for the message text
2021-02-12 14:29:22 +01:00
rtyr
fd81c93f6a
Merge pull request #6021 from pmjdebruijn/creality_max
...
creality.ini: add Ender-3 Max
2021-02-12 14:04:34 +01:00
rtyr
a14fd2aa28
Thumbnails for new Creality models.
...
https://github.com/prusa3d/PrusaSlicer/pull/5968
https://github.com/prusa3d/PrusaSlicer/pull/6021
2021-02-12 14:03:38 +01:00
rtyr
1df45c4e46
Updated CR6 thumbnail.
2021-02-12 12:31:05 +01:00
rtyr
3fc626347a
Initial Artillery bundle
...
Artillery Sidewinder X1
Artillery Genius
https://github.com/prusa3d/PrusaSlicer-settings/pull/122
2021-02-12 11:45:36 +01:00
rtyr
547aa4ff37
Artillery resources
2021-02-12 11:43:19 +01:00
Vojtech Bubnik
29c851eba0
Commented on the unsigned/signed char CMake changes
2021-02-11 18:02:10 +01:00