Commit Graph
1117 Commits
Author SHA1 Message Date
tamasmeszaros 7fe9a56ef8 Added some comments and sequential version of png slice export. 2018-05-23 11:02:07 +02:00
tamasmeszaros 835e89f8c1 Delete copy constructor of Raster, we dont want to use that. Getting rid of AGG warnings. 2018-05-22 17:37:39 +02:00
tamasmeszaros 2eddacfb7e getting rid of strerror problem 2018-05-22 16:39:47 +02:00
tamasmeszaros 9c2d9b2ba3 OSX build fixes, again... 2018-05-22 15:13:07 +02:00
tamasmeszaros 73b861287c Zipped output and tryfixes for linux and mac build. 2018-05-22 11:16:32 +02:00
tamasmeszaros e36164c76b OSX and linux build fixes 2018-05-22 10:15:15 +02:00
tamasmeszaros 6cc4e99632 Logging file system error and formatting png output filename for equal leading zeros. 2018-05-21 16:28:00 +02:00
tamasmeszaros e6e078cbf7 Unneccessary AGG sources removed. Added libpng and zlib sources and static build in cmake. 2018-05-21 15:58:52 +02:00
tamasmeszaros 6b5c0073a7 Model centered when exporting to png. Added some comments to the rasterization. 2018-05-21 13:46:41 +02:00
tamasmeszaros 0f552832da PNG conversion and parallel execution working. 2018-05-18 18:11:29 +02:00
tamasmeszaros d97939c012 Holes now printed correctly. export changed to pgm which is grayscale. 2018-05-18 15:08:18 +02:00
tamasmeszaros c3a944ef97 Can rasterize polygons with holes using AGG. Export is raw ppm for now. 2018-05-17 18:17:15 +02:00
tamasmeszaros cee965f5ac Merge remote-tracking branch 'origin/master' into feature_slice_to_png 2018-05-17 10:44:17 +02:00
bubnikv e3d84407e0 Fix of https://github.com/prusa3d/Slic3r/issues/896
Fixed a bug in parsering a Point from a config file.
2018-05-17 10:30:20 +02:00
tamasmeszaros e1b9c13024 Rasterizer skeleton 2018-05-16 18:51:28 +02:00
tamasmeszaros d9ff63c022 Basic svg export ported from perl to the point where actual svg is assembled. Empty PNG files are genereted for each sliced layer. 2018-05-15 18:01:47 +02:00
bubnikv 4b87f71bbc Fix of the previous commmit. gcc and clang rightfully complained about a typo. 2018-05-15 14:20:32 +02:00
bubnikv 868b400120 Merge branch 'master' of https://github.com/prusa3d/slic3r 2018-05-15 14:04:49 +02:00
bubnikv 7645e9cb7a Added layer_num, layer_z variables to the end_gcode, end_filament_gcode,
added min(.,.), max(.,.) functions to the placeholder parser syntax.
2018-05-15 14:04:29 +02:00
Enrico Turri a612b5b648 Replacement of xml escape characters when exporting to amf 2018-05-15 12:19:43 +02:00
Lukas Matena 03c6efe0d6 Merge branch 'master' of https://github.com/prusa3d/Slic3r 2018-05-11 12:29:34 +02:00
Lukas Matena d89f8128cd Fixed a GCode preview crash on Linux due to returning a reference to temporary (issue #872) 2018-05-11 12:28:31 +02:00
bubnikv d620961c34 Fixed the version number. We have an alpha state as of today. 2018-05-10 18:37:57 +02:00
YuSanka 754bfd926b Auto-correction of the input values according to the admissible range 2018-05-10 11:10:44 +02:00
Enrico Turri 8eb9ddc2eb Max count of auto assigned extruders when splitting object set as dependent of current printer 2018-05-07 16:13:58 +02:00
Enrico Turri c579ec7f5f Fixed wrong extrusion paths detection with multimaterial objects 2018-05-07 14:23:07 +02:00
bubnikv 19977edae2 Removed the "Broken croak" support, which was useful on broken
64bit Strawberry perl only. We don't use Strawberry perl anymore,
so this has been removed for clarity.

Added a PerlCallback wrapper to call a Perl subroutine from a C++ code.
2018-05-03 21:45:43 +02:00
Enrico Turri d19b1162b3 Fixed normals on wipe tower box 2018-05-03 11:09:13 +02:00
Enrico Turri cb486522a8 Fixed crash when pressing 'A' with empty print bed 2018-05-02 14:55:17 +02:00
Lukas Matena b4e63d47cb Yet another attempt to fix the layer height profile validation 2018-05-02 10:56:06 +02:00
Enrico Turri 3c13c4f103 Added versioning to 3mf file 2018-04-30 15:27:01 +02:00
Enrico Turri 4344eaebca Added versioning to amf file 2018-04-30 12:03:06 +02:00
Enrico Turri ad54210c3e 3mf I/O - Added import/export of layer heights profile 2018-04-27 12:56:35 +02:00
Enrico Turri 4811abfa99 Apply gradient to colors in GCode Preview 2018-04-27 09:54:21 +02:00
bubnikv 86e4c7b6ad Merge branch 'new_cooling_logic' into updating 2018-04-26 19:03:21 +02:00
bubnikv 25d47c1da8 Fix of the new cooling logic. 2018-04-26 18:56:16 +02:00
Enrico Turri a223655973 Inverted order of range items in legend texture 2018-04-26 13:40:29 +02:00
Enrico Turri ad9dca2bd9 Fixed update of ranges for GCode paths colors selection 2018-04-26 13:03:54 +02:00
bubnikv cbaf0ccc51 Refactored cooling logic for readibility and maintainability. 2018-04-25 22:54:52 +02:00
bubnikv 269770bbbc Fix of a new cooling logic. 2018-04-25 22:06:44 +02:00
bubnikv 6c627be4c1 New cooling logic to equalize extrusion velocity. The old behavior caused bad outer surface print quality on Prusa i3 MK3 2018-04-25 10:37:31 +02:00
Vojtech Kral 62d67d35ec Merge branch 'profile_changes_reset' into updating 2018-04-24 18:15:23 +02:00
Vojtech Kral a50bde4267 Merge branch 'master' into updating 2018-04-24 18:11:34 +02:00
Vojtech Kral 9b5480b7ba PresetUpdater: Use PID in cache tmp filenames 2018-04-20 11:05:00 +02:00
YuSanka 3ca2dfbc1d Added some performance changes 2018-04-18 13:32:21 +02:00
Lukas Matena d7dc04eb57 Removed parameter filament_cooling_time (fixed value of 14s for now) 2018-04-17 08:18:12 +02:00
Vojtech Kral 214ad2925b Merge branch 'master' into updating 2018-04-16 17:32:58 +02:00
Vojtech Kral c733e3151b Updating: Detect legacy datadir, remove conflicting presets 2018-04-16 16:55:24 +02:00
Lukas Matena 2726267748 Bugfix: validation of equal layering rejected even some valid configurations 2018-04-16 11:47:35 +02:00
bubnikv 5d363c1bb9 Removed printf debugging output 2018-04-13 17:25:36 +02:00