We can now move all the way through the initial setup on first run
Fixed a bug with timing of injecting regex replacements moved T (extruder) tracking to queued command stream check that we have loaded filament on extruder 1 issue: MatterHackers/MCCentral#5029 Don't do actual switch of extruders until there is a pending move command
This commit is contained in:
parent
415b16fd06
commit
d129a75311
16 changed files with 231 additions and 88 deletions
|
|
@ -133,6 +133,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
public const string selector_ip_address = nameof(selector_ip_address);
|
||||
public const string send_with_checksum = nameof(send_with_checksum);
|
||||
public const string filament_has_been_loaded = nameof(filament_has_been_loaded);
|
||||
public const string filament_1_has_been_loaded = nameof(filament_1_has_been_loaded);
|
||||
public const string show_reset_connection = nameof(show_reset_connection);
|
||||
public const string sla_printer = nameof(sla_printer);
|
||||
public const string spiral_vase = nameof(spiral_vase);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue