372 Commits

Author SHA1 Message Date
supermerill
05632802c1 fix fan_speedup_time
* now can split a G1 line to start the fan in the middle.
create super_slicer logo from prusa one
fix 0-disable for z_step
2020-10-25 21:51:20 +01:00
supermerill
07be95fb69 fix seams
* fix the seam object
* fix painting seam that will jump on nearest for no good reason
* change hidden/near/nearer to cost with 2 boxes for setting the costs.
fix preferences
2020-10-25 02:56:22 +02:00
supermerill
3aaedd671b Merge remote-tracking branch 'remotes/prusa/master' into dev
note: layer time is not working, chronology need formatting, temperature ok.
2020-10-18 03:50:08 +02:00
supermerill
6fdd615b6e Merge remote-tracking branch 'remotes/prusa/master' into dev 2020-10-18 00:27:32 +02:00
Vojtech Bubnik
8c0b8f89d0 Updated the command line single-instance processing and help text.
Updated escaping of the command line arguments when passed to the other
instance.
2020-10-12 17:06:03 +02:00
Vojtech Bubnik
26b95e3c3c Legacy conversion of "monotonous" to "monotonic" 2020-10-07 09:38:36 +02:00
supermerill
c6331e4194 Merge remote-tracking branch 'remotes/remi/master' into dev 2020-10-05 20:23:56 +02:00
supermerill
3453216c38 #528 wrong verification for coPercents when exporting bundles. 2020-10-05 16:53:22 +02:00
Vojtech Bubnik
7fbdda9080 Renamed monotonous infill to monotonic. 2020-10-05 16:38:28 +02:00
supermerill
7c80b3178d #495 Add bounding_box to placeholders 2020-10-05 12:58:28 +02:00
supermerill
72dd10eba4 Merge branch 'CI' into dev 2020-10-04 23:01:44 +02:00
bubnikv
8df01818dd Limiting the application of Machine Limits
https://github.com/prusa3d/PrusaSlicer/issues/1212

WIP: The hints do not rescale when switching the "usage" combo box.
The new g-code time estimator needs to be updated to not read
the machine limits if not enabled.
2020-10-02 17:32:03 +02:00
supermerill
c1a535e02c #503 filament_max_speed 2020-10-01 02:22:20 +02:00
supermerill
14c7a8ad7f gap fill overlap
also move the perimeter & extperi overlap to region
2020-10-01 00:07:14 +02:00
supermerill
0d775d9ec8 #484 Add temperature and fan offset for extruder
note that it changes a bit the start_gcode to be taken into account.
2020-10-01 00:06:47 +02:00
Merill
f22cbc4fa9
#507 default for infill_dense_algo to dfaAutoNotFull 2020-09-29 13:46:07 +02:00
Vojtech Bubnik
7a799be426 DynamicPrintConfig::normalize() renamed to normalize_fdm(),
optimization of Print::apply()
2020-09-24 19:03:33 +02:00
Vojtech Bubnik
54976e29bb New class ModelConfig wrapping DynamicPrintConfig and a timestamp
to help with detecting "not changed" event when taking
Undo/Redo snapshot or synchronizing with the back-end.

Converted layer height profile and supports / seam painted areas
to the same timestamp controlled structure.
2020-09-24 15:34:13 +02:00
supermerill
89ec89e682 #393 don't connect now differentiate with holes & outer perimeters
but it works only for half of rectilinear2: because it go over a new polyline start always from the same direction.
So it needs a difficult to do change to rectilinear2. (TODO)
2020-09-21 23:12:02 +02:00
supermerill
2022e3fbd6 Merge branch 'master' into dev 2020-09-19 20:41:00 +02:00
supermerill
eae23fe169 rewriting the speed override setting for the new wipe tower (was useless since 2.2 merge) 2020-09-19 19:36:39 +02:00
supermerill
e2e90aec34 #287 filament_shrink min set to 10% 2020-09-19 16:19:57 +02:00
Lukáš Hejl
f49144a9ef Move support cubic infill to separate class.
Support infill is enabled in the GUI.
2020-09-10 16:53:08 +02:00
Lukáš Hejl
0d26df3cf6 Preparation for new infill 2020-09-09 14:34:04 +02:00
Vojtech Bubnik
ce06fc6cb7 Added networking support for SL1 Digest authorization.
Renamed login/password/authorization_type to printhost_user/printhost_password/printhost_authorization_type.
Added initialization of physical printer preset with default values.
2020-09-08 15:31:10 +02:00
supermerill
e586d67be5 Merge branch 'master' into dev 2020-09-07 01:54:03 +02:00
supermerill
4c70ad7970 #401 now -1 for disable the fan speed override, and 1 to stop the fan.
The value '0' is deprecated for now.
2020-09-07 01:26:52 +02:00
supermerill
ca598515f1 first_layer_flow_ratio tooltip update 2020-09-07 00:55:32 +02:00
supermerill
e7ee5516a2 #222 crash fix when thumbnails define with no values. 2020-09-06 23:45:37 +02:00
supermerill
852923efe5 #447 thumbnails : colors choices (filament, user-defined) & bed display
also for sla with support display.
2020-09-06 23:20:32 +02:00
supermerill
f48ed5091c Add monotonous infill thanks to @bubnikv and @wavexx
also the rectilinear2.cpp rework that go along
use of monotonous in ironing
use of monotonous instead of rectilinear of "filled" in top & bottom
reduce gap fill area from rectilinearWGapFill to the area with no overlap
fix flatten(): don't put everything in a no_sort collection but correctly recreate the hierarchy of no_sort, sort, no_sort of collections.
2020-09-06 16:02:58 +02:00
supermerill
20a8d2f709 typo & debug fix for z_step 2020-09-05 22:55:49 +02:00
bubnikv
08580a9b18 WIP: prusa-gcodeviewer command line wrapper to start the PrusaSlicer
in standalone G-code viewer mode.
Linux and OSX stuff will follow.
2020-09-01 16:56:12 +02:00
supermerill
4e02398f77 temperature override (and move all overrides into "filament" category) 2020-08-29 22:44:44 +02:00
supermerill
dd2e3241f8 new retraction calibration
had to add an override from region to ~gcode writer (and gcode),
     maybe I have to think about a better system that the current system that will began to transform into a spaghetti monster
2020-08-29 20:39:41 +02:00
supermerill
a1ece7579d fix rectilinear not filling when solid
fix some string case
2020-08-27 11:39:39 +02:00
supermerill
63b5018002 #423 brim fix when no extrusions
also a warning message when offset is >= to width
2020-08-25 15:07:41 +02:00
supermerill
d02921195f typos 2020-08-23 20:47:29 +02:00
supermerill
91491aab48 custom seam update:
- no more setting needed. If an object has a seam-object, it will use the custom seam.
 - use the nearest sphere in xyz.
2020-08-21 22:52:15 +02:00
supermerill
a42bf8602f Create sprinter firmware option to decouple it from reprap, because of the changes in reprap-firmware.
also add g10 to temperature detection
2020-08-20 12:17:50 +02:00
supermerill
3ec2f077e5 #399 add an other pattern for brim ear: rectilinear with perimeter.
If you have problem with adhesion of the ear.
also some fixes about brim invalidation.
2020-08-20 01:57:54 +02:00
supermerill
f5dd32d969 #287 filament shrinkage compensation 2020-08-19 15:23:40 +02:00
supermerill
a1acd5b167 #152manual seam placement tool, inspired from @dartrax pull request
Currently it only use the center of sphere, using the nearest z for each layer.
2020-08-19 13:01:29 +02:00
Adrian Keet
8438de487b Add option to only overlap the outermost perimeter 2020-08-18 12:10:06 +02:00
supermerill
f1fdcf4243 #280 new setting: fill_angle_increment. rotate every infill by this angle, multiplied by the layer id. 2020-08-18 01:14:07 +02:00
supermerill
8b416a083a #222 expose thumbnails setting to gui 2020-08-17 21:18:07 +02:00
supermerill
2e5f70bb5f Merge branch 'dev' 2020-08-11 15:56:54 +02:00
supermerill
8f2074cfca small ui change: retract/deretract speed on the same line 2020-08-09 17:33:03 +02:00
supermerill
882555895f #360 skirt extrusion width 2020-08-09 17:32:36 +02:00
supermerill
75fd53684f Set a minimum length on extrusion. Also improve the comment with the type of extrusion. 2020-08-09 17:31:42 +02:00