Commit graph

24729 commits

Author SHA1 Message Date
SoftFever
132056b33b fix win cicd 2023-09-13 20:10:33 +08:00
SoftFever
e6269dd852 tweak default organic tree settings. 2023-09-13 20:10:33 +08:00
Andy
d0abc48765
Updated Russian translation (#2097)
Updated translation

Updated translation
2023-09-13 20:10:12 +08:00
SoftFever
7e66d8d231 full path of signtool 2023-09-12 23:03:30 +08:00
SoftFever
e3f36c8a06 sign window app 2023-09-12 22:57:03 +08:00
SoftFever
a149680eba consider windows DPI for slider 2023-09-12 22:19:45 +08:00
Garbg
fb4fa4d769
Add warning to anycubic vyper buildplate (#2080) 2023-09-12 20:50:31 +08:00
SoftFever
604dc66789 revert backing missing translations for hints.ini 2023-09-12 20:35:40 +08:00
SoftFever
40c2eccfd6 handle edge cases when Cooling tube position is 0 2023-09-12 20:12:54 +08:00
Carlos Caruncho
d6e8627401
Update Spanish translation (#2075)
* Some Spanish string fixes

PO updated

* More spanish strings fixes

* Compiled MO

* Update spanish strings and MO

* Update

* Update OrcaSlicer_es.po

* Update OrcaSlicer_es.po

* Delete OrcaSlicer.mo

* update .mo files

* Update OrcaSlicer_es.po

* Update OrcaSlicer_es.po

* Update OrcaSlicer_es.po

* Update spanish lang and english string

* Update OrcaSlicer_es.po

* revert .gitignore changes

* Update OrcaSlicer_es.po

* Update OrcaSlicer_es.po

* Update OrcaSlicer_es.po

* Update OrcaSlicer_es.po

* Update OrcaSlicer_es.po

* Update OrcaSlicer_es.po

* Update OrcaSlicer_es.po

* Update OrcaSlicer_es.po

* Update OrcaSlicer_es.po

* Update OrcaSlicer_es.po

* Update OrcaSlicer_es.po

---------

Co-authored-by: SoftFever <softfeverever@gmail.com>
2023-09-12 20:10:03 +08:00
Sadri ERCAN
0ed8c8f2f6
Turkish Language String Updates For v1.7 (#2070)
Turkish Language String Updates For v1.7
2023-09-12 20:04:09 +08:00
SoftFever
62ebeb46a0
fix name 2023-09-12 20:04:00 +08:00
SoftFever
52935040e6
skip build PR building for locale changes 2023-09-12 20:00:14 +08:00
SoftFever
e7051b210b fix profiles
Signed-off-by: SoftFever <103989404+SoftFever@users.noreply.github.com>
2023-09-10 14:57:22 +08:00
Hukete
f2fdd03ba0
QIDI Profiles Change (#2054)
* QIDI Profiles Change

* fix syntax errors

---------

Co-authored-by: SoftFever <103989404+SoftFever@users.noreply.github.com>
2023-09-10 14:11:28 +08:00
SoftFever
0b3dfa3f45 Overhang improvement max vol speed 2023-09-10 11:39:29 +08:00
Noisyfox
f2da5b39a1
Fix GCode viewer first layer height in vase mode (#2051)
Follow-up of 6be84d529d740c44c1e9bf533e70e167b3442063 - Fixed processing of spiral vase mode in GCodeProcessor::process_G1

Co-authored-by: enricoturri1966 <enricoturri@seznam.cz>
2023-09-10 11:38:37 +08:00
SoftFever
303a722795 fix regression that print end time is not missing 2023-09-10 00:07:35 +08:00
SoftFever
165a183c1f Display export gcode btn if pinter don't network setup 2023-09-10 00:07:18 +08:00
SoftFever
e95ec070c1 fix ramming ui 2023-09-09 23:05:45 +08:00
SoftFever
1a358721c2 update readme 2023-09-09 22:02:23 +08:00
SoftFever
0a6cd79c27 Bump version to 1.7.0-beta 2023-09-09 18:00:44 +08:00
SoftFever
5269e3a2cd small tweaks 2023-09-09 17:47:25 +08:00
SoftFever
cae9ca950f update BBL OTA profiles 2023-09-09 14:21:02 +08:00
SoftFever
10ea35b87c update locale 2023-09-09 14:16:02 +08:00
SoftFever
9246f01fea Merge branch 'purge_tower' 2023-09-09 13:20:32 +08:00
SoftFever
e624632969 semm 2023-09-09 13:19:59 +08:00
Lukas Matena
ee4705d6b7 Wipe tower: changed the way how initial wipe tower preview depth is calculated 2023-09-09 13:19:43 +08:00
SoftFever
cd3bbdb5f5 estimate tower size 2023-09-09 13:19:43 +08:00
SoftFever
6ff9ff03db wip 2023-09-09 13:19:43 +08:00
SoftFever
aae647fc19 Properly pasrse toolchange 2023-09-09 13:14:10 +08:00
SoftFever
1f5aa16829 fix calibration menu 2023-09-09 11:04:45 +08:00
SoftFever
01e4963150 temp 170 2023-09-09 11:04:45 +08:00
SoftFever
d6754e84ff fix Mac build script 2023-09-09 11:04:45 +08:00
SoftFever
99f679b2f1 fix Mac icon 2023-09-09 11:04:45 +08:00
SoftFever
309b218a58 klipper object exclusion name fix 2023-09-09 11:04:45 +08:00
SoftFever
adf65ceeb8 wipe improvment 2023-09-09 11:04:45 +08:00
igiannakas
c20b01f37a
Updated inner outer inner algorithm to cater for edge case where an internal island with two perimeters on both sides of an external wall was causing a secondary island to not reorder the walls correctly (#1861)
* Updated inner outer inner algorithm to cater for edge case where an internal island with multiple internal perimeters would cause the external island to fall back to outer-> inner wall ordering.

Updated inner outer inner algorithm to cater for edge case where an internal island with multiple internal perimeters would cause the external island to fall back to outer-> inner wall ordering.

* Reworked the inner outer inner algorithm to better work with more than 3 perimeters.

* Code comment updates. Removed error check code.

* Cleaned up code and comments

Cleaned up code and comments

* Disabled inner outer inner algorithm on first layer

Disabling inner outer inner algorithm and using inner to outer wall ordering to promote bed adhesion as having isolated perimeters on the bed has resulted on occasion to warping or incomplete adherence  to the bed.

* Code optimisation
2023-09-09 10:56:03 +08:00
SoftFever
df302efa84 fix calibration menu 2023-09-08 01:29:09 +08:00
SoftFever
bb82482559 temp 170 2023-09-08 01:24:18 +08:00
SoftFever
f21b56d8f3 fix Mac build script 2023-09-08 00:43:04 +08:00
SoftFever
8c1481b687 fix Mac icon 2023-09-08 00:41:23 +08:00
SoftFever
5cef22ee66 klipper object exclusion name fix 2023-09-08 00:01:22 +08:00
SoftFever
75328a2de8 wipe improvment 2023-09-08 00:01:22 +08:00
Noisyfox
7a8f020fcf
Fix issue that cmake install is skipped during windows build (#2029)
Fix windows build
2023-09-07 23:50:35 +08:00
Hotsolidinfill
dadec13066
Update Korean translation (#2022)
* Update Korean translation

* 1. Fix blank button text after translation
2. Fix some mistranslated korean

* -fix bottom surface in gcode viewer
-update korean translation

* - Fixed UI being broken 'cause "display" text size could not be calculated when cjk language is use

* Change NotoSansKR to NanumGothic, which has a height similar to the main font.

* update korean translation
2023-09-06 22:23:07 +08:00
Sadri ERCAN
11668bc506
Turkish Language update & New Printer Profiles (#2016)
* Turkish Language update with latest strings

Turkish Language update with latest strings

* New Printer Profiles Added

Creality K1-K1 Max
Elegoo Neptune 4 - Neptune Pro profiles added.
Adapted based on GalaxySlicer  profile files.
GalaxySlicer Repo:  https://github.com/fr3ak2402/GalaxySlicer

* Elegoo Neptune 4 Profile Files

Elegoo Neptune 4 Profile Files Update
2023-09-06 22:22:28 +08:00
Noisyfox
69d840030d
Fix calibrtion crash (#2019) (#2023) 2023-09-06 22:09:24 +08:00
SoftFever
37532ac0ff fix linux build 2023-09-06 18:17:24 +08:00
SoftFever
514639c85c fix windows build 2023-09-05 22:50:36 +08:00