enricoturri1966
dde64acf72
Tech ENABLE_GLBEGIN_GLEND_REMOVAL - SLA caps rendered using GLModel
...
(cherry picked from commit prusa3d/PrusaSlicer@c9ff260d13 )
2023-11-04 11:41:03 +08:00
enricoturri1966
10243b3a8c
Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Removed OpenGL legacy calls from GLCanvas3D::init()
...
(cherry picked from commit prusa3d/PrusaSlicer@aa4714a239 )
2023-11-04 11:41:03 +08:00
enricoturri1966
12dbbf2d1c
Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Another refactoring to simplify client code of GLModel::Geometry
...
(cherry picked from commit prusa3d/PrusaSlicer@fa1ff1c357 )
2023-11-04 11:41:03 +08:00
enricoturri1966
8107057e17
Tech ENABLE_GLINDEXEDVERTEXARRAY_REMOVAL - Replace GLIndexedVertexArray with GLModel: MeshClipper::m_vertex_array
...
(cherry picked from commit prusa3d/PrusaSlicer@be6922795d )
2023-11-04 11:41:03 +08:00
enricoturri1966
fc1c8c2565
Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Removed Slic3r::GUI::GLPaintContour from GLGizmoPainterBase.hpp/.cpp and replaced with GLModel
...
(cherry picked from commit prusa3d/PrusaSlicer@df3d670357 )
2023-11-04 11:41:03 +08:00
enricoturri1966
baa575b5aa
Tech ENABLE_GLINDEXEDVERTEXARRAY_REMOVAL - Replace GLIndexedVertexArray with GLModel:
...
TriangleSelectorGUI::m_iva_enforcers
TriangleSelectorGUI::m_iva_blockers
TriangleSelectorGUI::m_iva_seed_fills
TriangleSelectorGUI::m_varrays
GLGizmoPainterBase::s_sphere
(cherry picked from commit prusa3d/PrusaSlicer@8916a00821 )
2023-11-04 11:41:03 +08:00
enricoturri1966
b7989e3b2f
Gizmos refactoring - Removed GLModels defined into GLGizmoBase, and mostly unused, to avoid wasting GPU memory. Use a shared GLModel for Gizmos inheriting from GLGizmoPainterBase. Initialization of GLModels moved from constructor to render methods
...
(cherry picked from commit prusa3d/PrusaSlicer@e3d5cd445c )
2023-11-04 11:41:03 +08:00
enricoturri1966
874f39aac1
Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Adapt GLModel::Geometry index format in dependence of data size, where possible
...
(cherry picked from commit prusa3d/PrusaSlicer@4d2d77e99c )
2023-11-04 11:41:03 +08:00
Noisyfox
6d4e0840bc
Fix move gizmo grabber connection render
2023-11-04 11:41:03 +08:00
enricoturri1966
269fbaa60c
Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Refactoring to simplify client code of GLModel::Geometry
...
(cherry picked from commit prusa3d/PrusaSlicer@be6b6590be )
2023-11-04 11:41:03 +08:00
enricoturri1966
6eed22015a
Tech ENABLE_GLINDEXEDVERTEXARRAY_REMOVAL - Replace GLIndexedVertexArray with GLModel - GLGizmoFlatten::PlaneData::vbo
...
(cherry picked from commit prusa3d/PrusaSlicer@ffa3a1d8fc )
2023-11-04 11:41:03 +08:00
enricoturri1966
f9de4ec399
Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Removed Slic3r::GUI::GeometryBuffer from 3DBed.hpp and replaced with GLModel
...
(cherry picked from commit prusa3d/PrusaSlicer@6b041429f6 )
2023-11-04 11:41:03 +08:00
Lukáš Hejl
499b9d1be8
Fix various memory leaks
...
(cherry picked from commit prusa3d/PrusaSlicer@deb17c5920 )
2023-11-04 11:41:03 +08:00
enricoturri1966
7907426d00
Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Textures rendering
...
(cherry picked from commit prusa3d/PrusaSlicer@1a47211bfc )
2023-11-04 11:41:03 +08:00
enricoturri1966
04ad26f611
Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Background rendering
...
(cherry picked from commit prusa3d/PrusaSlicer@eda55701a2 )
2023-11-04 11:41:01 +08:00
enricoturri1966
35899b96ba
Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Layers editing profile's background texture rendering
...
Tech ENABLE_GLBEGIN_GLEND_REMOVAL - A few fixes in layers editing profile rendering
(cherry picked from commit prusa3d/PrusaSlicer@a939d8e4c0 )
(cherry picked from commit prusa3d/PrusaSlicer@8c807dbcc4 )
2023-11-04 11:41:01 +08:00
enricoturri1966
354f8e20fb
Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Refactoring of GLModel to:
...
1) allow for custom vertex data layout
2) allow for custom index data format
3) allow for any OpenGL primitive type
(cherry picked from commit prusa3d/PrusaSlicer@afcac6e2ea )
2023-11-04 11:41:00 +08:00
enricoturri1966
7e04448b7a
Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Various Gizmos updates and fixes
...
prusa3d/PrusaSlicer@35dd03e8cb
prusa3d/PrusaSlicer@bcaa0d38bd
prusa3d/PrusaSlicer@2673994471
prusa3d/PrusaSlicer@0e3a3aa522
prusa3d/PrusaSlicer@08a2711034
prusa3d/PrusaSlicer@f6f95808cc
prusa3d/PrusaSlicer@81edc7d752
prusa3d/PrusaSlicer@0b6e2b4aec
prusa3d/PrusaSlicer@71f08841f9
2023-11-04 11:41:00 +08:00
Filip Sykala
f6a3421e2a
remove GLModel from base class
...
- only 2 gizmo use cone
(cherry picked from commit prusa3d/PrusaSlicer@3c7390e34e )
(cherry picked from commit 4647fc49ef5b925432e087252f32a6601d0410da)
2023-11-04 11:41:00 +08:00
enricoturri1966
356405adf6
Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Selection layers hints
...
(cherry picked from commit prusa3d/PrusaSlicer@bebb5505a3 )
2023-11-04 11:41:00 +08:00
enricoturri1966
7f0c095446
Tech ENABLE_GLBEGIN_GLEND_REMOVAL - 1st installment - Selection bounding box
...
(cherry picked from commit prusa3d/PrusaSlicer@22f38235ea )
2023-11-04 11:41:00 +08:00
enricoturri1966
28d0147d09
Introduction of classes ColorRGB and ColorRGBA to unify color data definition and manipulation
...
(cherry picked from commit prusa3d/PrusaSlicer@d0bff2d996 )
2023-11-04 11:41:00 +08:00
SoftFever
36ffb18059
make folder name more consistent
2023-11-04 10:37:53 +08:00
Noisyfox
528fb630bc
Organic: Fix support blocker ( #2595 )
...
Expand blockers a little bit to compensate the error in facet projection
2023-11-04 02:42:30 +08:00
Rob Trame
f1345d276b
Fix typos and style inconsistencies related to configuration ( #2580 )
...
* Fix 'min' accidentally defined as 'max'
* Remove duplicate retract_lift_above/below definitions
* Add correct unit for jerk
* Make speed tooltip consistent with others
* Remove accidental 's' in Qidi XPlus config
* Remove trailing comma in RatRig config
* Add 'type' field to KP3S PRO configs
* Revert "Make speed tooltip consistent with others"
This reverts commit 16c05751814cc6222fa976612ce7ff8e456141c8.
* Revert "Remove duplicate retract_lift_above/below definitions"
This reverts commit 54ca51f3de2a5e3ca1d9e9538c51a28b59acabcf.
* Remove non-translated retract_lift_above/below definitions
* Update PrintConfig.cpp
Revert jerk unit
2023-11-04 02:41:13 +08:00
ablegods
905d104ded
Update localization ( #2597 )
...
* Update localization
Update existing strings and some newly added strings
* Update localization
Update existing strings and some newly added strings
2023-11-03 21:34:51 +08:00
InfimechOfficial
915c112ee5
20231103 Add "InfiMech" printer profiles ( #2596 )
...
* 20231103 Add "InfiMech" printer profiles
A new brand named "InfiMech" submits printer profiles for the first time.
* 20231103 Add "InfiMech" printer profiles
A new brand named "InfiMech" submits printer profiles for the first time.
* fix issues that prevent the profiles being loaded.
---------
Co-authored-by: SoftFever <softfeverever@gmail.com>
2023-11-03 19:23:20 +08:00
SoftFever
8fcaef53f7
skip only one wall top checking for bridges
2023-11-03 18:35:46 +08:00
SoftFever
01ff70197b
set default internal_solid_infill_pattern to monotonic for Qidi machines
2023-11-03 18:35:46 +08:00
SoftFever
e7507e1af5
Revert "Increase uploading timeout for Klipper"
...
This reverts commit e32e717a75
.
2023-11-03 18:35:46 +08:00
SoftFever
4fe80bcbc5
remove staff_pick_switch
2023-11-03 18:35:46 +08:00
Heiko Liebscher
70c5178e50
Fix de for 1.8.0 beta2 ( #2589 )
...
* fix german for 1.8.0 beta2
* fix more
2023-11-03 18:24:46 +08:00
SoftFever
aba3c8ab31
bump version to 1.8 beta2
2023-11-02 22:13:00 +08:00
Carlos Caruncho
1c9c1d69ad
Spanish translation ( #2577 )
...
* Update OrcaSlicer_es.po
* Update OrcaSlicer_es.po
* Update OrcaSlicer_es.po
* Revert "Merge remote-tracking branch 'upstream/main' into spanish_translation"
This reverts commit 694a900845c56ea364cf21aa2a0f65a98bb68539, reversing
changes made to 4f53ce4f88a435d2d0305743f42329730406a48d.
* Revert "Update OrcaSlicer_es.po"
This reverts commit 4f53ce4f88a435d2d0305743f42329730406a48d.
* Revert "Revert "Update OrcaSlicer_es.po""
This reverts commit 53bd15617c81dabd6180875ced03826e9c08a972.
* Update OrcaSlicer_es.po
* Update OrcaSlicer_es.po
---------
Co-authored-by: SoftFever <softfeverever@gmail.com>
2023-11-02 18:52:00 +08:00
Hukete
cfcba09d9d
Update QIDI profiles ( #2586 )
...
* 10-25
Add TPU-95A HF
* 1030
Adding Introduction of Chamber Temperature Control Macros(M191) to Notes
* 1102
Add ABS-GF10 profile,
Remove a extra "s" from the "0.36mm Standard @Qidi XPlus3 0.6 nozzle.json" file
2023-11-02 18:41:03 +08:00
Noisyfox
fcb289124e
fix deadlock condition varaible use in netfabb wrapper ( #2583 )
...
(cherry picked from commit prusa3d/PrusaSlicer@04ac99a54e )
Co-authored-by: PavelMikus <pavel.mikus.mail@seznam.cz>
2023-11-02 18:40:19 +08:00
Ocraftyone
d574816aef
Add default page selection ( #2569 )
...
Add option to change default page
2023-11-02 18:28:13 +08:00
SoftFever
61e05f9bd1
Fixed #2562 : disable extra perimeters over overhangs for spiral vase
2023-11-01 23:12:22 +08:00
Ocraftyone
06f966e43a
Add splash screen toggle ( #2568 )
...
Add preferences option to toggle splash screen
2023-11-01 16:47:14 +08:00
Carlos Caruncho
261393b649
Update Spanish Translation ( #2545 )
...
* Update OrcaSlicer_es.po
* Update OrcaSlicer_es.po
2023-11-01 11:57:37 +08:00
lukicsl
86701d2c87
some wrong max/min layer height corrected and 0.15 nozzle added for Voron 2.4 ( #2546 )
...
* some wrong max/min layer height corrected and 0.15 nozzle added vor Voron 2.4
* typo 0.0
* Some correction in previouse commits + added missing nozzles for Revo
* yet another type
2023-11-01 11:56:59 +08:00
Ioannis Giannakas
46b31a41bf
Fix duplicate entry of Only Lift Z above and below in the extruder tab ( #2561 )
...
Update Tab.cpp
2023-11-01 11:56:14 +08:00
Andy
b7d9899ef3
Russian translation update ( #2551 )
...
Russian translation update
2023-10-31 20:41:53 +08:00
SoftFever
2da64eb1b3
Improve max vol test model to support large diameter nozzles
2023-10-31 20:13:20 +08:00
SoftFever
9bc030e486
Fixed a bug that gcode was reprocessed when uploading to printhost
2023-10-31 19:15:19 +08:00
SoftFever
ac67387c7d
Fixed #2527 : missing THUMBNAIL_BLOCK_START
2023-10-30 23:00:43 +08:00
lukicsl
ca3a62fba8
Added 0.2mm, 0.6mm, 0.8mm nozzle support for Voron 2.4 ( #2543 )
2023-10-30 21:26:49 +08:00
renemosner
48fc21d59a
(Update Czech translation)Aktualizace českého překladu ( #2544 )
...
* Czech translation update
* Czech translation update
2023-10-30 19:58:38 +08:00
Hukete
95dc4b7c6d
Update Chamber Temperature Control ( #2542 )
...
* 10-25
Add TPU-95A HF
* 1030
Adding Introduction of Chamber Temperature Control Macros(M191) to Notes
2023-10-30 19:56:56 +08:00
SoftFever
7e91d68493
add overall_chamber_temperature
variable
2023-10-30 19:53:22 +08:00