Lukas Matena
|
ee7132a23d
Fixup of 4f89672 + allowing negative support_contact_z
|
5 years ago |
bubnikv
|
e0ecd283ef
Updated Prusa3D profiles, bumped up the version number.
|
5 years ago |
bubnikv
|
4f89672816
Fixed false positives of missing layers due to support layer snapping
|
5 years ago |
Lukas Matena
|
2c0b5e6a0a
Merge branch 'lm_clipping_plane_refactoring' into dev
|
5 years ago |
Lukas Matena
|
70c0c87598
Renamed MeshClipper.cpp/.hpp to MeshUtils.cpp/.hpp
|
5 years ago |
Lukas Matena
|
9782701dd4
Calculating the transformations is now only performed by the MeshClipper
|
5 years ago |
Lukas Matena
|
546917830b
Initial implementation of MeshClipper class
|
5 years ago |
Lukas Matena
|
cf23146ee3
Refactoring the SLA clipping plane
|
5 years ago |
tamasmeszaros
|
177a96a768
Fix arrange crash with ASAN
|
5 years ago |
bubnikv
|
bb896b4c13
Merge remote-tracking branch 'remotes/origin/lm_brimskirt'
|
5 years ago |
Enrico Turri
|
7fe691f14e
Merge branch 'et_reload_from_disk' of https://github.com/prusa3d/PrusaSlicer into dev
|
5 years ago |
Enrico Turri
|
724cc19ae5
Fixed object position after reload from disk
|
5 years ago |
bubnikv
|
b4f2df6a98
Merge remote-tracking branch 'remotes/origin/master' into dev
|
5 years ago |
bubnikv
|
6f4fff1b29
Fix of 2.1.0-rc2 Fails to open "certain' STL files #2906
|
5 years ago |
Enrico Turri
|
22ab022088
Merge branch 'et_reload_from_disk' of https://github.com/prusa3d/PrusaSlicer into dev
|
5 years ago |
Enrico Turri
|
c55a463c93
Do not show intermediate states in objects list while reloading from disk
|
5 years ago |
Enrico Turri
|
26f3af4b16
Fixed modifiers after reload from disk
|
5 years ago |
bubnikv
|
1b1899e24f
Bumped up the version number.
|
5 years ago |
bubnikv
|
ab045d5b48
Merge remote-tracking branch 'remotes/origin/tm_ini_params_squashed'
|
5 years ago |
bubnikv
|
416c1f8c5b
Updated dictionaries.
|
5 years ago |
bubnikv
|
15c8b579b2
Refactoring of ExtrusionEntity / ExtrusionEntityCollection:
|
5 years ago |
tamasmeszaros
|
c37ec7463f
Add new config values to SL1 zip file config.ini
|
5 years ago |
bubnikv
|
b3f27b8fb9
Fixed typo in comments
|
5 years ago |
bubnikv
|
0989cb8296
Refactoring of PerimeterGenerator:
|
5 years ago |
Enrico Turri
|
af77eca9df
Follow-up of 44c3493f7dbfe0538d27a5ce3501c0455e4aa1c1 -> error message logged only for multi-extruder printers
|
5 years ago |
Enrico Turri
|
cf5ec54d6f
Merge branch 'et_reload_from_disk' of https://github.com/prusa3d/PrusaSlicer into dev
|
5 years ago |
Enrico Turri
|
84f589ad5c
Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into dev
|
5 years ago |
Enrico Turri
|
b383d9581a
Merge branch 'dev' of https://github.com/prusa3d/PrusaSlicer into et_reload_from_disk
|
5 years ago |
Enrico Turri
|
3835257ec2
Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_reload_from_disk
|
5 years ago |
Enrico Turri
|
7e5043961a
Added missing include
|
5 years ago |
Enrico Turri
|
44c3493f7d
GCodeAnalyzer: Fixed a crash when encountering an invalid toolchange
|
5 years ago |
bubnikv
|
9bdc5b7939
Merge remote-tracking branch 'remotes/origin/master' into dev
|
5 years ago |
bubnikv
|
b9389f2d39
Some C++11 refactoring
|
5 years ago |
bubnikv
|
413e737d7e
Fix of previous infill refactoring.
|
5 years ago |
bubnikv
|
246dc64c99
Fix of "Bridging and gap fill are parsed incorrectly when infill is set to 0" #1476
|
5 years ago |
tamasmeszaros
|
84e8081413
Fix compilation on OSX
|
5 years ago |
tamasmeszaros
|
1c20c4c43d
Fix arrangement of objects larger than the print bed. Issue #2897
|
5 years ago |
Lukas Matena
|
2fef16c39a
Fix of #1266 and #2258
|
5 years ago |
Lukas Matena
|
4fc20090c8
GUI_ObjectList.cpp: Max layer height defaults to 0.75*nozzle_diameter as it should (#2892)
|
5 years ago |
Lukas Matena
|
c5f78dd6e2
Some more warnings fixed (WipeTower.cpp/.hpp)
|
5 years ago |
Lukas Matena
|
86b258f727
Fixed many warnings in following files:
|
5 years ago |
Lukas Matena
|
a62bba2508
CoolingBuffer.cpp: Fixed a crash when encountering an invalid toolchange
|
5 years ago |
Enrico Turri
|
27f01bb09e
Fixed instance printable property after reload from disk
|
5 years ago |
Enrico Turri
|
0387401d8e
Merge branch 'dev' of https://github.com/prusa3d/PrusaSlicer into et_reload_from_disk
|
5 years ago |
bubnikv
|
4585618aea
Fix of "Bridge flow ratio doesn't trigger reslicing of support" #2359
|
5 years ago |
bubnikv
|
6ba43ebacb
Merge remote-tracking branch 'remotes/origin/master' into dev
|
5 years ago |
bubnikv
|
ac7bae8c5d
Merge branch 'dev' of https://github.com/Prusa3d/PrusaSlicer into dev
|
5 years ago |
bubnikv
|
5c72eecf26
Fix of "Strange behavior on bridge detection" #1482
|
5 years ago |
bubnikv
|
ee928f5f4d
Replaced Perl style infill type enums with C++ enums in comments.
|
5 years ago |
bubnikv
|
735f5146e9
Fix of d146a0237e51b15ba39bb5c2a45e9d208e50b4cf
|
5 years ago |