|
@@ -126,8 +126,23 @@
|
|
|
"machine_nozzle_heat_up_speed": { "default_value": 1.4 },
|
|
|
"machine_start_gcode": { "default_value": "M140 S50 T0; Set Platform Temp\nM104 S220 T0; Set Extruder Temp\nG90; Use Absolute Positioning\nG28; Home\nM132 X Y Z A B; Set Current Position to Home\nG161 X Y F3300; Move to min axes positions\nM7 T0; Wait For Platform to Heat\nM6 T0; Wait For Extruders to Heat\nM651; Turn on back fan\nM907 X100 Y100 Z40 A80 B20; Set Stepper Currents\nM106; Enable Cooling Fan\n; Purge Line\nG92 E0; Reset Extruder Axis Position\nG1 X-26.18 Y-75.90 Z0.200 F420\nG1 X26.18 Y-75.90 E10\nG92 E0; Reset Extruder Axis Position\n; Start GCode\n" },
|
|
|
"machine_width": { "default_value": 150 },
|
|
|
+ "material_bed_temperature":
|
|
|
+ {
|
|
|
+ "maximum_value": 100,
|
|
|
+ "maximum_value_warning": 70
|
|
|
+ },
|
|
|
+ "material_bed_temperature_layer_0":
|
|
|
+ {
|
|
|
+ "maximum_value": 100,
|
|
|
+ "maximum_value_warning": 70
|
|
|
+ },
|
|
|
"material_diameter": { "default_value": 1.75 },
|
|
|
"material_flow": { "default_value": 100 },
|
|
|
+ "material_print_temperature":
|
|
|
+ {
|
|
|
+ "maximum_value": 240,
|
|
|
+ "maximum_value_warning": 230
|
|
|
+ },
|
|
|
"min_bead_width":
|
|
|
{
|
|
|
"minimum_value": "line_width * 0.5",
|
|
@@ -148,6 +163,7 @@
|
|
|
"enabled": true,
|
|
|
"value": "resolveOrValue('print_sequence') != 'one_at_a_time'"
|
|
|
},
|
|
|
+ "print_sequence": { "enabled": false },
|
|
|
"raft_margin": { "value": "5" },
|
|
|
"retract_at_layer_change": { "value": true },
|
|
|
"retraction_amount":
|