Pascal de Bruijn
3210b0b3f8
creality.ini: CR-200B bed_shape and max_print_height
2021-02-28 17:06:24 +01:00
Pascal de Bruijn
8de2348a9c
creality.ini: CR-5 Pro more accurate bed
2021-02-28 16:57:35 +01:00
Pascal de Bruijn
9504a22601
creality.ini: add CR-200B
2021-02-28 16:53:33 +01:00
Pascal de Bruijn
ff10369766
creality.ini: add CR-5 Pro
...
retract_length = 3
to prevent clogging since this printer is suspected to have
an all metal hot end, as Creality claims print temperatures
up to 300C
2021-02-28 16:38:05 +01:00
Pascal de Bruijn
440a465d74
creality.ini: fix CR-10 Mini bed_shape
2021-02-28 16:36:58 +01:00
Pascal de Bruijn
67095d8581
creality.ini disable single_extruder_multi_material_priming
2021-02-27 18:16:47 +01:00
Pascal de Bruijn
231521074b
creality.ini: add printer_notes to Ender3V2
2021-02-27 17:53:20 +01:00
Pascal de Bruijn
016b46a8bc
creality.ini: consolidate more properties to *common*
2021-02-27 17:51:57 +01:00
Pascal de Bruijn
21becda3e1
creality.ini: tweak fill_density and skirt_distance
2021-02-27 17:40:44 +01:00
Pascal de Bruijn
df3ffcf746
creality.ini: double digit layer height (cosmetic)
2021-02-23 20:06:55 +01:00
Pascal de Bruijn
41e9bf856d
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
Pascal de Bruijn
a6c43c8df7
creality.ini: allow slightly steeper unsupported angles
2021-02-23 19:23:35 +01:00
Vojtech Bubnik
cf568e7f37
Fixing build on gcc/clang
2021-02-22 19:43:18 +01:00
YuSanka
9b5eb7fc41
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
Vojtech Bubnik
f04b609cb5
PNGReadWrite: png::write_gray_to_file(), png::write_gray_to_file_scaled()
2021-02-22 18:07:27 +01:00
Vojtech Bubnik
5a0e0857a0
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
Vojtech Bubnik
9af66056f0
Extended SVG::export_expolygons() with legend.
2021-02-22 18:07:27 +01:00
YuSanka
9f155a4d21
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
YuSanka
0072b54bba
PresetComboBox: Fixed thin/wide_space_icon_width scale
...
+ Added border for the color_extruder bitmaps
2021-02-22 17:08:03 +01:00
Lukas Matena
b76f3419a3
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
Lukas Matena
2f146f727b
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
Lukas Matena
f42e459ab5
Fix aligned seam when sequential printing is enabled
2021-02-22 16:26:16 +01:00
enricoturri1966
0155e9f5a5
#6095 - Fixed toolpaths generation
2021-02-22 15:27:40 +01:00
tamasmeszaros
03e483a0af
Eliminate libnest2d warning on mac
2021-02-22 13:08:24 +01:00
rtyr
011f8bf8f2
Thumbnails for CR8 and Ender4
2021-02-22 12:52:26 +01:00
YuSanka
f54de4734b
Fix of #6094 - Slicer crashes in MMU2S mode
2021-02-22 09:56:23 +01:00
rtyr
bcbf0d726e
Creality index update
2021-02-22 09:24:52 +01:00
rtyr
6ab097b6cb
Updated version
2021-02-22 09:23:58 +01:00
rtyr
6b10017148
Merge pull request #6079 from pmjdebruijn/creality_5
...
Creality Various
2021-02-22 09:23:14 +01:00
enricoturri1966
54258ac336
Follow-up of 86d7e1fb90 -> Custom gcode validation in Filament settings tab
2021-02-22 08:39:36 +01:00
enricoturri1966
3b2b937d0e
Follow-up of 86d7e1fb90 -> Custom gcode validation in Printer settings tab
2021-02-22 08:13:48 +01:00
Vojtech Bubnik
2813cb5cd4
Fixed compiler warnings
2021-02-19 20:09:57 +01:00
Vojtech Bubnik
3fd46657d8
Fixing a constness issue of the preceding commit.
2021-02-19 19:00:43 +01:00
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