supermerill
cd3ea9c7c2
fix tool & filament color
2020-10-31 17:08:00 +01:00
supermerill
8fe54ffe2c
#493 fix disable switch for overhangs detection.
2020-10-30 22:45:30 +01:00
rtyr
6e4f4f9adf
Merge pull request #5033 from pmjdebruijn/ender2_bed
...
creality: ender2 improved bed model
2020-10-30 16:22:00 +01:00
Pascal de Bruijn
cf8c07bd8a
creality: ender2 improved bed model
2020-10-30 13:25:34 +01:00
Vojtech Bubnik
9e545eba13
Fixed quadratic complexity of the time estimator post processor
...
with a constant complexity (amortized) code.
2020-10-30 09:13:04 +01:00
supermerill
df3f2113b5
#614 allow acceleration to be a % of default accel
...
also default accel can be a % of the max extruding accel
2020-10-30 01:30:53 +01:00
supermerill
837c3e9891
fix/merge machine limits
2020-10-29 23:39:17 +01:00
supermerill
151ea0a39f
#612 add soft threshold for big holes XY compensation
2020-10-29 19:44:25 +01:00
rtyr
3397dc87a8
Removed deprecated keys
2020-10-29 15:01:48 +01:00
rtyr
26d8cf2bd8
Removed deprecated keys.
2020-10-29 14:56:23 +01:00
Vojtech Bubnik
5ccd9d9d9a
Fixed previous commit for Linux/OSX
2020-10-29 13:16:32 +01:00
Lukas Matena
1130d78c19
Fix of #3505 (place on face oriented objects at slight angle sometimes)
2020-10-29 12:49:43 +01:00
Vojtech Bubnik
3cfccf1a5a
Fixed unit tests broken with 3502f256fac0d0793f8314a7ab4a2788e93d74f8
2020-10-29 12:39:03 +01:00
Vojtech Bubnik
1fd54ec28f
Merge branch 'master' of https://github.com/Prusa3d/PrusaSlicer
2020-10-29 11:40:35 +01:00
Vojtech Bubnik
2fd7c20a86
Workaround for missing or partially implemented std::from_chars()
2020-10-29 11:37:45 +01:00
Vojtech Bubnik
9f11cab092
Workaround for missing or partially implemented std::from_chars()
2020-10-29 11:31:59 +01:00
Vojtech Bubnik
d2e5be89e3
Fix of Slicer image not good #4992
...
Tighter parsing of PrusaSlicer's own G-code annotations
to avoid clashes with comments inside user G-codes.
Also the GCodeReader was extended to return string_views instead
of copying a substring, and the GCodeProcessor was partially adapted
to string_views.
2020-10-29 10:51:51 +01:00
rtyr
d053939994
Updated to 1.1.10
2020-10-29 10:04:40 +01:00
supermerill
13586d6764
#609 fix a bug that can happens when (positive) offsetting with a big miter limit and two island merge
2020-10-29 00:40:20 +01:00
rtyr
3502f256fa
Merge pull request #4481 from pmjdebruijn/ender3_bed
...
ender3_bed.stl: Ender3 improved bed model
2020-10-29 00:16:30 +01:00
supermerill
b63d791685
#609 fix a bug that can happens when (positive) offsetting with a big miter limit and two island merge
2020-10-29 00:04:12 +01:00
supermerill
491e49a2eb
clean 91535794705a65f406134d1d751c16c51bac3ac8
2020-10-29 00:03:56 +01:00
supermerill
577ce809ec
move to 2.2.54.2
2020-10-28 18:15:52 +01:00
Vojtech Bubnik
bb74d2da5b
Removed the dead code GCode/Analyzer.cpp,hpp to simplify code navigation.
2020-10-28 17:26:08 +01:00
Vojtech Bubnik
7b2aca0159
Removed the legacy GCodeTimeEstimator.cpp,hpp
...
It was difficult to navigate through the live code with the dead code
still available for full search.
2020-10-28 17:19:43 +01:00
Vojtech Bubnik
502aa42ac0
Removed FillRectilinear3, it was a dead end.
2020-10-28 13:33:22 +01:00
supermerill
743430f70c
#598 disable autocenter for calibration
2020-10-28 13:28:25 +01:00
supermerill
4d619d109f
fix disbale z_step
2020-10-28 11:36:08 +01:00
supermerill
59f370bfa9
#507 fix/improve denser infill
2020-10-28 11:34:52 +01:00
supermerill
5797d1a6fa
#597 Fixed crash in monotonous infill due to some unexpected pinching
...
of the inner contour at a single vertical infill line without
pinching the outer contour.
cherry picked from 751ae8e7
2020-10-28 11:21:05 +01:00
Vojtech Bubnik
cfbc9f0845
Fix of previous commit.
2020-10-28 11:11:58 +01:00
Vojtech Bubnik
eb103e45a6
Revert of d29a82e9447648d885263d7bbb99f5587588904c
2020-10-28 11:11:58 +01:00
Lukas Matena
0a9f316d64
Fix of #5009 (Shift+Tab shall be disabled in gcode viewer mode)
2020-10-28 10:49:04 +01:00
Vojtech Bubnik
afaa7a4cc2
Manual merge of Increased filament stats precision in generated gcode file #780
2020-10-28 10:46:59 +01:00
Vojtech Bubnik
7c06054904
Manual merge of Unmount message enhancement #4523
2020-10-28 10:09:47 +01:00
Vojtech Bubnik
7c571c1d9d
Merge of pull request Add support for RepetierServer #4384 by @docbobo
...
with the following refactorings:
1) Removed the "printhost_slug" config from the Printer config
and from all the Printer config related spots.
2) "printhost_slug" renamed to "printhost_port". Slug sounds nasty.
3) Improved error reporting of RepetierHost class.
4) Refactored for the new "Physical Printers"
Following refactorings were done independently of the Repetier pull request:
1) Removed PrintHost static print config.
2) Clean-up after conversion of print host configuration
from Printer config to Physical Printer config.
3) Fixed some issues, where the Printer config was still queried for
host configuration. Vojtech believes that this should not happen
after the host configuration is converted to physical printers.
Vojtech still feels that more refactoring is needed in regard to porting
the host configuration from Printer profile to the new Physical Printer
profile.
2020-10-28 09:51:05 +01:00
Makhaira
372ebecc3b
Update PrintConfig.cpp
2020-10-28 01:48:16 +01:00
supermerill
160b509a46
Merge remote-tracking branch 'remotes/remi/CI' into dev
...
in particular, move the repetier stuff to physicalprinter
2020-10-27 17:52:46 +01:00
enricoturri1966
0798fa8185
Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer
2020-10-27 17:21:41 +01:00
enricoturri1966
128e4cff2d
#4982 - Load config data when importing gcode produced by Slic3r and Slic3rPE
2020-10-27 17:18:15 +01:00
supermerill
65a40ed58f
Merge remote-tracking branch 'remotes/prusa/master' into dev
2020-10-27 16:08:00 +01:00
enricoturri1966
90c69e6bda
#4986 - Fixed remaining print time and SD-percentage calculation not correct (replaces e14c122d1233a7af9bfe63425d3bfb4e5906ede3)
2020-10-27 15:50:04 +01:00
enricoturri1966
00ec9cc4ed
Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer
2020-10-27 14:01:55 +01:00
enricoturri1966
c8d875bee1
#4987 - Fixed camera switches back to non-Perspective camera after slice
2020-10-27 14:01:42 +01:00
enricoturri1966
b9c0c15104
Fixed build when ENABLE_GCODE_VIEWER is disabled
2020-10-27 13:52:54 +01:00
tamasmeszaros
f5f105d4b0
Merge branch 'tm_min_cgal'
2020-10-27 13:34:15 +01:00
tamasmeszaros
749b3318b7
Merge branch 'tm_flatpak'
2020-10-27 13:04:39 +01:00
tamasmeszaros
f18d25257b
Changing directory for Flatpak related files.
2020-10-27 13:04:16 +01:00
tamasmeszaros
3ba6e17c04
Merge pull request #4039 from xarbit/flatpak-for-linux-appstore
...
upstream files required files for FlatHub
2020-10-27 12:58:42 +01:00
Vojtech Bubnik
06c16b085d
Snapshots extended to capture and restore sla_print, sla_material,
...
physical_printers.
Updated the snapshots dialog to display sla_print and sla_material.
Updated the snapshots dialog to display physical_printer instead of
printer if the physical_printer key is nonempty.
The "physical_printer" key was moved from [extras] to [presets] section
of PrusaSlicer.ini
2020-10-27 12:48:31 +01:00