Setting up Slicer, G80-command
-
Setting up superslicer, in the intro g-code there is an G80 command for mesh leveling, but it is not supported afaik.
THe start code looks like this
Using Duet2WiFi
Prusa Steel with Hermera DirectdriveM862.3 P "[printer_model]" ; printer model check M862.1 P[nozzle_diameter] ; nozzle diameter check M115 U3.10.1 ; tell printer latest fw version G90 ; use absolute coordinates M83 ; extruder relative mode M104 S{first_layer_temperature+extruder_temperature_offset} ; set extruder temp M140 S[first_layer_bed_temperature] ; set bed temp M190 S[first_layer_bed_temperature] ; wait for bed temp M109 S{first_layer_temperature+extruder_temperature_offset} ; wait for extruder temp G28 W ; home all without mesh bed level G80 ; mesh bed leveling G1 Z0.2 F720 G1 Y-3 F1000 ; go outside print area G92 E0 G1 X60 E9 F1000 ; intro line G1 X100 E12.5 F1000 ; intro line G92 E0
What should be omitted and what should be added.
-
@tomasl look at G29
-
@jay_s_uk
Do one need to run a complete mesh compensation before every job. -
@tomasl no, you can load a saved one.
https://docs.duet3d.com/en/User_manual/Reference/Gcodes#g29-mesh-bed-probe -
@jay_s_uk
Yes I thought so, so the G29 command is not required in the start-up code -
@tomasl
Now in generated G-code I get the following unsupported commandsM900 K0.05 ; Filament gcode LA 1.5 M900 K30 ; Filament gcode LA 1.0
-
@tomasl Never mind, found it in the filiament section and commented it out.
-
It sounds like you may have the wrong gcode flavor selected. It should be set to RepRap.
-
@phaedrux RepRap is selected, double checked this, apperantly it is supported in standard RepRap, Duetversion of RepRap is not an option, just standard RepRap
-
Standard RepRap should be fine.