igiannakas
b17b22a11f
Merge branch 'SoftFever:main' into Pressure-equalizer
2023-09-13 15:48:40 +01:00
SoftFever
2406a34bf7
1.7.0
2023-09-13 21:50:46 +08:00
SoftFever
89efa44388
tweak prime tower display
2023-09-13 21:49:40 +08:00
SoftFever
7d8d296956
sanitize Elegoo neptune4 profiles
2023-09-13 21:40:53 +08:00
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
igiannakas
e289a82f42
attempting to trigger pressure equalizer
...
(Not compiling)
2023-09-13 12:24:04 +01:00
igiannakas
79a4e0ca85
code changes to invoke pressure equalizer
2023-09-13 08:51:56 +01:00
igiannakas
de39b2c333
Merge branch 'SoftFever:main' into Pressure-equalizer
2023-09-12 16:17:24 +01:00
igiannakas
368314992e
Update GCode.hpp
2023-09-12 16:15:33 +01:00
igiannakas
5079b74dc3
fix compile errors
2023-09-12 16:04:45 +01: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
igiannakas
f362b12e72
Ported ExtrusionRole from Prusa Slicer 2.6.1
2023-09-12 14:46:56 +01:00
igiannakas
7706fb6e91
Initial commit of code from Prusa Slicer 2.6.1
2023-09-12 14:40:08 +01:00
igiannakas
64a7876fd6
Merge branch 'SoftFever:main' into Overhang-speed-updates
2023-09-12 13:57:30 +01: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
igiannakas
6322f2683f
Merge branch 'SoftFever:main' into Overhang-speed-updates
2023-09-12 13:10:26 +01: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
igiannakas
3f8cfa74ea
Code optimisation
2023-09-12 12:33:14 +01:00
igiannakas
03c644f4c4
Fixed bug in field visibility & made it default to off
2023-09-12 12:10:47 +01:00
igiannakas
6f23869ee8
UI line toggling when option makes sense to be visible.
2023-09-12 12:02:41 +01:00
igiannakas
3469817551
Reintroduced handling of bridges as per original design
2023-09-12 11:47:14 +01:00
igiannakas
7d14ac9e03
Made this as an option in the GUI
2023-09-12 11:13:33 +01:00
igiannakas
8a7c6a297a
Parameter tweaks following print tests
2023-09-11 22:30:04 +01:00
igiannakas
714f89e366
Fixed threading
2023-09-11 21:13:07 +01:00
igiannakas
066dbcc0ed
Removing debug printf statements and fixed threading flag.
2023-09-11 20:51:52 +01:00
igiannakas
7f0b97e84f
Fixed estimation not running when model is re-sliced.
2023-09-11 20:47:11 +01:00
igiannakas
64dc62a4c9
Parameter tweak after print tests
2023-09-11 20:35:37 +01:00
igiannakas
cdf3f29496
Attempting to fix "set started" not being set
2023-09-11 20:19:06 +01:00
igiannakas
95a41a689f
Fixed bug in speed calculation and tweaked parameters for high speed printer
...
Fixed bug in speed calculation and tweaked parameters for high speed printer
2023-09-11 19:01:48 +01:00
igiannakas
29713c6667
Updated to use overhang wall speed instead of bridging speed for this algorithm
2023-09-11 16:26:45 +01:00
igiannakas
be523b926e
Working prototype - 2
...
Code is now finally working - external perimeters are slowed down as needed when there is likelyhood of curling up.
ToDo:
1. Reslicing the model causes the algorithm not to run - need to find where this fails to trigger the call for this.
2. Slowdown of internal perimeters not working yet.
2023-09-11 16:08:10 +01:00
igiannakas
a2ac701645
Prototype 1 - slowdown extended to detect curled edges and further reduce speed
...
First prototype of the code submitted.
2023-09-10 23:32:32 +01:00
igiannakas
19ca3ee715
Porting curling calculations from Prusa Slier 2.6.1
2023-09-10 18:44:46 +01:00
igiannakas
f30a18d658
Preparing to add curled extrusions identification
2023-09-10 13:26:07 +01:00
igiannakas
7346d3ef42
Overhang perimeter handling
...
Updated code to handle overhang perimeters as an overhang and not as a bridge.
2023-09-10 11:42:48 +01: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