Commit Graph

15247 Commits

Author SHA1 Message Date
f9b4bbb016 creality.ini: more accurate extruder_clearance for Ender-3
radius = 47mm = 45mm carriage (including bltouch upgrade)
              +  2mm safety margin

height = 34mm = 30mm nozzle
              +  2mm bltouch probe pin
              +  2mm safety margin
2021-02-23 19:53:30 +01:00
b06030f2bc creality.ini: allow slightly steeper unsupported angles 2021-02-23 19:23:35 +01:00
7b52dc2324 Fixing build on gcc/clang 2021-02-22 19:43:18 +01:00
03dee86071 ObjectList: After deleting volumes from the object, update the extruder color for the object from the last and only volume 2021-02-22 18:50:38 +01:00
032df7f18f PNGReadWrite: png::write_gray_to_file(), png::write_gray_to_file_scaled() 2021-02-22 18:07:27 +01:00
3985d7bb81 Fixes Support Interface printed on air #2903
Fixes Supports generated loose in space #4874
Fixes Support Interface layers in midair #5016
2021-02-22 18:07:27 +01:00
d2ca4563e8 Extended SVG::export_expolygons() with legend. 2021-02-22 18:07:27 +01:00
204714d566 Fix a crash on printer presets switching between MM and SM printers:
1. DoubleSlider::Control : Update extruder colors before another updates for layers slider
2. GCodeViewer : Control count of extruders during the legend updating
2021-02-22 17:08:03 +01:00
f11e81517d PresetComboBox: Fixed thin/wide_space_icon_width scale
+ Added border for the color_extruder bitmaps
2021-02-22 17:08:03 +01:00
3fd36f08e0 Show a notification when attempting to slice during SLA support points editing
This should also fix #5736 and a similar crash when deleting an object during manual editing (which was introduced between 2.2.0 and 2.3.0)
2021-02-22 16:26:16 +01:00
1904b7b904 Bugfix: custom seam did not work for triangles that were exactly vertical
The projection algorithm was originally made for custom supports, so vertical triangles
were not interesting. They are for seam. Instead of rewriting the algorithm and risking
more bugs, the edge case is detected and the triangle is tilted slightly.
2021-02-22 16:26:16 +01:00
bd2cbea202 Fix aligned seam when sequential printing is enabled 2021-02-22 16:26:16 +01:00
613f961b9f #6095 - Fixed toolpaths generation 2021-02-22 15:27:40 +01:00
9092033bea Eliminate libnest2d warning on mac 2021-02-22 13:08:24 +01:00
1dce483bc9 Thumbnails for CR8 and Ender4 2021-02-22 12:52:26 +01:00
791c191ea7 Fix of #6094 - Slicer crashes in MMU2S mode 2021-02-22 09:56:23 +01:00
5506465f27 Creality index update 2021-02-22 09:24:52 +01:00
39ba24abd7 Updated version 2021-02-22 09:23:58 +01:00
4eb66ae124 Merge pull request #6079 from pmjdebruijn/creality_5
Creality Various
2021-02-22 09:23:14 +01:00
92b1302a08 Follow-up of 86d7e1fb90 -> Custom gcode validation in Filament settings tab 2021-02-22 08:39:36 +01:00
9b0b0f5e27 Follow-up of 86d7e1fb90 -> Custom gcode validation in Printer settings tab 2021-02-22 08:13:48 +01:00
ac97572cfe Fixed compiler warnings 2021-02-19 20:09:57 +01:00
12d14eaa2f Fixing a constness issue of the preceding commit. 2021-02-19 19:00:43 +01:00
cceaae84fb Silencing compiler warning in AGGRaster on Visual Studio 2021-02-19 18:57:45 +01:00
5f1129acea creality.ini: descendingz gcode comment improvement 2021-02-19 18:54:47 +01:00
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
5842842770 creality.ini: descendingz is more descriptive 2021-02-19 18:05:47 +01:00
c3a52f9b01 Tech ENABLE_RENDER_PATH_REFRESH_AFTER_OPTIONS_CHANGE set as default 2021-02-19 15:38:05 +01:00
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
6561ffec86 1.2.4 sync 2021-02-19 13:11:47 +01:00
0a1448196b Tech ENABLE_NEW_NOTIFICATIONS_FADE_OUT set as default 2021-02-19 12:18:09 +01:00
5c287cd998 creality.ini: relocate max_print_height close to bed_shape 2021-02-18 19:37:55 +01:00
66a30b8102 creality.ini: add CR-8 2021-02-18 19:28:09 +01:00
0cfa04fe2f creality.ini: add Ender-4 2021-02-18 19:20:54 +01:00
138501338c creality.ini: add safe zone for Ender-3 V2 2021-02-18 19:06:03 +01:00
fbd8d57adc Modified possibly problematic start/end g-code Mega 2021-02-18 17:19:41 +01:00
6da9f5aff9 Ender-6 thumbnail 2021-02-18 16:50:28 +01:00
d3daea2df8 Follow-up of 86d7e1fb90 - Fixed build warning on OsX 2021-02-18 15:35:38 +01:00
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
86d7e1fb90 #5538 - Validation of custom g-code against gcode processor reserved keywords 2021-02-18 14:34:40 +01:00
aec39aaba6 Tech ENABLE_PREVIEW_TYPE_CHANGE set as default 2021-02-18 11:52:14 +01:00
65f5ac4f8a The perl binding is killing Vojtech 2021-02-18 11:47:06 +01:00
b03c318ed7 Fixing the Perl bindings for the last time 2021-02-18 11:42:35 +01:00
0b45b312f9 Finally the Perl binding fix arrived! 2021-02-18 10:39:46 +01:00
ce8986348c Cooling buffer - fix of Perl bindings 2021-02-18 10:31:15 +01:00
31bc52a5cb Fix of Perl integration after cooling buffer rework 2021-02-18 10:16:56 +01:00
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
c907097f66 Merge pull request #6038 from pmjdebruijn/creality_ender6
creality.ini: add Ender-6
2021-02-17 22:51:23 +01:00
991bab61bb creality.ini: support CR-6 SE pause print 2021-02-17 19:49:15 +01:00
e3ea71a0d6 creality.ini: improve start_gcode comments 2021-02-17 18:39:59 +01:00