Commit History

Author SHA1 Message Date
  bubnikv 91e1dc639d Fix of the preceding cherry pick. 7 years ago
  Joseph Lenox 488feb2335 Added --no-gui flag to force CLI usage (allows for CLI usage with AppImage build). 7 years ago
  bubnikv d161d4f78c There is a hack applied to add accelerator keys to the menu 7 years ago
  bubnikv cecaf6eabc Slight optimization of the filament_start_gcode insertion: 7 years ago
  bubnikv a617e02ae6 New hot key for auto arrange: 'a'. 7 years ago
  bubnikv bff7065360 Fixed a bug in the support generator: There was half extrusion width 7 years ago
  bubnikv 3996535e5d Changed handling of filament_gcode_start and filament_gcode_end custom 7 years ago
  bubnikv 8807d288d7 Fixed a regression issue when starting Slic3r with non-existent datadir. 7 years ago
  bubnikv 830da1f8e4 Fixed a regression bug of handling the obsolete config parameters, 7 years ago
  bubnikv 6aff27f3ab Moved initialization of Slic3r XS datadir variable to GUI.pm 7 years ago
  bubnikv 2f54bf5bca Fixed a random crash in the PlaceholderParser due to deallocating 7 years ago
  bubnikv f754cb422b Bumped up the version number. 7 years ago
  bubnikv ae118519ab Fixed a 32bit build bug in the new PlaceholderParser macro processor. 7 years ago
  Eyal da8ffd477d Missing prerequisites in Build.PL (#593) 7 years ago
  bubnikv 6729dc1c6d Fixed a failing PlaceholderParser test case. 7 years ago
  bubnikv 08e81f2765 Bumped up the build version. 7 years ago
  bubnikv 0ddbfccb08 Added some test cases for the conditional G-code math calculator. 7 years ago
  bubnikv 9ca63f16bc New PlaceholderParser variable for sequential prints: 7 years ago
  bubnikv 672194b475 Ported the between_objects_gcode custom G-code blocks, 7 years ago
  bubnikv f58b217369 Implemented loading of a Slic3r Config Bundle as a Slic3r Config file. 7 years ago
  bubnikv 3c0cd3cbc8 Improve error handling of loading Slic3r profiles. 7 years ago
  bubnikv bb2b180ecc Fixed G-code export of custom G-code sections to not add a newline 7 years ago
  bubnikv b54a15faa2 Fix of the new PlaceholderParser: Maintain whitespaces and new lines. 7 years ago
  bubnikv 571d654e67 Placeholder parser - added a comment with a reference to a C grammar. 7 years ago
  bubnikv 5c3ba79c6f PlaceholderParser - added an unary not operator. 7 years ago
  bubnikv 2312fa845e Fixed compilation on GCC, changed to handle keywords correctly. 7 years ago
  bubnikv 708f416c84 PlaceholderParser extended with {if}/{elsif}{else} blocks and 7 years ago
  bubnikv 9205c8aab4 Sketch of the PlaceholderParser if/elsif/else macro. 7 years ago
  bubnikv 47f193fe2d The PlaceholderParser has been rewritten to use 7 years ago
  bubnikv 200f176951 Fixed compilation on Linux / GTK 7 years ago
  bubnikv 4628308415 Oh those compiler differences. 7 years ago
  bubnikv bfce6dba9b Integrated the "compatible printers" idea by @alexrj with Vojtech's twist: 7 years ago
  bubnikv b23b9ea1d2 Implemented volumetric flow rate hints, 7 years ago
  bubnikv 9a0100d6de Initial definition of PresetHints C++ class and Perl binding, ported the cooling logic hints to C++. 7 years ago
  bubnikv 5fb54ed1f3 Code beautification: PrintConfig tooltips were split to multiple lines. 7 years ago
  bubnikv e4614f301c ConfigBase with option template to do the type conversion 7 years ago
  bubnikv 71b58e24a9 Fixed a regression bug in the "first layer extrusion width" G-code comment. 7 years ago
  bubnikv e6ecb77d9a Fixed loading of configs and configs from g-codes. 7 years ago
  bubnikv b11d9708ed Updated Controller after the presets C++ port. 7 years ago
  bubnikv dd9e1aff70 When loading Slic3r.ini of older Slic3rs, remove the .ini suffix 7 years ago
  bubnikv ee84e1773d Fixed an incorrect comment separator in generated g-code. 7 years ago
  bubnikv 4ab4a9afe8 Fighting with boost::filesystem::directory_iterator 7 years ago
  bubnikv 7551006102 Another fix or Unices of the previous commit. 7 years ago
  bubnikv df5628422c Fixed serial port enumeration on non-Win32 systems. 7 years ago
  bubnikv e8b6d92d4d Looks like the reworked C++ preferences start to work again. 7 years ago
  bubnikv 95c284c764 Next step of Perl to C++ configuration layer conversion. 7 years ago
  bubnikv 337f6c5808 Deleted the config-bundle-to-config.pl tool, it will be replaced 7 years ago
  bubnikv d564fc95df Split Preset.cpp,hpp to Preset.cpp,hpp and PresetBundle.cpp,hpp 7 years ago
  bubnikv 1fee3633a0 New C++ class AppConfig for maintaining the config.ini 7 years ago
  bubnikv 835e5b71a8 Reduce UI flicker. 7 years ago