This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;FLAVOR:RepRap | |
;TIME:6782 | |
;Filament used: 8.16862m | |
;Layer height: 0.2 | |
;Generated with Cura_SteamEngine 3.0.4 | |
T0 | |
M190 S60 | |
M104 S195 | |
M109 S195 | |
M82 ; absolute extrusion mode |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* | |
* Procedure for creating categories programmatically in Joomla 2.5 and Joomla 3.x | |
* | |
* @version 1.0 | |
* - Removed unused database instance | |
* - Added variables for main fields with description for usage | |
* |