493 Commits

Author SHA1 Message Date
remi durand
b12cfb8d46 Don't use toolchange_gcode if only one extruder
supermerill/SuperSlicer#1377
2021-07-05 20:56:08 +02:00
Vojtech Bubnik
f1ef8a013f After issuing the color change custom G-code, which is most likely
just M600, reset the internal retract counter, so that a retract
will happen after the firmware returns from M600 to the initial position.

Fixes "Blobs on print after manual color change #6362"
2021-06-24 21:36:08 +02:00
remi durand
bb6c3a2d79 fix Z offset:
fix crash (comes from commit 0a65e1b0d6a234bb9c9d58047940bed85260d700)
fix slicing preview
also fix a toolchange missing (just notifying the writer)
supermerill/SuperSlicer#1347
2021-06-24 18:50:59 +02:00
remi durand
2b9bda07d6 toolchange_gcode now erase the built-in change gcode if set: now for real
supermerill/SuperSlicer#1195
milling PP : now doesn't trigger a toolchange. use mill custom gcode to change tool.
supermerill/SuperSlicer#1329
2021-06-23 15:40:24 +02:00
remi durand
467b1feaa7 print the first filament start gocde even with start_gcode_manual
supermerill/SuperSlicer#1317
2021-06-16 21:24:19 +02:00
remi durand
e67181d2d4 allow Z-Hop retract_lift_top for Gap Fill
supermerill/SuperSlicer#1285
2021-06-11 20:35:13 +02:00
remi durand
487ca84cb7 fix no Bed on thumbnail
supermerill/SuperSlicer#1245
2021-06-04 23:52:59 +02:00
remi durand
f4ae8c869d add preamble to gcode processor if using start_gcode_manual
https://github.com/supermerill/SuperSlicer#1172
2021-06-03 21:54:19 +02:00
Vojtech Bubnik
34299c9332 Implemented generic mechanism for executing tasks on UI thread synchronously
from the background slicing thread, that supports cancellation.
The generic mechanism is used for generating thumbnails into G-code and
Fixes Fix deadlock when canceling the slicing while gcode is creating thumbnails #6476
Thanks @supermerill for pointing out the issue.
2021-06-03 20:31:32 +02:00
supermerill
4c803b5880 add M486 to reprapfirmware 2021-06-03 20:07:28 +02:00
supermerill
8de7e353c0 change 'Perimeter' to 'Internal perimeter'
fixed some typo in description output
2021-06-03 19:38:15 +02:00
remi durand
1b5bea5ec9 fix crash when no extrusions 2021-06-02 21:13:11 +02:00
remi durand
4eb7fdce58 little update on extrusion width
* first_layer_extrusion_width moved from print to object supermerill/SuperSlicer#1225
* now unset skirt width will only use the first layer width if it's one layer high
2021-06-02 13:18:29 +02:00
remi durand
dfc2689cb3 toolchange_gcode now erase the built-in change gcode if set.
supermerill/SuperSlicer#1195
2021-05-29 00:30:21 +02:00
supermerill
95535e68f6 overhangs are now overhangs again and not bridged infill supermerill/SuperSlicer#1186
instead of excluding overhang from "bridged" tag and making exceptions to use overhangs alongside bridges,
now revert back to when overhangs are bridge and make a unique exception to not apply bridge acceleration to them.
2021-05-27 19:21:45 +02:00
supermerill
106b7ffa68 lerdge fix for units 2021-05-26 22:47:31 +02:00
remi durand
99b3121425 add start_gcode_manual to disable automatic 'start gcode' output
supermerill/SuperSlicer#875
2021-05-02 17:48:47 +02:00
remi durand
18aae45347 use _write_format instead of fprintf in gocde.cpp
supermerill/SuperSlicer#1121
2021-05-02 17:48:10 +02:00
remi durand
612c049660 Fix fan speed on overhangs
supermerill/SuperSlicer#1127
2021-05-02 17:13:42 +02:00
remi durand
ab83dcf305 Fix deadlock when canceling the slicing while creating thumbnails 2021-05-02 16:12:56 +02:00
remi durand
0fe1664f19 Fix for auto-heating when using one extruder from many. supermerill/SuperSlicer#1103 2021-04-25 03:16:37 +02:00
remi durand
715d58da88 Add some spacing settings at the side of width
- now a setting can be "phony"
 - a phony setting isn't saved in a config file
 - a phony setting should be computed from other settings
 - change/add colors, icons, and callbacks (in PrintConfig.cpp) to make phony settings works
2021-04-25 03:15:40 +02:00
remi durand
1d405304b9 Fix firmware min_length
* fix m_last_too_small fusion test
 * now use a modified douglas_peucker to take into account the segment length instead of the tolerance only
 * some tooltip & default value change for resolution.
2021-04-24 02:50:29 +02:00
remi durand
0a65e1b0d6 #1076 adjust color changes for z_offset 2021-04-11 20:46:45 +02:00
remi durand
b44607908f #1047 "colour" settings can now be used as XXX_colour_int to output the color value as a int in a custom_gcode output 2021-03-31 01:03:23 +02:00
remi durand
519bcaf1a2 #922 Infill bridge issues 2021-03-19 12:36:38 +01:00
remi durand
e740aa6356 #1005 Draft shield if complete objects
and some cleaning
2021-03-17 16:22:36 +01:00
remi durand
2820d244b5 Fix printing 1-point segments (that shouldn't be here, so ignoring them)
avoid nan crash
2021-03-13 17:40:06 +01:00
remi durand
dc17f37045 #904 Disable temperature if 0 (fix) 2021-02-22 14:44:01 +01:00
remi durand
1df387ccdb #862 write the "settemp and wait" failsafe after the tool selection 2021-02-22 14:43:53 +01:00
remi durand
a50b4cd544 Merge tag 'version_2.3.0'
version_2.3.0
2021-02-22 13:28:28 +01:00
remi durand
7e68efb3f7 #855 standby temp for reprap moved after header, at their correct place. 2021-01-23 17:58:48 +01:00
remi durand
87c671877d #882 Volumetric autospeed now respect the linear speed limit
Also removed the gapfill speed 0 as kill switch. Now use the box in perimeter tab.
2021-01-18 01:46:02 +01:00
remi durand
ca3d8239c4 Merge remote-tracking branch 'remotes/prusa/master' 2021-01-09 17:11:12 +01:00
Vojtech Bubnik
67256d6bb0 Added a FIXME comment for
Sequential tool path ordering of multiple parts within the same object, aka. perimeter tracking (#5511)
2021-01-06 12:19:08 +01:00
Lukas Matena
30c8592b10 Do not use ironing extrusions for autospeed calculations (#5082) 2021-01-04 14:21:24 +01:00
Lukas Matena
837070a246 Hotfix of a crash with raft and one-layer object (#5652)
The problem is that PrintObject support generator is only run when m_layers.size() > 1, so one-layer object will skip it.
It apparently never worked, after recent refactoring (probably 8bfc986) it started to crash in GCode generator.
This commit fixes the crash, but not the problem. The raft is still not generated (like in all versions since 2.0.0 at least).
2021-01-04 14:21:24 +01:00
Lukas Matena
1cbe2bd87e Added a missing translation macro 2020-12-18 13:04:28 +01:00
Lukas Matena
a5d363a9f4 Do not emit M1 gcode for firmwares other than Marlin (after MM priming)
The M1 gcode is apparently only supported on Marlin, others do not support it or use it for something else
This should fix #5441
2020-12-14 20:27:19 +01:00
Vojtech Bubnik
298b730589 Implemented linear tapering of extrusion rate for the 1st spiral vase layer
above the solid infill. Should fix
first layer of vase (after bottom layers) is bulging (0.6nozzle, 0.4 layerhight) #3712
Adjust flow of the "second" layer in spiral vase mode #2795
2020-12-09 14:54:26 +01:00
Vojtech Bubnik
7353d8c6e9 Rework of Add random function for gcode macros. #5219 after merge:
The thread local storage variables for the random number generator
were replaced by an external context variable.
Thread local storage is a scarce resource.
2020-12-09 09:19:46 +01:00
enricoturri1966
b7ac74bc42 Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer 2020-12-08 15:56:08 +01:00
enricoturri1966
5bd443cd1f #4936 - Take toolpaths width and height from gcode decorations, if available 2020-12-08 15:55:53 +01:00
supermerill
40015e8de5 Fix min extrusion length for perimeters 2020-12-08 15:27:16 +01:00
supermerill
880eb59e73 #304 disable minimum resolution.
It can go lower than 0.0125 for the perimeters.
It's kept at a minimum of 0.0125 for infill & thinwalls/gapfaill for performance reasons
and to avoid too much artifacts / corners case.
2020-12-08 14:31:57 +01:00
Vojtech Bubnik
5f456ebbe7 Merge branch 'lh_avoid_crossing_perimeters' 2020-12-08 13:39:33 +01:00
supermerill
6577367362 fix seam_placer on complete_objects 2020-12-08 02:27:57 +01:00
supermerill
2089722304 #756 0 in temperature and first_layer_temperature now correctly disable the setting. 2020-12-08 02:05:42 +01:00
supermerill
2b339763b0 Merge remote-tracking branch 'remotes/prusa/master' 2020-12-07 20:29:11 +01:00
supermerill
11a534aab8 fix allow_empty_layer for first layer 2020-12-07 16:02:27 +01:00