supermerill
245a39a18b
create appimage for ubuntu
2020-07-10 00:45:43 +02:00
supermerill
89c475a439
Update localization
...
* the pot
* add a readme on how to use the utility
* typos
* french translation
2020-07-05 17:23:03 +02:00
supermerill
eb9802022e
freepyscad: add comment/uncomment shortcut (ctrl+K/U)
2020-07-04 17:12:47 +02:00
supermerill
7e9e4cb196
version 2.2.52.1
2020-07-03 14:56:35 +02:00
supermerill
90ef7989e6
#333 better python path completion for all os.
2020-07-03 13:24:56 +02:00
supermerill
eaca18d628
#327 #317 Fix xy compensation issues
...
- better shrink (do not do all polygons in one go but per expolygon), now can be used for growth & shrink
- with multi-region, apply growths even if no hole growth
- stop pre-clip growth, it's a mess.
Next step is to do all that in one pass to avoid some problem with big growth/shrink
2020-07-03 13:24:06 +02:00
supermerill
65b3dd835a
#318 set travel acceleration
...
- now gocde-accel will try to change only the printing accel on the fly (for marlin and repetier only)
2020-06-29 17:49:22 +02:00
supermerill
311bce91e5
fix bad text for switching to rectilinear if 100%
2020-06-29 15:28:20 +02:00
supermerill
87840d0f7f
#239 0 to disable z_step
...
also change default for min_width_top_surface
2020-06-25 19:33:25 +02:00
supermerill
27aa82c94f
#306 also ignore thinwall/gapfill when asked for min_mm3_per_mm from loops & other multi-paths
2020-06-24 13:40:59 +02:00
Merill
2440cefd3b
Update README.md
...
say that linux & mac binaries are available
2020-06-24 12:48:03 +02:00
supermerill
5d1aff62a4
update version to 2.2.52
...
renamed some language profile, but they are imcomplete. have to document a bit the pommergeur.jar
2020-06-24 00:35:15 +02:00
supermerill
bf215bba85
compilation fixes
...
also some freepyscad update
2020-06-23 21:31:48 +02:00
meril
29b5390c03
use github-hosted boost archive
2020-06-23 00:54:09 +02:00
supermerill
91f10d4f28
FreePyScad help fix.
...
also allow it to resize
also fix function name
2020-06-23 00:49:09 +02:00
supermerill
5205598cf7
#183 allow min for floatAndPercent fields
...
Have to modify the Fields.cpp function a bit.
May need a better patch later on, as this one is only for min.
Also, the current checks for float&percent are very strange.
2020-06-22 19:58:50 +02:00
supermerill
f636d0cbfc
small update to calibration text
2020-06-22 19:55:23 +02:00
supermerill
66847ebfa0
#306 remove gapfil from autospeed, as it will reduce the speed because of very tiny extrusions
...
also removed thinwalls, but it isn't problematic right now, just as it's not using it...
2020-06-21 22:46:30 +02:00
supermerill
94a4772549
use first_layer_size_compasation for the lslices, so the brims are printed against the real lines.
2020-06-21 21:57:28 +02:00
supermerill
011f9fbe5f
small updates to freepyscad "ide"
2020-06-21 16:07:40 +02:00
supermerill
a60631b7aa
thin walls: merge path into external perimeter loop when possible.
2020-06-20 19:51:36 +02:00
supermerill
1b91979567
#302 can remove "extra peri on ood layers" even with 0 peri
2020-06-19 15:32:22 +02:00
supermerill
72d6cdc3ab
only_one_perimeter_top: fix when only 2 perimeters, it can go through the second one.
2020-06-19 15:32:02 +02:00
supermerill
6d5d0f82b8
Fix bug where perimeters could be printed last because they start by a thin walls.
...
Now all thin walls are printed after their perimeters.
2020-06-18 12:26:07 +02:00
supermerill
186d7ce508
freepyscad: update the script windows to a mini-ide with auto-completion.
...
Also automatically download latest version of the script.
2020-06-17 12:31:21 +02:00
supermerill
2b04548ecb
Calibration: now doesn't change the "last directory used" anymore
2020-06-17 12:27:29 +02:00
supermerill
c07354ac81
fix from slicing / change some text on tab.cpp
2020-06-17 12:27:02 +02:00
neophrema
acc8ec3ee0
Update over-bridge_tuning.html
...
Minor changes
2020-06-17 12:26:43 +02:00
neophrema
5381fc4ed3
Update bed_leveling.html
...
There is no Plural of advice; I made some slight changes and will go on to other mistakes if you don't mind.
2020-06-17 12:26:23 +02:00
neophrema
c9924822c9
Update filament_flow.html
...
Some few changes
2020-06-17 12:26:08 +02:00
neophrema
7760c99cbe
Update filament_temp.html
...
few languange irritations, I changed a few
2020-06-17 12:25:54 +02:00
supermerill
6e616a7610
Add main preference to keep the gui in expert mode.
...
So the simple/advanced mode change only setting choices.
2020-06-17 12:25:38 +02:00
supermerill
bbbb4d9396
#4 perimeter overlaps : total control over perimeter width vs spacing.
...
- add a spacing_ratio in flow, but it's only sed for two spacing in perimeter_generator, not sure about the usefulness of it.
- external_perimeter_overlap now use the spacing_ratio to compute
- add perimeter_overlap, using the spacing_ratio to compute
- add perimeter_bonding, that shrink the external-internal spacing, without growing the infill polygons.
2020-06-17 12:25:21 +02:00
supermerill
498c48580a
#147 remember the color choice if reslice.
...
but on first colrprint, it switch, then never again
also on the first multi-extruder print.
also on every extruder count change
2020-06-11 21:09:28 +02:00
supermerill
653aa22757
#279 fix milling icon.
2020-06-11 21:07:34 +02:00
supermerill
4bebe0b43a
Add layer_elapsed_time color choice, and a small update to layer_time (renamed in layer_duration)
2020-06-11 21:07:02 +02:00
rongith
bd3976ff94
Layer time preview
...
merged commit:
- One decimal for time less than 1minutes.
- Geometric scale for layer time
- Handle 0.0 min value special case for geometric scale.
2020-06-11 21:06:28 +02:00
supermerill
319d0552ed
#211 % max speed reduction
...
waiting for a good name
2020-06-11 21:03:07 +02:00
supermerill
a846f13c47
#239 add z_step (inverse of slic3r z_steps_per_mm)
...
seems to work without breaking.
todo: change all slicing stuff from double to scaled int.
2020-06-11 21:02:35 +02:00
supermerill
b78a91bb06
First impl of the freecad script integration
...
with my own lib to allow easier scripting.
2020-06-09 21:10:53 +02:00
supermerill
0a8be978d9
#248 add min width for 'only one perimeter'.
2020-06-09 20:57:28 +02:00
supermerill
7f132c835d
#275 typos & better wording in machine limits, thanks to @thierryzoller
2020-06-08 18:01:30 +02:00
supermerill
6ff5cd523c
#276 fix klipper dual extruder problem
...
small voron config fix
2020-06-08 00:17:09 +02:00
supermerill
03d1ae21c5
#272 better calibration placement with skirt/brim
2020-06-07 23:38:26 +02:00
supermerill
b284b2b19a
fix XY rework crashing bug.
2020-06-06 16:07:18 +02:00
supermerill
d7a0719c3b
fix elefant translate
2020-06-06 01:56:33 +02:00
supermerill
53c2c588a8
typo
2020-06-06 01:55:54 +02:00
supermerill
7738e2a33c
#240 little rework of XY compensation.
...
better import of 'elephant foot' (spelled elefant in prusa) that is now first_layer_size_compensation, using 'legacy to amke the convert.
advantage: it reverse the sign now.
drawback : no easy export to prusa.
2020-06-05 23:08:28 +02:00
paulhew69
03db4b9cc8
Updated Text for Calibration Docs
2020-06-05 22:14:36 +02:00
supermerill
ad04e6382b
#266 use boost to trim the line, safer. Thanks to @pix for the fix.
...
Also big pass to not make the app crash even if there is no setting ui file.
2020-06-05 21:51:20 +02:00