Commit graph

23374 commits

Author SHA1 Message Date
SoftFever
aa3ca7759b bump version to 2.1 dev 2024-04-04 00:42:58 +08:00
SoftFever
aac141104d update sponser list 2024-04-04 00:42:29 +08:00
vgdh
3f411e26fd
Lowering wipe tower margin (#4661)
lower wipe tower margin
2024-04-03 22:52:13 +08:00
SoftFever
9960ea5bc2
Update pull_request_template.md 2024-04-03 22:33:04 +08:00
SoftFever
84ae3fc48f
Create pull_request_template.md (#4856) 2024-04-03 21:46:34 +08:00
Carlos Francisco Caruncho Serrano
c663f43925
Spanish translation fixes and improves (#4826)
* Update OrcaSlicer_es.po

* Merge remote-tracking branch 'upstream/main' into Spanish_Translation

* Merge remote-tracking branch 'upstream/main' into Spanish_Translation

* some changes

* Merge remote-tracking branch 'upstream/main' into Spanish_Translation

* Some fixes

* More fixes

* More fixes and improves

* More fixes
2024-04-01 23:53:00 +08:00
cochcoder
a187356b93
Various profile improvments (#4775)
* Add Prusa MINI profiles & fix image extension

* Add MINI & MK3S to generic filaments

* Change 0.2 to 0.25

* Change this one

* Fix this

* Fix nozzle diameters

* Forgot this...
2024-03-30 10:10:30 +08:00
Olcay ÖREN
88f94c82ea
Update OrcaSlicer_tr.po - TURKISH translation update (#4772) 2024-03-30 09:51:03 +08:00
Heiko Liebscher
1ba0afbc7e
Update German translation for scarf beta Feature (#4770)
fix translation beta Feature
2024-03-30 09:50:36 +08:00
cochcoder
e82ea69e65
Fix syntax errors in CR-10 SE G-Code (#4769)
Flip /n to \n
2024-03-30 09:49:55 +08:00
SoftFever
7a0c701dea update locale for "Conditional overhang threshold" 2024-03-29 21:12:22 +08:00
Carlos Francisco Caruncho Serrano
a34a25985b
Fix single word Spanish (#4768)
* Update OrcaSlicer_es.po

* some changes
2024-03-29 21:00:44 +08:00
Noisyfox
ed14598eb1
Fix utf8 string on physical printer dialog (#4765) 2024-03-29 20:59:54 +08:00
SoftFever
6826c38962 bump version to 2.0.0 official 2024-03-29 18:39:08 +08:00
SoftFever
676a190a77 update profile version 2024-03-29 18:37:40 +08:00
cochcoder
7910e2aecc
Add Creality Ender-3 S1 Plus (#4674)
* Add Creality Ender-3 S1 Plus

* Misc

* Fix nozzle_diameter

* Add printer_variant value

* Change build plate model/texture to use Ender-3 V3 SE

* Enable mesh leveling

* Up max travel acceleration to 5000

* Enable infill_combination

* Add Draft profiles

* Change buildplate model/texture

* Fix build plate model

* Add retraction & detraction speed & change retraction length

* Add filament_ to the beginning

* Revert retraction & detraction speed & retraction length

* Tests

Trying to change retract and detract speed as well as retraction length
Also trying to have Z-hop only happen on top layers

* Apply new values to other nozzles

* disable z_hop

* Lower build plate model

* Resolve merge conflicts

* temporarily remove Ender-3 S1 Plus

* Re-add Ender-3 S1 Plus
2024-03-29 18:14:56 +08:00
cochcoder
64d0c324c1
Add Creality CR-10 SE (#4757)
* Add CR-10 SE and standard profiles

* Misc

Add more perimeters to CR-10 SE profiles
Add printer to filament profiles
Link everything in Creality.json

* Fix two bugs

* Forgot this
2024-03-29 17:57:01 +08:00
frankieorabona
6ae128b9e7
Substantial changes to the Italian language (#4753)
* 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"

* Substantial changes to the Italian language

Make substantial changes to the Italian language via POEDIT.
Partially eliminated errors in POEDIT concerning missing or excess spaces
Replaced the words UGELLO with NOZZLE
2024-03-29 11:13:53 +08:00
Dima Buzdyk
45ef4ae790
gui: fix media eject on linux (#4700) (#4701)
* 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
2024-03-29 11:12:37 +08:00
Jamin Collins
a980bb6a6a
Fixes #2992 - emboss numbers for 290-305 (#4742)
* 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>
2024-03-28 23:30:51 +08:00
Noisyfox
9f3bafb04e
Fix 3rd party login issue on macOS (#4739)
* Fix use-after-free error

* Ignore http OPTIONS method

* Make sure response has sent before closing the http server
2024-03-28 23:07:10 +08:00
Noisyfox
f36c22385b
Fix issue that print host and webui settings are not properly reset (#4734)
Fix issue that print host and webui settings are not properly reset after switching from certain host type
2024-03-28 23:02:20 +08:00
cochcoder
a2d24cd67f
Add Ender-3 V3 SE .2, .6, .8 and fix small Ender-3 Pro bug (#4653)
* 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
2024-03-27 22:55:49 +08:00
cochcoder
5dfc624e11
Fix excessive maximum z accelleration for Artillery Sidewinder X1 (#4733)
Bring max z acceleration to 100 from 1000
2024-03-27 22:04:44 +08:00
Carlos Francisco Caruncho Serrano
197ea20d1d
Fixed errors on last pull request - Spanish Translation (#4730)
Update OrcaSlicer_es.po
2024-03-27 22:03:17 +08:00
Heiko Liebscher
3b251ca89c
Add new de translation for rc (#4724)
* add new strings

* add new strings
2024-03-27 22:02:52 +08:00
SoftFever
dcb8d09af6
Add overhang threshold for scarf joint seam (#4725)
add overhang threshold for scarf joint seam
2024-03-27 22:02:20 +08:00
frankieorabona
116169ea03
Fixed and added new Italian translations (#4721)
* 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"
2024-03-27 22:01:40 +08:00
KrisMorr
6c4ba5c794
Update list.txt for gettext+OrcaSlicer.pot+update_Polish translations (#4663)
* 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
2024-03-25 22:25:37 +08:00
SoftFever
2841476e86 Revert "Wrong bridge detection result (#4651)"
This reverts commit f626e4dd27.
2024-03-23 20:33:35 +08:00
KrisMorr
c550a6e148
Update Polish translation (#4658) 2024-03-23 20:30:39 +08:00
SoftFever
f88e3f2c64 bump profile version to 2.0.1 2024-03-23 16:31:13 +08:00
SoftFever
19cde6989d fix "G92 E0" warning for Guider 3 ultra and Rase3D Pro 2024-03-23 16:29:42 +08:00
Thomas
5bc87d0de6
Updated French translations (#4654) 2024-03-23 15:34:17 +08:00
SoftFever
4ae7e4536b update locale 2024-03-23 13:27:17 +08:00
SoftFever
f626e4dd27
Wrong bridge detection result (#4651)
process_external_surfaces before discover_horizontal_shells
2024-03-23 13:19:23 +08:00
Noisyfox
d601e9d544
Fix issue that painter sphere is rendered at the wrong position (#4652) 2024-03-23 13:04:24 +08:00
Heiko Liebscher
52c57ad77e
Update German Translations (#4640) 2024-03-23 10:12:01 +08:00
Ioannis Giannakas
143087bb2a
Revert automatic application of reduced internal bridge filtering for lightning infill (#4639) 2024-03-23 10:11:13 +08:00
Noisyfox
e29bbac193
Support for SimplyPrint cloud integration (#4525)
* 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
2024-03-23 10:08:48 +08:00
SoftFever
f3b3e92782 bump version to 2.0-rc 2024-03-22 20:00:02 +08:00
SoftFever
9e56941416 update locales 2024-03-22 19:58:27 +08:00
cochcoder
8fe565ce3f
Fix missing Construct3D covers (#4632)
* Rename CONSTRUCT 1 XL_cover.png to Construct 1 XL_cover.png

* Rename CONSTRUCT 1_cover.png to Construct 1_cover.png
2024-03-22 19:38:17 +08:00
Thomas
ccf3b009f3
Enable detect_thin_wall for Qidi printers (#4637) 2024-03-22 19:33:02 +08:00
Thomas
9e3cb4b1c5
Raised bed temperatures for Ender 3 V3 PLA profile (#4636) 2024-03-22 19:30:57 +08:00
SoftFever
1e08b855df
Feature/home page improve (#4602)
* 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
2024-03-22 19:30:13 +08:00
FlyingbearOfficial
2d737f62b5
fix start_code and 0.16mm parameters (#4631)
* Update FlyingBear S1 0.4 nozzle.json

* Update 0.16mm Optimal @FlyingBear Reborn3.json

* Update 0.16mm Optimal @FlyingBear S1.json

* Update fdm_process_common.json

* Update fdm_klipper_common.json

* Update fdm_machine_common.json

* Update fdm_klipper_common.json

* Update fdm_machine_common.json
2024-03-22 19:28:35 +08:00
cochcoder
98e1291c17
Fix Ender-3 Pro missing from Generic Creality filaments (#4630)
Fix Ender-3 Pro missing from generic filaments
2024-03-22 19:27:35 +08:00
KrisMorr
74d1831dac
Added a string 'no model information' for translation (#4623)
* Add files via upload

* Added a string for 'no model information'
2024-03-22 19:26:55 +08:00
yw4z
3b438ae6e4
Optimized plate models of CONSTRUCT3D (#4567)
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
2024-03-22 19:25:01 +08:00