OrcaSlicer/src/libslic3r/Format
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
..
3mf.cpp Removed m_ prefix from public member variables. 2020-10-09 13:09:21 +02:00
3mf.hpp Drainholes are saved elevated for 3MF compatibility 2020-08-24 08:11:12 +02:00
AMF.cpp New class ModelConfig wrapping DynamicPrintConfig and a timestamp 2020-09-24 15:34:13 +02:00
AMF.hpp ENABLE_CONFIGURABLE_PATHS_EXPORT_TO_3MF_AND_AMF set as default 2020-02-13 11:25:34 +01:00
OBJ.cpp Make loading of obj files into TriangleMesh possible. 2019-10-01 14:58:37 +02:00
OBJ.hpp Make loading of obj files into TriangleMesh possible. 2019-10-01 14:58:37 +02:00
objparser.cpp Merge branch 'master' into lm_tm_hollowing 2020-01-06 12:41:29 +01:00
objparser.hpp SLA Contour3D expanded with conversions supporting quads. 2019-11-04 14:33:29 +01:00
PRUS.cpp WIP Refactoring of exceptions: 2020-09-14 18:03:22 +02:00
PRUS.hpp Rewrote .PRUSA file parser from wxWidgets zip to miniz. 2018-09-25 14:30:57 +02:00
SL1.cpp Merge of pull request Add support for RepetierServer #4384 by @docbobo 2020-10-28 09:51:05 +01:00
SL1.hpp Move SLA import to libslic3r with png reading using libpng 2020-08-27 23:14:42 +02:00
STL.cpp Refactored admesh to get rid of the error and fp members of stl_file. 2019-06-10 17:17:36 +02:00
STL.hpp Reworked the command line interface based on the current state 2019-03-13 15:44:50 +01:00