db2557e934creality.ini: add CR-6 SE
Pascal de Bruijn
2021-01-27 17:42:32 +01:00
f2a624007bcreality.ini: enable more filaments by default
Pascal de Bruijn
2021-01-27 17:34:38 +01:00
7d326961dccreality.ini: enable more filaments by default
Pascal de Bruijn
2021-01-27 17:34:38 +01:00
5fa4880eaccreality.ini: add comments
Pascal de Bruijn
2021-01-27 17:15:43 +01:00
724a442d06creality.ini: add comments
Pascal de Bruijn
2021-01-27 17:15:43 +01:00
ed04eb1f20creality.ini: remove superfluous printer_variant from ENDER3V2
Pascal de Bruijn
2021-01-27 17:04:13 +01:00
02a10bd319creality.ini: remove superfluous printer_variant from ENDER3V2
Pascal de Bruijn
2021-01-27 17:04:13 +01:00
b178a1b04f3mf export - Do not export unneeded space
enricoturri1966
2021-01-27 15:53:44 +01:00
256bdc757b3mf export - Do not export unneeded space
enricoturri1966
2021-01-27 15:53:44 +01:00
d68489c7d73mf export - Removed export of duplicated line into model config file
enricoturri1966
2021-01-26 15:15:22 +01:00
22e6eb58d13mf export - Removed export of duplicated line into model config file
enricoturri1966
2021-01-26 15:15:22 +01:00
2e6138561amissing ifdef
David Kocik
2021-01-27 11:43:34 +01:00
3fb4567426missing ifdef
David Kocik
2021-01-27 11:43:34 +01:00
c02385b115missing ifdef
David Kocik
2021-01-27 10:58:52 +01:00
ab2a608a49missing ifdef
David Kocik
2021-01-27 10:58:52 +01:00
9c820d170eMerge branch 'dk_injection' into master
David Kocik
2021-01-27 10:42:04 +01:00
d456c81870Merge branch 'dk_injection' into master
David Kocik
2021-01-27 10:42:04 +01:00
fa2568a5e3Check loading of blacklisted dlls and show warning dialog at startup. Also show these dlls in sysinfo dialog.
David Kocik
2021-01-27 10:39:39 +01:00
bbbfedb600Check loading of blacklisted dlls and show warning dialog at startup. Also show these dlls in sysinfo dialog.
David Kocik
2021-01-27 10:39:39 +01:00
4f161607c7Follow-up on dcec1fa74: Commented out fuzzy_skin_shape for now, the parameter may be used in the future, but for now we don't want the parameter to be stored into configuration files.
Vojtech Bubnik
2021-01-27 09:58:42 +01:00
6a777fa5a5Follow-up on dcec1fa74: Commented out fuzzy_skin_shape for now, the parameter may be used in the future, but for now we don't want the parameter to be stored into configuration files.
Vojtech Bubnik
2021-01-27 09:58:42 +01:00
dcec1fa749Commented out fuzzy_skin_shape for now, the parameter may be used in the future, but for now we don't want the parameter to be stored into configuration files.
Vojtech Bubnik
2021-01-27 09:36:39 +01:00
b89c476c20Commented out fuzzy_skin_shape for now, the parameter may be used in the future, but for now we don't want the parameter to be stored into configuration files.
Vojtech Bubnik
2021-01-27 09:36:39 +01:00
05f9910c8fFixes after merge.
Vojtech Bubnik
2021-01-27 09:35:39 +01:00
0b9a0c82e7Fixes after merge.
Vojtech Bubnik
2021-01-27 09:35:39 +01:00
7a6c038480Refactoring of 3MF file export to use the new homebrewed miniz streaming interface. This shall fix high memory consumption and crashes when exporting extremely large 3MF files.
Vojtech Bubnik
2021-01-26 14:55:58 +01:00
cf3020fc97Refactoring of 3MF file export to use the new homebrewed miniz streaming interface. This shall fix high memory consumption and crashes when exporting extremely large 3MF files.
Vojtech Bubnik
2021-01-26 14:55:58 +01:00
ef424ad101miniz: mz_zip_writer_add_staged_data() writes in a single shot
Vojtech Bubnik
2021-01-26 14:54:39 +01:00
cf80490b8eminiz: mz_zip_writer_add_staged_data() writes in a single shot
Vojtech Bubnik
2021-01-26 14:54:39 +01:00
55c698feefWIP: Exporting 3MFs through a streaming interface.
Vojtech Bubnik
2021-01-26 12:19:35 +01:00
14b6687537WIP: Exporting 3MFs through a streaming interface.
Vojtech Bubnik
2021-01-26 12:19:35 +01:00
729298c408PrusaResearch (Vojtech) homebrewed the following:
Vojtech Bubnik
2021-01-26 12:19:08 +01:00
9b63b76f7ePrusaResearch (Vojtech) homebrewed the following:
Vojtech Bubnik
2021-01-26 12:19:08 +01:00
8009970715Merge pull request #5863 from pmjdebruijn/creality_3
rtyr
2021-01-27 08:47:03 +01:00
d409f5b60bMerge pull request #5863 from pmjdebruijn/creality_3
rtyr
2021-01-27 08:47:03 +01:00
708d14f5dc#5541 - Fixed reload from disk after loading from 3mf
enricoturri1966
2021-01-27 08:19:42 +01:00
8ce485300b#5541 - Fixed reload from disk after loading from 3mf
enricoturri1966
2021-01-27 08:19:42 +01:00
67500f13b1Fix of #5202 - Fuzzy Search engine is too fuzzy * changed evaluation coefficients inside fuzzy_match_recursive * don't add markers to the labels before it's used in fuzzy_match_recursive + follow-up 78a3d8b63e - added missed fix for one more line (use std::towlower instead of std::tolower for wchar_t) Problem was appearance on Cyrillic languages
YuSanka
2021-01-26 21:32:44 +01:00
79e5cc2defFix of #5202 - Fuzzy Search engine is too fuzzy * changed evaluation coefficients inside fuzzy_match_recursive * don't add markers to the labels before it's used in fuzzy_match_recursive + follow-up 78a3d8b63e - added missed fix for one more line (use std::towlower instead of std::tolower for wchar_t) Problem was appearance on Cyrillic languages
YuSanka
2021-01-26 21:32:44 +01:00
500c667d7aExtended miniz with https://github.com/richgel999/miniz/pull/147 to support writing a file from a callback without knowing the file size up front. See comments in src/miniz/README-Prusa.txt for potential pitfalls.
Vojtech Bubnik
2021-01-26 09:29:24 +01:00
ffcd87193bExtended miniz with https://github.com/richgel999/miniz/pull/147 to support writing a file from a callback without knowing the file size up front. See comments in src/miniz/README-Prusa.txt for potential pitfalls.
Vojtech Bubnik
2021-01-26 09:29:24 +01:00
4620402ab4WIP: Initial Fuzzy Skin implementaiton #2010 Based on pull request Experimental fuzzy skin mode #4611 by @etet100 and on CuraEngine implementation of perimeter fuzzyfication void FffPolygonGenerator::processFuzzyWalls(SliceMeshStorage& mesh)
Vojtech Bubnik
2021-01-22 17:51:26 +01:00
36e520a89dWIP: Initial Fuzzy Skin implementaiton #2010 Based on pull request Experimental fuzzy skin mode #4611 by @etet100 and on CuraEngine implementation of perimeter fuzzyfication void FffPolygonGenerator::processFuzzyWalls(SliceMeshStorage& mesh)
Vojtech Bubnik
2021-01-22 17:51:26 +01:00
93da13b0a3creality.ini: set slowabl to 120C to match fastabl
Pascal de Bruijn
2021-01-25 21:06:50 +01:00
24b7a77d44creality.ini: set slowabl to 120C to match fastabl
Pascal de Bruijn
2021-01-25 21:06:50 +01:00
c27ab57c18creality.ini: use 120C nozzle temp for bed leveling for CR-6 SE
Pascal de Bruijn
2021-01-25 20:32:22 +01:00
883a1b15fdcreality.ini: use 120C nozzle temp for bed leveling for CR-6 SE
Pascal de Bruijn
2021-01-25 20:32:22 +01:00
5f9cf7cfaecreality.ini: Move print head further up for low prints
Pascal de Bruijn
2021-01-25 17:22:13 +01:00
767a82710dcreality.ini: Move print head further up for low prints
Pascal de Bruijn
2021-01-25 17:22:13 +01:00
d9448c9f2aFollow-up to ab3468a420 : Added missed icon for the DarkMode
YuSanka
2021-01-24 14:54:44 +01:00
21a4216364Follow-up to ab3468a420 : Added missed icon for the DarkMode
YuSanka
2021-01-24 14:54:44 +01:00
78354ee991creality.ini: reduce prime line in start_gcode
Pascal de Bruijn
2021-01-24 13:09:22 +01:00
93e9f5951acreality.ini: reduce prime line in start_gcode
Pascal de Bruijn
2021-01-24 13:09:22 +01:00
6bcdf0999ccreality.ini: universal end_gcode improvement
Pascal de Bruijn
2021-01-24 12:40:52 +01:00
5bfab786fccreality.ini: universal end_gcode improvement
Pascal de Bruijn
2021-01-24 12:40:52 +01:00
6955e8ec08creality.ini: raise Das Filament PLA bed temp
Pascal de Bruijn
2021-01-23 19:12:01 +01:00
a82aea513ecreality.ini: raise Das Filament PLA bed temp
Pascal de Bruijn
2021-01-23 19:12:01 +01:00
231cd758c1creality.ini: improve nonabl start_gcode
Pascal de Bruijn
2021-01-23 19:09:29 +01:00
329a5bf23acreality.ini: improve nonabl start_gcode
Pascal de Bruijn
2021-01-23 19:09:29 +01:00
ab3468a420Added missed icons for the DarkMode
YuSanka
2021-01-22 21:48:10 +01:00
e96e9601e0Added missed icons for the DarkMode
YuSanka
2021-01-22 21:48:10 +01:00
79b7ccbb79OSX specific, related to the wxWidgets 3.1.4: Fixed wrong UI-scaling (wxWidgets 3.1.4 can binding of wxEVT_DPI_CHANGED now, so it was called msw_rescale() for most of the controls redundantly)
YuSanka
2021-01-22 21:44:15 +01:00
893db4d89bOSX specific, related to the wxWidgets 3.1.4: Fixed wrong UI-scaling (wxWidgets 3.1.4 can binding of wxEVT_DPI_CHANGED now, so it was called msw_rescale() for most of the controls redundantly)
YuSanka
2021-01-22 21:44:15 +01:00
eef800b5c4FIXME on ExPolygon::overlaps(), which should be commutative.
Vojtech Bubnik
2021-01-22 15:32:36 +01:00
0ce4f989deFIXME on ExPolygon::overlaps(), which should be commutative.
Vojtech Bubnik
2021-01-22 15:32:36 +01:00
30f43974fbENABLE_GCODE_VIEWER_STATISTICS - GCodeViewer statistic dialog modified to not require extra frames render
enricoturri1966
2021-01-22 12:32:40 +01:00
e1a1f5279dENABLE_GCODE_VIEWER_STATISTICS - GCodeViewer statistic dialog modified to not require extra frames render
enricoturri1966
2021-01-22 12:32:40 +01:00
97c31b2a34ENABLE_SPLITTED_VERTEX_BUFFER - Re-enable tech ENABLE_TOOLPATHS_ALTERNATE_SMOOTHING after fixing it
enricoturri1966
2021-01-21 16:33:35 +01:00
8272e14321ENABLE_SPLITTED_VERTEX_BUFFER - Re-enable tech ENABLE_TOOLPATHS_ALTERNATE_SMOOTHING after fixing it
enricoturri1966
2021-01-21 16:33:35 +01:00
56b378d766Fixed visualization of point toolpaths, broken with daa0bbdb0c
enricoturri1966
2021-01-21 09:44:02 +01:00
593df22b78Fixed visualization of point toolpaths, broken with daa0bbdb0c
enricoturri1966
2021-01-21 09:44:02 +01:00
59017a7daewxBitmapComboBox under OSX and wxComboBox under other platforms is used on Manipulation panel for coordinate space choice now. + Fix of warning on wxBitmap.SetWidth(): deleted meaningless from wxWidgets 3.0 code
YuSanka
2021-01-20 17:34:25 +01:00
940d39bd12wxBitmapComboBox under OSX and wxComboBox under other platforms is used on Manipulation panel for coordinate space choice now. + Fix of warning on wxBitmap.SetWidth(): deleted meaningless from wxWidgets 3.0 code
YuSanka
2021-01-20 17:34:25 +01:00
ee40ab421aENABLE_SPLITTED_VERTEX_BUFFER - Use unsigned short indices buffers to render toolpaths and temporary disable tech ENABLE_TOOLPATHS_ALTERNATE_SMOOTHING which is causing artifacts
enricoturri1966
2021-01-20 13:47:48 +01:00
6a703c7af4ENABLE_SPLITTED_VERTEX_BUFFER - Use unsigned short indices buffers to render toolpaths and temporary disable tech ENABLE_TOOLPATHS_ALTERNATE_SMOOTHING which is causing artifacts
enricoturri1966
2021-01-20 13:47:48 +01:00
6d7d482ca1Fix of Extrusion Width Percentge #4631 Fixed extrusion width validation logic in case the extrusion width was specified wrt. layer height.
Vojtech Bubnik
2021-01-20 11:03:52 +01:00