mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 15:13:58 -06:00
Make the motionplanner work again after recent changes to approximation
This commit is contained in:
parent
0eadc5adba
commit
27090f83bd
3 changed files with 20 additions and 7 deletions
|
@ -13,7 +13,6 @@ sub factor {
|
|||
|
||||
sub svg {
|
||||
my ($print) = @_;
|
||||
$print ||= Slic3r::Print->new(x_length => 200 / &Slic3r::SCALING_FACTOR, y_length => 200 / &Slic3r::SCALING_FACTOR);
|
||||
my $svg = SVG->new(width => 200 * 10, height => 200 * 10);
|
||||
|
||||
my $marker_end = $svg->marker(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue