mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-19 06:41:14 -06:00
Added PAUSE command for change_filament_gcode on Elegoo Neptune 4 series (#3411)
Added PAUSE command for change_filament_gcode on-behalf-of: @tomsbasement <tom@tomsbasement.shop>
This commit is contained in:
parent
f99394b53c
commit
9701ab18e8
17 changed files with 17 additions and 17 deletions
|
@ -25,7 +25,7 @@
|
|||
"retract_length_toolchange": ["2"],
|
||||
"deretraction_speed": ["45"],
|
||||
"single_extruder_multi_material": "1",
|
||||
"change_filament_gcode": "",
|
||||
"change_filament_gcode": "PAUSE",
|
||||
"machine_pause_gcode": "M0",
|
||||
"default_filament_profile": ["Elegoo Generic PLA @0.6 nozzle"],
|
||||
"machine_start_gcode": "M413 S0 ; disable Power Loss Recovery\nG90 ; use absolute coordinates\nM83 ; extruder relative mode\nM104 S120 ; set temporary nozzle temp to prevent oozing during homing and auto bed leveling\nM140 S[bed_temperature_initial_layer_single] ; set final bed temp\nG4 S10 ; allow partial nozzle warmup\nG28 ; home all axis\n;G29 ; run abl mesh\nM420 S1 ; load mesh\nG1 Z50 F240\nG1 X2 Y10 F3000\n\nM190 S[bed_temperature_initial_layer_single] ; wait for bed temp to stabilize\nM109 S[nozzle_temperature_initial_layer] ; wait for nozzle temp to stabilize\nG1 Z0.28 F240\nG92 E0\nG1 Y140 E10 F1500 ; prime the nozzle\nG1 X2.3 F5000\nG92 E0\nG1 Y10 E10 F1200 ; prime the nozzle\nG92 E0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue