* gui: fix media eject on linux (#4700)
Removable media is not ejected on linux platform
Make get_removable_drive_from_path() check if path is a dir or not.
Trim last component in latter case only.
* Revert unnecessary style changes
* Fixes#2992 - emboss numbers for 290-305
The existing temperature tower model had the numbers, but they were not
embossed for:
* 290
* 295
* 300
* 305
Signed-off-by: Jamin W. Collins <jamin.collins@gmail.com>
* Add Ender-3 V3 SE .2, .6, .8 and fix small Ender-3 Pro bug
* Forgot to remove these
* Fix error
* Remove these...
* Why did I delete this?
* Revert deletion
* Add missing profiles
* Create 0.24mm Draft @Creality Ender3V3KE.json
* Apply new nozzle sizes to generic filament
* Maybe this will do it
* Revert 0.4 renames & add to Generic ABS
* Add M420 S1; Enable mesh leveling
* Fix wring nozzle_diameter
* Potentially fix the issue of printer not being added after selected
* New Italian Translation
Translated new strings introduced
* Italian Translations concerning scarf joint
Translated all sentences regarding scarf joint
* Update OrcaSlicer_it.po
Corrected some typos
* Fixed some Italian Translation
Changed E' to È
Changed E' to Indica
Fixed Word Brim Ears to Brim a ORecchie
* Fixed some italian translations
Changed HOT BED from "Letto caldo" to "Piano Riscaldato"
Changed Build Plate from "Piatto di Costruzione" to "Piatto di Stampa"
* Update_list.txt+OrcaSlicer.pot
I have added missing files for gettext. These files fill in the missing translation strings for Connection / Physical Printer (Obico, SimplyPrint, Flashforge)
src/slic3r/Utils/Obico.cpp
src/slic3r/Utils/SimplyPrint.cpp
src/slic3r/Utils/Flashforge.cpp
src/slic3r/Utils/NetworkAgent.cpp
src/slic3r/GUI/Jobs/OAuthJob.cpp
src/slic3r/GUI/BackgroundSlicingProcess.cpp
* Update Polish translations
* Update OrcaSlicer_pl.po
* Fixing a string_update PrintConfig.cpp
Fixing a string in the PrintConfig.cpp file
The string that hasn't been translated in printer settings
"Disable generating of the M73: Set remaining print time in the final gcode"
* fix_upd
* update_OrcaSlicer_pl.po
* Make httpserver more generic and reusable
* Add OAuthJob
* Fix issue caused by the fact that the backing widget of the `TextCtrl` is no longer `wxTextCtrl`
* Implement login and token refresh
* Implement file upload
* Try fix build error
* Support BBL printers
* Show error message if user hasn't done OAuth
* Fix typo
* Update error message
* Disable unsupported options when SimplyPrint is selected
* Add new MyRRF custom printer
* hide user panel when networking plugin is not installed/used
* Fixed a bug that promption of installing plugin notification was not displayed when trying to switch to Bambu device tab
* replay missing_connection animated image when switching to device tab
Size reductions
construct_1_xl_buildplate_model > 1073 from 2250KB
construct_1_buildplate_model > 599 from 608KB
Just joined parts and optimized planar surfaces. didn't changed borders
Also adding a feature for creating 3D bed models from SVG graphics will give a nice reduction on size. Constantly new printers added to profiles. it will be nice upgrade to reduce size of folder
* Add Ender-3 Pro cover
* Add Ender-3 Pro
* Add Ender-3 Pro .2, .4, .6, and .8
* Add Ender-3 Pro processes
* Delete Ender-3 Pro_cover.png
* Add a smaller version of Ender-3 Pro_cover.png
* Delete Ender-3 Pro_cover
* Further image improvements
Used this site https://svgomg.net
Minifier basically joins lines / curves with same style to reduce size
Doesn't change geometry
Size dropped to 2,02MB from 4,75MB
Couldn't tested on UI. Not sure how to do that
* Some improvements for supports and machines limits
* Increase z-hop for KE to avoid the nozzle hit the parts
* Changed jerk V3 KE settings to more logical values.
* Decreased jerk
* Speed, acceleration and jerk settings fine-tunings.