This file contains hidden or 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
;Sliced {filename} at: {day} {date} {time} | |
;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density} | |
;Print time: {print_time} | |
;Filament used: {filament_amount}m {filament_weight}g | |
;Filament cost: {filament_cost} | |
M80 ; Power on !suicide | |
G21 ;metric values | |
G90 ;absolute positioning | |
M107 ;start with the fan off | |
;M190 S90 ; PLA: Heated bed on ! |
This file contains hidden or 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
[profile_0] | |
layer_height = 0.1 | |
wall_thickness = 0.8 | |
retraction_enable = True | |
solid_layer_thickness = 0.8 | |
fill_density = 40 | |
nozzle_size = 0.4 | |
print_speed = 50 | |
print_temperature = 0 | |
print_temperature2 = 0 |
This file contains hidden or 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
general { | |
#output_format = "dzen2" | |
colors = true | |
interval = 5 | |
} | |
#order += "ipv6" | |
order += "disk /" | |
#order += "run_watch DHCP" |
This file contains hidden or 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
set $mod Mod4 | |
# font for window titles. ISO 10646 = Unicode | |
font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1 | |
# Use Mouse+$mod to drag floating windows to their wanted position | |
floating_modifier $mod | |
# start a terminal |
This file contains hidden or 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 | |
/* | |
This file is part of Hyla | |
Copyright (c) 2004-2012 Charles Rincheval. | |
All rights reserved | |
Hyla is free software; you can redistribute it and/or modify it | |
under the terms of the GNU General Public License as published | |
by the Free Software Foundation; either version 2 of the License, | |
or (at your option) any later version. |
NewerOlder