81 Commits

Author SHA1 Message Date
remi durand
b6d2acfd76 Merge branch 'move-libslic3r-tests' into merill-merge 2021-04-06 23:14:18 +02:00
Joseph Lenox
fe7105ff32 Initial cut to add an OutputFormat enumeration for SLA printing. 2021-04-05 00:04:09 -05:00
remi durand
22524f6184 add default colors from colors.ini
set default to slic3r-yellow-ish
2021-04-04 16:41:45 +02:00
remi durand
65cd6e3010 fix fan_percentage
(from commit b04928)
2021-04-04 14:49:56 +02:00
Joseph Lenox
194fb73249 Update branding. 2021-04-02 21:44:31 -05:00
remi durand
376e5026c6 #1002 ironing post-process angle 2021-03-13 18:21:58 +01:00
remi durand
201c6120b6 #852 decimals for xyz & e are now configurable 2021-02-23 01:26:29 +01:00
remi durand
ca3d8239c4 Merge remote-tracking branch 'remotes/prusa/master' 2021-01-09 17:11:12 +01:00
supermerill
2b339763b0 Merge remote-tracking branch 'remotes/prusa/master' 2020-12-07 20:29:11 +01:00
supermerill
ab7c688a72 update to infill_anchor integration 2020-11-29 00:40:17 +01:00
supermerill
2576a4c30c Brim ear update
* add brim_ears_detection_length to be able to detect "sharp rounded angles"
* #722 fix brim ear rectilinear pattern going inside part
* disable brim ear on support raft if not solid
2020-11-29 00:07:59 +01:00
supermerill
8d5688a751 Merge remote-tracking branch 'remotes/prusa/master' : Opengl crash 2020-11-28 18:18:32 +01:00
supermerill
e0d6a95bab some fixes on setting layout 2020-11-23 23:27:10 +01:00
supermerill
7a10e8220c Fill "connect" update
* re-add the 2.2 algo
 * allow to choose connection method also for solid/top/bottom
2020-11-23 23:26:47 +01:00
supermerill
1a19b023f0 Merge remote-tracking branch 'remotes/prusa/master'
note: new infill connect, maybe a good idea to get the previous one in case it's better (no useless lines)
note2: fillline overextrude, tofix
2020-11-23 00:28:47 +01:00
supermerill
cae61c82ad klipper change: now can name extruders
also fix #673, now TURN_OFF_HEATERS is equivalent to M104 S0
2020-11-16 19:50:30 +01:00
supermerill
5519eeef98 #657 UI niggles & full_width 2020-11-11 22:33:01 +01:00
supermerill
f27bd26fbf some fixes: win build doc, 3mf safety read, svg export without square
fix color.ini file
2020-11-11 17:13:05 +01:00
supermerill
743781db53 #596 Disable fan startup delay in custom gcode 2020-11-09 01:05:34 +01:00
supermerill
5633824f87 #395 Z-Lift only on Top & zlift on First layers
#642 Z-Lift dist as a range height modifier
2020-11-08 23:44:21 +01:00
supermerill
c3dcf9864a Merge remote-tracking branch 'remotes/remi/master' into dev 2020-11-06 02:29:30 +01:00
supermerill
4da0a6efe1 Fix layout from OG_custom 2020-11-06 02:10:10 +01:00
supermerill
27196d34ea #414 #591 overhang speed separate from bridge speed
And separate speed for "inner bridge" (the ones over sparse infill)
2020-11-05 19:08:46 +01:00
supermerill
b66901672f FanMover rework
- new code path
 - add kickstart
 - add bypass for not-overhangs fan calls
todo: unit test
2020-11-04 20:14:54 +01:00
supermerill
837c3e9891 fix/merge machine limits 2020-10-29 23:39:17 +01:00
supermerill
151ea0a39f #612 add soft threshold for big holes XY compensation 2020-10-29 19:44:25 +01:00
supermerill
160b509a46 Merge remote-tracking branch 'remotes/remi/CI' into dev
in particular, move the repetier stuff to physicalprinter
2020-10-27 17:52:46 +01:00
supermerill
3346658047 fix crash in gcdode viewer
fix color.ui hook
fix thin wall extrusion type
move some colors from orange to blue
2020-10-26 02:08:16 +01:00
supermerill
c3073c4422 fix fill, add prusa ironing to ui. 2020-10-26 00:23:54 +01:00
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
ae6c979565 #563 #589 Small perimeter control 2020-10-21 20:25:48 +02:00
supermerill
c75d4904f9 #493 separate bridge fan/speed for overhang from bridge flow for overhangs. 2020-10-10 21:23:40 +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
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
e586d67be5 Merge branch 'master' into dev 2020-09-07 01:54:03 +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
8e9810ea0e Add recommended_extrusion_width explanation. 2020-09-05 22:56:08 +02:00
supermerill
a1ece7579d fix rectilinear not filling when solid
fix some string case
2020-08-27 11:39:39 +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
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
47e817a9a3 #161 allow user-defined colours for the preview. 2020-08-17 18:20:39 +02:00
supermerill
8f2074cfca small ui change: retract/deretract speed on the same line 2020-08-09 17:33:03 +02:00