Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Releases: bphillips09/SV04-IDEX-3D-Printer-Mainboard-Source-code

Pre-release V1.1.B3.4

18 Nov 01:28
Compare
Choose a tag to compare
Pre-release V1.1.B3.4 Pre-release
Pre-release

Pre-release V1.1.B3.4.1

Only install if needed or testing.

V1.1.B3.3

10 Nov 17:56
Compare
Choose a tag to compare

V1.1.B3.3

REQUIRED Touchscreen Firmware: V2.0.B3

Fixed issues with long file or folder names
Enabled extra linear advance features

//

Added full SD Card browsing including folders and thousands of files
Enabled Linear Advance
Fixes for Touchscreen glitches
Fixes for OctoPrint

main main

Please note that if you are using OctoPrint and want proper status updates on the touchscreen, you should set up your GCODE settings like on this page.

V1.1.B3.2

09 Nov 23:32
Compare
Choose a tag to compare

V1.1.B3.2

REQUIRED Touchscreen Firmware: V2.0.B3

Fixed issues with long file or folder names
Fixed an issue with dual extruder homing during pause

Added full SD Card browsing including folders and thousands of files
Enabled Linear Advance
Fixes for Touchscreen glitches
Fixes for OctoPrint

main main

Please note that if you are using OctoPrint and want proper status updates on the touchscreen, you should set up your GCODE settings like on this page.

V1.1.B3

09 Nov 03:00
Compare
Choose a tag to compare

V1.1.B3

REQUIRED Touchscreen Firmware: V2.0.B3

Added full SD Card browsing including folders and thousands of files
Enabled Linear Advance
Fixes for Touchscreen glitches
Fixes for OctoPrint

main main

Please note that if you are using OctoPrint and want proper status updates on the touchscreen, you should set up your GCODE settings like on this page.

V1.1.B2

07 Nov 21:02
Compare
Choose a tag to compare

V1.1.B2

Recommended Touchscreen Firmware: V2.0.B2

Adds Auto-Tramming feature
Sets hotend offset values to 0.01mm
Fixes for OctoPrint
Fixes for filament runout
Fixes for mode selection and icons
Fixes for EEPROM saving

main

Please note that if you are using OctoPrint and want proper status updates on the touchscreen, you should set up your GCODE settings like on this page.

V1.1.B1

06 Nov 21:29
Compare
Choose a tag to compare

Enabled M117 messages during printing
Enabled M73 print progress
Enabled FILAMENT_RUNOUT support using Marlin instead of the touch screen
Enabled HOST_ACTION_COMMANDS
Enabled M605 updates on touch screen (Now will reflect Dual/Copy/Mirror mode on the screen)
Enabled BINARY_TRANSFER for SD Card

For OctoPrint GCODE info:

Before print job starts

M75 {{ event.name }}

After print job completes

M77 ; End print screen

After print job is cancelled

M77 ; End print screen
;disable motors
M84
;disable all heaters
{% snippet 'disable_hotends' %}
{% snippet 'disable_bed' %}
;disable fan
M106 S0
M117 Print was cancelled

After print job is paused

M76 ; Pause print screen
M117 Print was paused

Before print job is resumed

M75 {{ event.name }}
M117 Print was resumed