mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 19:12:38 -07:00
Generate GCODE
This commit is contained in:
@@ -16,6 +16,16 @@ use Slic3r::Surface;
|
||||
our $layer_height = 0.4;
|
||||
our $resolution = 0.1;
|
||||
our $perimeter_offsets = 3;
|
||||
our $flow_width = 0.4; # make sure this is > $resolution
|
||||
our $flow_width = 0.4; # TODO: verify this is a multiple of $resolution
|
||||
our $temperature = 195;
|
||||
|
||||
our $flow_rate = 60; # mm/sec
|
||||
our $print_feed_rate = 60; # mm/sec
|
||||
our $travel_feed_rate = 80; # mm/sec
|
||||
our $bottom_layer_speed_ratio = 0.6;
|
||||
|
||||
our $use_relative_e_distances = 1;
|
||||
|
||||
our $print_center = [100,100]; # object will be centered around this point
|
||||
|
||||
1;
|
||||
|
||||
Reference in New Issue
Block a user