Commit Graph

15272 Commits

Author SHA1 Message Date
Vojtech Bubnik
fb7b995050 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
5842842770 creality.ini: descendingz is more descriptive 2021-02-19 18:05:47 +01:00
enricoturri1966
c3a52f9b01 Tech ENABLE_RENDER_PATH_REFRESH_AFTER_OPTIONS_CHANGE set as default 2021-02-19 15:38:05 +01:00
enricoturri1966
bbf5c62af5 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
6561ffec86
1.2.4 sync 2021-02-19 13:11:47 +01:00
enricoturri1966
0a1448196b Tech ENABLE_NEW_NOTIFICATIONS_FADE_OUT set as default 2021-02-19 12:18:09 +01:00
Pascal de Bruijn
5c287cd998 creality.ini: relocate max_print_height close to bed_shape 2021-02-18 19:37:55 +01:00
Pascal de Bruijn
66a30b8102 creality.ini: add CR-8 2021-02-18 19:28:09 +01:00
Pascal de Bruijn
0cfa04fe2f creality.ini: add Ender-4 2021-02-18 19:20:54 +01:00
Pascal de Bruijn
138501338c creality.ini: add safe zone for Ender-3 V2 2021-02-18 19:06:03 +01:00
rtyr
fbd8d57adc
Modified possibly problematic start/end g-code Mega 2021-02-18 17:19:41 +01:00
rtyr
6da9f5aff9
Ender-6 thumbnail 2021-02-18 16:50:28 +01:00
enricoturri1966
d3daea2df8 Follow-up of 86d7e1fb90 - Fixed build warning on OsX 2021-02-18 15:35:38 +01:00
Lukáš Hejl
8f293f0cb5 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
86d7e1fb90 #5538 - Validation of custom g-code against gcode processor reserved keywords 2021-02-18 14:34:40 +01:00
enricoturri1966
aec39aaba6 Tech ENABLE_PREVIEW_TYPE_CHANGE set as default 2021-02-18 11:52:14 +01:00
Vojtech Bubnik
65f5ac4f8a The perl binding is killing Vojtech 2021-02-18 11:47:06 +01:00
Vojtech Bubnik
b03c318ed7 Fixing the Perl bindings for the last time 2021-02-18 11:42:35 +01:00
Vojtech Bubnik
0b45b312f9 Finally the Perl binding fix arrived! 2021-02-18 10:39:46 +01:00
Vojtech Bubnik
ce8986348c Cooling buffer - fix of Perl bindings 2021-02-18 10:31:15 +01:00
Vojtech Bubnik
31bc52a5cb Fix of Perl integration after cooling buffer rework 2021-02-18 10:16:56 +01:00
rtyr
669e8d573c
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
c907097f66
Merge pull request #6038 from pmjdebruijn/creality_ender6
creality.ini: add Ender-6
2021-02-17 22:51:23 +01:00
Pascal de Bruijn
991bab61bb creality.ini: support CR-6 SE pause print 2021-02-17 19:49:15 +01:00
Pascal de Bruijn
e3ea71a0d6 creality.ini: improve start_gcode comments 2021-02-17 18:39:59 +01:00
enricoturri1966
7c3e3272aa Tech ENABLE_ARROW_KEYS_WITH_SLIDERS set as default 2021-02-17 17:21:06 +01:00
enricoturri1966
77be228b75 Tech ENABLE_DRAG_AND_DROP_FIX set as default 2021-02-17 14:52:58 +01:00
YuSanka
349ce7fd50 Fix of #6056 - Purging Volumes dialog doesn't save pasted values 2021-02-17 14:37:25 +01:00
enricoturri1966
50c6fc1719 Tech ENABLE_TOOLPATHS_WIDTH_HEIGHT_FROM_GCODE set as default 2021-02-17 11:23:17 +01:00
YuSanka
23b6a597a8 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
6ea5781709 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
b14d872104 Fixed update of the horizontal slider after changing visibility of options in preview 2021-02-16 10:46:15 +01:00
enricoturri1966
9afaebac75 #5611 - Added option to show gcode line number on horizontal slider in preview 2021-02-16 10:07:05 +01:00
Vojtech Bubnik
32db22b77c 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
b166bd7845 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
e7ffcec29e creality.ini: add Ender-6 2021-02-15 13:53:55 +01:00
enricoturri1966
125fcd0623 Removed obsolete class GLCanvas3D::WarningTexture 2021-02-15 11:00:37 +01:00
Vojtech Bubnik
a6bd2d7664 Fix of 3DBed Regression #6029 2021-02-15 09:31:19 +01:00
Alexander Bougakov
1661db6849
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
b75830df6e UnsavedChangesDialog: fix wxString casts
similar instance: 08388d3daa

related to: #5752
2021-02-14 07:41:21 +01:00
Vojtech Bubnik
9c568a543c Improving 3MF import: checking for invalid data. 2021-02-12 16:46:49 +01:00
YuSanka
2228c5e0bf Fixed localization for the message text 2021-02-12 14:29:22 +01:00
rtyr
66976bb954
Merge pull request #6021 from pmjdebruijn/creality_max
creality.ini: add Ender-3 Max
2021-02-12 14:04:34 +01:00
rtyr
5a5d9d0e53
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
b0e5ab8d47
Updated CR6 thumbnail. 2021-02-12 12:31:05 +01:00
rtyr
f8b660e08e
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
6e994b2882
Artillery resources 2021-02-12 11:43:19 +01:00
Vojtech Bubnik
f5b0f844f2 Commented on the unsigned/signed char CMake changes 2021-02-11 18:02:10 +01:00
Pascal de Bruijn
104c560575 creality.ini: Move Ender-3 V2 into proper order 2021-02-11 17:31:51 +01:00
Pascal de Bruijn
5dbd503d3d creality.ini: add Ender-3 Max 2021-02-11 17:24:01 +01:00