Commit Graph

4971 Commits

Author SHA1 Message Date
b556cec42d Got rid of wipe_tower_advanced option 2018-03-16 13:58:58 +01:00
e864238609 Merge branch 'project_specific_config' into wipe_tower_improvements 2018-03-15 14:05:45 +01:00
67009d80fd Ramming parameters reduced to one and connected to the wipe tower generator again 2018-03-15 14:04:12 +01:00
9f18b639a8 Added filament_ramming_parameters and filament_ramming_buttons into configuration layer 2018-03-14 15:48:37 +01:00
5f28b89ae0 Added a project specific config to the PresetBundle class.
This project specific config will be stored into the config.ini,
into .3mf and .amf and .gcode,
and recover it from the same files.
2018-03-14 11:54:11 +01:00
cf5dfb9673 Started to move ramming dialog into filament settings 2018-03-13 15:54:29 +01:00
0781dd8271 Fix unix build: set openssl path directly rather than via pkg-config (#789) 2018-03-13 13:41:19 +01:00
bd61c233a5 CMake target to generate the main pot file (#786) 2018-03-12 20:38:47 +01:00
27ab8ff4e1 Configuration layer changes (cooling_time, bridging, adhesion moved from dedicated dialog to filament/print settings) 2018-03-12 15:41:25 +01:00
58788ef43a MSVC: Fix run and debug project settings (#771)
* MSVC: Fix run and debug project settings

* MSVC: Fix CMake infinite loop
2018-03-12 09:39:32 +01:00
b5fd4ddb8c Removed an unnecessary wait 2018-03-12 08:35:35 +01:00
1c6fa6660e Merge branch 'master' into wipe_tower_improvements 2018-03-09 15:10:15 +01:00
6e39f61198 Priming extrusions, nozzle-wipes when leaving tower, removed few unnecessary moves 2018-03-09 12:40:39 +01:00
8340a71f88 Lots of unnecessary code removed, minor refactoring changes 2018-03-08 16:44:52 +01:00
83a2d2af4b Separated the soluble settings from the printer profiles. 2018-03-08 12:27:20 +01:00
4e58c9dab9 Split the 0.25mm and 0.6mm nozzle parameters from the printer profiles. 2018-03-07 18:30:58 +01:00
f0fde26295 Implemented inheritance of profiles inside a config bundle.
Updated the Prusa's presets to match the initial flat config bundle.
2018-03-07 16:48:28 +01:00
f5cf181372 Sparse infill repositioned always to the same side 2018-03-07 15:34:12 +01:00
76aa134f66 Ramming lines that would end unsupported are made longer to reach to the edge 2018-03-07 11:44:47 +01:00
e1922cb2c5 Supressed preview on unloadingmoves 2018-03-07 08:55:53 +01:00
77e142553a First take on the config inheritance / config hierarchy. 2018-03-06 21:50:12 +01:00
af281e13db Last wipe on layer accounts of border and sparse infill (ugly, yet working) 2018-03-06 19:14:12 +01:00
4a90ab1f6a Merge branch 'octoprint' 2018-03-06 11:39:44 +01:00
e26ccfc247 Fixed compilation on Windows,
removed debugging menu and debugging output.
2018-03-06 11:39:24 +01:00
51da42734a Merge remote-tracking branch 'origin/http+build' 2018-03-06 10:15:17 +01:00
ca0f6131a1 WIP: Bonjour: TXT + improvements 2018-03-05 18:33:15 +01:00
fc05eb898d WIP: Bonjour 2018-03-05 18:33:15 +01:00
7cfc5204c8 WIP: OctoPrint 2018-03-05 18:33:15 +01:00
79ee7c9a36 Fix #608 Credit: Dylan "smellyfis" Thies 2018-03-05 18:32:09 +01:00
b897209e0d Removed -DCURL_STATIC on OSX,
added dynamic linking of OpenSSL on Linux, even if libcurl is linked
statically.
2018-03-05 18:02:47 +01:00
f67d70941e Doc: Add dependency build scripts and building how-tos 2018-03-05 18:02:36 +01:00
6c223c2f84 Fixed cooling time calculation, removed unnecessary diagonal moves, fixed 'stringing' on start and end of narrower wipe tower layers 2018-03-05 16:51:31 +01:00
751e86cd4d libcurl linking and cmake usage improvements 2018-03-05 16:31:24 +01:00
14929e9d15 Http client via libcurl 2018-03-05 15:52:17 +01:00
3c64eb9215 Merge branch 'master' of https://github.com/prusa3d/Slic3r 2018-03-05 15:31:32 +01:00
4058f00275 Added print head moves after ramming and removed one unnecessary diagonal move 2018-03-05 13:53:49 +01:00
5ea584280c Merge remote-tracking branch 'remotes/origin/gui_improvements' 2018-03-05 12:12:40 +01:00
91b5853aa3 Merge remote-tracking branch 'remotes/origin/gui_change_extruders_color' 2018-03-05 11:47:13 +01:00
802579ad20 Fixed crash while exporting to .amf and .gcode files (#753) - (improves previous fix: d4f1ed0036) 2018-03-05 10:53:18 +01:00
5aca3045b9 (Un)loading speed and delay introduced into wipe tower generator 2018-03-05 10:45:35 +01:00
f750abb9db Refactor load_config() function 2018-03-04 15:21:01 +01:00
ed7c02d578 Disabled the CMake BOOST debugging. 2018-03-02 23:11:57 +01:00
15dbeff0c9 Merge branch 'master' of https://github.com/prusa3d/Slic3r 2018-03-02 18:15:15 +01:00
777bcf5865 Enabled Boost_DEBUG in CMake to get some debug info when something
goes wrong.
2018-03-02 18:14:19 +01:00
b3e9b82280 (Un)loading speed and time delay parameters introduced into GUI and conf. layer (not yet into wipe tower generator) 2018-03-02 15:52:16 +01:00
2a378f6590 Fixed problem with changing extruders color 2018-03-02 13:41:37 +01:00
e1421da5e8 Integrating cooling tube parameters into wipe tower generator 2018-03-02 13:26:16 +01:00
d2006c8d8e Cooling tubes parameters added into GUI and configuration layer (not yet into wipe tower generator) 2018-03-01 16:15:00 +01:00
1d787a15a0 Fix for win builds 2018-03-01 09:57:51 +01:00
c76c075569 Yet another attempt to fix Win builds 2018-03-01 09:19:34 +01:00