SoftFever
3f15339345
fix linux build errors
2023-08-20 22:16:32 +08:00
SoftFever
86d908f44e
final 1.6.4
...
set default internal_solid_infill_pattern to ipMonotonic
2023-08-20 20:49:06 +08:00
SoftFever
6e1bdaf9d4
some misc changes ( #1848 )
...
* some misc changes
* stealth_mode: disable hms
* fix bbl camera #1091 #1830
* fix anker
2023-08-20 20:02:54 +08:00
Vojtech Bubnik
a202fde769
Fix of #6336 #5073 : Throw an error if G92 E0 is missing in layer change
...
G-code with relative extruder addressing. Also thrown an error,
if G92 E0 is used with absolute extruder addressing.
2023-08-20 20:00:49 +08:00
SoftFever
15d96e1f6d
support adaptive bed mesh for PA calib
2023-08-19 23:31:12 +08:00
chunmao.guo
6a767a5f67
FIX: WebView: not wrap javascript
...
Change-Id: If2b1fe8163599ebbfd97334115a786a8985bf876
2023-08-19 22:16:19 +08:00
Stephen Hurd
27eb7bbe9f
Add spacenavd support ( #1769 )
2023-08-19 15:45:27 +08:00
SoftFever
5f848b7a93
Fixed a bug that print_bed_min/max values were not correct in multi-plate project #1834
2023-08-19 11:01:00 +08:00
SoftFever
a148b9d85f
fix build error
2023-08-19 09:30:54 +08:00
zhimin.zeng
f65871b3fb
ENH: Allow users to adjust the order of components in assemble
...
Change-Id: Ie4b979e4cfdf99d822801400cd6b54773f526d7a
(cherry picked from commit 2b8b32a2d2d8181d1ab0c490e1a7b4333dc34fad)
2023-08-19 01:32:59 +08:00
lane.wei
5a5955f3bc
FIX: config: update config with correct logic
...
1. remove other vendors
2. set the version to correct one
jira: STUDIO-4009
Change-Id: I804bb1d08a9d241bc323a22b0d3fb40f7c9c3c9a
2023-08-19 01:32:59 +08:00
zhimin.zeng
2e78f7e809
FIX: Re-multicolor slice when change first_layer_print_sequence
...
Change-Id: If17708744a52c95aec406e2cd46a29ff4cf29872
(cherry picked from commit 892f508f194e49462a2c470ce8d0f3f6313a0c09)
(cherry picked from commit a00864f8d254f10cae6b20dcf5d6edc2814ed802)
2023-08-19 01:32:59 +08:00
zhimin.zeng
79a7201f52
ENH: support custom the first layer print sequence
...
Change-Id: I0516948292933fe47d39fb3ae2f7e91473b45b3a
(cherry picked from commit 5bbdb28c86509d5f94b5b9c33a0f2e1b2749e94b)
(cherry picked from commit 22c6e9f1d2c6f1b86c70827c8bec65a857fe2bc5)
2023-08-19 01:32:59 +08:00
salt.wei
a35264e910
FIX: should consider plate offset in wipe tower
...
Updating position to gcode writer in wipe tower
miss plate offset.
This is handling for github issue #2256
github: github issue #2256
Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: I915591ee919d10bb5bd2c2dcd5f1e98fd4b66503
2023-08-19 01:32:59 +08:00
liz.li
d9a8526843
NEW: first layer printing sequence
...
Change-Id: I19e39a27cf972eb859e51a334aeae8f57ee263f8
(cherry picked from commit 1369107c04668f800a338395ed3af316c32d194d)
2023-08-19 01:32:59 +08:00
maosheng.wei
d5e5992b02
FIX: [github 2246 2209] reload form disk not working
...
Change-Id: If70d7b700c454e9290741980afb0a1fd73a1fa5a
2023-08-19 01:32:59 +08:00
chunmao.guo
a422b9a01d
FIX: load from gcode stream crash with null model pointer
...
Change-Id: I09a17dd5726d164a4e0bc1d5f213581832a17a5d
(cherry picked from commit 52065d43c98eda7a2a7c799d2100a10b6cbc42bf)
2023-08-19 01:32:59 +08:00
liz.li
37c0f8d0bd
FIX: meshboolean set transformation matrix twice
...
Change-Id: I1428c66f69bbd14fa0485bab23b0a26b8e7b6dba
(cherry picked from commit 23e69af4d9516c7c2f8b4fb9649d1757903627b6)
2023-08-19 01:32:59 +08:00
igiannakas
719a25a291
Fix for support generating mid air ( #1762 ) ( #1815 )
...
Fix for support generating mid air
2023-08-18 18:55:25 +08:00
Noisyfox
f714e72faa
Simple brim ears impl ( #1779 )
...
* First working brim ear impl, ported from SuperSlicer
* Make brim ears configurable
* Generate ears only if ear size > 0
* Fix `Polygon::convex_points` as well as brim ear max angle
* Fix another error in `Polygon::convex_points` and `Polygon::concave_points`
* Apply brim ears to inner brims as well
* tweak hide and disable condition a bit
---------
Co-authored-by: SoftFever <softfeverever@gmail.com>
2023-08-13 22:29:45 +08:00
SoftFever
5807135a1f
Fixed an issue that internal_bridge_speed is applied to external bridge infills
...
A new extrusion role - erInternalBridgeInfill is introduced.
SuperSlicer's implementation is referenced.
Signed-off-by: SoftFever <103989404+SoftFever@users.noreply.github.com>
2023-08-12 15:38:22 +08:00
SoftFever
8dd9561574
Optimize new overhang slowdown and re-enable it #1642
...
Signed-off-by: SoftFever <103989404+SoftFever@users.noreply.github.com>
2023-08-12 15:34:08 +08:00
Arthur
a1bc4b3a57
FIX: tree support's enforcers inside a hole were wrong
...
Previously holes of enforcer_polygons was taken as contours,
which caused enforcers inside a hole were too large.
Jira: STUDIO-3877
Change-Id: If38c34e2469b822012a2ed0b082783563fe99228
2023-08-11 20:50:03 +08:00
SoftFever
99406816cd
fix crashes on some Linux distro caused by locale by @pfrench42 #235 ( #1766 )
...
fix crashes on some Linux distro caused by locale by @pfrench42
#235
2023-08-11 20:26:37 +08:00
Alexander Sulfrian
f1afe93d6f
Fix compiling imgui with boost libraries ( #1755 )
...
Addind only the include dirs is wrong. The cmake boost_headeronly
library contains more settings.
Without adding the cmake boost_headeronly library, the compilation of
imgui is missing the defines for the boost library (f.e.
BOOST_LOG_DYN_LINK) and it will result in linker errors.
Co-authored-by: SoftFever <softfeverever@gmail.com>
2023-08-11 08:20:10 +08:00
SoftFever
84a7f3c084
fix build errors
2023-08-10 23:30:37 +08:00
SoftFever
24bf61af73
increase the line width limit to 5x the nozzle diameter #1745
2023-08-10 23:00:59 +08:00
SoftFever
3e393df9df
support chamber temperature per filament #1160
2023-08-10 22:08:48 +08:00
SoftFever
333a5067ec
Fix a bug that overhang slowdown won't work when top z is 0 #1763
2023-08-10 21:09:27 +08:00
SoftFever
89ec02444a
internal bridge speed
2023-08-10 17:34:51 +08:00
SoftFever
bb89336285
add One wall threshold parameter
2023-08-10 10:56:12 +08:00
Alexander Sulfrian
c1e85db46e
Fix wxWidgets debugging macros ( #1742 )
...
wxFAIL will always generate an assert error and does not expect a
condition.
2023-08-09 23:25:25 +08:00
SoftFever
637a171559
Fixed an unicode bug in Mesh boolean
2023-08-09 17:13:44 +08:00
SoftFever
362ee83ff3
update locale 2
2023-08-09 14:12:18 +08:00
SoftFever
37c54aa4f6
clean up
2023-08-09 13:42:41 +08:00
SoftFever
36750c74e6
refactor exclude object
2023-08-09 10:53:39 +08:00
SoftFever
f8c9c6bfc4
Merge some BS1.7 changes:
...
fix full screen issue on Windows
2023-08-09 00:47:48 +08:00
SoftFever
da05ae02da
Merge some BS1.7 changes:
...
Boolean operation feature
2023-08-08 22:14:20 +08:00
SoftFever
9e73dfeb5d
enforce no tracking
2023-08-08 19:36:24 +08:00
SoftFever
bcbbbf35db
Merge some BS1.7 changes:
...
internal_solid_infill_pattern
2023-08-08 19:08:13 +08:00
SoftFever
7ece35931e
Merge some BS1.7 changes:
...
Port object canceling for BL X1 from BS.
Todo: refactor
2023-08-08 19:08:13 +08:00
SoftFever
3acd89e877
Merge some BS1.7 changes:
...
bring back fill_bed feature, original implemention from PrusaSlicer. BS added exclusion logic.
2023-08-08 19:08:13 +08:00
SoftFever
b8db25ac0e
revert PA tower
2023-08-06 23:19:02 +08:00
SoftFever
14f248f8fa
fixed an bug that CN plate name was not working properly
2023-08-04 20:36:32 +08:00
Hotsolidinfill
580424701b
fix Korean font not be loaded properly ( #1681 )
...
* Update Korean Translation
- Make overhang printable
- Lift Z Enforcement
- etc
* fix Korean font not be loaded
2023-08-04 19:15:15 +08:00
SoftFever
013a64243f
tweak single wall #1680
2023-08-04 18:56:58 +08:00
SoftFever
ce59235bd7
Fix set fan bug
2023-08-04 18:56:58 +08:00
SoftFever
12195c722f
update locale
2023-08-03 00:48:54 +08:00
SoftFever
aaefc400e1
Tweak profiles
...
1. Fix Voron Trident printable height issue #1641
2. Revamp Qidi X3 printer profiles
3. Turn on accel_to_decel_enable for klipper machine by default
4. Many other profiles tweaks
2023-07-31 19:52:56 +08:00
SoftFever
2903942403
Treat the printer as a generic printer when loading new printers not found in the system from a project file
2023-07-31 00:28:52 +08:00