Enrico Turri
|
6a744238b9
Added preview of retractions and unretractions
|
7 years ago |
Enrico Turri
|
c9839dd7cc
Merge branch 'master' of https://github.com/prusa3d/Slic3r into gcode_preview
|
7 years ago |
Enrico Turri
|
0f4bec8af0
gcode preview - first installment - wip
|
7 years ago |
fredizzimo
|
ad5fcce6e4
Fix environment variable setting on Windows (#674)
|
7 years ago |
bubnikv
|
fec1fcdca8
Separated the Marlin G-code flavor from the RepRap G-code flavor
|
7 years ago |
bubnikv
|
60a6e7ba8e
Included the velocity, acceleration and jerk settings into the Prusa3D
|
7 years ago |
bubnikv
|
7012c04005
Updated the printer profiles.
|
7 years ago |
bubnikv
|
40a6125d73
Updated printer profiles.
|
7 years ago |
bubnikv
|
eaac587467
Merge remote-tracking branch 'origin/time_estimate'
|
7 years ago |
Enrico Turri
|
ae0688f351
GCodeTimeEstimator - added processing of commands M221 (Set extrude factor override percentage)
|
7 years ago |
Enrico Turri
|
69e3ea6581
GCodeTimeEstimator - simulate firmware st_synchronize() for commands G4, G92, M1
|
7 years ago |
bubnikv
|
696d420dc8
New feature: Recommended object thin wall thickness hint.
|
7 years ago |
Enrico Turri
|
3f57e20235
GCodeTimeEstimator: refactoring of forward and reverse passes on blocks
|
7 years ago |
bubnikv
|
011281df86
Fix of the Spiral Vase after the GCodeReader rework.
|
7 years ago |
bubnikv
|
998157fc9b
Fixed an issue with vsprintf and on demand buffer allocation.
|
7 years ago |
bubnikv
|
9d98a27b98
Fix of compilation on OSX and Linux. By the standard, a temporary
|
7 years ago |
bubnikv
|
b292554fd8
Optimized the GCodeReader.
|
7 years ago |
bubnikv
|
0e4ecfaf56
Fix of time estimator (int abs used instead of float abs)
|
7 years ago |
bubnikv
|
fec05d430b
Fixed a typo in fprintf
|
7 years ago |
bubnikv
|
02256e900f
Merged the branch time_estimate
|
7 years ago |
bubnikv
|
c6bc55e4f9
Added a comment on disabling ICU integration when compiling Boost on Linux.
|
7 years ago |
bubnikv
|
0de0e4ff41
Bumped up the version number.
|
7 years ago |
bubnikv
|
d7998870c7
Bumped up the minimum firmware version of the MK3 printers to 3.1.1-RC4
|
7 years ago |
bubnikv
|
4c35d98d7d
Bumped up the version number.
|
7 years ago |
bubnikv
|
f58d66fe5e
Disabled the object auto centering by default.
|
7 years ago |
bubnikv
|
a056eadc1e
Changed perimeter-infill overlap of the bundled Prusa i3 MK3 printer
|
7 years ago |
bubnikv
|
5cf9cd5395
Bumped up the build version.
|
7 years ago |
bubnikv
|
d9985c0575
Updated the initial presets for the MK3.
|
7 years ago |
bubnikv
|
472946be32
Removed Original Prusa i3 MK3, MK2S, MK2 and MK2S-MMU.ini
|
7 years ago |
bubnikv
|
48ba7e5f73
Removed dependency on Perl Encode::encode_utf8.
|
7 years ago |
bubnikv
|
e71b021b6e
Updated the bundled presets for the Prusa3D printers.
|
7 years ago |
bubnikv
|
3addeb57b4
Fix of "Program crashes when [Suppress "- default -" presets:] is DISABLED"
|
7 years ago |
bubnikv
|
9d3ade81fa
Fixed placeholder parser tests.
|
7 years ago |
bubnikv
|
1eef6d3552
Improved error reporting of the PlaceholderParser.
|
7 years ago |
bubnikv
|
f5160b7a72
Fixed "Slic3r crashes when sending STLs with special characters to the printer"
|
7 years ago |
bubnikv
|
1bf67b4b62
Added boost::regex to cmakelists.
|
7 years ago |
bubnikv
|
fed5128b7f
Reverted regex to boost::regex as the C++11 regex seems to be broken
|
7 years ago |
bubnikv
|
8acd51fc62
Replaced boost::regex with std::regex.
|
7 years ago |
bubnikv
|
b2ba4ee34c
Fixes volumetric speed "Hint-Text" ignores "First Layer Speed"
|
7 years ago |
bubnikv
|
4572fe69de
Fix of a regression update issue of the "modified" flag
|
7 years ago |
bubnikv
|
7142126609
Grey out the compatible_printers_condition edit field in case
|
7 years ago |
bubnikv
|
c8d14fb617
The wipe tower generator does not call start_filament_gcode when
|
7 years ago |
bubnikv
|
558a0753c1
Improved loading of the config wizard results.
|
7 years ago |
bubnikv
|
c49d6a3ec7
Try to fix the config wizard initialization on OSX.
|
7 years ago |
bubnikv
|
67c6823dde
Fixed a regression bug in the display of a filament name on the print
|
7 years ago |
bubnikv
|
c3468f2ad9
Fix of preset selection.
|
7 years ago |
bubnikv
|
0b6bd3cbde
Implemented a "Reset user profile" on the first page of the configuration
|
7 years ago |
bubnikv
|
5a768ddd7b
Updated the bundled config profile with the new compatible_printers_condition.
|
7 years ago |
bubnikv
|
a402b1b83d
Implemented <,>,<=,>=,or,and,||,&& operators.
|
7 years ago |
Enrico Turri
|
b2eb522f55
GCodeTimeEstimator - clean up unused code
|
7 years ago |