Added has hardware leveling to slice settings and implemented in code to
remove the software print leveling when present. Added the setting to lulzbot mini, robo r1 and prntrbot simple metal
This commit is contained in:
parent
f814760fde
commit
51dcf9bc17
13 changed files with 42 additions and 21 deletions
|
|
@ -385,6 +385,13 @@
|
|||
"DataEditType": "HARDWARE_PRESENT",
|
||||
"ExtraSettings": "bridge_fan_speed,disable_fan_first_layers,fan_always_on,fan_below_layer_time,max_fan_speed,min_fan_speed"
|
||||
},
|
||||
{
|
||||
"SlicerConfigName": "has_hardware_leveling",
|
||||
"PresentationName": "Has Hardware Leveling",
|
||||
"HelpText": "Specify if your printer has the ability to do print leveling directly (support for G29).",
|
||||
"DataEditType": "HARDWARE_PRESENT",
|
||||
"ExtraSettings": ""
|
||||
},
|
||||
{
|
||||
"SlicerConfigName": "has_heated_bed",
|
||||
"PresentationName": "Has Heated Bed",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue