Vojtech Bubnik
|
f368de9a2d
|
Follow-up to 3e7a4d4648
Fixed Perl integration tests, missing G92 E0 in layer_change G-code
for relative extruder addressing.
|
2022-01-31 11:51:48 +01:00 |
|
Vojtech Bubnik
|
3e7a4d4648
|
Follow-up to 58d64bae77
Fixed Perl integration tests, missing G92 E0 in layer_change G-code
for relative extruder addressing.
|
2022-01-31 11:25:43 +01:00 |
|
bubnikv
|
e7d2fcf0be
|
Fixed unit tests broken with the previous commit (Spiral Vase fix).
Fixed a crash in the previous commit.
|
2020-02-09 09:43:15 +01:00 |
|
bubnikv
|
2455aee97c
|
Further reduction of Perl Config.pm methods.
|
2017-10-27 18:52:35 +02:00 |
|
bubnikv
|
401059066e
|
Switched to Perl local::lib for local compilation.
Taken from upstream Slic3r, thanks @alexrj.
|
2017-08-18 09:58:50 +02:00 |
|
Joseph Lenox
|
eb9f1808c0
|
Test to ensure that the repetier firmware returns the correct acceleration M code and that the values are set properly.
|
2017-02-10 09:39:33 +01:00 |
|
Alessandro Ranellucci
|
801f629fdc
|
Ported Slic3r::GCode storage to XS
|
2015-07-01 21:47:17 +02:00 |
|
Alessandro Ranellucci
|
1f8ef2a63c
|
Fixed regression introduced by the recent PerimeterGenerator refactoring causing spiral vase not to be correctly skipped on multi-loop layers. Includes regression test. #2761
|
2015-04-12 20:16:27 +02:00 |
|
Alessandro Ranellucci
|
a3b843b24e
|
Bugfix: temperature was not set correctly when using sequential printing. Includes regression test. #2702
|
2015-03-02 23:56:38 +01:00 |
|
Alessandro Ranellucci
|
a07c48bb30
|
Fixed regression causing [input_filename] and [input_filename_base] not being available in custom G-code anymore. Includes regression test. #1507
|
2015-02-15 23:47:35 +01:00 |
|
Alessandro Ranellucci
|
19548fe301
|
Don't perform wiping if we have just changed layer and no extrusions were performed before the first retraction. Includes regression test. #2214
|
2014-12-24 12:02:42 +01:00 |
|
Alessandro Ranellucci
|
6135a9fb8b
|
Bugfix: a move below z_offset was performed when retract_lift was enabled and lift amount was less than z_offset. Includes regression test. #2349
|
2014-11-09 19:24:17 +01:00 |
|
Alessandro Ranellucci
|
8ad200a352
|
Minor cleanup of t/gcode.t
|
2014-11-06 21:13:30 +01:00 |
|
Alessandro Ranellucci
|
30b0869595
|
Bugfix: crash when slicing one layer objects with sailfish G-code flavor. Includes regression test. #2335
|
2014-11-06 21:06:09 +01:00 |
|
Alessandro Ranellucci
|
36c1a9d20c
|
Renamed shift_x and shift_y into origin
|
2014-10-25 10:56:21 +02:00 |
|
Alessandro Ranellucci
|
64853d5661
|
Bugfix: M73 was exceeding 100% when multiple objects were printed together. #1912
|
2014-06-05 16:24:47 +02:00 |
|
Alessandro Ranellucci
|
3d25b9030c
|
Bugfix: movement between objects in sequential printing mode was going too far away. #2013 #2007
|
2014-05-26 15:19:13 +02:00 |
|
Alessandro Ranellucci
|
7ba08c90cf
|
Refactoring to Model API for making it stricter and safer
|
2014-05-09 14:24:35 +02:00 |
|
Alessandro Ranellucci
|
ea173cf815
|
Bugfix: ambiguous semantics of the layers_count() method caused M73 to go beyond 100%. #1670
Conflicts:
lib/Slic3r/GCode.pm
lib/Slic3r/Print.pm
lib/Slic3r/Print/Object.pm
|
2014-01-11 17:40:09 +01:00 |
|
Alessandro Ranellucci
|
ed3a6349c7
|
Adapt the new gcode.t test to master (and subtract final retraction from used filament length)
|
2014-01-11 14:42:31 +01:00 |
|
Alessandro Ranellucci
|
529d1b19c3
|
Test that absolute_E is positive at the end of print (and document that it accounts for the final retraction)
|
2014-01-11 14:26:19 +01:00 |
|
Alessandro Ranellucci
|
5bf0942f45
|
Satisfy test suite and CLI
|
2014-01-02 17:24:23 +01:00 |
|
Alessandro Ranellucci
|
7ddf4f3ddf
|
Fixes to complete_objects to make t/gcode.t pass
|
2013-12-24 01:13:02 +01:00 |
|
Alessandro Ranellucci
|
00e8ba4781
|
Fix regression causing complete_objects to skip Z moves after first object is complete. Includes regression test. #1582 #1541
|
2013-12-07 14:52:59 +01:00 |
|
Alessandro Ranellucci
|
5217bc370a
|
Fix regression causing retraction restarts to ignore extrusion_axis. Includes regression test. #1547
|
2013-11-24 12:37:36 +01:00 |
|
Alessandro Ranellucci
|
0b63afb370
|
Fix complete_objects after XS port. Includes regression test. #1511
|
2013-11-02 14:44:30 +01:00 |
|
Alessandro Ranellucci
|
4c2c31b554
|
Fix speed math for wipe, which was causing too fast retraction. Includes regression test. #1468
|
2013-10-13 17:05:22 +02:00 |
|
Alessandro Ranellucci
|
4dd12b57a1
|
Fixed wipe (includes regression test). #1421
|
2013-09-06 19:14:06 +02:00 |
|
Alessandro Ranellucci
|
a49dc603cc
|
Many changes and fixes to remove leaks and return objects by reference
|
2013-09-03 19:26:58 +02:00 |
|
Alessandro Ranellucci
|
9af2a1c007
|
Use XS Point everywhere
|
2013-07-15 20:31:43 +02:00 |
|
Alessandro Ranellucci
|
da76496988
|
Store config in Slic3r::GCode object
|
2013-05-31 11:19:36 +02:00 |
|
Alessandro Ranellucci
|
50526dea5a
|
Fix last_pos shifting and add unit test
|
2013-01-27 13:06:45 +01:00 |
|