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
2e5f70bb5f
Merge branch 'dev'
2020-08-11 15:56:54 +02:00
supermerill
12378a8b9e
#398 M205 and M566 switched for marlin vs reprap (jerk limit).
2020-08-11 09:14:43 +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
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
80ce4bf612
#345 external_perimeter_cut_corners v2.
2020-08-01 17:52:57 +02:00
supermerill
65f97a9092
#351 reworked brim ordering, now similar as perimeter algo.
2020-07-31 15:22:15 +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
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
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
f2a503cdc8
fix #260 : optional M20X header
2020-06-01 22:34:02 +02:00
supermerill
493dec834b
fix #256 , set auto speed before applying the first layer one
...
fix string type for tab.cpp
2020-05-29 22:58:25 +02:00
supermerill
9b60be0c1a
Initial working prototype for the milling post-process
2020-05-29 21:01:30 +02:00
supermerill
3bb0b228bc
add sorting for complete_objects
...
fix (hopefully) a problem with sequential_print_horizontal_clearance_valid
2020-05-23 02:05:57 +02:00
supermerill
90b129e585
external_perimeter_cut_corners setting
...
it reduce the flow around corners, depending of the angle.
experimental status! not tested yet!
2020-05-23 02:05:51 +02:00
supermerill
073591d600
Calibration help: first 2 item
...
- bed leveling calibration
- filament flow calibration (need some more pics)
2020-05-19 01:02:24 +02:00
supermerill
e8616d5de4
#241 big lift-z also for skirts and brims
2020-05-16 11:36:08 +02:00
supermerill
75b8d01e45
#241 big lift-z for the move to object on first layer (2*first_layer_height)
...
can be disable if no z-lift is used for the extruder of the current object.
can be enable with no z-lift by using random value for z-lift and retract_lift_above to 9999
2020-05-16 00:26:50 +02:00
Alessandro Corbelli
1da021b352
Start adding Lerdge motherboard support
2020-05-12 17:07:04 +02:00
supermerill
a0ff5c3fec
#226 Moar Wipe on external perimeters
2020-05-11 23:58:57 +02:00
supermerill
cbc01a1a7e
#232 Do not auto-generate G-code when using Klipper
2020-05-11 17:55:04 +02:00
supermerill
605e27b9b5
#123 Material weight/length per change for colour changes
2020-05-10 16:40:49 +02:00
supermerill
04f25541b8
#199 allow the machine limits on non-marlin firmware and add for them a "Time estimation compensation" setting
2020-05-10 16:40:36 +02:00
supermerill
0da98baa11
#205 separate external perimeters and thin walls (speed & gcode layout).
2020-05-03 22:09:59 +02:00
supermerill
4151e8fab0
#186 brim settings on the object instead of the print.
2020-05-03 00:14:16 +02:00
supermerill
252809c7c6
#210 skirt & brim use the correct extruder (diameter) when creating the polylines.
...
Useful for multi-extruders machine with diferent nozzle size.
If an object is printed with multiple nozzle size, the first is used.
2020-05-02 19:20:50 +02:00
supermerill
bd32d4f8cf
clean
2020-04-21 17:07:32 +02:00
supermerill
473dca0884
#187 allow empty layer setting
2020-04-18 20:48:17 +02:00
supermerill
2e48f4a4bd
avoid crossing perimeters on all layers except first layer #198
2020-04-17 20:31:17 +02:00
supermerill
e28213b6eb
#197 fix random seam : forgot that the '&' operator has a low priority.
2020-04-17 16:05:14 +02:00
supermerill
f087cf1239
Merge remote-tracking branch 'remotes/prusa/master'
...
seems to work
need to update profiles & ui
2020-03-26 12:10:30 +01:00
supermerill
7f4c9c9a5c
add "first layer flow" setting, for fuck sake first layer width isn't enough with a cheap printer like an ender3 that can have his bed damaged so easily.
2020-03-22 15:25:34 +01:00
supermerill
1984df6d49
Many fixes to "no seam" option for external perimeter first.
...
Also some option to only apply to hole (or others)
Also some fixes to some loops options in the codepath.
also a test to thin walls, suspected a bug but can't find it.
2020-03-22 15:25:21 +01:00
supermerill
1bf9afbd80
Merge branch 'stable'
2020-03-22 15:20:33 +01:00
bubnikv
98fb8b626f
Fix of Wipe to Infill causes severe overextrusion (thicker walls & infill) ( #3842 )
...
Regressinon in regard to PrusaSlicer 2.2.1 due to Vojtech's refactorings
for efficiency.
2020-03-17 09:41:54 +01:00
Lukas Matena
a6a77361ba
Multimaterial purging lines fixed on rectangular beds with non-standard origin ( #3805 )
2020-03-11 16:10:51 +01:00
supermerill
94ecbf39af
add layer information into start/end_filament_gcode
2020-03-11 12:38:21 +01:00
Lukas Matena
85bf78f7e7
Fix of #3765 - relaxed empty layer detection
2020-03-05 15:27:00 +01:00
Vojtěch Bubník
b7bed7f118
Merge pull request #3778 from sckunkle/master
...
Fix double space message.
2020-03-05 09:41:43 +01:00
sckunkle
ebfe7fd01a
Fix double space message.
2020-03-04 13:33:25 -06:00
supermerill
a577ae7f87
fix ext_perimeter "vase mode" (height > 2xMin instead of <3)
2020-03-01 19:05:53 +01:00
bubnikv
29086aa00b
Fix of a regression from e0811e4aa580983cc5316427414c46b9af7867d6
...
Due to refactoring of G-code export some "don't care" extrusions
were not extruded at all.
2020-02-21 18:18:17 +01:00
YuSanka
487ac0423e
Implemented time estimation for PausePrint ( #3544 )
...
DoubleSlider: fixed get_color_for_color_change_tick()
2020-02-20 17:33:43 +01:00
Lukas Matena
cd937d62b5
Make sure that filament stats in gcode are on separate lines
2020-02-14 12:50:26 +01:00
Enrico Turri
4a59a45d51
ENABLE_SHOW_SCENE_LABELS set as default
2020-02-13 13:24:52 +01:00
bubnikv
26a6a9b23f
Fixed regression crashing when generating G-code with supports.
2020-02-10 16:37:38 +01:00
bubnikv
7655488639
Ammendment of
...
Reverted the time estimate number stored into the G-code from
days/hours/minutes to days/hours/minutes/seconds, because who knows
who is already parsing the file.
2020-02-10 15:53:11 +01:00