13176 Commits

Author SHA1 Message Date
supermerill
a1ece7579d fix rectilinear not filling when solid
fix some string case
2020-08-27 11:39:39 +02:00
Merill
b564b17efa
#424 use Resources instead of resources
maybe also fix #257
2020-08-26 11:35:23 +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
89f6995e74 #418 Cutting corners fixes
- inverted angle selection
 - forgot to scale_() the distance
2020-08-22 14:17:39 +02:00
supermerill
d078b632f2 FreeCad / freepyscad dialog: now can use object from plater:
- $0 for whole plater import
 - $X for the object n°X
 - choice to insert or replace plater.
2020-08-22 03:21:44 +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
016b1dc2e0 #414 overhang detection for bridge flow.
forgot to remove half of the external perimeter width
2020-08-20 19:17:50 +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
Paul Arden
cb9eced74c Add G10 temperature G-code support for the RepRapFirmware flavour. 2020-08-20 01:59:00 +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
c36681147d move version to 2.2.53.0 2020-08-19 21:10:56 +02:00
supermerill
446a0e9436 macos&linux build fix 2020-08-19 21:08:11 +02:00
supermerill
f741e28031 #162 temperature view in slice preview 2020-08-19 16:32:13 +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
ef2b6d3633 #309 more verbose comment for extrusion (fixed from 75fd53684ffba1bb4d811a3a2ab8092dffdc8265) 2020-08-17 22:15:39 +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
Daniel Duller
d145c715ca Update README.md 2020-08-17 13:12:52 +02:00
supermerill
25886cd920 #404 missing support: bug in rectilinear2. 2020-08-17 13:06:03 +02:00
supermerill
1bb860a9c5 #394 forgot thinw all feature type in the label list. 2020-08-11 15:57:39 +02:00
supermerill
2e5f70bb5f Merge branch 'dev' 2020-08-11 15:56:54 +02:00
supermerill
cd9075a762 #392 remove skirt override in bed calibration 2020-08-11 09:29:01 +02:00
supermerill
12378a8b9e #398 M205 and M566 switched for marlin vs reprap (jerk limit). 2020-08-11 09:14:43 +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
supermerill
6325a9e3a2 remove duplicate M204 2020-08-09 15:53:28 +02:00
Jared Grubb
e6b62b1e69 Update bed_leveling.html
Edit some of the grammar and fix a couple typos.
2020-08-09 00:30:47 +02:00
Jared Grubb
47ca4d9924 Update introduction.html
Edit the grammar and fix a few typos.
2020-08-09 00:30:32 +02:00
supermerill
09cff49945 bad assert fix 2020-08-04 00:04:29 +02:00
Pavulon87
0e4d49452f fix adjust_layer_height_profile for high z_step GLCanvas3D.cpp
from a work by @Pavulon87
2020-08-04 00:03:49 +02:00
supermerill
e37c6d5940 #375 add previous_layer_z for before_layer_gcode and layer_gcode custom gcode 2020-08-01 17:58:37 +02:00
supermerill
196c96d818 #316 good size of dialog & content in sync with display scaling.
but the html pictures as they blurry if I use a %
2020-08-01 17:58:04 +02:00
supermerill
9e05483431 quick fix for windows build 2020-08-01 17:53:25 +02:00
supermerill
80ce4bf612 #345 external_perimeter_cut_corners v2. 2020-08-01 17:52:57 +02:00
supermerill
43fa3a3d9e #376 switch really to rectilinear if 100% fill 2020-08-01 16:14:14 +02:00
supermerill
d94038983e #372 Fix variable layer height: z_step wasn't in the plater setting list. 2020-07-31 16:54:36 +02:00
supermerill
46f63cb7aa #239 0 to disable z_step
Also increase precision from 3 to 6 for z if using z_step, because it may matters now.
also change default for min_width_top_surface
2020-07-31 15:22:59 +02:00
supermerill
65f97a9092 #351 reworked brim ordering, now similar as perimeter algo. 2020-07-31 15:22:15 +02:00
supermerill
4359c2a4f8 fixes to EEC: avoid duplicated clones, fix a possible memory leak
chained_path_from now chain if called with no second parameter
2020-07-31 04:34:01 +02:00
supermerill
2c33dc9cc8 Change 4-digit after dot for fields to 8, useful for z-step
also a little refresh fix for z-step
2020-07-30 21:34:13 +02:00
supermerill
9aaf4e905c #340 bounding box written to gcode fixed when there are multiple instances. 2020-07-30 18:18:46 +02:00
supermerill
be17f49cdc #195 #122 use next temp and not previous one when changing filament. 2020-07-10 21:10:02 +02:00
supermerill
bf72c34598 #333 Fix for freecad for linux/macos os.
Also:
 - change tooltip
 - add sys import to lib directory
 - better layout
 - freecad icon
2020-07-10 20:00:13 +02:00
supermerill
87236c23a2 #268 disable Only One Perimeter on Top if 0 perimeters 2020-07-10 16:04:53 +02:00
supermerill
8a5f7bcfd4 #316 good size of dialog & content in sync with display scaling.
but the html pictures as they blurry if I use a %
2020-07-10 00:45:51 +02:00