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
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