3450 Commits

Author SHA1 Message Date
Florens Wasserfall
bdd3afa2ba Compensate raft height for adaptive indicator plane 2017-04-19 13:35:09 +02:00
Florens Wasserfall
57826c9262 Merge branch 'master' into adaptive-slicing 2017-04-19 09:29:23 +02:00
Jaggz H
b500f0cc01 changed overhang threshold for enforced supports from 75 to 89 2017-04-18 18:05:54 -07:00
Alessandro Ranellucci
cf984e17a3 Fix SLAPrint default overrides 2017-04-18 19:25:18 +02:00
Florens Wasserfall
acf4814eae fix: removed forgotten codeline 2017-04-18 14:53:00 +02:00
Florens Wasserfall
2c85797c1f Introduce new step PosLayers to split layer generation and slicing 2017-04-18 13:48:36 +02:00
Florens Wasserfall
802b631e2d Margin around layer height plot 2017-04-18 08:46:56 +02:00
Florens Wasserfall
614f4d9ca4 After opening the adaptive layer dialog, trigger reslicing only if necessary 2017-04-18 08:44:18 +02:00
Alessandro Ranellucci
3776f1afc6 Fixed regression causing posPrepareInfill invalidation to have no effects. #3874 2017-04-18 00:05:23 +02:00
Alessandro Ranellucci
19a36cfda5 Rename 'overridable' to 'shortcuts' and change semantics accordingly: options in plater update the selected preset automatically instead of overriding it 2017-04-17 20:11:17 +02:00
Joseph Lenox
1857bf6391 SupportMaterial operates in angle, underling XS Fill operates in radians. Convert degrees->radians
Fixes #3861
2017-04-15 14:31:31 -05:00
Joseph Lenox
075adca8bb Resize & Rotate modifier mesh (#3879)
* Prototype scaling-to-size for modifier meshes. Currently the rescale doesn't seem to operate as expected.

* Added scaling to size for modifier meshes.

* Added rotation for modifier meshes.

* Used correct UTF8 encoded ellipse.
2017-04-15 10:39:11 -05:00
Alessandro Ranellucci
3ca6ff38e8 Bugfix: support_material_angle was parsed in radians rather than degrees. #3861 2017-04-15 11:17:15 +02:00
Alessandro Ranellucci
d09b5f47fb Fixed regression causing posPrepareInfill invalidation to have no effects. #3874 2017-04-15 11:10:53 +02:00
Jaggz H
3164217e3d Addressed logic of enforced supports. There are inconsistent rare crashes which I cannot find as related to my changes. 2017-04-12 19:52:03 -07:00
Joseph Lenox
5cc2d346a2 Wrong logic on detecting use of % for support threshold. Fixes #3842. 2017-04-10 19:16:30 -05:00
Alessandro Ranellucci
ad83265927 Bugfix: "Move to bed center" moved to origin instead. #3855 2017-04-11 00:04:03 +02:00
Florens Wasserfall
5eab886069 Use layer height spline from printObject and push updates to modelObject to avoid reloading 2017-04-10 15:03:39 +02:00
Alessandro Ranellucci
5c21237e51 Restored/updated the tests about adaptive extrusion width 2017-04-07 22:15:18 +02:00
Samir55
4961b74c3e Adding Zoom 2017-04-06 23:09:06 +02:00
Florens Wasserfall
6b9188a568 show only selected object in toolpath preview 2017-04-06 08:54:23 +02:00
Florens Wasserfall
95d33df2f0 moved interactive layer control to settings dialog 2017-04-05 18:53:49 +02:00
Florens Wasserfall
8f2ff28cd9 replace quality option with percent based scale and use option sliders 2017-04-05 11:06:17 +02:00
Alessandro Ranellucci
27c98d6bf0 List @kliment among contributors 2017-04-04 22:05:37 +02:00
Alessandro Ranellucci
139aeb86ff Workaround for wxPerl not loading shared libraries when package is in a non-ASCII paths. #3763 2017-04-04 19:57:11 +02:00
Alessandro Ranellucci
bc96a1a268 New customizable G-code to be added between objects when using sequential printing. (by @lordofhyphens) #3264 #3275 2017-04-04 18:51:06 +02:00
Alessandro Ranellucci
de1c900d8f Since prepare_infill is not actually idempotent, recalculate perimeters every time. #3827 2017-04-04 17:10:43 +02:00
Florens Wasserfall
8ec0275967 fix for segfault caused by using the wrong LayerHeightSpline object 2017-04-04 16:24:18 +02:00
Alessandro Ranellucci
1cd4bca648 Fixed regression causing background processing to be partially active regardless of preferences. #3843 2017-04-04 15:47:00 +02:00
Alessandro Ranellucci
e47a1e7d90 Fix the Send to Printer dialog. #3789 #3811 2017-04-04 12:12:23 +02:00
Alessandro Ranellucci
43506ee376 Prevent rare crashes 2017-04-04 12:12:23 +02:00
Joseph Lenox
f725b519e8 Fixed validator to properly only trigger on 0% or 0. 2017-04-03 22:12:13 -05:00
Joseph Lenox
6a3eb3d038 Validate support material threshold in Config.pm (#3845)
straight value of 0 is illegal.
2017-04-03 11:33:19 -05:00
Florens Wasserfall
f43e004f44 Merge branch 'master' into adaptive-slicing-spline
and added Spline variable to ModelObject
2017-04-03 18:01:06 +02:00
Joseph Lenox
7a4d2bd423 Merge branch 'master' of https://github.com/alexrj/slic3r 2017-04-02 23:36:16 -05:00
Joseph Lenox
c110a9d517 Adds printer notes item and tab. Fixes #3806 2017-04-02 23:35:20 -05:00
Joseph Lenox
068ef7b9af Use multiplication for support material speed
It's initialized same as infill, caused division by 0 when 'auto' speed for support material was selected.
Fixes #3837
2017-04-02 22:08:38 -05:00
Alessandro Ranellucci
3f0fea7585 Refactoring: moved Fill::adjust_solid_spacing() to Flow::solid_spacing(). 2017-04-02 17:14:07 +02:00
Alessandro Ranellucci
678ae9de72 Keep brim always attached to the object when support material is enabled. #2981 2017-04-02 17:14:07 +02:00
Alessandro Ranellucci
3271010226 Write mm^3/s to the G-code comments 2017-04-01 10:19:14 +02:00
Joseph Lenox
e78c189411 Merge pull request #3826 from xoan/hotfix-hide-controller
Fix regression from 35fc1de
2017-03-31 23:47:13 -05:00
Xoan Sampaiño
478b89d909 Minor change: break long line 2017-03-31 14:26:18 +02:00
Xoan Sampaiño
b93bf2a116 Fix regression from 35fc1de which hides settings from PresetEditor
but leaves Controller tab always visible
2017-03-31 14:11:08 +02:00
Alessandro Ranellucci
ff42ad5512 Added "Move to bed center" in the object menu 2017-03-31 14:05:01 +02:00
Alessandro Ranellucci
0e129e765b Improvements to make_dmg.sh, strip more things 2017-03-30 16:21:01 +02:00
Alessandro Ranellucci
4a2eeaf27f One more fix for #3819 2017-03-30 16:21:01 +02:00
Alessandro Ranellucci
35fc1decfa Fixed regression causing no_controller not to hide the USB/Serial configuration options in Printer config. Fixes #3819 2017-03-30 16:21:01 +02:00
Florens Wasserfall
d415ec108d Use config system correctly 2017-03-30 16:05:26 +02:00
Joseph Lenox
99943024a9 Permit firmware retraction when firmware is Repetier (repetier-firmware supports it). Fixes #3821 2017-03-30 00:21:32 -05:00
Alessandro Ranellucci
0c8f5eeb90 Whenever user opens and closes the preset editor, apply the new defaults to the overrides. This is less confusing. #3814 2017-03-29 17:49:36 +02:00