Skip to content

Instantly share code, notes, and snippets.

View jvmops's full-sized avatar

Sebastian Sadowski jvmops

  • Polska
View GitHub Profile

PID autotune (gcode)

  • run pid autotune for bed (65): M303 E-1 C5 S55 U1
  • run pid autotune for hotend (225): M303 E0 C8 S210 U1
  • M503 - check result in Eeprom
  • M500 - save

Prusa slicer

  • prusa doesn't allow for a flow change for first layer - in order to achieve that add following M221 command to the extruder's layer change custom gcode
;BEFORE_LAYER_CHANGE
/*
* How to share a code here?
*/
public class AmphibiousVehicle {
void drive() {...}
void sail() {...}
}
class Car {
void drive() {...}
@jvmops
jvmops / IntegrationTest.java
Last active February 16, 2018 23:44
Maven - ignoring integration tests
public interface IntegrationTest {}
@jvmops
jvmops / bash-cheatsheet.sh
Last active July 14, 2020 18:38 — forked from LeCoupa/bash-cheatsheet.sh
Bash CheatSheet for UNIX Systems
#####################################################
# Author: sdwsk
# Date: 2015/12/19
#####################################################
# 0.1 Directory structure.
/dev/ # devices
/etc/ # system wide configuration files
/etc/rsyslog.conf # log config