mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 09:17:52 -06:00
More work on print controller
This commit is contained in:
parent
c06ce3b58c
commit
2c0d216c1a
15 changed files with 626 additions and 63 deletions
|
@ -923,6 +923,7 @@ sub build {
|
|||
$self->init_config_options(qw(
|
||||
bed_shape z_offset
|
||||
gcode_flavor use_relative_e_distances
|
||||
serial_port serial_speed
|
||||
octoprint_host octoprint_apikey
|
||||
use_firmware_retraction pressure_advance vibration_limit
|
||||
start_gcode end_gcode layer_gcode toolchange_gcode
|
||||
|
@ -997,6 +998,11 @@ sub build {
|
|||
}
|
||||
});
|
||||
}
|
||||
{
|
||||
my $optgroup = $page->new_optgroup('USB/Serial connection');
|
||||
$optgroup->append_single_option_line('serial_port');
|
||||
$optgroup->append_single_option_line('serial_speed');
|
||||
}
|
||||
{
|
||||
my $optgroup = $page->new_optgroup('OctoPrint upload');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue