update slicer profiles

update slicer profiles
This commit is contained in:
volcom8190 2019-05-30 07:52:08 -04:00
parent d1bbd4735b
commit fe28966d1e
13 changed files with 0 additions and 17 deletions

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 94 KiB

@ -1,17 +0,0 @@
Start Code:
M98 P"/macros/start_end_scripts/start1.g" ;start script from macro portion 1
M98 P"/macros/PID/ABS_PID.g" ;set PID Model for Heaters + Pressure Advance
M140 S{material_bed_temperature} ; set bed temperature and do not wait
M109 S190 ; set print head temperature and wait
M190 S{material_bed_temperature} ; set bed temperature and wait
M98 P"/macros/start_end_scripts/start2.g" ;start script from macro portion 2
M190 S{material_bed_temperature} ; set bed temperature and wait
M109 S{material_print_temperature} ; set print head temperature and wait
End Code:
M98 P"/macros/start_end_scripts/end.g" ;end script from macro